<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Matt Cutts: Gadgets, Google, and SEO &#187; Weblog/blog</title>
	<atom:link href="http://www.mattcutts.com/blog/type/weblogblog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattcutts.com/blog</link>
	<description>neat fun stuff</description>
	<lastBuildDate>Mon, 13 May 2013 16:17:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Hack your iPhone: install a toolchain</title>
		<link>http://www.mattcutts.com/blog/hack-your-iphone-install-a-toolchain/</link>
		<comments>http://www.mattcutts.com/blog/hack-your-iphone-install-a-toolchain/#comments</comments>
		<pubDate>Mon, 13 May 2013 04:23:17 +0000</pubDate>
		<dc:creator>Matt Cutts</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Weblog/blog]]></category>

		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=790</guid>
		<description><![CDATA[This &#8220;hairball&#8221; post is ancient and unfinished. Would anyone care about this now? Probably not. Maybe some future data archaeologist will care. In my previous post I covered what a toolchain is and why you need one to cross-compile applications for the iPhone. I&#8217;ve seen rumors that there will be a Windows toolchain soon, and [...]]]></description>
				<content:encoded><![CDATA[<p><em>This &#8220;hairball&#8221; post is ancient and unfinished. Would anyone care about this now? Probably not. Maybe some future data archaeologist will care.</em></p>
<p>In my previous post I covered <a href="http://www.mattcutts.com/blog/hack-your-iphone-toolchains-and-cross-compilers/">what a toolchain is and why you need one to cross-compile applications for the iPhone</a>.</p>
<p>I&#8217;ve seen rumors that there will be a Windows toolchain soon, and in theory you can create an iPhone toolchain on older Apple computer with PowerPC chips, but most of the iPhone development these days seems to favor the newer Intel-based Apple computers.</p>
<p>One of the best resources for all iPhone related info is the iPhone dev wiki at http://iphone.fiveforty.net/wiki/index.php/Main_Page (unlinked because the wiki maintainers aren&#8217;t sure that they can handle lots of visitors and request that people not link directly). The toolchain page at http://iphone.fiveforty.net/wiki/index.php?title=Toolchain_Project has a lot of details, and the talk page (look for the link labeled &#8220;discussion&#8221;) gives even more background. But those pages are really terse.</p>
<p>Here&#8217;s a little more background info, and I&#8217;ll include some additional links at the end.</p>
<p><strong>Getting gcc</strong></p>
<p>Did you know that recent Apple computers (and even the iPhone) ships with a solid UNIX-based kernel? You might have heard that. Something I didn&#8217;t know is that Apple computers don&#8217;t ship with a compiler such as gcc pre-installed. It should be on the DVD that came with your computer; Apple calls its developer tools Xcode, and Xcode includes gcc.</p>
<p>You can also download Xcode/gcc from the web. Visit <a href="http://connect.apple.com/">http://connect.apple.com/</a> and sign up for a (free) developer account. After you sign up, the &#8220;Downloads&#8221; link will become clickable. Click that, then click the &#8220;Developer Tools&#8221; link. I downloaded Xcode 2.4.1, although there is a beta of Xcode 2.5 available as of today. The download is a DMG file, which stands for &#8220;Disk Image.&#8221; Double-clicking on the .dmg file will mount the disk image and open a file folder that includes the file &#8220;XcodeTools.mpkg&#8221; and if you double-click on that package, you&#8217;ll get a window that guides you through the installation of Xcode Tools. When you&#8217;re done, you can type &#8220;which gcc&#8221; in a Terminal window and you&#8217;ll see that gcc is installed.</p>
<p><strong>Downloading toolchain code</strong></p>
<p>Are you tired yet? Then you might want to take a break, because things are just getting started. For example, the first thing you&#8217;ll read on the wiki toolchain page is:</p>
<blockquote><p>
To use the new toolchain, check out the latest branch (as of this writing, 0.20):</p>
<p>svn checkout svn://svn.berlios.de/iphone-binutils/branches/alpha/0.20/
</p></blockquote>
<p>And you might be thinking &#8220;What the heck is svn?&#8221; It&#8217;s a program called Subversion, and it lets you check out source code across the web. Here&#8217;s a page about how to <a href="http://www.wikihow.com/Install-Subversion-on-Mac-OS-X">install Subversion on a Mac</a>. The short answer is that there&#8217;s a couple ways. First, you can install a program called Fink that in turn helps you install more UNIX-related programs such as Subversion. Or you can download a Disk Image file, click the .dmg file, and install svn directly.</p>
<p><strong>Getting Libstreams</strong></p>
<p>The next thing to do on the iPhone dev wiki page says</p>
<blockquote><p>Download libstreams from Apple&#8217;s web site, compile it, and install it.</p></blockquote>
<p>And I&#8217;m thinking &#8220;Could they get any more terse?&#8221; Plus the dev wiki is locked down to prevent wiki vandalism, so only a few people can edit that wiki. Thanks a lot, wiki spammers, you jerks. Now everybody has to interpret terse instructions on their own and can&#8217;t update the wiki with more detailed instructions.</p>
<p>To get/install Libstreams, it looks like you can fetch the correct source (PowerPC/PPC or Intel/x86) from<br />
<a href="http://publicsource.apple.com/darwinsource/10.4.9.x86/Libstreams-24.1/">http://publicsource.apple.com/darwinsource/10.4.9.x86/Libstreams-24.1/</a> or<br />
<a href="http://publicsource.apple.com/darwinsource/10.4.9.ppc/Libstreams-24.1/">http://publicsource.apple.com/darwinsource/10.4.9.ppc/Libstreams-24.1/</a></p>
<p>You&#8217;ll have to log in with an Apple ID. Once you log in, you see about 20 files. Download each one in turn into a single directory, and make sure that you save the files as raw files, not html. Do that by mousing over a file, doing a control-click on the filename, select &#8220;Save Link As&#8230;&#8221; and make sure to change the &#8220;Format:&#8221; drop-down selector from &#8220;HyperText&#8221; to &#8220;All Files.&#8221;</p>
<p>Once you have all the libstreams files in one directory, open a Terminal window, cd into that directory, and type &#8220;make&#8221; to make the libstreams.a library. Then type &#8220;sudo make install&#8221; to install the library into the right location on your Apple computer.</p>
<p>Are you still with me? Because we&#8217;re really just getting started. Next the wiki says</p>
<blockquote><p>Get a copy of the iPhone system software, and set the environment variable HEAVENLY to its location (export HEAVENLY=/path/to/iphone/software).</p></blockquote>
<p>Unless you&#8217;re a real geek, you&#8217;re probably thinking &#8220;What the @#$% does that even mean?&#8221; Well, review my toolchain and cross-compiling post. In order to build a proper toolchain, we need some of the software that is only found on the iPhone (header files? libraries? I&#8217;m not 100% sure). Since we&#8217;re cross-compiling on (say) an Apple computer, that means that we need iPhone software on our Apple desktop machine. That&#8217;s a little bit of a problem. In theory, you could copy your iPhone&#8217;s filesystem to your computer. There&#8217;s even a program called Toolchain Helper mentioned at http://iphone.fiveforty.net/wiki/index.php/Toolchain_Helper that does that. But Toolchain Helper doesn&#8217;t run on a pristine iPhone; you need to &#8220;jailbreak&#8221; your iPhone first. You can also run AppTapp/Installer.app to let you install the Toolchain Helper.</p>
<p>There is another way to get the iPhone software onto your computer. Apple provides the disk image (DMG) file for iPhone software. Woohoo! Except that it&#8217;s encrypted. Bleah. But someone figured out how to decrypt the software! Woohoo! Except that some people worry that decrypting the software might be a violation of the Digital Millennium Copyright Act (DMCA). Bleah. But lots of people believe that reverse-engineering software for the purposes of interoperability is legal! Woohoo! And the DMCA contains an explicit exemption for <a href="http://arstechnica.com/news.ars/post/20061124-8280.html">unlocking cell phones in some circumstances</a>. Woohoo! If you&#8217;re at all nervous about decrypting a DMG file, then don&#8217;t. Consult with your local lawyer to see what your comfort level is.</p>
<p>The best instructions I&#8217;ve seen to extract the iPhone DMG contents are <a href="http://landonf.bikemonkey.org/code/iphone/Toolchain_In_MacPorts.20070812.html">Landon Fuller&#8217;s post</a>. He has a link to some modified source code to a program called vfdecrypt, but for some reason when I compiled vfdecrypt it wouldn&#8217;t work for me on the DMG file. There&#8217;s a precompiled vfdecrypt file to be found at <a href="http://ellkro.jot.com/HowToBuildObjCApps">http://ellkro.jot.com/HowToBuildObjCApps</a> inside of the phonedmg12.tar.gz file on that page.</p>
<p>And that, sadly, is as far as I&#8217;ve gotten so far. I haven&#8217;t managed to compile a working toolchain myself yet. I&#8217;m using an older PowerPC Mac, and trying to compile things caused errors for me. I enjoyed playing around with toolchains for a day, but I don&#8217;t have much more time to invest in this. It&#8217;s clear that building a toolchain is still not for the weak of heart. On the bright side, once you have a working toolchain, it looks like there are a ton of cool applications you could write.</p>
<div class="plusone"><g:plusone href="http://www.mattcutts.com/blog/hack-your-iphone-install-a-toolchain/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://www.mattcutts.com/blog/hack-your-iphone-install-a-toolchain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My blog needs to cough up a hairball</title>
		<link>http://www.mattcutts.com/blog/my-blog-needs-to-cough-up-a-hairball/</link>
		<comments>http://www.mattcutts.com/blog/my-blog-needs-to-cough-up-a-hairball/#comments</comments>
		<pubDate>Mon, 13 May 2013 04:19:39 +0000</pubDate>
		<dc:creator>Matt Cutts</dc:creator>
				<category><![CDATA[Weblog/blog]]></category>

		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=5728</guid>
		<description><![CDATA[My blog is almost eight years old, and I&#8217;ve published just under a thousand blog posts in that time. Along the way, I wrote about 100 draft notes that I never published. Sometimes I just didn&#8217;t finish the posts. Sometimes I thought they were too boring. Sometimes I wrote a blog post to debunk a [...]]]></description>
				<content:encoded><![CDATA[<p>My blog is almost eight years old, and I&#8217;ve published just under a thousand blog posts in that time. Along the way, I wrote about 100 draft notes that I never published. Sometimes I just didn&#8217;t finish the posts. Sometimes I thought they were too boring. Sometimes I wrote a blog post to debunk a misconception, then decided it wasn&#8217;t worth tackling that specific topic. A few times, I wrote something snarky about another company and then thought better before hitting submit. And a lot of posts were more like notes I kept as I customized some piece of software.</p>
<p>All those draft blog posts were starting to bug me, so I decided to do some spring cleaning this weekend. A lot of the draft posts I just deleted. I transferred some stuff into personal <a href="http://drive.google.com/">Google Drive files</a>. I was left with a dozen or so blog posts that mostly fit into the &#8220;very boring&#8221; and/or &#8220;half-finished&#8221; category. But I kept thinking that 1-2 people out of the two billion or so people online might actually run across a post and find it helpful.</p>
<p>So I&#8217;m going to just throw a few of semi-boring, semi-finished posts onto my blog. Feel free to ignore these.</p>
<div class="plusone"><g:plusone href="http://www.mattcutts.com/blog/my-blog-needs-to-cough-up-a-hairball/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://www.mattcutts.com/blog/my-blog-needs-to-cough-up-a-hairball/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Disclosure</title>
		<link>http://www.mattcutts.com/blog/disclosure/</link>
		<comments>http://www.mattcutts.com/blog/disclosure/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 03:12:54 +0000</pubDate>
		<dc:creator>Matt Cutts</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Weblog/blog]]></category>

		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=3173</guid>
		<description><![CDATA[I was glad to see that the FTC unanimously approved new guidelines regarding endorsements and testimonials. The updated guidelines affirm the principle that material connections behind endorsements should be disclosed. This seems like a great time to offer my own disclosure information. I am currently an employee of Google. I receive a salary from them [...]]]></description>
				<content:encoded><![CDATA[<p>I was glad to see that the FTC <a href="http://www.ftc.gov/opa/2009/10/endortest.shtm">unanimously approved</a> new guidelines regarding endorsements and testimonials. The updated guidelines affirm the principle that material connections behind endorsements should be disclosed. This seems like a great time to offer my own disclosure information.</p>
<p>I am currently an employee of <a href="http://www.google.com/">Google</a>. I receive a salary from them and I also own Google stock and options.</p>
<p>Other than compensation from Google, I don&#8217;t accept any money or <a href="http://www.mattcutts.com/blog/please-dont-send-me-free-stuff/">other gifts of value</a> from any companies or individuals. I don&#8217;t accept speaking fees, consulting fees,  honoraria, or trips. I don&#8217;t accept free, discounted, or loaned products. When I receive unsolicited gifts of value from companies or individuals in the scope of work, I give away those gifts.</p>
<p>When I speak at a conference or event, I generally do not pay a registration fee for that event. Some conferences also waive registration fees for that event for one or more of my colleagues or a traveling companion. Either my company or I pay my own travel and hotel expenses when I speak at an event.</p>
<p>I do not run advertisements or otherwise receive any monetary compensation from the operation of my website.</p>
<p>Added January 16, 2010: A few years ago my wife and I formed a non-profit foundation. Neither of us are paid a salary from the foundation. Example groups that the foundation has donated to include the Electronic Frontier Foundation, MAPLight, Change Congress, the Sunlight Foundation, Free Press, the Poynter Institute for Media Studies, Committee to Protect Journalists, Public.Resource.Org, Khan Academy, Code for America, charity: water, and Room to Read. The Employer Identification Number (EIN) of our foundation is 203865461.</p>
<p>I have invested in Perfect Third (the company that makes the <a href="http://wakemate.com/">WakeMate</a>), <a href="http://zencoder.com/">Zencoder</a>, <a href="http://www.cardpool.com/">Cardpool</a>, <a href="http://www.tastylabs.com/">Tasty Labs</a>, <a href="https://drchrono.com/">Drchrono</a>, <a href="https://www.grubwith.us/">Grubwithus</a>, <a href="https://poundpay.com/">PoundPay</a>, <a href="http://www.apportable.com/about">Apportable</a>, <a href="http://mailgun.net/">Mailgun</a>, and <a href="https://www.parse.com/">Parse</a>. I have also invested in <a href="http://lowercasellc.com/">Lowercase Capital</a> (Lowercase Ventures Fund I), <a href="http://ycombinator.com/">Y Combinator</a> (Y Combinator Fund II), and Lowercase 140.</p>
<div class="plusone"><g:plusone href="http://www.mattcutts.com/blog/disclosure/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://www.mattcutts.com/blog/disclosure/feed/</wfw:commentRss>
		<slash:comments>78</slash:comments>
		</item>
		<item>
		<title>Funny spam email, June 2009</title>
		<link>http://www.mattcutts.com/blog/funny-spam-email-2009/</link>
		<comments>http://www.mattcutts.com/blog/funny-spam-email-2009/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 02:57:07 +0000</pubDate>
		<dc:creator>Matt Cutts</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Weblog/blog]]></category>

		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=2774</guid>
		<description><![CDATA[I enjoy posting some of the funny emails that I get. This one made me laugh: You don’t need to %SI3_rnd10 rod’s %SI3_rnd11 and %SI3_rnd12 %SI3_rnd13’ jokes! This is a %SI3_rnd14 for %SI3_rnd15 your %SI3_rnd16! It will %SI3_rnd17 in seconds after she %SI3_rnd18 and %SI3_rnd19 as good as if it was a %SI3_rnd20 rod! No [...]]]></description>
				<content:encoded><![CDATA[<p>I enjoy posting <a href="http://www.mattcutts.com/blog/do-you-get-these-emails/">some</a> of the <a href="http://www.mattcutts.com/blog/a-fun-email/">funny</a> <a href="http://www.mattcutts.com/blog/my-funniest-outside-email/">emails</a> <a href="http://www.mattcutts.com/blog/link-exchange-emails/">that</a> <a href="http://www.mattcutts.com/blog/funny-spam-email/">I</a> <a href="http://www.mattcutts.com/blog/recruiting-email/">get</a>. This one made me laugh:</p>
<blockquote><p>
You don’t need to %SI3_rnd10 rod’s %SI3_rnd11 and %SI3_rnd12 %SI3_rnd13’ jokes!<br />
This is a %SI3_rnd14 for %SI3_rnd15 your %SI3_rnd16! It will %SI3_rnd17 in seconds after she %SI3_rnd18 and %SI3_rnd19 as good as if it was a %SI3_rnd20 rod!<br />
No more jokes – you will always get %SI3_rnd21 and moans! The huge pack costs less than 30 %SI3_rnd22!<br />
%SI3_rnd23 can be a %SI3_rnd24! No one will know about your %SI3_rnd25!<br />
%SI3_rnd26 now and save more than $10 regardless of your order’s size!
</p></blockquote>
<p>I think it&#8217;s spam about embiggening a specific body part. But the spammer clearly didn&#8217;t set up their spam template correctly. <img src='http://www.mattcutts.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Anyone have guesses about which email spamming software package this is?</p>
<div class="plusone"><g:plusone href="http://www.mattcutts.com/blog/funny-spam-email-2009/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://www.mattcutts.com/blog/funny-spam-email-2009/feed/</wfw:commentRss>
		<slash:comments>48</slash:comments>
		</item>
		<item>
		<title>I&#8217;m back!</title>
		<link>http://www.mattcutts.com/blog/im-back/</link>
		<comments>http://www.mattcutts.com/blog/im-back/#comments</comments>
		<pubDate>Mon, 25 May 2009 06:14:45 +0000</pubDate>
		<dc:creator>Matt Cutts</dc:creator>
				<category><![CDATA[Weblog/blog]]></category>

		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=2581</guid>
		<description><![CDATA[I should be back over at mattcutts.com. I&#8217;m sure some bits have sloshed around in the transition from dullest.com to mattcutts.com&#8211;let me know if you see anything truly weird. I plan to talk sometime soon about what I learned in the process of moving to a completely different domain for a month.]]></description>
				<content:encoded><![CDATA[<p>I should be back over at mattcutts.com. I&#8217;m sure some bits have sloshed around in the transition from dullest.com to mattcutts.com&#8211;let me know if you see anything truly weird.</p>
<p>I plan to talk sometime soon about what I learned in the process of moving to a completely different domain for a month.</p>
<div class="plusone"><g:plusone href="http://www.mattcutts.com/blog/im-back/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://www.mattcutts.com/blog/im-back/feed/</wfw:commentRss>
		<slash:comments>89</slash:comments>
		</item>
		<item>
		<title>Switching things around</title>
		<link>http://www.mattcutts.com/blog/switching-things-around/</link>
		<comments>http://www.mattcutts.com/blog/switching-things-around/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 04:19:17 +0000</pubDate>
		<dc:creator>Matt Cutts</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Weblog/blog]]></category>

		<guid isPermaLink="false">http://www.dullest.com/blog/?p=2409</guid>
		<description><![CDATA[This weekend I decided to mix things up on my blog. So I switched things around: - I took one of my domains, dullest.com, and moved it to TigerTech from pair Networks. - I installed the latest version of WordPress on dullest.com and copied the MySQL database from mattcutts.com to dullest.com. - I changed my [...]]]></description>
				<content:encoded><![CDATA[<p>This weekend I decided to mix things up on my blog. So I switched things around:</p>
<p>- I took one of my domains, dullest.com, and moved it to <a href="http://www.tigertech.net/">TigerTech</a> from <a href="http://www.pair.com/">pair Networks</a>.<br />
- I installed the latest version of <a href="http://wordpress.org/">WordPress</a> on dullest.com and copied the MySQL database from mattcutts.com to dullest.com.<br />
- I changed my blog layout to the excellent <a href="http://diythemes.com/thesis/">Thesis</a> theme by <a href="http://www.pearsonified.com/">Chris Pearson</a>. Previously I was using the <a href="http://www.flavoroflife.net/2008/04/20/where-is-beccary/">Almost Spring</a> theme.<br />
- I added an .htaccess file that will do 302 redirects from www.mattcutts.com/path/file.html to www.dullest.com/path/file.html .</p>
<p>Note: changing your IP address, webhost, domain name, blog template, and blog version all at the same time is the exact opposite of what you should normally do. It&#8217;s better to change only one thing at a time so that if something goes horribly wrong, you can trace what caused it.</p>
<p>Also, if you were truly moving a site, a 302 redirect wouldn&#8217;t be the right redirect to use&#8211;a 301 (permanent) redirect would be better. But if I like these changes, I might migrate mattcutts.com to TigerTech and then migrate my blog from dullest.com back to mattcutts.com. So I&#8217;ll stick with a 302 for now.</p>
<p>Sometimes it&#8217;s fun to mix things up. It&#8217;s not as if I make any money from my blog, so I don&#8217;t mind if my search rankings drop for a while. In fact, it will be a pretty interesting experiment to see what happens with search engines and traffic.</p>
<p>I&#8217;m sure a bunch of stuff broke; let me know if you see anything especially horrible!</p>
<div class="plusone"><g:plusone href="http://www.mattcutts.com/blog/switching-things-around/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://www.mattcutts.com/blog/switching-things-around/feed/</wfw:commentRss>
		<slash:comments>148</slash:comments>
		</item>
		<item>
		<title>Chrome marketshare for March 2009</title>
		<link>http://www.mattcutts.com/blog/chrome-marketshare-for-march-2009/</link>
		<comments>http://www.mattcutts.com/blog/chrome-marketshare-for-march-2009/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 06:17:31 +0000</pubDate>
		<dc:creator>Matt Cutts</dc:creator>
				<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Weblog/blog]]></category>

		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=2310</guid>
		<description><![CDATA[Google Chrome continued its upward marketshare march in March. I was looking at my browser breakdown tonight. Here&#8217;s what I&#8217;ve got from the last 30 days in Google Analytics: Some different browser marketshare numbers: - Net Applications says that Chrome went from 1.15% to 1.23% in the last ~30 days. - StatCounter says that Chrome [...]]]></description>
				<content:encoded><![CDATA[<p>Google Chrome continued its upward marketshare march in March. I was looking at my browser breakdown tonight. Here&#8217;s what I&#8217;ve got from the last 30 days in <a href="http://www.google.com/analytics/">Google Analytics</a>:</p>
<p><center><img src="http://www.mattcutts.com/images/browser-market-share-march-2009.png" alt="Browser breakdown for March 2009" /></center></p>
<p>Some different browser marketshare numbers:</p>
<p>- <a href="http://marketshare.hitslink.com/browser-market-share.aspx?qprid=1">Net Applications says</a> that Chrome went from 1.15% to 1.23% in the last ~30 days.</p>
<p>- <a href="http://gs.statcounter.com/#browser-ww-daily-20090304-20090402">StatCounter says</a> that Chrome topped 2% recently. Click through to see fewer people using Internet Explorer and more people using Firefox and Chrome over the weekends. StatCounter provides CSV export, so I made a separate chart for Chrome:</p>
<p><center><img src="http://spreadsheets.google.com/pub?key=pRoiw3us3wh2KdUdTD1WHHA&#038;oid=1&#038;output=image" alt="Chrome usage in the last month" /></center></p>
<p>- <a href="http://getclicky.com/global-marketshare-statistics">Clicky says</a> that in the last 60 days, Chrome has gone from 2.099% to 2.479%</p>
<p><center><img src="http://www.mattcutts.com/images/browser-market-share-march-2009-clicky.png" alt="Browser breakdown for March 2009" /></center></p>
<p>Not shabby for a little over six months since Chrome was released. My favorite Chrome links recently are:</p>
<p>- The <a href="http://dev.chromium.org/getting-involved/dev-channel/">dev channel switcher</a> to get the latest/greatest features in Chrome. For example, the dev channel uses the F11 key to switch to full-screen mode. You can also delete auto-form-fill suggestions by cursoring down to them and hitting the &#8220;Delete&#8221; key.</p>
<p>- The <a href="http://www.chromeexperiments.com/">Chrome Experiments</a> site demonstrates how well Chrome handles JavaScript. My favorite demos are <a href="http://www.chromeexperiments.com/detail/browser-ball/">Browser Ball</a>, <a href="http://www.chromeexperiments.com/detail/ball-pool/">Ball Pool</a>, <a href="http://www.chromeexperiments.com/detail/wavy-scrollbars/">Wavy Scrollbars</a>, and the bizarrely addictive <a href="http://www.chromeexperiments.com/detail/twitch/">Twitch</a>.</p>
<p>How do the browser stats look for your site(s)? And does anyone know of other sources for browser marketshare?</p>
<div class="plusone"><g:plusone href="http://www.mattcutts.com/blog/chrome-marketshare-for-march-2009/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://www.mattcutts.com/blog/chrome-marketshare-for-march-2009/feed/</wfw:commentRss>
		<slash:comments>61</slash:comments>
		</item>
		<item>
		<title>My 2008 traffic stats</title>
		<link>http://www.mattcutts.com/blog/my-2008-traffic-stats/</link>
		<comments>http://www.mattcutts.com/blog/my-2008-traffic-stats/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 16:13:02 +0000</pubDate>
		<dc:creator>Matt Cutts</dc:creator>
				<category><![CDATA[Weblog/blog]]></category>

		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=1659</guid>
		<description><![CDATA[I published traffic stats for my blog for 2006 and 2007, so it&#8217;s time for the 2008 statistics. The rough summary is: 2006: 1.7M visits and 2.9M pageviews 2007: 2.3M visits and 4.8M pageviews, plus 31K RSS readers 2008: 3.4M visits and 5.7M pageviews, plus 46K RSS readers, 7986 followers on my Twitter stream, and [...]]]></description>
				<content:encoded><![CDATA[<p>I published traffic stats for my blog for <a href="http://www.mattcutts.com/blog/my-search-stats-for-2006/">2006</a> and <a href="http://www.mattcutts.com/blog/my-2007-traffic-stats/">2007</a>, so it&#8217;s time for the 2008 statistics.</p>
<p><img src="http://www.mattcutts.com/images/2008-traffic.png" alt="2008 Traffic stats" /></p>
<p>The rough summary is:<br />
<strong>2006</strong>: 1.7M visits and 2.9M pageviews<br />
<strong>2007</strong>: 2.3M visits and 4.8M pageviews, plus 31K RSS readers<br />
<strong>2008</strong>: 3.4M visits and 5.7M pageviews, plus 46K RSS readers, 7986 followers on my <a href="http://twitter.com/mattcutts">Twitter stream</a>, and 1607 <a href="http://friendfeed.com/mattcutts">subscribers on FriendFeed</a>.</p>
<p>My most popular posts had nothing to do with search engine optimization (SEO). The top traffic-driving posts of 2008 were:<br />
- My <a href="http://www.mattcutts.com/blog/9-power-tips-for-gmail/">Gmail power tips</a> post.<br />
- My <a href="http://www.mattcutts.com/blog/the-best-business-card-ever/">&#8220;Best Business Card Ever&#8221;</a> post.<br />
- The <a href="http://www.mattcutts.com/blog/google-chrome-web-browser/">series</a> <a href="http://www.mattcutts.com/blog/download-google-chrome-browser-beta/">of</a> <a href="http://www.mattcutts.com/blog/google-chrome-communication/">blog</a> <a href="http://www.mattcutts.com/blog/common-google-chrome-objections/">posts</a> <a href="http://www.mattcutts.com/blog/google-chrome-license-agreement/">about</a> <a href="http://www.mattcutts.com/blog/google-chrome-user-agent/">Chrome</a> <a href="http://www.mattcutts.com/blog/chrome-tips-and-news/">that</a> I did in September 2008.<br />
- My two posts about <a href="http://www.mattcutts.com/blog/my-halloween-2008-costume/">my Halloween costume</a> and <a href="http://www.mattcutts.com/blog/google-protects-itself-from-zombies/">Google&#8217;s anti-zombie robots.txt on Halloween</a>.</p>
<p>In addition, my <a href="http://www.mattcutts.com/blog/hack-your-iphone-install-applications-with-installerapp-and-apptapp/">how to hack an iphone</a> article was posted in Sept. 2007 but continued to drive especially strong traffic. If visitors were all I wanted, I&#8217;d write about nothing but the iPhone. <img src='http://www.mattcutts.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Almost as interesting were my traffic sources:</p>
<p><center><img src="http://www.mattcutts.com/images/2008-traffic-sources.png" alt="2008 Traffic sources" /></center></p>
<p>Google and direct visits were a large fraction of my traffic, but so were sites such as Digg, StumbleUpon, Google Image Search, Techmeme, delicious, and Twitter. It&#8217;s a good reminder that social media sites and places like image search can drive quite a bit of traffic.</p>
<p>All of this data is courtesy of <a href="http://www.feedburner.com/">FeedBurner</a> and <a href="http://www.google.com/analytics/">Google Analytics</a>, which make this sort of analysis quite easy. What do your 2008 traffic stats look like?</p>
<div class="plusone"><g:plusone href="http://www.mattcutts.com/blog/my-2008-traffic-stats/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://www.mattcutts.com/blog/my-2008-traffic-stats/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>Browser Market Share?</title>
		<link>http://www.mattcutts.com/blog/browser-marketshare-stats/</link>
		<comments>http://www.mattcutts.com/blog/browser-marketshare-stats/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 03:07:20 +0000</pubDate>
		<dc:creator>Matt Cutts</dc:creator>
				<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Weblog/blog]]></category>

		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=1421</guid>
		<description><![CDATA[I hadn&#8217;t looked at my browser marketshare in a while, so I fired up Google Analytics: Rough browser numbers are Firefox 57.58% IE 26.07% Safari 6.48% Chrome 5.11% Opera 2.35% Mozilla 1.44% SeaMonkey 0.48% Mozilla Compatible 0.18% Konqueror 0.13% Camino 0.04% OneStat says that they see 0.54% share for Google Chrome. Net Applications provides an [...]]]></description>
				<content:encoded><![CDATA[<p>I hadn&#8217;t looked at my browser marketshare in a while, so I fired up <a href="http://www.google.com/analytics/">Google Analytics</a>:</p>
<p><img src="http://www.mattcutts.com/images/browser-share.png" alt="Browser marketshare" /></p>
<p>Rough browser numbers are</p>
<table>
<tr>
<td>Firefox</td>
<td>57.58%</td>
</tr>
<tr>
<td>IE</td>
<td>26.07%</td>
</tr>
<tr>
<td>Safari</td>
<td>6.48%</td>
</tr>
<tr>
<td>Chrome</td>
<td>5.11%</td>
</tr>
<tr>
<td>Opera</td>
<td>2.35%</td>
</tr>
<tr>
<td>Mozilla</td>
<td>1.44%</td>
</tr>
<tr>
<td>SeaMonkey</td>
<td>0.48%</td>
</tr>
<tr>
<td>Mozilla Compatible</td>
<td>0.18%</td>
</tr>
<tr>
<td>Konqueror</td>
<td>0.13%</td>
</tr>
<tr>
<td>Camino</td>
<td>0.04%</td>
</tr>
</table>
<p>OneStat says that they see <a href="http://www.onestat.com/html/press-release-google-chrome-global-usage-share.html">0.54% share</a> for <a href="http://www.google.com/chrome">Google Chrome</a>. Net Applications provides an <a href="http://marketshare.hitslink.com/report.aspx?sample=21&#038;qprid=43&#038;qpcustom=Chrome+0.4">hour-by-hour graph</a>, which is nice, but they hardwired it to look for the string &#8220;Chrome 0.2&#8243; when Chrome is on version 0.3 or 0.4 by now. Just eyeballing the Chrome 0.3 version stats, it looked like about 0.85% market share according to Net Applications. Hey Net Applications folks, any chance you&#8217;d be willing to roll up all the Chrome versions into your hourly report?</p>
<p>I hadn&#8217;t realized that Internet Explorer usage had dropped so low for my site (~26%). What does your browser marketshare stats look like for the last month or so for your site(s)?</p>
<p>P.S. Stephen Shankland writes about <a href="http://news.cnet.com/8301-17939_109-10107152-2.html">switching to Google Chrome because of the speed</a>, while ExtremeTech also concluded that <a href="http://www.extremetech.com/article2/0,2845,2335242,00.asp">Chrome is speedy</a>. And if you haven&#8217;t seen it, there&#8217;s a <a href="http://googlechromereleases.blogspot.com/2008/11/beta-release-0415425.html">new version of Chrome (0.4.154.25)</a> that adds a couple nice features:</p>
<blockquote><p>
<strong>Bookmark manager with import/export.<br />
</strong>Use the &#8216;Customize and control Google Chrome&#8217; (wrench) menu to open the Bookmark manager. You can search bookmarks, create folders, and drag and drop bookmarks to new locations. The Bookmark Manager&#8217;s Tools menu lets you export or import bookmarks.</p>
<p><strong>Privacy section in Options.<br />
</strong>We grouped together all of the configuration options for features that might send data to another service. Open the wrench menu, click Options, and select the Under the Hood tab.
</p></blockquote>
<p>Personally, I run the <a href="http://dev.chromium.org/getting-involved/dev-channel/">dev channel version of Chrome</a> because I like to see what cool features are coming soon. I think the dev channel has averaged weekly updates, which is really nice because you can literally watch plug-in fixes and other improvements arrive every few days. It&#8217;s wild to see client software updated that often instead of every few months.</p>
<p><strong>Update, 11/28/2008</strong>: Somehow I missed the <a href="http://getclicky.com/global-marketshare-statistics">getclicky.com browser marketshare stats</a> from 60K+ sites. They peg Chrome at 1.55%, with a little bit of 1.6% to 1.7% in the last week or so.</p>
<div class="plusone"><g:plusone href="http://www.mattcutts.com/blog/browser-marketshare-stats/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://www.mattcutts.com/blog/browser-marketshare-stats/feed/</wfw:commentRss>
		<slash:comments>170</slash:comments>
		</item>
		<item>
		<title>Stupid Digg + a kitten</title>
		<link>http://www.mattcutts.com/blog/stupid-digg-a-kitten/</link>
		<comments>http://www.mattcutts.com/blog/stupid-digg-a-kitten/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 18:45:43 +0000</pubDate>
		<dc:creator>Matt Cutts</dc:creator>
				<category><![CDATA[Weblog/blog]]></category>

		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=1184</guid>
		<description><![CDATA[Sorry that the blog was down for a few hours. Yesterday I did a throwaway post that somehow ended up getting 3800+ diggs or so. I didn&#8217;t have WP-Cache or Supercache turned on, so my blog melted to a little puddle of fail. &#8220;Matt, you idiot! How you could run a modern WordPress blog without [...]]]></description>
				<content:encoded><![CDATA[<p>Sorry that the blog was down for a few hours. Yesterday I did a <a href="http://www.mattcutts.com/blog/youtube-adds-read-comment-aloud-feature-from-xkcd/">throwaway post</a> that somehow ended up getting <a href="http://digg.com/tech_news/Google_reads_XKCD_decides_to_impliment_the_feature">3800+ diggs</a> or so. I didn&#8217;t have WP-Cache or Supercache turned on, so my blog melted to a little puddle of fail. <img src='http://www.mattcutts.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&#8220;<strong>Matt, you idiot</strong>! How you could run a modern WordPress blog without caching turned on?&#8221; you may ask. The first answer is that I&#8217;m stupid and figured that I was boring enough that I wouldn&#8217;t hit digg or Slashdot for anything.</p>
<p>The slightly-less-stupid answer is that turning on WordPress caching interacts really badly with the FreeBSD systems that my webhost Pair runs (<a href="http://www.mattcutts.com/blog/how-to-delete-files-from-a-directory-i-own-in-freebsd/">I&#8217;ve written about this before</a>). That means that for me, upgrading WordPress takes hours and is a pain in the butt. The last time I upgraded my WP install, I didn&#8217;t install Supercache simply because it was such a headache to uninstall before.</p>
<p>I have to do some thinking about what I might change (blogging platform, webhost, etc.) in the future to make this less painful. Frankly, the idea of racing to update my software every few months (so that I don&#8217;t need to worry about getting hacked) strikes me as a little backwards; I&#8217;d prefer to host my blog with some web service so that I never have to worry about security releases or downloading/upgrading software myself. I don&#8217;t blame WordPress or Pair, but the combination doesn&#8217;t work well for me right now.</p>
<p>One suggestion for WordPress: integrate caching functionality more tightly so that managing caching isn&#8217;t a multi-step process and doesn&#8217;t involve juggling plug-ins. Another WordPress suggestion: lower the price of <a href="http://wordpress.com/vip-hosting/">VIP hosting</a> ($600 setup fee + $500/month is too high; if you lowered that a lot, you could probably attract a bunch of people who don&#8217;t want to fiddle with WordPress upgrades) and make it trivial to do a CNAME like blog.mattcutts.com to VIP hosting. One suggestion for WP-Cache and Supercache: make an option that clears out all cache files and deletes all directories created by the caching plugin, then atomically disables caching. Maybe that option is there and I&#8217;ve missed it somehow. One suggestion for Pair: if I am the owner of a parent directory, let me delete any file or subdirectory from that directory. Then I could delete silly cache files that are owned by &#8220;nobody.&#8221; Again, I know the fault is primarily mine for not turning on caching, even if it&#8217;s a hassle.</p>
<p>Since you&#8217;ve been so nice to read my self-absorbed tale of woe, here&#8217;s a picture of my cat Ozzie, helping me hack on the blog:</p>
<p><img src="http://www.mattcutts.com/images/ozzie-kneeling.jpg" alt="Ozzie sitting on my" /></p>
<div class="plusone"><g:plusone href="http://www.mattcutts.com/blog/stupid-digg-a-kitten/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://www.mattcutts.com/blog/stupid-digg-a-kitten/feed/</wfw:commentRss>
		<slash:comments>49</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using n/a

 Served from: www.mattcutts.com @ 2013-05-19 15:31:58 by W3 Total Cache -->