<?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>Newest Industry &#187; Google</title>
	<atom:link href="http://newestindustry.org/tag/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://newestindustry.org</link>
	<description>Web Performance, Branding, and Social Media</description>
	<lastBuildDate>Sat, 20 Mar 2010 18:36:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom:link rel='hub' href='http://newestindustry.org/?pushpress=hub'/>
<cloud domain='newestindustry.org' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Scaling Web Analytics &#8211; Considerations for Consumers</title>
		<link>http://newestindustry.org/2009/04/13/scaling-web-analytics-considerations-for-consumers/</link>
		<comments>http://newestindustry.org/2009/04/13/scaling-web-analytics-considerations-for-consumers/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 14:29:04 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[Web analytics]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[branding]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[average processing time]]></category>
		<category><![CDATA[data warehouse]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Inc.]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[raw Web logs]]></category>
		<category><![CDATA[social media firms]]></category>
		<category><![CDATA[tag infrastructure]]></category>
		<category><![CDATA[Web analytics data]]></category>
		<category><![CDATA[Web analytics tag]]></category>
		<category><![CDATA[Web analytics vendors]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=2453</guid>
		<description><![CDATA[
			
				
			
		
A comment on my Hit Tracking with PHP and MySQL post raised some interesting questions about what a consumer of Web analytics data needs to consider when selecting providers for their sites.
Most folks are familiar with the model of Web analytics vendors: You place their JS tag on your page which makes a call back [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F04%2F13%2Fscaling-web-analytics-considerations-for-consumers%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F04%2F13%2Fscaling-web-analytics-considerations-for-consumers%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><a title="Daily Traffic" href="http://flickr.com/photos/19365670@N04/2363258975"><img style="float:left;padding:4px;" src="http://farm3.static.flickr.com/2241/2363258975_4c1a659c4b_m.jpg" alt="" /></a>A comment on my <a title="Newest Industry - Hit Tracking with PHP and MySQL" href="http://newestindustry.org/2008/09/03/hit-tracking-with-php-and-mysql/" target="_blank"><em>Hit Tracking with PHP and MySQL</em></a> post raised some interesting questions about what a consumer of Web analytics data needs to consider when selecting providers for their sites.</p>
<p>Most folks are familiar with the model of Web analytics vendors: You place their JS tag on your page which makes a call back to their centralized system with all of the data that can be collected about the visitor who has just come to your site.</p>
<p>There are three items that you, the consumer of this third-party service, need to get straight answers about.</p>
<h3>Performance of the Tag</h3>
<p>Visitors to your site do not know which components you are responsible for and which you have farmed out to vendors and services. In their mind, all content is your content. This means that the performance of the Web analytics tag, which if not placed correctly on the page can affect the rendering of the content, is a critical factor in selecting a vendor.</p>
<p>To my knowledge, none of the Web analytics vendors used by most people blog and social media firms (StatCounter, GetClicky, Google Analytics, Omniture, etc.) freely share response time and error rate metrics of their tag infrastructure with the world as measured by a third party.</p>
<p>Is the tag delivered from a central location, or does the provider use a CDN? Is the data delivered asynchronously or synchronously?</p>
<p>The download performance of the tag is not the only concern. Ask them to provide data on the average processing time that they see when a client parses and processes the code. How does this processing time vary from browser to browser, between OSs? What steps are they taking to ensure that the tag does not affect the perceived performance of your page?</p>
<p>Ask for this data. Ask that the measurement data be collected by an impartial third party. Demand that this data be freely available to you before you make a decision on purchasing their service.</p>
<h3>Size of the Tag</h3>
<p>All of these services rely on a JS tag to collect and deliver the data to their data warehouse. Ask the provider to tell you how large this tag is, and what steps they have taken to reduce its size so that it has a limited effect on the download of your content.</p>
<p>Have they minified the tag? Is it delivered using HTTP compression to further reduce the size? Are ways to reduce the size of the tag always under considerations?</p>
<h3>Data Storage</h3>
<p>Analyzing data takes a couple of forms: daily operational views to spot changes or issues; and long-term trending to find larger patterns and major shifts in your visitors. As a result, data needs to be available with a substantial degree of detail while still providing aggregated data that allows larger patterns to be easily discovered.</p>
<p>How long does your provider store detailed data? What is the data expiry policy? Can you extract the data and import it into your own database?</p>
<h3>Summary</h3>
<p>Web analytics is key to determining what works and doesn&#8217;t work on your site. It tells who, where and how people are accessing your content. But without a Web analytics partner/vendor that provides performance and support, you may be left more in the cold than if you were just looking at your raw Web logs.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2009%2F04%2F13%2Fscaling-web-analytics-considerations-for-consumers%2F&amp;t=Scaling%20Web%20Analytics%20-%20Considerations%20for%20Consumers" title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Scaling%20Web%20Analytics%20-%20Considerations%20for%20Consumers%20-%20http%3A%2F%2Fnewestindustry.org%2F2009%2F04%2F13%2Fscaling-web-analytics-considerations-for-consumers%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2009%2F04%2F13%2Fscaling-web-analytics-considerations-for-consumers%2F&amp;title=Scaling%20Web%20Analytics%20-%20Considerations%20for%20Consumers&amp;body=A%20comment%20on%20my%20Hit%20Tracking%20with%20PHP%20and%20MySQL%20post%20raised%20some%20interesting%20questions%20about%20what%20a%20consumer%20of%20Web%20analytics%20data%20needs%20to%20consider%20when%20selecting%20providers%20for%20their%20sites.%0D%0A%0D%0AMost%20folks%20are%20familiar%20with%20the%20model%20of%20Web%20analytics%20" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2009%2F04%2F13%2Fscaling-web-analytics-considerations-for-consumers%2F&amp;title=Scaling%20Web%20Analytics%20-%20Considerations%20for%20Consumers&amp;bodytext=A%20comment%20on%20my%20Hit%20Tracking%20with%20PHP%20and%20MySQL%20post%20raised%20some%20interesting%20questions%20about%20what%20a%20consumer%20of%20Web%20analytics%20data%20needs%20to%20consider%20when%20selecting%20providers%20for%20their%20sites.%0D%0A%0D%0AMost%20folks%20are%20familiar%20with%20the%20model%20of%20Web%20analytics%20" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F04%2F13%2Fscaling-web-analytics-considerations-for-consumers%2F&amp;title=Scaling%20Web%20Analytics%20-%20Considerations%20for%20Consumers" title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2009%2F04%2F13%2Fscaling-web-analytics-considerations-for-consumers%2F&amp;title=Scaling%20Web%20Analytics%20-%20Considerations%20for%20Consumers&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=A%20comment%20on%20my%20Hit%20Tracking%20with%20PHP%20and%20MySQL%20post%20raised%20some%20interesting%20questions%20about%20what%20a%20consumer%20of%20Web%20analytics%20data%20needs%20to%20consider%20when%20selecting%20providers%20for%20their%20sites.%0D%0A%0D%0AMost%20folks%20are%20familiar%20with%20the%20model%20of%20Web%20analytics%20" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F04%2F13%2Fscaling-web-analytics-considerations-for-consumers%2F&amp;title=Scaling%20Web%20Analytics%20-%20Considerations%20for%20Consumers" title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Scaling%20Web%20Analytics%20-%20Considerations%20for%20Consumers&amp;url=http%3A%2F%2Fnewestindustry.org%2F2009%2F04%2F13%2Fscaling-web-analytics-considerations-for-consumers%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F04%2F13%2Fscaling-web-analytics-considerations-for-consumers%2F&amp;title=Scaling%20Web%20Analytics%20-%20Considerations%20for%20Consumers&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2009%2F04%2F13%2Fscaling-web-analytics-considerations-for-consumers%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2009%2F04%2F13%2Fscaling-web-analytics-considerations-for-consumers%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F04%2F13%2Fscaling-web-analytics-considerations-for-consumers%2F&amp;title=Scaling%20Web%20Analytics%20-%20Considerations%20for%20Consumers&amp;notes=A%20comment%20on%20my%20Hit%20Tracking%20with%20PHP%20and%20MySQL%20post%20raised%20some%20interesting%20questions%20about%20what%20a%20consumer%20of%20Web%20analytics%20data%20needs%20to%20consider%20when%20selecting%20providers%20for%20their%20sites.%0D%0A%0D%0AMost%20folks%20are%20familiar%20with%20the%20model%20of%20Web%20analytics%20" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Scaling%20Web%20Analytics%20-%20Considerations%20for%20Consumers&amp;body=http%3A%2F%2Fnewestindustry.org%2F2009%2F04%2F13%2Fscaling-web-analytics-considerations-for-consumers%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2009/04/13/scaling-web-analytics-considerations-for-consumers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search Referrer Stats &#8211; March 21 2009</title>
		<link>http://newestindustry.org/2009/03/22/search-referrer-stats-march-21-2009/</link>
		<comments>http://newestindustry.org/2009/03/22/search-referrer-stats-march-21-2009/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 02:52:03 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Web analytics]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[Ask]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Microsoft Live]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[search engine distribution]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[Yahoo Search]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=2415</guid>
		<description><![CDATA[
			
				
			
		
Via Statcounter, here is my search engine distribution for a log of 2,000 hits.

With statistics like these, is there really any point in having other search engines?




Spread the Love:


	
	
	
	
	
	
	
	
	
	
	
	
	


]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F22%2Fsearch-referrer-stats-march-21-2009%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F22%2Fsearch-referrer-stats-march-21-2009%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Via Statcounter, here is my search engine distribution for a log of 2,000 hits.</p>
<p style="text-align: center;"><a title="search-distribution-march212009 by spierzchala, on Flickr" href="http://www.flickr.com/photos/spierzchala/3373838323/"><img src="http://farm4.static.flickr.com/3456/3373838323_8352b1fc81.jpg" alt="search-distribution-march212009" width="500" height="313" /></a></p>
<p style="text-align: left;">With statistics like these, is there really any point in having other search engines?</p>
<p style="text-align: center;">



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F22%2Fsearch-referrer-stats-march-21-2009%2F&amp;t=Search%20Referrer%20Stats%20-%20March%2021%202009" title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Search%20Referrer%20Stats%20-%20March%2021%202009%20-%20http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F22%2Fsearch-referrer-stats-march-21-2009%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F22%2Fsearch-referrer-stats-march-21-2009%2F&amp;title=Search%20Referrer%20Stats%20-%20March%2021%202009&amp;body=Via%20Statcounter%2C%20here%20is%20my%20search%20engine%20distribution%20for%20a%20log%20of%202%2C000%20hits.%0D%0A%0D%0AWith%20statistics%20like%20these%2C%20is%20there%20really%20any%20point%20in%20having%20other%20search%20engines%3F%0D%0A" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F22%2Fsearch-referrer-stats-march-21-2009%2F&amp;title=Search%20Referrer%20Stats%20-%20March%2021%202009&amp;bodytext=Via%20Statcounter%2C%20here%20is%20my%20search%20engine%20distribution%20for%20a%20log%20of%202%2C000%20hits.%0D%0A%0D%0AWith%20statistics%20like%20these%2C%20is%20there%20really%20any%20point%20in%20having%20other%20search%20engines%3F%0D%0A" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F22%2Fsearch-referrer-stats-march-21-2009%2F&amp;title=Search%20Referrer%20Stats%20-%20March%2021%202009" title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F22%2Fsearch-referrer-stats-march-21-2009%2F&amp;title=Search%20Referrer%20Stats%20-%20March%2021%202009&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=Via%20Statcounter%2C%20here%20is%20my%20search%20engine%20distribution%20for%20a%20log%20of%202%2C000%20hits.%0D%0A%0D%0AWith%20statistics%20like%20these%2C%20is%20there%20really%20any%20point%20in%20having%20other%20search%20engines%3F%0D%0A" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F22%2Fsearch-referrer-stats-march-21-2009%2F&amp;title=Search%20Referrer%20Stats%20-%20March%2021%202009" title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Search%20Referrer%20Stats%20-%20March%2021%202009&amp;url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F22%2Fsearch-referrer-stats-march-21-2009%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F22%2Fsearch-referrer-stats-march-21-2009%2F&amp;title=Search%20Referrer%20Stats%20-%20March%2021%202009&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F22%2Fsearch-referrer-stats-march-21-2009%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F22%2Fsearch-referrer-stats-march-21-2009%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F22%2Fsearch-referrer-stats-march-21-2009%2F&amp;title=Search%20Referrer%20Stats%20-%20March%2021%202009&amp;notes=Via%20Statcounter%2C%20here%20is%20my%20search%20engine%20distribution%20for%20a%20log%20of%202%2C000%20hits.%0D%0A%0D%0AWith%20statistics%20like%20these%2C%20is%20there%20really%20any%20point%20in%20having%20other%20search%20engines%3F%0D%0A" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Search%20Referrer%20Stats%20-%20March%2021%202009&amp;body=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F22%2Fsearch-referrer-stats-march-21-2009%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2009/03/22/search-referrer-stats-march-21-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GrabPERF Search Index &#8211; March 13-19 2009</title>
		<link>http://newestindustry.org/2009/03/20/grabperf-search-index-march-13-19-2009/</link>
		<comments>http://newestindustry.org/2009/03/20/grabperf-search-index-march-13-19-2009/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 20:44:10 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[Web analytics]]></category>
		<category><![CDATA[WebPerformance.Org]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[performance index]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[actual search process]]></category>
		<category><![CDATA[AOL]]></category>
		<category><![CDATA[Ask]]></category>
		<category><![CDATA[Ask.com]]></category>
		<category><![CDATA[Blogdigger]]></category>
		<category><![CDATA[Blogpulse]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Inc.]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[key search providers]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Corporation]]></category>
		<category><![CDATA[Microsoft Live]]></category>
		<category><![CDATA[search providers]]></category>
		<category><![CDATA[Technorati]]></category>
		<category><![CDATA[Time Warner Inc.]]></category>
		<category><![CDATA[Yahoo!]]></category>
		<category><![CDATA[Yahoo! Inc.]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=2410</guid>
		<description><![CDATA[
			
				
			
		
About four years ago, I published/posted a number of indices related to GrabPERF data. This is a re-launch of that, starting with the GrabPERF Search Performance Index.
The methodology of the Search Performance Index is straightforward: A number of key search providers are selected and HTTP GET requests are sent that directly pull the results page [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F20%2Fgrabperf-search-index-march-13-19-2009%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F20%2Fgrabperf-search-index-march-13-19-2009%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><a title="Christmas day sunset" href="http://flickr.com/photos/62223880@N00/332788255"><img style="float:left;padding:4px;" src="http://farm1.static.flickr.com/154/332788255_fe249f3567_t.jpg" alt="" /></a>About four years ago, I published/posted a number of indices related to <a title="GrabPERF" href="http://grabperf.org/" target="_blank">GrabPERF</a> data. This is a re-launch of that, starting with the <a title="GrabPERF - Search Performance Index" href="http://grabperf.org/search_index.php" target="_blank">GrabPERF Search Performance Index</a>.</p>
<p>The methodology of the Search Performance Index is straightforward: A number of key search providers are selected and HTTP GET requests are sent that directly pull the results page of a query page that is searching for &#8216;New York&#8217;.</p>
<p>This is a simple process and one that is a close approximation of the actual search process that hundreds of millions of people perform every day.</p>
<pre>alias                       Response Time  Success  Attempts  Success Rate
--------------------------  -------------  -------  --------  ------------
SEARCH - Google Blogsearch      0.2822545    27242     27244       99.9927
SEARCH - Google                 0.3151932    27228     27247       99.9303
SEARCH - Live (Microsoft)       0.3840097    27245     27246       99.9963
SEARCH - Indeed                 0.4112960    27240     27241       99.9963
SEARCH - Yahoo                  0.4574381    24175     24175      100.0000
SEARCH - Altavista              0.4592764    23922     23922      100.0000
SEARCH - Cuil                   0.6757475    23963     23967       99.9833
SEARCH - AOL                    0.7822945    23913     23913      100.0000
SEARCH - Ask                    0.9025220    24157     24163       99.9752
SEARCH - Technorati             0.9053472    27219     27234       99.9449
SEARCH - Amazon                 1.3251402    27245     27251       99.9780
SEARCH - Baidu                  1.7409345    23777     23799       99.9076
SEARCH - Blogdigger             1.8960633    25106     26354       95.2645
SEARCH - BlogLines              2.0238809    27233     27248       99.9450
SEARCH - IceRocket              2.1233684    24147     24177       99.8759
SEARCH - Blogpulse              2.4144131    27019     27247       99.1632</pre>
<p>As can be seen in the data, there is a substantial degree of difference in the response time results, but the big three search providers (Google, Yahoo, and Microsoft Live) were in the top five. As well, all but three of the providers (Blogdigger, IceRocket and Blogpulse) had success rates (availability) of 99.9% or higher.</p>
<p>I don&#8217;t expect to see much in the way of change in these results, but I will post them for comparison each week.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F20%2Fgrabperf-search-index-march-13-19-2009%2F&amp;t=GrabPERF%20Search%20Index%20-%20March%2013-19%202009" title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=GrabPERF%20Search%20Index%20-%20March%2013-19%202009%20-%20http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F20%2Fgrabperf-search-index-march-13-19-2009%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F20%2Fgrabperf-search-index-march-13-19-2009%2F&amp;title=GrabPERF%20Search%20Index%20-%20March%2013-19%202009&amp;body=About%20four%20years%20ago%2C%20I%20published%2Fposted%20a%20number%20of%20indices%20related%20to%20GrabPERF%20data.%20This%20is%20a%20re-launch%20of%20that%2C%20starting%20with%20the%20GrabPERF%20Search%20Performance%20Index.%0D%0A%0D%0AThe%20methodology%20of%20the%20Search%20Performance%20Index%20is%20straightforward%3A%20A%20number%20o" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F20%2Fgrabperf-search-index-march-13-19-2009%2F&amp;title=GrabPERF%20Search%20Index%20-%20March%2013-19%202009&amp;bodytext=About%20four%20years%20ago%2C%20I%20published%2Fposted%20a%20number%20of%20indices%20related%20to%20GrabPERF%20data.%20This%20is%20a%20re-launch%20of%20that%2C%20starting%20with%20the%20GrabPERF%20Search%20Performance%20Index.%0D%0A%0D%0AThe%20methodology%20of%20the%20Search%20Performance%20Index%20is%20straightforward%3A%20A%20number%20o" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F20%2Fgrabperf-search-index-march-13-19-2009%2F&amp;title=GrabPERF%20Search%20Index%20-%20March%2013-19%202009" title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F20%2Fgrabperf-search-index-march-13-19-2009%2F&amp;title=GrabPERF%20Search%20Index%20-%20March%2013-19%202009&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=About%20four%20years%20ago%2C%20I%20published%2Fposted%20a%20number%20of%20indices%20related%20to%20GrabPERF%20data.%20This%20is%20a%20re-launch%20of%20that%2C%20starting%20with%20the%20GrabPERF%20Search%20Performance%20Index.%0D%0A%0D%0AThe%20methodology%20of%20the%20Search%20Performance%20Index%20is%20straightforward%3A%20A%20number%20o" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F20%2Fgrabperf-search-index-march-13-19-2009%2F&amp;title=GrabPERF%20Search%20Index%20-%20March%2013-19%202009" title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=GrabPERF%20Search%20Index%20-%20March%2013-19%202009&amp;url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F20%2Fgrabperf-search-index-march-13-19-2009%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F20%2Fgrabperf-search-index-march-13-19-2009%2F&amp;title=GrabPERF%20Search%20Index%20-%20March%2013-19%202009&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F20%2Fgrabperf-search-index-march-13-19-2009%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F20%2Fgrabperf-search-index-march-13-19-2009%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F20%2Fgrabperf-search-index-march-13-19-2009%2F&amp;title=GrabPERF%20Search%20Index%20-%20March%2013-19%202009&amp;notes=About%20four%20years%20ago%2C%20I%20published%2Fposted%20a%20number%20of%20indices%20related%20to%20GrabPERF%20data.%20This%20is%20a%20re-launch%20of%20that%2C%20starting%20with%20the%20GrabPERF%20Search%20Performance%20Index.%0D%0A%0D%0AThe%20methodology%20of%20the%20Search%20Performance%20Index%20is%20straightforward%3A%20A%20number%20o" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=GrabPERF%20Search%20Index%20-%20March%2013-19%202009&amp;body=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F20%2Fgrabperf-search-index-march-13-19-2009%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2009/03/20/grabperf-search-index-march-13-19-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GrabPERF &#8211; Search Performance Index</title>
		<link>http://newestindustry.org/2009/03/16/grabperf-search-performance-index/</link>
		<comments>http://newestindustry.org/2009/03/16/grabperf-search-performance-index/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 14:49:26 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[GrabPERF]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[Altavista]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Ask]]></category>
		<category><![CDATA[Ask.com]]></category>
		<category><![CDATA[Baidu]]></category>
		<category><![CDATA[Bloglines]]></category>
		<category><![CDATA[Cuil]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[search providers]]></category>
		<category><![CDATA[search results]]></category>
		<category><![CDATA[Technorati]]></category>
		<category><![CDATA[Yahoo!]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=2386</guid>
		<description><![CDATA[
			
				
			
		
Today I would like to announce the availability of the GrabPERF Search Performance Index.
The goal of the index is to provide performance metrics for a group of search providers around the world. The results are based on a direct HTTP GET request being made for the search results page by the GrabPERF Agent.
Currently only live [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F16%2Fgrabperf-search-performance-index%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F16%2Fgrabperf-search-performance-index%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><a title="Lajpat Nagar" href="http://flickr.com/photos/62223880@N00/296150321"><img style="float:left;padding:4px;" src="http://farm1.static.flickr.com/110/296150321_829a2e405a_m.jpg" alt="" /></a>Today I would like to announce the availability of the <a title="GrabPERF - Search Performance Index" href="http://grabperf.org/search_index.php" target="_blank">GrabPERF Search Performance Index</a>.</p>
<p>The goal of the index is to provide performance metrics for a group of search providers around the world. The results are based on a direct HTTP GET request being made for the search results page by the GrabPERF Agent.</p>
<p>Currently only live data is available. In the near future, archival results on a week by week basis will be made available.</p>
<p>If there is a search provider that has been missed, please <a title="GrabPERF - Contact Us" href="http://www.grabperf.org/contact.php" target="_blank">contact the GrabPERF team</a>.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F16%2Fgrabperf-search-performance-index%2F&amp;t=GrabPERF%20-%20Search%20Performance%20Index" title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=GrabPERF%20-%20Search%20Performance%20Index%20-%20http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F16%2Fgrabperf-search-performance-index%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F16%2Fgrabperf-search-performance-index%2F&amp;title=GrabPERF%20-%20Search%20Performance%20Index&amp;body=Today%20I%20would%20like%20to%20announce%20the%20availability%20of%20the%20GrabPERF%20Search%20Performance%20Index.%0D%0A%0D%0AThe%20goal%20of%20the%20index%20is%20to%20provide%20performance%20metrics%20for%20a%20group%20of%20search%20providers%20around%20the%20world.%20The%20results%20are%20based%20on%20a%20direct%20HTTP%20GET%20request%20" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F16%2Fgrabperf-search-performance-index%2F&amp;title=GrabPERF%20-%20Search%20Performance%20Index&amp;bodytext=Today%20I%20would%20like%20to%20announce%20the%20availability%20of%20the%20GrabPERF%20Search%20Performance%20Index.%0D%0A%0D%0AThe%20goal%20of%20the%20index%20is%20to%20provide%20performance%20metrics%20for%20a%20group%20of%20search%20providers%20around%20the%20world.%20The%20results%20are%20based%20on%20a%20direct%20HTTP%20GET%20request%20" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F16%2Fgrabperf-search-performance-index%2F&amp;title=GrabPERF%20-%20Search%20Performance%20Index" title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F16%2Fgrabperf-search-performance-index%2F&amp;title=GrabPERF%20-%20Search%20Performance%20Index&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=Today%20I%20would%20like%20to%20announce%20the%20availability%20of%20the%20GrabPERF%20Search%20Performance%20Index.%0D%0A%0D%0AThe%20goal%20of%20the%20index%20is%20to%20provide%20performance%20metrics%20for%20a%20group%20of%20search%20providers%20around%20the%20world.%20The%20results%20are%20based%20on%20a%20direct%20HTTP%20GET%20request%20" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F16%2Fgrabperf-search-performance-index%2F&amp;title=GrabPERF%20-%20Search%20Performance%20Index" title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=GrabPERF%20-%20Search%20Performance%20Index&amp;url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F16%2Fgrabperf-search-performance-index%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F16%2Fgrabperf-search-performance-index%2F&amp;title=GrabPERF%20-%20Search%20Performance%20Index&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F16%2Fgrabperf-search-performance-index%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F16%2Fgrabperf-search-performance-index%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F16%2Fgrabperf-search-performance-index%2F&amp;title=GrabPERF%20-%20Search%20Performance%20Index&amp;notes=Today%20I%20would%20like%20to%20announce%20the%20availability%20of%20the%20GrabPERF%20Search%20Performance%20Index.%0D%0A%0D%0AThe%20goal%20of%20the%20index%20is%20to%20provide%20performance%20metrics%20for%20a%20group%20of%20search%20providers%20around%20the%20world.%20The%20results%20are%20based%20on%20a%20direct%20HTTP%20GET%20request%20" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=GrabPERF%20-%20Search%20Performance%20Index&amp;body=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F16%2Fgrabperf-search-performance-index%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2009/03/16/grabperf-search-performance-index/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advertising to the Community: Is PageRank a Good Model for Social Media?</title>
		<link>http://newestindustry.org/2008/09/29/advertising-to-the-community-is-pagerank-a-good-model-for-social-media/</link>
		<comments>http://newestindustry.org/2008/09/29/advertising-to-the-community-is-pagerank-a-good-model-for-social-media/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 21:33:18 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[advertising]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[conversation]]></category>
		<category><![CDATA[engagement]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[Matt Rhodes]]></category>
		<category><![CDATA[modified PageRank algorithm]]></category>
		<category><![CDATA[PageRank]]></category>
		<category><![CDATA[social media world]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=2102</guid>
		<description><![CDATA[
			
				
			
		
In previous posts about advertising and marketing to the new social media world [here and here], I postulated that it is very difficult to assign a value to a stream of comments, a community of followers, or a conversation.
As always, Google seems (to think) it has the answer. BusinessWeek reports the vague concept of PageRank [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F29%2Fadvertising-to-the-community-is-pagerank-a-good-model-for-social-media%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F29%2Fadvertising-to-the-community-is-pagerank-a-good-model-for-social-media%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>In previous posts about advertising and marketing to the new social media world [<a href="http://newestindustry.org/2008/09/20/metrics-in-conversational-and-community-marketing/">here</a> and <a href="http://newestindustry.org/2008/09/18/blog-advertising-toward-a-better-model/">here</a>], I postulated that it is very difficult to assign a value to a stream of comments, a community of followers, or a conversation.</p>
<p>As always, Google seems (to think) it has the answer. BusinessWeek reports the vague concept of <em>PageRank for the People</em> [<a href="http://www.businessweek.com/magazine/content/08_40/b4102050681705.htm" target="_blank">here</a>]. Matt Rhodes <a href="http://blog.freshnetworks.com/2008/09/does-google-have-the-answer-to-measuring-roi-in-social-media/">agrees with this idea</a>, and that advertising will become more and more focused on the community, rather than on the content.</p>
<p>Where the real value in this discussion lies is in targeting the advertising to be relevant to the conversation. It&#8217;s not just matching the content. It&#8217;s all about making the advertising relevant to the <em>context</em>.</p>
<p>Is the tone of the conversation about the brand positive or negative? I like to point out that I see my articles about <em>Gutter Helmet</em> creating a content-match in the AdSense logic that drives this product to be advertised. What is lost in the logic that AdSense uses is that I am describing my extremely negative experience with Gutter Helmet.</p>
<p>Shouldn&#8217;t the competitors of Gutter Helmet be able to take advantage of this, based on the context of the article? Shouldn&#8217;t Gutter Helmet be trying to respond to these negative posts by monitoring the conversation and actively trying to turn a bad customer experience into a positive long-term relationship?</p>
<p>Conversation and community marketing is a far more complex problem than a modified PageRank algorithm. It is not about the number of connections, or the level of engagement. In the end, it is about ensuring that advertisers can target their shrinking marketing dollars at the conversations that are most important.</p>
<p>Injecting irrelevant content into conversation is not the way to succeed in this new approach. Being an active participant in the conversation is the key.</p>
<p>In effect, the old model that is based on the <em>many eyeballs for the lowest cost</em> approach is failing. A <a href="http://buzzlogic.com/">BuzzLogic</a> model that examines conversations and encourages firms to intelligently and actively engage in them is the one that will win.</p>
<p>The road to success is based on engagement, not eyeballs.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F29%2Fadvertising-to-the-community-is-pagerank-a-good-model-for-social-media%2F&amp;t=Advertising%20to%20the%20Community%3A%20Is%20PageRank%20a%20Good%20Model%20for%20Social%20Media%3F" title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Advertising%20to%20the%20Community%3A%20Is%20PageRank%20a%20Good%20Model%20for%20Social%20Media%3F%20-%20http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F29%2Fadvertising-to-the-community-is-pagerank-a-good-model-for-social-media%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F29%2Fadvertising-to-the-community-is-pagerank-a-good-model-for-social-media%2F&amp;title=Advertising%20to%20the%20Community%3A%20Is%20PageRank%20a%20Good%20Model%20for%20Social%20Media%3F&amp;body=In%20previous%20posts%20about%20advertising%20and%20marketing%20to%20the%20new%20social%20media%20world%20%5Bhere%20and%20here%5D%2C%20I%20postulated%20that%20it%20is%20very%20difficult%20to%20assign%20a%20value%20to%20a%20stream%20of%20comments%2C%20a%20community%20of%20followers%2C%20or%20a%20conversation.%0D%0A%0D%0AAs%20always%2C%20Google%20seems" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F29%2Fadvertising-to-the-community-is-pagerank-a-good-model-for-social-media%2F&amp;title=Advertising%20to%20the%20Community%3A%20Is%20PageRank%20a%20Good%20Model%20for%20Social%20Media%3F&amp;bodytext=In%20previous%20posts%20about%20advertising%20and%20marketing%20to%20the%20new%20social%20media%20world%20%5Bhere%20and%20here%5D%2C%20I%20postulated%20that%20it%20is%20very%20difficult%20to%20assign%20a%20value%20to%20a%20stream%20of%20comments%2C%20a%20community%20of%20followers%2C%20or%20a%20conversation.%0D%0A%0D%0AAs%20always%2C%20Google%20seems" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F29%2Fadvertising-to-the-community-is-pagerank-a-good-model-for-social-media%2F&amp;title=Advertising%20to%20the%20Community%3A%20Is%20PageRank%20a%20Good%20Model%20for%20Social%20Media%3F" title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F29%2Fadvertising-to-the-community-is-pagerank-a-good-model-for-social-media%2F&amp;title=Advertising%20to%20the%20Community%3A%20Is%20PageRank%20a%20Good%20Model%20for%20Social%20Media%3F&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=In%20previous%20posts%20about%20advertising%20and%20marketing%20to%20the%20new%20social%20media%20world%20%5Bhere%20and%20here%5D%2C%20I%20postulated%20that%20it%20is%20very%20difficult%20to%20assign%20a%20value%20to%20a%20stream%20of%20comments%2C%20a%20community%20of%20followers%2C%20or%20a%20conversation.%0D%0A%0D%0AAs%20always%2C%20Google%20seems" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F29%2Fadvertising-to-the-community-is-pagerank-a-good-model-for-social-media%2F&amp;title=Advertising%20to%20the%20Community%3A%20Is%20PageRank%20a%20Good%20Model%20for%20Social%20Media%3F" title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Advertising%20to%20the%20Community%3A%20Is%20PageRank%20a%20Good%20Model%20for%20Social%20Media%3F&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F29%2Fadvertising-to-the-community-is-pagerank-a-good-model-for-social-media%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F29%2Fadvertising-to-the-community-is-pagerank-a-good-model-for-social-media%2F&amp;title=Advertising%20to%20the%20Community%3A%20Is%20PageRank%20a%20Good%20Model%20for%20Social%20Media%3F&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F29%2Fadvertising-to-the-community-is-pagerank-a-good-model-for-social-media%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F29%2Fadvertising-to-the-community-is-pagerank-a-good-model-for-social-media%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F29%2Fadvertising-to-the-community-is-pagerank-a-good-model-for-social-media%2F&amp;title=Advertising%20to%20the%20Community%3A%20Is%20PageRank%20a%20Good%20Model%20for%20Social%20Media%3F&amp;notes=In%20previous%20posts%20about%20advertising%20and%20marketing%20to%20the%20new%20social%20media%20world%20%5Bhere%20and%20here%5D%2C%20I%20postulated%20that%20it%20is%20very%20difficult%20to%20assign%20a%20value%20to%20a%20stream%20of%20comments%2C%20a%20community%20of%20followers%2C%20or%20a%20conversation.%0D%0A%0D%0AAs%20always%2C%20Google%20seems" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Advertising%20to%20the%20Community%3A%20Is%20PageRank%20a%20Good%20Model%20for%20Social%20Media%3F&amp;body=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F29%2Fadvertising-to-the-community-is-pagerank-a-good-model-for-social-media%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2008/09/29/advertising-to-the-community-is-pagerank-a-good-model-for-social-media/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Blog Advertising: Toward a Better Model</title>
		<link>http://newestindustry.org/2008/09/18/blog-advertising-toward-a-better-model/</link>
		<comments>http://newestindustry.org/2008/09/18/blog-advertising-toward-a-better-model/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 15:00:12 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[ad network]]></category>
		<category><![CDATA[advertising approach]]></category>
		<category><![CDATA[advertising initiatives]]></category>
		<category><![CDATA[advertising model]]></category>
		<category><![CDATA[advertising models]]></category>
		<category><![CDATA[advertising space]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[audience]]></category>
		<category><![CDATA[blog advertising]]></category>
		<category><![CDATA[blog advertising works]]></category>
		<category><![CDATA[BuzzLogic]]></category>
		<category><![CDATA[contextual ads]]></category>
		<category><![CDATA[contextual advertising]]></category>
		<category><![CDATA[contextual advertising model]]></category>
		<category><![CDATA[front-loaded]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[interactive social web model]]></category>
		<category><![CDATA[long tail]]></category>
		<category><![CDATA[long-tailed]]></category>
		<category><![CDATA[search results]]></category>
		<category><![CDATA[social media visitors]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[traffic]]></category>
		<category><![CDATA[variable-price advertising model]]></category>
		<category><![CDATA[VentureBeat]]></category>
		<category><![CDATA[views]]></category>
		<category><![CDATA[Web analytics]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=2031</guid>
		<description><![CDATA[
			
				
			
		
This week, I have been discussing the different approaches to blog analytics that can be used to determine what posts from a blog&#8217;s archive are most popular, and whether a blog is front-loaded or long-tailed. The thesis is that it&#8217;s not always what the words in the blog are that are important.
In a guest post [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F18%2Fblog-advertising-toward-a-better-model%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F18%2Fblog-advertising-toward-a-better-model%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>This week, I have been discussing the different approaches to blog analytics that can be used to determine<a title="Newest Industry - What your visitors actually read" href="http://newestindustry.org/2008/09/14/blog-statistics-analysis-what-do-your-visitors-actually-read/" target="_blank"> what posts from a blog&#8217;s archive are most popular</a>, and <a title="Newest Industry - What day of the week is best to post on" href="http://newestindustry.org/2008/09/16/blog-statistics-analysis-page-views-by-day-of-week-or-when-to-post/" target="_blank">whether a blog is <em>front-loaded</em> or <em>long-tailed</em></a>. The thesis is that it&#8217;s not always what the words in the blog are that are important.</p>
<p>In a guest post this morning at <a title="ProBlogger" href="http://www.problogger.net/" target="_blank">ProBlogger</a>, <a title="SkellieWag" href="http://www.skelliewag.org/" target="_blank">Skellie </a>discusses how <a title="ProBlogger - What is the Real Value of a Social Media Visitor?" href="http://www.problogger.net/archives/2008/09/19/what-is-the-real-value-of-a-social-media-visitor/" target="_blank">the value of social media visitors is different</a> and inherently more complex than the value of visitors generated from traditional methods, such as search and feedreaders. Her eight points further support my ideas that the old advertising models are not the best suited for the new blogging world.</p>
<p>Stepping away from the existing advertising models that have been used since blogging popularity exploded in 2005 and 2006, it is clear that the new, interactive social web model requires an advertising approach that centers on community and conversation, rather than the older idea of context and aggregated readership.</p>
<h3>The Current Model</h3>
<p>Current blog advertising falls into two categories:</p>
<ol>
<li><strong>Contextual Ads.</strong> This is the Google model, and is based on the ad network auctioning off keywords and phrases to advertisers for the privilege of seeing their ad links or images appear on pages that contain those words or phrases.</li>
<li><strong>Sponsored Ads.</strong> Once a blog is popular enough and can prove a well-developed audience, the blogger can offer to sell space on his blog to advertisers who wish to have their products, offerings or companies presented to the target audience.</li>
</ol>
<p>In my opinion, these two approaches fail blog owners.</p>
<p>Contextual ads understand the content of the page, but do not understand the popularity of the page, or its relationship to the popularity of other pages in the archive.Contextual ads lack a sense of community, a sense of conversation. While the model has proven successful, it does not maximize the reach that a blog has with its own audience.</p>
<p>Sponsored ads understand the audience that the blog reaches, but do not account for posts that draw the readers&#8217; attention for the longest time, both in terms of time spent reading and thinking about the post as well as over time in an historical sense. The sponsored ad model assumes that all posts get equal attention, or drive community and conversation to the same degree.</p>
<h3>The New Model</h3>
<p>In the new model, more effective use of visitor analytics is vital to shaping the type and value of the ads sold. Studying the visitor statistics of a blog will allow the owners to see whether the blog is, in general, <em>front-loaded</em> or <em>long-tailed</em>.</p>
<p>If the blog has a front-loaded audience, the most recent posts are of higher value and could be auctioned of at higher prices. In order for this to work, both the ad-hoster and the advertiser would have to agree to the value of the most recent posts using a proven and open statistical analysis methodology. In the case of front-loaded blogs, this analysis methodology would have to demonstrate that there is a higher traffic volume for posts that are between 0-3 days old (setting a hypothetical boundary on front-loading).</p>
<p>For blogs that are long-tailed, those posts that continue to draw consistent traffic would be valued far more highly than those that fall out into the general ebb and flow of a bloggers traffic. These posts have proven historically that they appear highly in search results and are visited often.</p>
<p>In addition to the posts themselves, the comment stream has to be considered. Posts that generate an active conversation are farmore valuable those that don&#8217;t. Again, showing the value of the conversation is reliant of the ability to track the numbers of people in the conversation (through <a title="Disqus" href="http://disqus.com/">Disqus</a> or some other commenting system).</p>
<p>This model can be further augmented by using a tool like <a title="Lookery - Main Page" href="http://www.lookery.com/" target="_blank">Lookery</a> that helps to clearly establish the demographics of the blog audience. Being able to pinpoint not only where on a blog to advertise but also who the visitors are who view those page, provides a further selling point for this new model and helps build faith in the virtues of a blog that sells space using this new, more effectively targeted advertising pricing structure.</p>
<p>Now, I separate the front-loaded and long-tailed blogs as if they are distinct. Obviously these categories apply to nearly every blog as there are new posts that suddenly capture the imagination of an audience, and there are older posts that continue to provide specific information that draws a steady stream of traffic to them.</p>
<h3>Summary</h3>
<p>This is a very early stage idea, one that has no code or methodology to support it. However, I believe that the current contextual advertising model, one based solely on the content of the post, is not allowing the content creators and blog entities to take advantage of their most valuable resource &#8211; their own posts and the conversations that they create.</p>
<p>I also believe that blog owners are not taking advantage of their own best resource, Web analytics, to help determine the price for advertising of their site. Not all blog posts are created or read equally. Being able to very clearly show what drives the most eyeballs to your site is a selling point that can be used in a variable-price advertising model.</p>
<p>By providing tools to blog owners that intimately link the analytics they already gather and the advertising space they have to sell, a new advertising model can arise, one that is uniquely suited to the new Web. This advertising model will be founded in the concepts of conversation and community, providing more discretely targeted eyeballs to advertisers, and higher ad revenues to blog owners and content creators.</p>
<h2>UPDATES</h2>
<p>Appears that <a title="BuzzLogic" href="http://www.buzzlogic.com/" target="_blank">BuzzLogic</a> has already <a title="BuzzLogic Announces Coversation Ad Network" href="http://www.buzzlogic.com/blog/2008/09/buzzlogic_announces_coversatio.html" target="_blank">started down this path</a>. <a title="VentureBeat" href="http://venturebeat.com/" target="_blank">VentureBeat</a> has commentary <a title="VentureBeat - BuzzLogic" href="http://venturebeat.com/2008/09/17/are-you-an-influencer-if-so-buzzlogic-has-an-ad-network-for-you/" target="_blank">here</a>.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F18%2Fblog-advertising-toward-a-better-model%2F&amp;t=Blog%20Advertising%3A%20Toward%20a%20Better%20Model" title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Blog%20Advertising%3A%20Toward%20a%20Better%20Model%20-%20http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F18%2Fblog-advertising-toward-a-better-model%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F18%2Fblog-advertising-toward-a-better-model%2F&amp;title=Blog%20Advertising%3A%20Toward%20a%20Better%20Model&amp;body=This%20week%2C%20I%20have%20been%20discussing%20the%20different%20approaches%20to%20blog%20analytics%20that%20can%20be%20used%20to%20determine%20what%20posts%20from%20a%20blog%27s%20archive%20are%20most%20popular%2C%20and%20whether%20a%20blog%20is%20front-loaded%20or%20long-tailed.%20The%20thesis%20is%20that%20it%27s%20not%20always%20what%20t" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F18%2Fblog-advertising-toward-a-better-model%2F&amp;title=Blog%20Advertising%3A%20Toward%20a%20Better%20Model&amp;bodytext=This%20week%2C%20I%20have%20been%20discussing%20the%20different%20approaches%20to%20blog%20analytics%20that%20can%20be%20used%20to%20determine%20what%20posts%20from%20a%20blog%27s%20archive%20are%20most%20popular%2C%20and%20whether%20a%20blog%20is%20front-loaded%20or%20long-tailed.%20The%20thesis%20is%20that%20it%27s%20not%20always%20what%20t" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F18%2Fblog-advertising-toward-a-better-model%2F&amp;title=Blog%20Advertising%3A%20Toward%20a%20Better%20Model" title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F18%2Fblog-advertising-toward-a-better-model%2F&amp;title=Blog%20Advertising%3A%20Toward%20a%20Better%20Model&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=This%20week%2C%20I%20have%20been%20discussing%20the%20different%20approaches%20to%20blog%20analytics%20that%20can%20be%20used%20to%20determine%20what%20posts%20from%20a%20blog%27s%20archive%20are%20most%20popular%2C%20and%20whether%20a%20blog%20is%20front-loaded%20or%20long-tailed.%20The%20thesis%20is%20that%20it%27s%20not%20always%20what%20t" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F18%2Fblog-advertising-toward-a-better-model%2F&amp;title=Blog%20Advertising%3A%20Toward%20a%20Better%20Model" title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Blog%20Advertising%3A%20Toward%20a%20Better%20Model&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F18%2Fblog-advertising-toward-a-better-model%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F18%2Fblog-advertising-toward-a-better-model%2F&amp;title=Blog%20Advertising%3A%20Toward%20a%20Better%20Model&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F18%2Fblog-advertising-toward-a-better-model%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F18%2Fblog-advertising-toward-a-better-model%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F18%2Fblog-advertising-toward-a-better-model%2F&amp;title=Blog%20Advertising%3A%20Toward%20a%20Better%20Model&amp;notes=This%20week%2C%20I%20have%20been%20discussing%20the%20different%20approaches%20to%20blog%20analytics%20that%20can%20be%20used%20to%20determine%20what%20posts%20from%20a%20blog%27s%20archive%20are%20most%20popular%2C%20and%20whether%20a%20blog%20is%20front-loaded%20or%20long-tailed.%20The%20thesis%20is%20that%20it%27s%20not%20always%20what%20t" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Blog%20Advertising%3A%20Toward%20a%20Better%20Model&amp;body=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F18%2Fblog-advertising-toward-a-better-model%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2008/09/18/blog-advertising-toward-a-better-model/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Web Performance: Blogs, Third Party Apps, and Your Personal Brand</title>
		<link>http://newestindustry.org/2008/09/17/web-performance-blogs-third-party-apps-and-your-personal-brand/</link>
		<comments>http://newestindustry.org/2008/09/17/web-performance-blogs-third-party-apps-and-your-personal-brand/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 13:54:03 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[WebPerformance.Org]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blog site]]></category>
		<category><![CDATA[blog Web site]]></category>
		<category><![CDATA[blog-centric services]]></category>
		<category><![CDATA[brand]]></category>
		<category><![CDATA[Business/Finance]]></category>
		<category><![CDATA[corporate site]]></category>
		<category><![CDATA[disqus]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Michael Dell]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[online representation]]></category>
		<category><![CDATA[outside services]]></category>
		<category><![CDATA[personal brand]]></category>
		<category><![CDATA[Social information processing]]></category>
		<category><![CDATA[third-party]]></category>
		<category><![CDATA[third-party applications]]></category>
		<category><![CDATA[third-party apps]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=2026</guid>
		<description><![CDATA[
			
				
			
		
The idea that blogs generate a personal brand is as old as the &#8220;blogosphere&#8221;. It&#8217;s one of those topics that rages through the blog world every few months. Inexorably the discussion winds its way to the idea that a blog is linked exclusively to the creators of its content. This makes a blog, no matter [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F17%2Fweb-performance-blogs-third-party-apps-and-your-personal-brand%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F17%2Fweb-performance-blogs-third-party-apps-and-your-personal-brand%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>The idea that blogs generate a <em>personal brand</em> is as old as the &#8220;blogosphere&#8221;. It&#8217;s one of those topics that rages through the blog world every few months. Inexorably the discussion winds its way to the idea that a blog is linked exclusively to the creators of its content. This makes a blog, no matter what side of the discussion you fall on, the online representation of a personal brand that is as strong as a brand generated by an online business.</p>
<p>And just as corporate brands are affected by the performance of their Web sites, a personal brand can suffer just as much when something causes the performance of a blog Web site to degrade in the eyes of the visitors. For me, although my personal brand is not a large one, this happened yesterday when <a title="Disqus - The Move to Multiple Databases" href="http://blog.disqus.net/2008/09/16/the-move-to-multiple-databases/" target="_blank">Disqus upgraded to multiple databases</a> during the middle of the day, causing my site to slow to a crawl.</p>
<p>I will restrain my comments on mid-day maintenance for another time.</p>
<p>The focus of this post is the effect that site performance has on personal branding. In my case, the fact that my blog site slowed to a near standstill in the middle of the day likely left visitors with the impression that my blog about Web performance was not practicing what it preached.</p>
<p>For any personal brand, this is not a good thing.</p>
<p>In my case, I was able to draw on my experience to quickly identify and resolve the issue. Performance returned to normal when I temporarily disabled the Disqus plugin (it has since been reactivated). However, if I hadn&#8217;t been paying attention, this performance degradation could have continued, increasing the negative effect on my personal brand.</p>
<p>Like many blogs, Disqus is only one of the outside services I have embedded in my site design. Sites today rely on AdSense, Lookery, Google Analytics, Statcounter, Omniture, Lijit, and on goes the list. These services have become as omnipresent in blogs as the content. What needs to be remembered is that these <em>add-ons</em> are often overlooked as performance inhibitors.</p>
<p>Many of these services are built using the new models of the over-hyped and mis-understood Web 2.0. These services start small, and, as <a title="Shel Israel" href="http://www.redcouch.typepad.com/weblog/information.html" target="_blank">Shel Israel</a> discussed yesterday, <a title="Shel Israel - Scalability: The New ROI" href="http://redcouch.typepad.com/weblog/2008/09/scalability-the.html" target="_blank">need to focus on scalability</a> in order to grow and be seen as successful, rather than cool, but a bit flaky. As a result, these blog-centric services may affect performance to a far greater extent than the third-party apps used by well-established, commercial Web sites.</p>
<p>I am not claiming that any one of these services in and of themselves causes any form of slowdown. Each has its own challenges with scaling, capacity, and success. It is the sheer number of the services that are used by blog designers and authors poses the greatest potential problem when attempting to debug performance slowdowns or outages. The question in these instances, in the heat of a particularly stressful moment in time, is always: Is it my site or the third-party?</p>
<p>The advice I give is that spoken by Michael Dell: You can&#8217;t manage what you can&#8217;t measure. Yesterday, I initiated monitoring of my personal Disqus community page, so I could understand how this service affected my continuing Web performance. I suggest that you do the same, but not just of this third-party. You need to understand how all of the third-party apps you use affect how your personal brand performance is perceived.</p>
<p>Why is this important? In the mind of the visitor, the performance problem is always with your site. As with a corporate site that sees a sudden rise in response times or decrease in availability, it does not matter to the visitor what the underlying cause of the issue is. All they see is that your site, your brand (personal or corporate), is not as strong or reliable as they had been led to believe.</p>
<p>The lesson that I learned yesterday, one that I have taught to so many companies but not heeded myself, is that monitoring the performance of all aspects of your site is critical. And while you as the blog designer or writer might not directly control the third-party content you embed in your site, you must consider how it affects your personal brand when something goes wrong.</p>
<p>You can then make an informed decision on whether the benefit of any one third-party app is outweighed by the negative effect it has on your site performance and, by extension, your personal brand.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F17%2Fweb-performance-blogs-third-party-apps-and-your-personal-brand%2F&amp;t=Web%20Performance%3A%20Blogs%2C%20Third%20Party%20Apps%2C%20and%20Your%20Personal%20Brand" title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Web%20Performance%3A%20Blogs%2C%20Third%20Party%20Apps%2C%20and%20Your%20Personal%20Brand%20-%20http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F17%2Fweb-performance-blogs-third-party-apps-and-your-personal-brand%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F17%2Fweb-performance-blogs-third-party-apps-and-your-personal-brand%2F&amp;title=Web%20Performance%3A%20Blogs%2C%20Third%20Party%20Apps%2C%20and%20Your%20Personal%20Brand&amp;body=The%20idea%20that%20blogs%20generate%20a%20personal%20brand%20is%20as%20old%20as%20the%20%22blogosphere%22.%20It%27s%20one%20of%20those%20topics%20that%20rages%20through%20the%20blog%20world%20every%20few%20months.%20Inexorably%20the%20discussion%20winds%20its%20way%20to%20the%20idea%20that%20a%20blog%20is%20linked%20exclusively%20to%20the%20cr" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F17%2Fweb-performance-blogs-third-party-apps-and-your-personal-brand%2F&amp;title=Web%20Performance%3A%20Blogs%2C%20Third%20Party%20Apps%2C%20and%20Your%20Personal%20Brand&amp;bodytext=The%20idea%20that%20blogs%20generate%20a%20personal%20brand%20is%20as%20old%20as%20the%20%22blogosphere%22.%20It%27s%20one%20of%20those%20topics%20that%20rages%20through%20the%20blog%20world%20every%20few%20months.%20Inexorably%20the%20discussion%20winds%20its%20way%20to%20the%20idea%20that%20a%20blog%20is%20linked%20exclusively%20to%20the%20cr" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F17%2Fweb-performance-blogs-third-party-apps-and-your-personal-brand%2F&amp;title=Web%20Performance%3A%20Blogs%2C%20Third%20Party%20Apps%2C%20and%20Your%20Personal%20Brand" title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F17%2Fweb-performance-blogs-third-party-apps-and-your-personal-brand%2F&amp;title=Web%20Performance%3A%20Blogs%2C%20Third%20Party%20Apps%2C%20and%20Your%20Personal%20Brand&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=The%20idea%20that%20blogs%20generate%20a%20personal%20brand%20is%20as%20old%20as%20the%20%22blogosphere%22.%20It%27s%20one%20of%20those%20topics%20that%20rages%20through%20the%20blog%20world%20every%20few%20months.%20Inexorably%20the%20discussion%20winds%20its%20way%20to%20the%20idea%20that%20a%20blog%20is%20linked%20exclusively%20to%20the%20cr" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F17%2Fweb-performance-blogs-third-party-apps-and-your-personal-brand%2F&amp;title=Web%20Performance%3A%20Blogs%2C%20Third%20Party%20Apps%2C%20and%20Your%20Personal%20Brand" title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Web%20Performance%3A%20Blogs%2C%20Third%20Party%20Apps%2C%20and%20Your%20Personal%20Brand&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F17%2Fweb-performance-blogs-third-party-apps-and-your-personal-brand%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F17%2Fweb-performance-blogs-third-party-apps-and-your-personal-brand%2F&amp;title=Web%20Performance%3A%20Blogs%2C%20Third%20Party%20Apps%2C%20and%20Your%20Personal%20Brand&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F17%2Fweb-performance-blogs-third-party-apps-and-your-personal-brand%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F17%2Fweb-performance-blogs-third-party-apps-and-your-personal-brand%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F17%2Fweb-performance-blogs-third-party-apps-and-your-personal-brand%2F&amp;title=Web%20Performance%3A%20Blogs%2C%20Third%20Party%20Apps%2C%20and%20Your%20Personal%20Brand&amp;notes=The%20idea%20that%20blogs%20generate%20a%20personal%20brand%20is%20as%20old%20as%20the%20%22blogosphere%22.%20It%27s%20one%20of%20those%20topics%20that%20rages%20through%20the%20blog%20world%20every%20few%20months.%20Inexorably%20the%20discussion%20winds%20its%20way%20to%20the%20idea%20that%20a%20blog%20is%20linked%20exclusively%20to%20the%20cr" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Web%20Performance%3A%20Blogs%2C%20Third%20Party%20Apps%2C%20and%20Your%20Personal%20Brand&amp;body=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F17%2Fweb-performance-blogs-third-party-apps-and-your-personal-brand%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2008/09/17/web-performance-blogs-third-party-apps-and-your-personal-brand/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Blog Statistics Analysis &#8211; What do your visitors actually read?</title>
		<link>http://newestindustry.org/2008/09/14/blog-statistics-analysis-what-do-your-visitors-actually-read/</link>
		<comments>http://newestindustry.org/2008/09/14/blog-statistics-analysis-what-do-your-visitors-actually-read/#comments</comments>
		<pubDate>Sun, 14 Sep 2008 14:36:09 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Commentary]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[blog stats]]></category>
		<category><![CDATA[caching]]></category>
		<category><![CDATA[fame]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Gutter Helmet]]></category>
		<category><![CDATA[long tail]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[search response]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[Steven Hodson]]></category>
		<category><![CDATA[top posts]]></category>
		<category><![CDATA[Web administrators]]></category>
		<category><![CDATA[Web caching]]></category>
		<category><![CDATA[Web compression]]></category>
		<category><![CDATA[Web site designers]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=2005</guid>
		<description><![CDATA[
			
				
			
		
Steven Hodson of WinExtra posted a screenshot of his personal Wordpress stats for the last three years last night. I then posted my stats for a similar period of time, and Steven shot back with some question about traffic, and the ebbs and flows of readers.
Being the stats nut that I am, I went and [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F14%2Fblog-statistics-analysis-what-do-your-visitors-actually-read%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F14%2Fblog-statistics-analysis-what-do-your-visitors-actually-read%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><a title="Steven Hodson" href="http://www.winextra.com/about/" target="_blank">Steven Hodson</a> of <a title="WinExtra" href="http://www.winextra.com/" target="_blank">WinExtra</a> posted a screenshot of his personal <a title="Wordpress.org" href="http://wordpress.org/" target="_blank">Wordpress </a>stats for the last three years last night. I then posted my stats for a similar period of time, and Steven shot back with some question about traffic, and the ebbs and flows of readers.</p>
<p>Being the stats nut that I am, I went and pulled the data from my own tracking data, and came up with this.</p>
<div style="float:right;padding:6px;border:0;"><a title="Blog Posts Read Each Month, By Year Posted by spierzchala, on Flickr" href="http://www.flickr.com/photos/spierzchala/2855436679/"><img style="border:0;" src="http://farm4.static.flickr.com/3289/2855436679_e30ae93188.jpg" alt="Blog Posts Read Each Month, By Year Posted" width="500" height="396" /></a></div>
<p>I made a conscious choice to analyze what year the posts being read were posted in. I wanted to understand when people read my content, which content kept people coming back over and over again. The chart above speaks for itself: through most of the last year it&#8217;s clear that the most popular posts were made in 2005.</p>
<p>What is also interesting is the decreasing interest in 2007 posts as 2008 progressed. Posts from 2006 remained steady, as there are a number of posts in that year that amount to my self-help guides to Web compression, mod_gzip, mod_deflate, and Web caching for Web administrators.</p>
<p>This data is no surprise to me, as I posted my rants against Gutter Helmet and their installation process in 2005. Those posts are still near the top of the Google search response for term &#8220;Gutter Helmet&#8221;. And improving the performance of a Web site is of great interest to many Apache server admins and Web site designers.</p>
<p>What is also clear is that self-hosting my blog and the posting renaissance it has provoked has driven traffic back to my site.</p>
<p>So, what lessons did I learn from this data?</p>
<ol>
<li>Always remember <a title="Wikipedia - The Long Tail" href="http://en.wikipedia.org/wiki/The_Long_Tail" target="_blank">the long tail</a>. Every blogger wants to be relevant, on the edge, and showing that they understand current trends. The people who follow those trends are a small minority of the people who read blogs. Google and other search engines will expose them to your writings in the time of their choosing, and you may find that the three year-old post gets as much traffic as the one posted three hours ago</li>
<li>Write often. I was in a blogging funk when my blog was at Wordpress.com. As a geek, I believe that the lack of direct control over the look and feel of my content was the cause of this. In a self-hosted environment, I feel thta I am truly the one in charge, and I can make this blog what I want.</li>
<li>Be cautious of your fame. If your posts are front-loaded, i.e. if all your readers read posts from the month and year they are posted in, are you holding people&#8217;s long-term attention? What have you contributed to the ongoing needs of those who are outside the technical elite? What will drive them to keep coming to your site in the long run?</li>
</ol>
<p>So, I post a challenge to other bloggers out there. My numbers are miniscule compared to the blogging elite, but I am curious to get a rough sense of how the long tail is treating you.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F14%2Fblog-statistics-analysis-what-do-your-visitors-actually-read%2F&amp;t=Blog%20Statistics%20Analysis%20-%20What%20do%20your%20visitors%20actually%20read%3F" title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Blog%20Statistics%20Analysis%20-%20What%20do%20your%20visitors%20actually%20read%3F%20-%20http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F14%2Fblog-statistics-analysis-what-do-your-visitors-actually-read%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F14%2Fblog-statistics-analysis-what-do-your-visitors-actually-read%2F&amp;title=Blog%20Statistics%20Analysis%20-%20What%20do%20your%20visitors%20actually%20read%3F&amp;body=Steven%20Hodson%20of%20WinExtra%20posted%20a%20screenshot%20of%20his%20personal%20Wordpress%20stats%20for%20the%20last%20three%20years%20last%20night.%20I%20then%20posted%20my%20stats%20for%20a%20similar%20period%20of%20time%2C%20and%20Steven%20shot%20back%20with%20some%20question%20about%20traffic%2C%20and%20the%20ebbs%20and%20flows%20of%20r" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F14%2Fblog-statistics-analysis-what-do-your-visitors-actually-read%2F&amp;title=Blog%20Statistics%20Analysis%20-%20What%20do%20your%20visitors%20actually%20read%3F&amp;bodytext=Steven%20Hodson%20of%20WinExtra%20posted%20a%20screenshot%20of%20his%20personal%20Wordpress%20stats%20for%20the%20last%20three%20years%20last%20night.%20I%20then%20posted%20my%20stats%20for%20a%20similar%20period%20of%20time%2C%20and%20Steven%20shot%20back%20with%20some%20question%20about%20traffic%2C%20and%20the%20ebbs%20and%20flows%20of%20r" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F14%2Fblog-statistics-analysis-what-do-your-visitors-actually-read%2F&amp;title=Blog%20Statistics%20Analysis%20-%20What%20do%20your%20visitors%20actually%20read%3F" title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F14%2Fblog-statistics-analysis-what-do-your-visitors-actually-read%2F&amp;title=Blog%20Statistics%20Analysis%20-%20What%20do%20your%20visitors%20actually%20read%3F&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=Steven%20Hodson%20of%20WinExtra%20posted%20a%20screenshot%20of%20his%20personal%20Wordpress%20stats%20for%20the%20last%20three%20years%20last%20night.%20I%20then%20posted%20my%20stats%20for%20a%20similar%20period%20of%20time%2C%20and%20Steven%20shot%20back%20with%20some%20question%20about%20traffic%2C%20and%20the%20ebbs%20and%20flows%20of%20r" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F14%2Fblog-statistics-analysis-what-do-your-visitors-actually-read%2F&amp;title=Blog%20Statistics%20Analysis%20-%20What%20do%20your%20visitors%20actually%20read%3F" title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Blog%20Statistics%20Analysis%20-%20What%20do%20your%20visitors%20actually%20read%3F&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F14%2Fblog-statistics-analysis-what-do-your-visitors-actually-read%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F14%2Fblog-statistics-analysis-what-do-your-visitors-actually-read%2F&amp;title=Blog%20Statistics%20Analysis%20-%20What%20do%20your%20visitors%20actually%20read%3F&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F14%2Fblog-statistics-analysis-what-do-your-visitors-actually-read%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F14%2Fblog-statistics-analysis-what-do-your-visitors-actually-read%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F14%2Fblog-statistics-analysis-what-do-your-visitors-actually-read%2F&amp;title=Blog%20Statistics%20Analysis%20-%20What%20do%20your%20visitors%20actually%20read%3F&amp;notes=Steven%20Hodson%20of%20WinExtra%20posted%20a%20screenshot%20of%20his%20personal%20Wordpress%20stats%20for%20the%20last%20three%20years%20last%20night.%20I%20then%20posted%20my%20stats%20for%20a%20similar%20period%20of%20time%2C%20and%20Steven%20shot%20back%20with%20some%20question%20about%20traffic%2C%20and%20the%20ebbs%20and%20flows%20of%20r" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Blog%20Statistics%20Analysis%20-%20What%20do%20your%20visitors%20actually%20read%3F&amp;body=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F14%2Fblog-statistics-analysis-what-do-your-visitors-actually-read%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2008/09/14/blog-statistics-analysis-what-do-your-visitors-actually-read/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Thoughts on Web Performance at the Browser</title>
		<link>http://newestindustry.org/2008/09/09/thoughts-on-web-performance-at-the-browser/</link>
		<comments>http://newestindustry.org/2008/09/09/thoughts-on-web-performance-at-the-browser/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 12:20:55 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[WebPerformance.Org]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[John Resig]]></category>
		<category><![CDATA[Reorganization]]></category>
		<category><![CDATA[Technology/Internet]]></category>
		<category><![CDATA[Web browser]]></category>
		<category><![CDATA[web browsers]]></category>
		<category><![CDATA[Web community]]></category>
		<category><![CDATA[Web page]]></category>
		<category><![CDATA[Web page processing]]></category>
		<category><![CDATA[Web performance measurement]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=1936</guid>
		<description><![CDATA[
			
				
			
		
Last week, lost in the preternatural shriek that emerged from the Web community around the release of Google Chrome, John Resig posted a thoughtful post on resources usage at the browser. In it, he states that the use of the Process Manager in Chrome will change how people see Web performance. In his words:
The blame [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F09%2Fthoughts-on-web-performance-at-the-browser%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F09%2Fthoughts-on-web-performance-at-the-browser%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><a title="Google Classic: Please Allow 30 Days for your Search Results" href="http://flickr.com/photos/14829735@N00/3389581452"><img style="padding-bottom:4px;padding-right:6px;float:left;" src="http://farm4.static.flickr.com/3632/3389581452_2a5b6a8ba0_m.jpg" alt="" /></a>Last week, lost in the preternatural shriek that emerged from the Web community around the release of Google Chrome, <a title="John Resig" href="http://ejohn.org/" target="_blank">John Resig</a> posted <a title="John Resig - Google Chrome Process Manager" href="http://ejohn.org/blog/google-chrome-process-manager/" target="_blank">a thoughtful post</a> on resources usage at the browser. In it, he states that the use of the Process Manager in Chrome will change how people see Web performance. In his words:</p>
<p style="padding-left: 30px;"><strong>The blame of bad performance or memory consumption no longer lies with the browser but with the site.</strong></p>
<p>Coming to the discussion from the realm of Web performance measurement, I realize that the firms I have worked with and for have not done a good job of analyzing this , and, in the name of <em>science</em> have tried to eliminate the variability of Web page processing from the equation.</p>
<p>The company I currently work for has realized that this is a gap and has released a product that measures the performance of a page in the browser.</p>
<p>But all of this misses the point, and goes to one of the reasons why <a title="Newest Industry - Why I returned to Firefox" href="http://newestindustry.org/2008/09/07/browser-wars-ii-why-i-returned-to-firefox/" target="_blank">I gave up on Chrome</a> on my older, personal-use computer: Chrome exposes the individual load that a page places on a Web browser.</p>
<p>Resig highlights that browser that make use of shared resources shift the <em>blame</em> about poor performance out to the browser and away from the design of the page. Technologies that modern designers lean on (Flash, AJAX, etc.) all require substantially greater resource-consumption in a browser. Chrome, for good or ill, exposes this load to the user be instantiating a separate, sand-boxed process for each tab, clearing indicating which page is the culprit.</p>
<p>It will be interesting if designers take note of this, or ignore in pursuit of the latest shiny toy that gets released. While designers assume that all visitors run the cutting edge of machine, I can show them that a laptop that is still plenty useful is completely locked up when their page is handled in isolation.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F09%2Fthoughts-on-web-performance-at-the-browser%2F&amp;t=Thoughts%20on%20Web%20Performance%20at%20the%20Browser" title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Thoughts%20on%20Web%20Performance%20at%20the%20Browser%20-%20http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F09%2Fthoughts-on-web-performance-at-the-browser%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F09%2Fthoughts-on-web-performance-at-the-browser%2F&amp;title=Thoughts%20on%20Web%20Performance%20at%20the%20Browser&amp;body=Last%20week%2C%20lost%20in%20the%20preternatural%20shriek%20that%20emerged%20from%20the%20Web%20community%20around%20the%20release%20of%20Google%20Chrome%2C%20John%20Resig%20posted%20a%20thoughtful%20post%20on%20resources%20usage%20at%20the%20browser.%20In%20it%2C%20he%20states%20that%20the%20use%20of%20the%20Process%20Manager%20in%20Chrome" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F09%2Fthoughts-on-web-performance-at-the-browser%2F&amp;title=Thoughts%20on%20Web%20Performance%20at%20the%20Browser&amp;bodytext=Last%20week%2C%20lost%20in%20the%20preternatural%20shriek%20that%20emerged%20from%20the%20Web%20community%20around%20the%20release%20of%20Google%20Chrome%2C%20John%20Resig%20posted%20a%20thoughtful%20post%20on%20resources%20usage%20at%20the%20browser.%20In%20it%2C%20he%20states%20that%20the%20use%20of%20the%20Process%20Manager%20in%20Chrome" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F09%2Fthoughts-on-web-performance-at-the-browser%2F&amp;title=Thoughts%20on%20Web%20Performance%20at%20the%20Browser" title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F09%2Fthoughts-on-web-performance-at-the-browser%2F&amp;title=Thoughts%20on%20Web%20Performance%20at%20the%20Browser&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=Last%20week%2C%20lost%20in%20the%20preternatural%20shriek%20that%20emerged%20from%20the%20Web%20community%20around%20the%20release%20of%20Google%20Chrome%2C%20John%20Resig%20posted%20a%20thoughtful%20post%20on%20resources%20usage%20at%20the%20browser.%20In%20it%2C%20he%20states%20that%20the%20use%20of%20the%20Process%20Manager%20in%20Chrome" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F09%2Fthoughts-on-web-performance-at-the-browser%2F&amp;title=Thoughts%20on%20Web%20Performance%20at%20the%20Browser" title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Thoughts%20on%20Web%20Performance%20at%20the%20Browser&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F09%2Fthoughts-on-web-performance-at-the-browser%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F09%2Fthoughts-on-web-performance-at-the-browser%2F&amp;title=Thoughts%20on%20Web%20Performance%20at%20the%20Browser&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F09%2Fthoughts-on-web-performance-at-the-browser%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F09%2Fthoughts-on-web-performance-at-the-browser%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F09%2Fthoughts-on-web-performance-at-the-browser%2F&amp;title=Thoughts%20on%20Web%20Performance%20at%20the%20Browser&amp;notes=Last%20week%2C%20lost%20in%20the%20preternatural%20shriek%20that%20emerged%20from%20the%20Web%20community%20around%20the%20release%20of%20Google%20Chrome%2C%20John%20Resig%20posted%20a%20thoughtful%20post%20on%20resources%20usage%20at%20the%20browser.%20In%20it%2C%20he%20states%20that%20the%20use%20of%20the%20Process%20Manager%20in%20Chrome" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Thoughts%20on%20Web%20Performance%20at%20the%20Browser&amp;body=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F09%2Fthoughts-on-web-performance-at-the-browser%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2008/09/09/thoughts-on-web-performance-at-the-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Browser Wars II: Why I returned to Firefox</title>
		<link>http://newestindustry.org/2008/09/07/browser-wars-ii-why-i-returned-to-firefox/</link>
		<comments>http://newestindustry.org/2008/09/07/browser-wars-ii-why-i-returned-to-firefox/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 15:59:56 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Adblock]]></category>
		<category><![CDATA[Adblock Plus]]></category>
		<category><![CDATA[auto-complete]]></category>
		<category><![CDATA[autocomplete]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[browser wars]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[conatiner]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[latitude d610]]></category>
		<category><![CDATA[omnibox]]></category>
		<category><![CDATA[wars]]></category>
		<category><![CDATA[web app]]></category>
		<category><![CDATA[web-based application]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=1927</guid>
		<description><![CDATA[
			
				
			
		
Since the release of Google Chrome on September 2, I have been using it as my day-to-day browser. Spending up to 80% of my computer time in a browser means that this was decision which affected a huge portion of my online experience.
I can say that I put Chrome through its paces, on a wide-variety [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F07%2Fbrowser-wars-ii-why-i-returned-to-firefox%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F07%2Fbrowser-wars-ii-why-i-returned-to-firefox%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Since the release of <a title="Google - Chrome" href="http://google.com/chrome" target="_blank">Google Chrome</a> on September 2, I have been using it as my day-to-day browser. Spending up to 80% of my computer time in a browser means that this was decision which affected a huge portion of my online experience.</p>
<p>I can say that I put Chrome through its paces, on a wide-variety of sites, from the simple to the extremely content-rich. From the mainstream, to the questionable.</p>
<p>This morning I migrated back to <a title="Mozilla Firefox" href="http://firefox.com" target="_blank">Firefox</a>, albeit the latest <a title="Firefox/Mozilla Minefield" href="http://www.mozilla.org/projects/minefield/" target="_blank">Minefield/Firefox 3.1alpha</a>.</p>
<p>The reasons listed below are mine. Switching back is a personal decision and everyone is likely to have their own reasons to do it, or to stay.</p>
<h3>Advertising</h3>
<p>I mentioned a few times during my initial use of Chrome that I was having to become used to the re-appearance of advertising in my browsing experience [<a title="Newest Industry - Chrome and Advertising" href="http://newestindustry.org/2008/09/03/chrome-and-advertising-googles-plan/" target="_blank">here</a> and <a title="Newest Industry - Google Chrome: First Impressions" href="http://newestindustry.org/2008/09/02/google-chrome-first-impressions/" target="_blank">here</a>]. From their early release as extensions to Firefox, I have used AdBlock and <a title="Firefox Extensions - AdBlock Plus" href="https://addons.mozilla.org/en-US/firefox/addon/1865" target="_blank">AdBlock Plus</a> to remove the annoyance and distraction of online ads from my browsing experience.</p>
<p>When I moved to Chrome, I had to accept that I would see ads. I mean, we were dealing with a browser distributed by one of the largest online advertising agencies. It could only be expected that they were not going to allow people to block ads out of the gate, if ever.</p>
<p>As the week progressed, I realized that I was finding the ads to be a distraction from my browsing experience. Ads impede my ability to find the information I need quickly.</p>
<h3>Older Machines</h3>
<p>My primary machine for online experiences at home is a Latitude D610. This is a 3-4 year-old laptop, with a single core. It is still far more computing power than most people actually need to enjoy the Web.</p>
<p>While cruising with Chrome, I found that Flash locked up <em>the entire machine</em> on a very regular basis. Made it unsuable. This doesn&#8217;t happen on my much more powerful Latitude D630, provided by my work. However, as I have a personal laptop, I am not going to use my work computer for my personal stuff, especially at home.</p>
<p>I cannot have a browser that locks up a machine when I simply close a tab. It appears that the vaunted QA division at Google overlooked the fact that people don&#8217;t all run the latest and greatest machines in the real world.</p>
<h3>Auto-Complete</h3>
<p>I am completely reliant on form auto-completes. Firefox has been doing this for me for a long time, and it is very handy to simply start typing and have Firefox say &#8220;Hey! This form element is called <em>email</em>. Here are some of the other things you have put into form elements called <em>email</em>.&#8221;</p>
<p>If you can build something as complex as the <a title="Google Search - Chrome Omnibox" href="http://www.google.com/search?q=chrome+omnibox" target="_blank"><em>OmniBox</em></a>, surely you can add form auto-completes.</p>
<h3>The OmniBox</h3>
<p>I hate it. I really do. I like having my search and addresses separate. I also like an address bar that remembers complete URLs (including those pesky parameters!), rather than simply the top-level domain name.</p>
<p>It is a cool idea, but it needs some refining, and some customer-satisfaction focus groups.</p>
<h3>I Don&#8217;t Use Desktop-replacing Web Applications</h3>
<p>I do almost all of my real work in desktop-installed Web applications. I have not made the migration to Web applications. I may in the future. But until then, I do not need a completely clean browsing experience. I mentioned that the battle between Chrome and Firefox will come down to <a title="Newest Industry - The Container v. The Desktop" href="http://newestindustry.org/2008/09/04/chrome-v-firefox-the-container-and-the-desktop/" target="_blank">the Container v. the Desktop</a> &#8211; a web application container, or a desktop-replacing Web experience application.</p>
<p>In the last 48 hours, I have fallen back into the Web-desktop camp.</p>
<h2>Summary</h2>
<p>In the future, I will continue to use Chrome to see how newer builds advance, and how it evolves as more people begin dictating the features that should be available to it.</p>
<p>For my personal use, Chrome takes away too much from, and injects too much noise into, my daily Web experience to continue to use as the default browser. To quote more than a few skeptics of Chrome when it was relased &#8211; &#8220;It&#8217;s just another browser&#8221;.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F07%2Fbrowser-wars-ii-why-i-returned-to-firefox%2F&amp;t=Browser%20Wars%20II%3A%20Why%20I%20returned%20to%20Firefox" title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Browser%20Wars%20II%3A%20Why%20I%20returned%20to%20Firefox%20-%20http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F07%2Fbrowser-wars-ii-why-i-returned-to-firefox%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F07%2Fbrowser-wars-ii-why-i-returned-to-firefox%2F&amp;title=Browser%20Wars%20II%3A%20Why%20I%20returned%20to%20Firefox&amp;body=Since%20the%20release%20of%20Google%20Chrome%20on%20September%202%2C%20I%20have%20been%20using%20it%20as%20my%20day-to-day%20browser.%20Spending%20up%20to%2080%25%20of%20my%20computer%20time%20in%20a%20browser%20means%20that%20this%20was%20decision%20which%20affected%20a%20huge%20portion%20of%20my%20online%20experience.%0D%0A%0D%0AI%20can%20say%20tha" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F07%2Fbrowser-wars-ii-why-i-returned-to-firefox%2F&amp;title=Browser%20Wars%20II%3A%20Why%20I%20returned%20to%20Firefox&amp;bodytext=Since%20the%20release%20of%20Google%20Chrome%20on%20September%202%2C%20I%20have%20been%20using%20it%20as%20my%20day-to-day%20browser.%20Spending%20up%20to%2080%25%20of%20my%20computer%20time%20in%20a%20browser%20means%20that%20this%20was%20decision%20which%20affected%20a%20huge%20portion%20of%20my%20online%20experience.%0D%0A%0D%0AI%20can%20say%20tha" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F07%2Fbrowser-wars-ii-why-i-returned-to-firefox%2F&amp;title=Browser%20Wars%20II%3A%20Why%20I%20returned%20to%20Firefox" title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F07%2Fbrowser-wars-ii-why-i-returned-to-firefox%2F&amp;title=Browser%20Wars%20II%3A%20Why%20I%20returned%20to%20Firefox&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=Since%20the%20release%20of%20Google%20Chrome%20on%20September%202%2C%20I%20have%20been%20using%20it%20as%20my%20day-to-day%20browser.%20Spending%20up%20to%2080%25%20of%20my%20computer%20time%20in%20a%20browser%20means%20that%20this%20was%20decision%20which%20affected%20a%20huge%20portion%20of%20my%20online%20experience.%0D%0A%0D%0AI%20can%20say%20tha" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F07%2Fbrowser-wars-ii-why-i-returned-to-firefox%2F&amp;title=Browser%20Wars%20II%3A%20Why%20I%20returned%20to%20Firefox" title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Browser%20Wars%20II%3A%20Why%20I%20returned%20to%20Firefox&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F07%2Fbrowser-wars-ii-why-i-returned-to-firefox%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F07%2Fbrowser-wars-ii-why-i-returned-to-firefox%2F&amp;title=Browser%20Wars%20II%3A%20Why%20I%20returned%20to%20Firefox&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F07%2Fbrowser-wars-ii-why-i-returned-to-firefox%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F07%2Fbrowser-wars-ii-why-i-returned-to-firefox%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F07%2Fbrowser-wars-ii-why-i-returned-to-firefox%2F&amp;title=Browser%20Wars%20II%3A%20Why%20I%20returned%20to%20Firefox&amp;notes=Since%20the%20release%20of%20Google%20Chrome%20on%20September%202%2C%20I%20have%20been%20using%20it%20as%20my%20day-to-day%20browser.%20Spending%20up%20to%2080%25%20of%20my%20computer%20time%20in%20a%20browser%20means%20that%20this%20was%20decision%20which%20affected%20a%20huge%20portion%20of%20my%20online%20experience.%0D%0A%0D%0AI%20can%20say%20tha" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Browser%20Wars%20II%3A%20Why%20I%20returned%20to%20Firefox&amp;body=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F07%2Fbrowser-wars-ii-why-i-returned-to-firefox%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2008/09/07/browser-wars-ii-why-i-returned-to-firefox/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
