<?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; Safari</title>
	<atom:link href="http://newestindustry.org/tag/safari/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>Compression and the Browser &#8211; Who Supports What?</title>
		<link>http://newestindustry.org/2010/02/10/compression-and-the-browser-who-supports-what/</link>
		<comments>http://newestindustry.org/2010/02/10/compression-and-the-browser-who-supports-what/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 17:44:25 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Effective Web Performance]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[Web performance concepts]]></category>
		<category><![CDATA[WebPerformance.Org]]></category>
		<category><![CDATA[Cascading Style Sheets]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[Cross-browser]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTTP compression]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Internet Explorer 5]]></category>
		<category><![CDATA[internet explorer 6]]></category>
		<category><![CDATA[internet explorer 7]]></category>
		<category><![CDATA[Internet Explorer 8]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Markup languages]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Technology/Internet]]></category>
		<category><![CDATA[web browsers]]></category>
		<category><![CDATA[World Wide Web]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=2711</guid>
		<description><![CDATA[
			
				
			
		
The title is a question I ask because I hear so many different views and perspectives about HTTP compression from the people I work with, colleagues and customers alike.
There appears to be no absolute statement about the compression capabilities of all current (or in-use) browsers anywhere on the Web.
My standard line is: If your customers [...]]]></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%2F2010%2F02%2F10%2Fcompression-and-the-browser-who-supports-what%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2010%2F02%2F10%2Fcompression-and-the-browser-who-supports-what%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><a style="float: left; padding: 4px;" title="Come Together" href="http://flickr.com/photos/16230215@N08/2898797929"><img src="http://farm4.static.flickr.com/3282/2898797929_f209eeb4a4_t.jpg" alt="" /></a>The title is a question I ask because I hear so many different views and perspectives about HTTP compression from the people I work with, colleagues and customers alike.</p>
<p>There appears to be no absolute statement about the compression capabilities of all current (or in-use) browsers anywhere on the Web.</p>
<p>My standard line is: If your customers are using modern browsers, compress all text content &#8212; HTML (dynamic and static), CSS, XML, and Javascript. If you find that a subset of your customers have challenges with compression (I suggest using a cross-browser testing tool to determine this <strong>before</strong> your customers do), write very explicit regular expressions into your Web server or compression device configuration to filter the user-agent string in a targeted, not a global, way.</p>
<p>For example, last week I was on a call with a customer and they disabled compression for all versions of Internet Explorer 6, as the Windows XP pre-SP2 version (which they say you could not easily identify) did not handle it well. My immediate response (in my head, not out loud) was that if you had customers using Window XP pre-SP2, those machines were likely <em>pwned</em> by the Russian Mob. I find it very odd that an organization would disable HTTP compression for all Internet Explorer 6 visitors for the benefit of a very small number of ancient Windows XP installations.</p>
<p>Feedback from readers, experts, and browser manufacturers that would allow me to compile a list of compatible browsers, and any known issues or restrictions with browsers, would go a long way to resolving this ongoing debate.</p>
<p><strong>UPDATE:</strong> <a title="Aaron Peters - Twitter" href="http://twitter.com/aaronpeters" target="_blank">Aaron Peters</a> pointed me in the direction of <a title="BrowserScope - www.browserscope.org" href="http://www.browserscope.org/" target="_blank">BrowserScope</a> which has an extensive (exhaustive?) list of browsers and their capabilities. If you are seeking the final word, this is a good place to start, as it tests real browsers being used by real people in the real world.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2010%2F02%2F10%2Fcompression-and-the-browser-who-supports-what%2F&amp;t=Compression%20and%20the%20Browser%20-%20Who%20Supports%20What%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=Compression%20and%20the%20Browser%20-%20Who%20Supports%20What%3F%20-%20http%3A%2F%2Fnewestindustry.org%2F2010%2F02%2F10%2Fcompression-and-the-browser-who-supports-what%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%2F2010%2F02%2F10%2Fcompression-and-the-browser-who-supports-what%2F&amp;title=Compression%20and%20the%20Browser%20-%20Who%20Supports%20What%3F&amp;body=The%20title%20is%20a%20question%20I%20ask%20because%20I%20hear%20so%20many%20different%20views%20and%20perspectives%20about%20HTTP%20compression%20from%20the%20people%20I%20work%20with%2C%20colleagues%20and%20customers%20alike.%0D%0A%0D%0AThere%20appears%20to%20be%20no%20absolute%20statement%20about%20the%20compression%20capabilities%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%2F2010%2F02%2F10%2Fcompression-and-the-browser-who-supports-what%2F&amp;title=Compression%20and%20the%20Browser%20-%20Who%20Supports%20What%3F&amp;bodytext=The%20title%20is%20a%20question%20I%20ask%20because%20I%20hear%20so%20many%20different%20views%20and%20perspectives%20about%20HTTP%20compression%20from%20the%20people%20I%20work%20with%2C%20colleagues%20and%20customers%20alike.%0D%0A%0D%0AThere%20appears%20to%20be%20no%20absolute%20statement%20about%20the%20compression%20capabilities%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%2F2010%2F02%2F10%2Fcompression-and-the-browser-who-supports-what%2F&amp;title=Compression%20and%20the%20Browser%20-%20Who%20Supports%20What%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%2F2010%2F02%2F10%2Fcompression-and-the-browser-who-supports-what%2F&amp;title=Compression%20and%20the%20Browser%20-%20Who%20Supports%20What%3F&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=The%20title%20is%20a%20question%20I%20ask%20because%20I%20hear%20so%20many%20different%20views%20and%20perspectives%20about%20HTTP%20compression%20from%20the%20people%20I%20work%20with%2C%20colleagues%20and%20customers%20alike.%0D%0A%0D%0AThere%20appears%20to%20be%20no%20absolute%20statement%20about%20the%20compression%20capabilities%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%2F2010%2F02%2F10%2Fcompression-and-the-browser-who-supports-what%2F&amp;title=Compression%20and%20the%20Browser%20-%20Who%20Supports%20What%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=Compression%20and%20the%20Browser%20-%20Who%20Supports%20What%3F&amp;url=http%3A%2F%2Fnewestindustry.org%2F2010%2F02%2F10%2Fcompression-and-the-browser-who-supports-what%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%2F2010%2F02%2F10%2Fcompression-and-the-browser-who-supports-what%2F&amp;title=Compression%20and%20the%20Browser%20-%20Who%20Supports%20What%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%2F2010%2F02%2F10%2Fcompression-and-the-browser-who-supports-what%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%2F2010%2F02%2F10%2Fcompression-and-the-browser-who-supports-what%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%2F2010%2F02%2F10%2Fcompression-and-the-browser-who-supports-what%2F&amp;title=Compression%20and%20the%20Browser%20-%20Who%20Supports%20What%3F&amp;notes=The%20title%20is%20a%20question%20I%20ask%20because%20I%20hear%20so%20many%20different%20views%20and%20perspectives%20about%20HTTP%20compression%20from%20the%20people%20I%20work%20with%2C%20colleagues%20and%20customers%20alike.%0D%0A%0D%0AThere%20appears%20to%20be%20no%20absolute%20statement%20about%20the%20compression%20capabilities%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=Compression%20and%20the%20Browser%20-%20Who%20Supports%20What%3F&amp;body=http%3A%2F%2Fnewestindustry.org%2F2010%2F02%2F10%2Fcompression-and-the-browser-who-supports-what%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/2010/02/10/compression-and-the-browser-who-supports-what/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Browser Wars: July was not a month for revolutions</title>
		<link>http://newestindustry.org/2009/07/29/browser-wars-july-was-not-a-month-for-revolutions/</link>
		<comments>http://newestindustry.org/2009/07/29/browser-wars-july-was-not-a-month-for-revolutions/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 14:48:55 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<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[Firefox 3.5]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[internet explorer 6]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[Mozilla Firefox 3]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Usage share of web browsers]]></category>
		<category><![CDATA[Web application market]]></category>
		<category><![CDATA[Windows 2000]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=2507</guid>
		<description><![CDATA[
			
				
			
		

Once again it is time to analyze browser usage in the US for the last month. July saw the appearance of Firefox 3.5, which has replicated the pattern seen with Internet Explorer 8, where it supplants the previous version slowly and linearly as people get around to upgrading.
Can MSIE 8 overtake MSIE 7 in August? [...]]]></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%2F07%2F29%2Fbrowser-wars-july-was-not-a-month-for-revolutions%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F07%2F29%2Fbrowser-wars-july-was-not-a-month-for-revolutions%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><a title="City of Blinding Lights" href="http://flickr.com/photos/78415063@N00/3379078550"><img style="float:left;padding:4px;" src="http://farm4.static.flickr.com/3650/3379078550_420aa9e3f9_s.jpg" alt="" /></a></p>
<p>Once again it is time to analyze browser usage in the US for the last month. July saw the appearance of Firefox 3.5, which has replicated the pattern seen with Internet Explorer 8, where it supplants the previous version slowly and linearly as people get around to upgrading.</p>
<p>Can MSIE 8 overtake MSIE 7 in August? How much will Firefox 3.5 usage grow in August and will it replace FF 3.0 as the dominant version in the Firefox family?</p>
<p style="text-align: center;"><a title="StatCounterGlobal-US-July2009 by spierzchala, on Flickr" href="http://www.flickr.com/photos/spierzchala/3768445643/"><img class="aligncenter" src="http://farm4.static.flickr.com/3213/3768445643_c90e455149.jpg" alt="StatCounterGlobal-US-July2009" width="500" height="293" /></a></p>
<p>As with previous analyses, Internet Explorer 6 retains its iron grip on the corporate, custom Web application market. The question is not when, but if, this browser will actually fade away. It is unlikely that Internet Explorer 6 will disappear until Windows 2000 and Windows XP percentages are in serious decline.</p>
<p>This points to a larger concern that organizations will have to face within the next 18 months: What do they do when the Windows 2000 lifecycle terminates in July 2010 and as Windows XP sees fewer updates moving toward lifecycle retirement in 2014? [See the Microsoft LifeCycle information <a title="Microsoft Product LifeCycle" href="http://support.microsoft.com/gp/lifeselect" target="_blank">here</a>]</p>
<p>Hiding from the inevitable just makes changes that much more dramatic and difficult.</p>
<p>It is not likely that the patterns in the <a title="StatCounter GlobalStats" href="http://gs.statcounter.com/" target="_blank">StatCounter</a> data will change until the summer vacation season is over in the US, and students bring their shiny new computers online at the start of the school year.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2009%2F07%2F29%2Fbrowser-wars-july-was-not-a-month-for-revolutions%2F&amp;t=Browser%20Wars%3A%20July%20was%20not%20a%20month%20for%20revolutions" 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%3A%20July%20was%20not%20a%20month%20for%20revolutions%20-%20http%3A%2F%2Fnewestindustry.org%2F2009%2F07%2F29%2Fbrowser-wars-july-was-not-a-month-for-revolutions%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%2F07%2F29%2Fbrowser-wars-july-was-not-a-month-for-revolutions%2F&amp;title=Browser%20Wars%3A%20July%20was%20not%20a%20month%20for%20revolutions&amp;body=%0D%0A%0D%0AOnce%20again%20it%20is%20time%20to%20analyze%20browser%20usage%20in%20the%20US%20for%20the%20last%20month.%20July%20saw%20the%20appearance%20of%20Firefox%203.5%2C%20which%20has%20replicated%20the%20pattern%20seen%20with%20Internet%20Explorer%208%2C%20where%20it%20supplants%20the%20previous%20version%20slowly%20and%20linearly%20as%20pe" 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%2F07%2F29%2Fbrowser-wars-july-was-not-a-month-for-revolutions%2F&amp;title=Browser%20Wars%3A%20July%20was%20not%20a%20month%20for%20revolutions&amp;bodytext=%0D%0A%0D%0AOnce%20again%20it%20is%20time%20to%20analyze%20browser%20usage%20in%20the%20US%20for%20the%20last%20month.%20July%20saw%20the%20appearance%20of%20Firefox%203.5%2C%20which%20has%20replicated%20the%20pattern%20seen%20with%20Internet%20Explorer%208%2C%20where%20it%20supplants%20the%20previous%20version%20slowly%20and%20linearly%20as%20pe" 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%2F07%2F29%2Fbrowser-wars-july-was-not-a-month-for-revolutions%2F&amp;title=Browser%20Wars%3A%20July%20was%20not%20a%20month%20for%20revolutions" 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%2F07%2F29%2Fbrowser-wars-july-was-not-a-month-for-revolutions%2F&amp;title=Browser%20Wars%3A%20July%20was%20not%20a%20month%20for%20revolutions&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=%0D%0A%0D%0AOnce%20again%20it%20is%20time%20to%20analyze%20browser%20usage%20in%20the%20US%20for%20the%20last%20month.%20July%20saw%20the%20appearance%20of%20Firefox%203.5%2C%20which%20has%20replicated%20the%20pattern%20seen%20with%20Internet%20Explorer%208%2C%20where%20it%20supplants%20the%20previous%20version%20slowly%20and%20linearly%20as%20pe" 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%2F07%2F29%2Fbrowser-wars-july-was-not-a-month-for-revolutions%2F&amp;title=Browser%20Wars%3A%20July%20was%20not%20a%20month%20for%20revolutions" 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%3A%20July%20was%20not%20a%20month%20for%20revolutions&amp;url=http%3A%2F%2Fnewestindustry.org%2F2009%2F07%2F29%2Fbrowser-wars-july-was-not-a-month-for-revolutions%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%2F07%2F29%2Fbrowser-wars-july-was-not-a-month-for-revolutions%2F&amp;title=Browser%20Wars%3A%20July%20was%20not%20a%20month%20for%20revolutions&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%2F07%2F29%2Fbrowser-wars-july-was-not-a-month-for-revolutions%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%2F07%2F29%2Fbrowser-wars-july-was-not-a-month-for-revolutions%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%2F07%2F29%2Fbrowser-wars-july-was-not-a-month-for-revolutions%2F&amp;title=Browser%20Wars%3A%20July%20was%20not%20a%20month%20for%20revolutions&amp;notes=%0D%0A%0D%0AOnce%20again%20it%20is%20time%20to%20analyze%20browser%20usage%20in%20the%20US%20for%20the%20last%20month.%20July%20saw%20the%20appearance%20of%20Firefox%203.5%2C%20which%20has%20replicated%20the%20pattern%20seen%20with%20Internet%20Explorer%208%2C%20where%20it%20supplants%20the%20previous%20version%20slowly%20and%20linearly%20as%20pe" 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%3A%20July%20was%20not%20a%20month%20for%20revolutions&amp;body=http%3A%2F%2Fnewestindustry.org%2F2009%2F07%2F29%2Fbrowser-wars-july-was-not-a-month-for-revolutions%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/07/29/browser-wars-july-was-not-a-month-for-revolutions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>StatCounter Browser Stats &#8211; March 1-24 2009</title>
		<link>http://newestindustry.org/2009/03/24/statcounter-browser-stats-march1-24-2009/</link>
		<comments>http://newestindustry.org/2009/03/24/statcounter-browser-stats-march1-24-2009/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 13:13:06 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[GrabPERF]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[Web analytics]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[Asia]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[European Union]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Firefox 3.0]]></category>
		<category><![CDATA[India]]></category>
		<category><![CDATA[Japan]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Corporation]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[MSIE 6.0]]></category>
		<category><![CDATA[MSIE 7.0]]></category>
		<category><![CDATA[MSIE 8.0]]></category>
		<category><![CDATA[Oceania]]></category>
		<category><![CDATA[Opera 9.6]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[South America]]></category>
		<category><![CDATA[South Korea]]></category>
		<category><![CDATA[StatCounter]]></category>
		<category><![CDATA[StatCounter GlobalStats]]></category>
		<category><![CDATA[United States]]></category>
		<category><![CDATA[web application]]></category>
		<category><![CDATA[web applications]]></category>
		<category><![CDATA[web compliance reasons]]></category>
		<category><![CDATA[Web designers nightmare]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Windows 2000]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=2418</guid>
		<description><![CDATA[
			
				
			
		
Using the visitor trending data collected and shared by StatCounter, I have undertaken a general analysis of browser distribution by global region. These metrics are collected using the embedded tags that StatCounter customers embed on their site to collect visitor metrics for their own use.
US data shows that MSIE 7.0 is in a dominant position, [...]]]></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%2F24%2Fstatcounter-browser-stats-march1-24-2009%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F24%2Fstatcounter-browser-stats-march1-24-2009%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Using the visitor trending data collected and shared by <a title="StatCounter GlobalStats" href="http://gs.statcounter.com/" target="_blank">StatCounter</a>, I have undertaken a general analysis of browser distribution by global region. These metrics are collected using the embedded tags that StatCounter customers embed on their site to collect visitor metrics for their own use.</p>
<p>US data shows that MSIE 7.0 is in a dominant position, with Firefox 3.0 in the 25% range of market share. This trend extends into the North American data, which is heavily influenced by the US trend.</p>
<p>MSIE 8.0, still reports a lower distribution than Firefox 2.0. This data is most likely based on the usage of MSIE 8.0 RC1 version, as MSIE 8.0 was only released in GA last week. It is highly probable that these stats will change in the very near future with the release of MSIE 8.0 to Windows Update.</p>
<p style="text-align: center;"><a title="StatCounterGlobalusa-1-24mar2009 by spierzchala, on Flickr" href="http://www.flickr.com/photos/spierzchala/3382248220/"><img src="http://farm4.static.flickr.com/3417/3382248220_ee22136ef4.jpg" alt="StatCounterGlobalusa-1-24mar2009" width="500" height="323" /></a></p>
<p style="text-align: center;"><a title="StatCounterGlobalna-1-24mar2009 by spierzchala, on Flickr" href="http://www.flickr.com/photos/spierzchala/3381430113/"><img src="http://farm4.static.flickr.com/3437/3381430113_9536177da9.jpg" alt="StatCounterGlobalna-1-24mar2009" width="500" height="323" /></a></p>
<p style="text-align: left;">In the EU, where fear and loathing of Microsoft runs deep and true, Firefox 3.0 is approaching parity with MSIE 7.0. Also, the perennially favoured native son Opera makes a very strong showing with their 9.6 release.</p>
<p style="text-align: center;"><a title="StatCounterGlobaleu-1-24mar2009 by spierzchala, on Flickr" href="http://www.flickr.com/photos/spierzchala/3381430097/"><img src="http://farm4.static.flickr.com/3586/3381430097_e3db5a7428.jpg" alt="StatCounterGlobaleu-1-24mar2009" width="500" height="323" /></a></p>
<p style="text-align: left;">Asia is a Web designers nightmare, with MSIE 6.0 continuing to be the most reported browser. This is concerning, not simply for design reasons, but for web compliance reasons. Effectively Asia has throttled Web development to an old warhorse, but to such a degree that there must be some overriding advantage to using this browser.</p>
<p style="text-align: center;"><a title="StatCounterGlobalasia-1-24mar2009 by spierzchala, on Flickr" href="http://www.flickr.com/photos/spierzchala/3381430073/"><img src="http://farm4.static.flickr.com/3432/3381430073_55e302a4e4.jpg" alt="StatCounterGlobalasia-1-24mar2009" width="500" height="323" /></a></p>
<p style="text-align: left;">As an example, the statistical comparison of four Asia nations is broken out below. We&#8217;ll start with Japan where MSIE 7.0 has a clear lead in the statistics.</p>
<p style="text-align: center;"><a title="StatCounterGlobaljp-mar1-242009 by spierzchala, on Flickr" href="http://www.flickr.com/photos/spierzchala/3381459879/"><img src="http://farm4.static.flickr.com/3636/3381459879_1969a5ba96.jpg" alt="StatCounterGlobaljp-mar1-242009" width="500" height="323" /></a></p>
<p style="text-align: left;">However, when China (People&#8217;s Republic), India, and South Korea are added into the analysis, the pull towards MSIE 6.0 is massive.</p>
<p style="text-align: center;"><a title="StatCounterGlobalcn-mar1-242009 by spierzchala, on Flickr" href="http://www.flickr.com/photos/spierzchala/3382277340/"><img src="http://farm4.static.flickr.com/3628/3382277340_b93656d371.jpg" alt="StatCounterGlobalcn-mar1-242009" width="500" height="323" /></a></p>
<p style="text-align: center;"><a title="StatCounterGlobalin-mar1-242009 by spierzchala, on Flickr" href="http://www.flickr.com/photos/spierzchala/3381459905/"><img src="http://farm4.static.flickr.com/3631/3381459905_fdd66be259.jpg" alt="StatCounterGlobalin-mar1-242009" width="500" height="323" /></a></p>
<p style="text-align: center;"><a title="StatCounterGlobalkr-mar1-242009 by spierzchala, on Flickr" href="http://www.flickr.com/photos/spierzchala/3381459927/"><img src="http://farm4.static.flickr.com/3621/3381459927_a6d7eaf4b1.jpg" alt="StatCounterGlobalkr-mar1-242009" width="500" height="323" /></a></p>
<p style="text-align: left;">This trend needs to be studied in greater detail in order to understand why MSIE 6.0 is so popular. Is it because of licensing? Continued use of Windows 2000? Compromised computers? The data doesn&#8217;t provide any clear or compelling reason for this trend.</p>
<p style="text-align: left;">Moving to Oceania shows a return to the trend of MSIE 7.0 being the predominant browser with Firefox in second place, with these two browsers showing a substantial lead over the remaining field.</p>
<p style="text-align: center;"><a title="StatCounterGlobaloc-1-24mar2009 by spierzchala, on Flickr" href="http://www.flickr.com/photos/spierzchala/3382248208/"><img src="http://farm4.static.flickr.com/3462/3382248208_3ac6215e32.jpg" alt="StatCounterGlobaloc-1-24mar2009" width="500" height="323" /></a></p>
<p style="text-align: left;">South America sees MSIE 7.0 as having the largest market share, followed by MSIE 6.0 and Firefox 3.0. Effectively there are no other browsers with substantial market share at present.</p>
<p style="text-align: center;"><a title="StatCounterGlobalsa-1-24mar2009 by spierzchala, on Flickr" href="http://www.flickr.com/photos/spierzchala/3382248186/"><img src="http://farm4.static.flickr.com/3580/3382248186_bbd5b4a618.jpg" alt="StatCounterGlobalsa-1-24mar2009" width="500" height="323" /></a></p>
<p>These statistics show that the three most dominant browser platforms by market share are the two MSIE platforms followed by Firefox 3.0. This is likely to change with the MSIE 8.0 GA last week and its predicted release to the masses via Windows Update in the near future.</p>
<p>However, the release of MSIE 8.0 may not be as exponential as is predicted. Corporate IT policies, which have been slow to embrace MSIE 7.0, are likely not going to make a giant leap to MSIE 8.0 overnight. Adoption among the general population will also depend on the ability of existing Web applications to adapt to a more standards-compliant browser platform.</p>
<p>Noticeably absent from most of these statistics is Safari in a position to challenge the three leading browsers. This indicates that even hardcore Mac users continue to use Firefox as their primary Web application and browsing platform. StatCounter backs this up by indicating that within their data, 8.36% of visitors from the USA were on Macs, while 3.15% of visitors used Safari.</p>
<p>Trends to watch in the near future:</p>
<ul>
<li>New browser releases (Firefox 3.1, Safari 4.0) and their effect on browser distribution</li>
<li>Uptake of MSIE 8.0 once it is released via Windows Update</li>
<li>Browser distribution is Asia</li>
</ul>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F24%2Fstatcounter-browser-stats-march1-24-2009%2F&amp;t=StatCounter%20Browser%20Stats%20-%20March%201-24%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=StatCounter%20Browser%20Stats%20-%20March%201-24%202009%20-%20http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F24%2Fstatcounter-browser-stats-march1-24-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%2F24%2Fstatcounter-browser-stats-march1-24-2009%2F&amp;title=StatCounter%20Browser%20Stats%20-%20March%201-24%202009&amp;body=Using%20the%20visitor%20trending%20data%20collected%20and%20shared%20by%20StatCounter%2C%20I%20have%20undertaken%20a%20general%20analysis%20of%20browser%20distribution%20by%20global%20region.%20These%20metrics%20are%20collected%20using%20the%20embedded%20tags%20that%20StatCounter%20customers%20embed%20on%20their%20site%20to%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%2F24%2Fstatcounter-browser-stats-march1-24-2009%2F&amp;title=StatCounter%20Browser%20Stats%20-%20March%201-24%202009&amp;bodytext=Using%20the%20visitor%20trending%20data%20collected%20and%20shared%20by%20StatCounter%2C%20I%20have%20undertaken%20a%20general%20analysis%20of%20browser%20distribution%20by%20global%20region.%20These%20metrics%20are%20collected%20using%20the%20embedded%20tags%20that%20StatCounter%20customers%20embed%20on%20their%20site%20to%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%2F24%2Fstatcounter-browser-stats-march1-24-2009%2F&amp;title=StatCounter%20Browser%20Stats%20-%20March%201-24%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%2F24%2Fstatcounter-browser-stats-march1-24-2009%2F&amp;title=StatCounter%20Browser%20Stats%20-%20March%201-24%202009&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=Using%20the%20visitor%20trending%20data%20collected%20and%20shared%20by%20StatCounter%2C%20I%20have%20undertaken%20a%20general%20analysis%20of%20browser%20distribution%20by%20global%20region.%20These%20metrics%20are%20collected%20using%20the%20embedded%20tags%20that%20StatCounter%20customers%20embed%20on%20their%20site%20to%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%2F24%2Fstatcounter-browser-stats-march1-24-2009%2F&amp;title=StatCounter%20Browser%20Stats%20-%20March%201-24%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=StatCounter%20Browser%20Stats%20-%20March%201-24%202009&amp;url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F24%2Fstatcounter-browser-stats-march1-24-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%2F24%2Fstatcounter-browser-stats-march1-24-2009%2F&amp;title=StatCounter%20Browser%20Stats%20-%20March%201-24%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%2F24%2Fstatcounter-browser-stats-march1-24-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%2F24%2Fstatcounter-browser-stats-march1-24-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%2F24%2Fstatcounter-browser-stats-march1-24-2009%2F&amp;title=StatCounter%20Browser%20Stats%20-%20March%201-24%202009&amp;notes=Using%20the%20visitor%20trending%20data%20collected%20and%20shared%20by%20StatCounter%2C%20I%20have%20undertaken%20a%20general%20analysis%20of%20browser%20distribution%20by%20global%20region.%20These%20metrics%20are%20collected%20using%20the%20embedded%20tags%20that%20StatCounter%20customers%20embed%20on%20their%20site%20to%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=StatCounter%20Browser%20Stats%20-%20March%201-24%202009&amp;body=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F24%2Fstatcounter-browser-stats-march1-24-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/24/statcounter-browser-stats-march1-24-2009/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Blog Browser Stats &#8211; March 14 2009</title>
		<link>http://newestindustry.org/2009/03/14/blog-browser-stats-march-14-2009/</link>
		<comments>http://newestindustry.org/2009/03/14/blog-browser-stats-march-14-2009/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 22:21:28 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Web analytics]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[browser war]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[MSIE]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=2375</guid>
		<description><![CDATA[
			
				
			
		
Here are the browser stats for Newest Industry as of March 14 2009. Not a large amount of traffic, but it is indicative of what most folks with technical content on their blogs likely see.


What did surprise me was the number of people who are still using MSIE 6.0. I am not sure what is [...]]]></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%2F14%2Fblog-browser-stats-march-14-2009%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F14%2Fblog-browser-stats-march-14-2009%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Here are the browser stats for <a title="Newest Industry" href="http://newestindustry.org/" target="_blank">Newest Industry</a> as of March 14 2009. Not a large amount of traffic, but it is indicative of what most folks with technical content on their blogs likely see.</p>
<p style="text-align: center;"><a title="Picture 1 by spierzchala, on Flickr" href="http://www.flickr.com/photos/spierzchala/3354942296/"><img src="http://farm4.static.flickr.com/3215/3354942296_5658e1cfd0_o.png" alt="Picture 1" width="507" height="624" /></a></p>
<p style="text-align: left;">
<p style="text-align: left;"><a title="Leopard in tree" href="http://flickr.com/photos/15745225@N00/348743794"><img style="float:left;padding:4px;" src="http://farm1.static.flickr.com/156/348743794_43f1bfc98a_s.jpg" alt="" /></a>What did surprise me was the number of people who are still using MSIE 6.0. I am not sure what is continuing to perpetuate the presence of this percentage of people on this antiquated browser, other than large corporations running this by mandate of the IT department.</p>
<p style="text-align: left;">I think that with the release of all the new browsers this year, support for MSIE 6.0 should simply cease. I will gladly install a javascript library that will kill pages for MSIE 6.0 visitors, announcing that the Internet is no longer available to them.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F14%2Fblog-browser-stats-march-14-2009%2F&amp;t=Blog%20Browser%20Stats%20-%20March%2014%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=Blog%20Browser%20Stats%20-%20March%2014%202009%20-%20http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F14%2Fblog-browser-stats-march-14-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%2F14%2Fblog-browser-stats-march-14-2009%2F&amp;title=Blog%20Browser%20Stats%20-%20March%2014%202009&amp;body=Here%20are%20the%20browser%20stats%20for%20Newest%20Industry%20as%20of%20March%2014%202009.%20Not%20a%20large%20amount%20of%20traffic%2C%20but%20it%20is%20indicative%20of%20what%20most%20folks%20with%20technical%20content%20on%20their%20blogs%20likely%20see.%0D%0A%0D%0A%0D%0AWhat%20did%20surprise%20me%20was%20the%20number%20of%20people%20who%20are%20st" 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%2F14%2Fblog-browser-stats-march-14-2009%2F&amp;title=Blog%20Browser%20Stats%20-%20March%2014%202009&amp;bodytext=Here%20are%20the%20browser%20stats%20for%20Newest%20Industry%20as%20of%20March%2014%202009.%20Not%20a%20large%20amount%20of%20traffic%2C%20but%20it%20is%20indicative%20of%20what%20most%20folks%20with%20technical%20content%20on%20their%20blogs%20likely%20see.%0D%0A%0D%0A%0D%0AWhat%20did%20surprise%20me%20was%20the%20number%20of%20people%20who%20are%20st" 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%2F14%2Fblog-browser-stats-march-14-2009%2F&amp;title=Blog%20Browser%20Stats%20-%20March%2014%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%2F14%2Fblog-browser-stats-march-14-2009%2F&amp;title=Blog%20Browser%20Stats%20-%20March%2014%202009&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=Here%20are%20the%20browser%20stats%20for%20Newest%20Industry%20as%20of%20March%2014%202009.%20Not%20a%20large%20amount%20of%20traffic%2C%20but%20it%20is%20indicative%20of%20what%20most%20folks%20with%20technical%20content%20on%20their%20blogs%20likely%20see.%0D%0A%0D%0A%0D%0AWhat%20did%20surprise%20me%20was%20the%20number%20of%20people%20who%20are%20st" 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%2F14%2Fblog-browser-stats-march-14-2009%2F&amp;title=Blog%20Browser%20Stats%20-%20March%2014%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=Blog%20Browser%20Stats%20-%20March%2014%202009&amp;url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F14%2Fblog-browser-stats-march-14-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%2F14%2Fblog-browser-stats-march-14-2009%2F&amp;title=Blog%20Browser%20Stats%20-%20March%2014%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%2F14%2Fblog-browser-stats-march-14-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%2F14%2Fblog-browser-stats-march-14-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%2F14%2Fblog-browser-stats-march-14-2009%2F&amp;title=Blog%20Browser%20Stats%20-%20March%2014%202009&amp;notes=Here%20are%20the%20browser%20stats%20for%20Newest%20Industry%20as%20of%20March%2014%202009.%20Not%20a%20large%20amount%20of%20traffic%2C%20but%20it%20is%20indicative%20of%20what%20most%20folks%20with%20technical%20content%20on%20their%20blogs%20likely%20see.%0D%0A%0D%0A%0D%0AWhat%20did%20surprise%20me%20was%20the%20number%20of%20people%20who%20are%20st" 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%20Browser%20Stats%20-%20March%2014%202009&amp;body=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F14%2Fblog-browser-stats-march-14-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/14/blog-browser-stats-march-14-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Does the browser really matter?</title>
		<link>http://newestindustry.org/2009/02/25/does-the-browser-really-matter/</link>
		<comments>http://newestindustry.org/2009/02/25/does-the-browser-really-matter/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 16:36:26 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[Web analytics]]></category>
		<category><![CDATA[Browser neutral]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[code processing]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Firefox 3.1]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[MSIE]]></category>
		<category><![CDATA[MSIE8]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Safari 4]]></category>
		<category><![CDATA[web applications]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Web standards]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=2286</guid>
		<description><![CDATA[
			
				
			
		
Last fall it was Chrome. Now it&#8217;s Safari 4 Beta. Soon it will be Firefox 3.1 and IE 8.
Each browser has its harsh critics and fervent supporters. But in the end, does the browser really matter?
The answer to this question depends on who you speak to. Developers will say yes, because browsers make their lives [...]]]></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%2F02%2F25%2Fdoes-the-browser-really-matter%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F02%2F25%2Fdoes-the-browser-really-matter%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><a title="Fat Lip" href="http://flickr.com/photos/22339026@N00/158700807"><img style="float:left;padding:4px;" src="http://farm1.static.flickr.com/77/158700807_a3fe47103f_s.jpg" alt="" /></a>Last fall it was Chrome. Now it&#8217;s Safari 4 Beta. Soon it will be Firefox 3.1 and IE 8.</p>
<p>Each browser has its harsh critics and fervent supporters. But in the end, does the browser really matter?</p>
<p>The answer to this question depends on who you speak to. Developers will say yes, because browsers make their lives hell, as none of them subscribe to the same set of standards for display, rendering, or code processing. I would bet that if you asked any developer, they would prefer that only one browser existed and was used by everyone.</p>
<p>The people at the end of the browser chain, you and I, don&#8217;t really care either. We only care when the browser drops an unexpected rendering surprise on us, or doesn&#8217;t work because the Javascript functions were designed with Browser A and B in mind and we use C and the submit button on our purchase doesn&#8217;t work.</p>
<p>The question isn&#8217;t <em>Does the browser matter? </em>but <em>Why does the browser still matter?</em></p>
<p>There is no reason to have five large browsers out there. There is no reason why they should all behave differently, render pages in their own unique way.</p>
<p>And while people will say that having multiple versions of multiple generations of uniquely developed browsers drives innovation and prevent stagnation in Web development, I say enough is enough.</p>
<p>There is no reason to have yet another browser. The browser doesn&#8217;t matter.</p>
<p>The content matters.</p>
<p>And when you switch the perspective around to that view, you should easily realize that the browser, any browser, is simply a window into the content being created for and by us. It should not matter to anyone that I use Opera, Safari, Firefox, IE, Camino, Chrome, or Lynx.</p>
<p>What does matter is that the content can be delivered to me the way I want it. Not the way the browser wants it.</p>
<p>What we need to realize is that browsers no longer matter. They are software. They are portals into what we are trying to do and say.</p>
<p>The browser is not the application; the Web is the application.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2009%2F02%2F25%2Fdoes-the-browser-really-matter%2F&amp;t=Does%20the%20browser%20really%20matter%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=Does%20the%20browser%20really%20matter%3F%20-%20http%3A%2F%2Fnewestindustry.org%2F2009%2F02%2F25%2Fdoes-the-browser-really-matter%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%2F02%2F25%2Fdoes-the-browser-really-matter%2F&amp;title=Does%20the%20browser%20really%20matter%3F&amp;body=Last%20fall%20it%20was%20Chrome.%20Now%20it%27s%20Safari%204%20Beta.%20Soon%20it%20will%20be%20Firefox%203.1%20and%20IE%208.%0D%0A%0D%0AEach%20browser%20has%20its%20harsh%20critics%20and%20fervent%20supporters.%20But%20in%20the%20end%2C%20does%20the%20browser%20really%20matter%3F%0D%0A%0D%0AThe%20answer%20to%20this%20question%20depends%20on%20who%20you%20spe" 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%2F02%2F25%2Fdoes-the-browser-really-matter%2F&amp;title=Does%20the%20browser%20really%20matter%3F&amp;bodytext=Last%20fall%20it%20was%20Chrome.%20Now%20it%27s%20Safari%204%20Beta.%20Soon%20it%20will%20be%20Firefox%203.1%20and%20IE%208.%0D%0A%0D%0AEach%20browser%20has%20its%20harsh%20critics%20and%20fervent%20supporters.%20But%20in%20the%20end%2C%20does%20the%20browser%20really%20matter%3F%0D%0A%0D%0AThe%20answer%20to%20this%20question%20depends%20on%20who%20you%20spe" 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%2F02%2F25%2Fdoes-the-browser-really-matter%2F&amp;title=Does%20the%20browser%20really%20matter%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%2F2009%2F02%2F25%2Fdoes-the-browser-really-matter%2F&amp;title=Does%20the%20browser%20really%20matter%3F&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=Last%20fall%20it%20was%20Chrome.%20Now%20it%27s%20Safari%204%20Beta.%20Soon%20it%20will%20be%20Firefox%203.1%20and%20IE%208.%0D%0A%0D%0AEach%20browser%20has%20its%20harsh%20critics%20and%20fervent%20supporters.%20But%20in%20the%20end%2C%20does%20the%20browser%20really%20matter%3F%0D%0A%0D%0AThe%20answer%20to%20this%20question%20depends%20on%20who%20you%20spe" 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%2F02%2F25%2Fdoes-the-browser-really-matter%2F&amp;title=Does%20the%20browser%20really%20matter%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=Does%20the%20browser%20really%20matter%3F&amp;url=http%3A%2F%2Fnewestindustry.org%2F2009%2F02%2F25%2Fdoes-the-browser-really-matter%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%2F02%2F25%2Fdoes-the-browser-really-matter%2F&amp;title=Does%20the%20browser%20really%20matter%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%2F2009%2F02%2F25%2Fdoes-the-browser-really-matter%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%2F02%2F25%2Fdoes-the-browser-really-matter%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%2F02%2F25%2Fdoes-the-browser-really-matter%2F&amp;title=Does%20the%20browser%20really%20matter%3F&amp;notes=Last%20fall%20it%20was%20Chrome.%20Now%20it%27s%20Safari%204%20Beta.%20Soon%20it%20will%20be%20Firefox%203.1%20and%20IE%208.%0D%0A%0D%0AEach%20browser%20has%20its%20harsh%20critics%20and%20fervent%20supporters.%20But%20in%20the%20end%2C%20does%20the%20browser%20really%20matter%3F%0D%0A%0D%0AThe%20answer%20to%20this%20question%20depends%20on%20who%20you%20spe" 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=Does%20the%20browser%20really%20matter%3F&amp;body=http%3A%2F%2Fnewestindustry.org%2F2009%2F02%2F25%2Fdoes-the-browser-really-matter%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/02/25/does-the-browser-really-matter/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Chrome and Advertising &#8211; Google&#8217;s Plan</title>
		<link>http://newestindustry.org/2008/09/03/chrome-and-advertising-googles-plan/</link>
		<comments>http://newestindustry.org/2008/09/03/chrome-and-advertising-googles-plan/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 14:12:59 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Blogging]]></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[ads]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[advertising environment]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[context Web]]></category>
		<category><![CDATA[contextual advertising]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[doubleclick]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Forrester]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[hosted 
desktop-like
 applications]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[Internet Explorer 8]]></category>
		<category><![CDATA[Internet security]]></category>
		<category><![CDATA[Internet users]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[online advertisers using end-user proxies]]></category>
		<category><![CDATA[online advertising]]></category>
		<category><![CDATA[online advertising market]]></category>
		<category><![CDATA[online platform]]></category>
		<category><![CDATA[online Web applications]]></category>
		<category><![CDATA[pre-fetching algorithm]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[search ads]]></category>
		<category><![CDATA[Stephen Noble]]></category>
		<category><![CDATA[targeted advertising]]></category>
		<category><![CDATA[targeted and contextual advertising market]]></category>
		<category><![CDATA[Web application environment]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=1909</guid>
		<description><![CDATA[
			
				
			
		
Since I downloaded and started using Chrome yesterday, I have had to rediscover the world of online advertising. Using Firefox and Adblock Plus for nearly three years has shielded from their existence for the most part.
Stephen Noble, in a post on the Forrester Blog for Interactive Marketing Professionals, seems to discover that Chrome will be [...]]]></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%2F03%2Fchrome-and-advertising-googles-plan%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F03%2Fchrome-and-advertising-googles-plan%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Since I downloaded and started using <a title="Google - Chrome" href="http://www.google.com/chrome" target="_blank">Chrome</a> yesterday, I have had to rediscover the world of online advertising. Using <a title="Firefox - Home Page" href="http://www.firefox.com/" target="_blank">Firefox</a> and <a title="Firefox Extensions - Adblock Plus" href="https://addons.mozilla.org/en-US/firefox/addon/1865" target="_blank">Adblock Plus</a> for nearly three years has shielded from their existence for the most part.</p>
<p><a title="Forrester - Stephen Noble" href="http://www.forrester.com/rb/analyst/steven_noble" target="_blank">Stephen Noble</a>, in <a title="Forrester - Google Chrome will boost pre-emptive contextual advertising" href="http://blogs.forrester.com/marketing/2008/09/google-chrome-w.html" target="_blank">a post</a> on the <a title="Forrester - Marketing Blog" href="http://blogs.forrester.com/marketing/" target="_blank">Forrester Blog for Interactive Marketing Professionals</a>, seems to discover that Chrome will be a source for injecting greater personalization and targeting into the online advertising market.</p>
<p>This is the key reason Chrome exists, right now.</p>
<p>While their may be discussions about the online platform and hosted applications, there are only a small percentage of Internet users who rely on hosted <em>desktop-like</em> applications, <strong>excluding email</strong>, in their daily work and life.</p>
<p>However, Google&#8217;s biggest money-making ventures are advertising and search. With control of <a title="Google - AdSense" href="https://www.google.com/adsense/" target="_blank">AdSense</a> and <a title="DoubleClick - A Google Company" href="http://www.doubleclick.com/" target="_blank">DoubleClick</a>, there is no doubt that Google controls a vast majority of the targeted and contextual advertising market, around the world.</p>
<p>One of the greatest threats to this money-making is a lack of control of the platform through which ads are delivered. There is talk of <a title="Microsoft - Internet Explorer 8 Beta" href="http://www.microsoft.com/windows/internet-explorer/beta/default.aspx" target="_blank">IE8</a> blocking ads (well, non-Microsoft ads anyway), and one of the more popular extensions for Firefox is Adblock Plus. While Safari doesn&#8217;t have this ability natively built in, it can be supported by any number of applications that, in the name of Internet security, filter and block online advertisers using end-user proxies.</p>
<p>This threat to Google&#8217;s core revenue source was not ignored in the development of Chrome. One of the options is the use of DNS pre-fetching. Now I haven&#8217;t thrown up a packet sniffer, but what&#8217;s to prevent a part of the pre-fetching algorithm to go beyond DNS for certain content, and pre-fetch the whole object, so that the ads load really fast, and in that way are seen as less intrusive.</p>
<p>Ok, so I am noted for having a paraoid streak.</p>
<p>However, using the fastest rendering engine and a rocket-ship fast Javascript VM is not only good for the new generation of online Web applications, but plays right into the hands of improved ad-delivery.</p>
<p>So, while Chrome is being hailed as the first Web application environment, it is very much a context Web advertising environment as well.</p>
<p>It&#8217;s how it was built.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F03%2Fchrome-and-advertising-googles-plan%2F&amp;t=Chrome%20and%20Advertising%20-%20Google%27s%20Plan" 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=Chrome%20and%20Advertising%20-%20Google%27s%20Plan%20-%20http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F03%2Fchrome-and-advertising-googles-plan%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%2F03%2Fchrome-and-advertising-googles-plan%2F&amp;title=Chrome%20and%20Advertising%20-%20Google%27s%20Plan&amp;body=Since%20I%20downloaded%20and%20started%20using%20Chrome%20yesterday%2C%20I%20have%20had%20to%20rediscover%20the%20world%20of%20online%20advertising.%20Using%20Firefox%20and%20Adblock%20Plus%20for%20nearly%20three%20years%20has%20shielded%20from%20their%20existence%20for%20the%20most%20part.%0D%0A%0D%0AStephen%20Noble%2C%20in%20a%20post%20on" 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%2F03%2Fchrome-and-advertising-googles-plan%2F&amp;title=Chrome%20and%20Advertising%20-%20Google%27s%20Plan&amp;bodytext=Since%20I%20downloaded%20and%20started%20using%20Chrome%20yesterday%2C%20I%20have%20had%20to%20rediscover%20the%20world%20of%20online%20advertising.%20Using%20Firefox%20and%20Adblock%20Plus%20for%20nearly%20three%20years%20has%20shielded%20from%20their%20existence%20for%20the%20most%20part.%0D%0A%0D%0AStephen%20Noble%2C%20in%20a%20post%20on" 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%2F03%2Fchrome-and-advertising-googles-plan%2F&amp;title=Chrome%20and%20Advertising%20-%20Google%27s%20Plan" 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%2F03%2Fchrome-and-advertising-googles-plan%2F&amp;title=Chrome%20and%20Advertising%20-%20Google%27s%20Plan&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=Since%20I%20downloaded%20and%20started%20using%20Chrome%20yesterday%2C%20I%20have%20had%20to%20rediscover%20the%20world%20of%20online%20advertising.%20Using%20Firefox%20and%20Adblock%20Plus%20for%20nearly%20three%20years%20has%20shielded%20from%20their%20existence%20for%20the%20most%20part.%0D%0A%0D%0AStephen%20Noble%2C%20in%20a%20post%20on" 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%2F03%2Fchrome-and-advertising-googles-plan%2F&amp;title=Chrome%20and%20Advertising%20-%20Google%27s%20Plan" 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=Chrome%20and%20Advertising%20-%20Google%27s%20Plan&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F03%2Fchrome-and-advertising-googles-plan%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%2F03%2Fchrome-and-advertising-googles-plan%2F&amp;title=Chrome%20and%20Advertising%20-%20Google%27s%20Plan&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%2F03%2Fchrome-and-advertising-googles-plan%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%2F03%2Fchrome-and-advertising-googles-plan%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%2F03%2Fchrome-and-advertising-googles-plan%2F&amp;title=Chrome%20and%20Advertising%20-%20Google%27s%20Plan&amp;notes=Since%20I%20downloaded%20and%20started%20using%20Chrome%20yesterday%2C%20I%20have%20had%20to%20rediscover%20the%20world%20of%20online%20advertising.%20Using%20Firefox%20and%20Adblock%20Plus%20for%20nearly%20three%20years%20has%20shielded%20from%20their%20existence%20for%20the%20most%20part.%0D%0A%0D%0AStephen%20Noble%2C%20in%20a%20post%20on" 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=Chrome%20and%20Advertising%20-%20Google%27s%20Plan&amp;body=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F03%2Fchrome-and-advertising-googles-plan%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/03/chrome-and-advertising-googles-plan/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Chrome: One thing we do know&#8230; (HTTP Pipelining)</title>
		<link>http://newestindustry.org/2008/09/02/google-chrome-one-thing-we-do-know-http-pipelining/</link>
		<comments>http://newestindustry.org/2008/09/02/google-chrome-one-thing-we-do-know-http-pipelining/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 16:08:26 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[WebPerformance.Org]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[browser wars]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Google Inc.]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[pipelining]]></category>
		<category><![CDATA[rfc 2616]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[WebKit]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=1896</guid>
		<description><![CDATA[
			
				
			
		
As a Web performance consultant, I view the release of Google Chrome with slightly different eyes than many. And one of the items that I look for is how the browser will affect performance, especially perceived performance on the end-user desktop.
One thing I have been able to determine is that the use of WebKit will [...]]]></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%2F02%2Fgoogle-chrome-one-thing-we-do-know-http-pipelining%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F02%2Fgoogle-chrome-one-thing-we-do-know-http-pipelining%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><a title="Google Chrome Logo" href="http://flickr.com/photos/34889156@N00/2820302020"><img style="float:left;padding:4px;" src="http://farm4.static.flickr.com/3075/2820302020_eb39fa50e0_s.jpg" alt="" /></a>As a Web performance consultant, I view the release of <a title="Google - Chrome" href="http://www.google.com/chrome" target="_blank">Google Chrome</a> with slightly different eyes than many. And one of the items that I look for is how the browser will affect performance, especially perceived performance on the end-user desktop.</p>
<p>One thing I have been able to determine is that the use of <a title="Apple - WebKit" href="http://webkit.org/" target="_blank">WebKit</a> will effectively rule out (to the best of my knowledge) the availability of <a title="Wikipedia - HTTP Pipelining" href="http://en.wikipedia.org/wiki/HTTP_pipelining" target="_blank">HTTP Pipelining</a> in the browser.</p>
<p>HTTP Pipelining is the ability, defined in <a title="IETF - RFC 2616" href="http://www.ietf.org/rfc/rfc2616.txt" target="_blank">RFC 2616</a>, to request multiple HTTP objects simultaneously across an open TCP connection, and then handle their downloads using the features built into the HTTP/1.1 specifications.</p>
<p>I had an <a title="Apple" href="http://apple.com" target="_blank">Apple</a> employee in a class I taught a few months back confirm that <a title="Apple Safari" href="http://www.apple.com/safari/" target="_blank">Safari</a> (which is built on WebKit) cannot use HTTP Pipeling for reason that are known only to the OS and TCP stack developers at Apple.</p>
<p>Now, if the team at Google has found a way to circumvent this problem, I will be impressed.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F02%2Fgoogle-chrome-one-thing-we-do-know-http-pipelining%2F&amp;t=Google%20Chrome%3A%20One%20thing%20we%20do%20know...%20%28HTTP%20Pipelining%29" 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=Google%20Chrome%3A%20One%20thing%20we%20do%20know...%20%28HTTP%20Pipelining%29%20-%20http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F02%2Fgoogle-chrome-one-thing-we-do-know-http-pipelining%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%2F02%2Fgoogle-chrome-one-thing-we-do-know-http-pipelining%2F&amp;title=Google%20Chrome%3A%20One%20thing%20we%20do%20know...%20%28HTTP%20Pipelining%29&amp;body=As%20a%20Web%20performance%20consultant%2C%20I%20view%20the%20release%20of%20Google%20Chrome%20with%20slightly%20different%20eyes%20than%20many.%20And%20one%20of%20the%20items%20that%20I%20look%20for%20is%20how%20the%20browser%20will%20affect%20performance%2C%20especially%20perceived%20performance%20on%20the%20end-user%20desktop.%0D%0A%0D" 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%2F02%2Fgoogle-chrome-one-thing-we-do-know-http-pipelining%2F&amp;title=Google%20Chrome%3A%20One%20thing%20we%20do%20know...%20%28HTTP%20Pipelining%29&amp;bodytext=As%20a%20Web%20performance%20consultant%2C%20I%20view%20the%20release%20of%20Google%20Chrome%20with%20slightly%20different%20eyes%20than%20many.%20And%20one%20of%20the%20items%20that%20I%20look%20for%20is%20how%20the%20browser%20will%20affect%20performance%2C%20especially%20perceived%20performance%20on%20the%20end-user%20desktop.%0D%0A%0D" 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%2F02%2Fgoogle-chrome-one-thing-we-do-know-http-pipelining%2F&amp;title=Google%20Chrome%3A%20One%20thing%20we%20do%20know...%20%28HTTP%20Pipelining%29" 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%2F02%2Fgoogle-chrome-one-thing-we-do-know-http-pipelining%2F&amp;title=Google%20Chrome%3A%20One%20thing%20we%20do%20know...%20%28HTTP%20Pipelining%29&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=As%20a%20Web%20performance%20consultant%2C%20I%20view%20the%20release%20of%20Google%20Chrome%20with%20slightly%20different%20eyes%20than%20many.%20And%20one%20of%20the%20items%20that%20I%20look%20for%20is%20how%20the%20browser%20will%20affect%20performance%2C%20especially%20perceived%20performance%20on%20the%20end-user%20desktop.%0D%0A%0D" 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%2F02%2Fgoogle-chrome-one-thing-we-do-know-http-pipelining%2F&amp;title=Google%20Chrome%3A%20One%20thing%20we%20do%20know...%20%28HTTP%20Pipelining%29" 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=Google%20Chrome%3A%20One%20thing%20we%20do%20know...%20%28HTTP%20Pipelining%29&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F02%2Fgoogle-chrome-one-thing-we-do-know-http-pipelining%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%2F02%2Fgoogle-chrome-one-thing-we-do-know-http-pipelining%2F&amp;title=Google%20Chrome%3A%20One%20thing%20we%20do%20know...%20%28HTTP%20Pipelining%29&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%2F02%2Fgoogle-chrome-one-thing-we-do-know-http-pipelining%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%2F02%2Fgoogle-chrome-one-thing-we-do-know-http-pipelining%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%2F02%2Fgoogle-chrome-one-thing-we-do-know-http-pipelining%2F&amp;title=Google%20Chrome%3A%20One%20thing%20we%20do%20know...%20%28HTTP%20Pipelining%29&amp;notes=As%20a%20Web%20performance%20consultant%2C%20I%20view%20the%20release%20of%20Google%20Chrome%20with%20slightly%20different%20eyes%20than%20many.%20And%20one%20of%20the%20items%20that%20I%20look%20for%20is%20how%20the%20browser%20will%20affect%20performance%2C%20especially%20perceived%20performance%20on%20the%20end-user%20desktop.%0D%0A%0D" 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=Google%20Chrome%3A%20One%20thing%20we%20do%20know...%20%28HTTP%20Pipelining%29&amp;body=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F02%2Fgoogle-chrome-one-thing-we-do-know-http-pipelining%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/02/google-chrome-one-thing-we-do-know-http-pipelining/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Apple: Safari Lead DDoS and Web Performance Threat to RSS?</title>
		<link>http://newestindustry.org/2005/04/28/apple-safari-lead-ddos-and-web-performance-threat-to-rss/</link>
		<comments>http://newestindustry.org/2005/04/28/apple-safari-lead-ddos-and-web-performance-threat-to-rss/#comments</comments>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[smp]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[EAD]]></category>
		<category><![CDATA[feeds]]></category>
		<category><![CDATA[GigaOm]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[LA Times]]></category>
		<category><![CDATA[Malik]]></category>
		<category><![CDATA[Om]]></category>
		<category><![CDATA[Om Malik]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[users]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Web Performance]]></category>

		<guid isPermaLink="false">http://crazycanuck.wordpress.com/2005/04/28/apple-safari-lead-ddos-and-web-performance-threat-to-rss/</guid>
		<description><![CDATA[
			
				
			
		
Om Malik points out a potential threat to blogs: OSX 10.4 &#8220;Tiger&#8221;. The new Safari that ships with this OS comes with the RSS reader turned on by default!
That upgrade while great for the consumers, could come as a big shocker for those blogs whose feeds are included as part of SafariÂ’s default starter package. [...]]]></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%2F2005%2F04%2F28%2Fapple-safari-lead-ddos-and-web-performance-threat-to-rss%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2005%2F04%2F28%2Fapple-safari-lead-ddos-and-web-performance-threat-to-rss%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Om Malik <a href="http://www.gigaom.com/2005/04/28/rss-tiger-safari-and-the-bandwidth-bottleneck/">points out</a> a potential threat to blogs: OSX 10.4 &#8220;Tiger&#8221;. The new Safari that ships with this OS comes with the RSS reader <strong>turned on by default</strong>!</p>
<blockquote><p>That upgrade while great for the consumers, could come as a big shocker for those blogs whose feeds are included as part of SafariÂ’s default starter package. Infact it could be the biggest stress test for RSS thus far!</p>
<p>Most RSS readers are set to poll for updates every hour, and imagine when half-a-million Tiger Safari users who start hitting a server at the same time, pulling down RSS updates, because they have not changed the default settings. Server meltdown? Or an unintended denial of service? Apple says that most of the default feeds are going to be major news sites like CNN. New York Times, and LA Times. At this time they are not including any personal blogs as part of the default list. Even for them it is not going to be easy.</p></blockquote>
<p>As a Web performance geek, I ask you: <em><strong>do you measure and monitor the performance and availability of your blog infrastructure?</strong></em></p>
<p>Didn&#8217;t think so&#8230;.</p>
<p>Enjoy the Weekend!</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2005%2F04%2F28%2Fapple-safari-lead-ddos-and-web-performance-threat-to-rss%2F&amp;t=Apple%3A%20Safari%20Lead%20DDoS%20and%20Web%20Performance%20Threat%20to%20Newest+Industry%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=Apple%3A%20Safari%20Lead%20DDoS%20and%20Web%20Performance%20Threat%20to%20Newest+Industry%3F%20-%20http%3A%2F%2Fnewestindustry.org%2F2005%2F04%2F28%2Fapple-safari-lead-ddos-and-web-performance-threat-to-rss%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%2F2005%2F04%2F28%2Fapple-safari-lead-ddos-and-web-performance-threat-to-rss%2F&amp;title=Apple%3A%20Safari%20Lead%20DDoS%20and%20Web%20Performance%20Threat%20to%20Newest+Industry%3F&amp;body=Om%20Malik%20points%20out%20a%20potential%20threat%20to%20blogs%3A%20OSX%2010.4%20%22Tiger%22.%20The%20new%20Safari%20that%20ships%20with%20this%20OS%20comes%20with%20the%20RSS%20reader%20turned%20on%20by%20default%21%0A%0AThat%20upgrade%20while%20great%20for%20the%20consumers%2C%20could%20come%20as%20a%20big%20shocker%20for%20those%20blogs%20whose%20f" 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%2F2005%2F04%2F28%2Fapple-safari-lead-ddos-and-web-performance-threat-to-rss%2F&amp;title=Apple%3A%20Safari%20Lead%20DDoS%20and%20Web%20Performance%20Threat%20to%20Newest+Industry%3F&amp;bodytext=Om%20Malik%20points%20out%20a%20potential%20threat%20to%20blogs%3A%20OSX%2010.4%20%22Tiger%22.%20The%20new%20Safari%20that%20ships%20with%20this%20OS%20comes%20with%20the%20RSS%20reader%20turned%20on%20by%20default%21%0A%0AThat%20upgrade%20while%20great%20for%20the%20consumers%2C%20could%20come%20as%20a%20big%20shocker%20for%20those%20blogs%20whose%20f" 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%2F2005%2F04%2F28%2Fapple-safari-lead-ddos-and-web-performance-threat-to-rss%2F&amp;title=Apple%3A%20Safari%20Lead%20DDoS%20and%20Web%20Performance%20Threat%20to%20Newest+Industry%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%2F2005%2F04%2F28%2Fapple-safari-lead-ddos-and-web-performance-threat-to-rss%2F&amp;title=Apple%3A%20Safari%20Lead%20DDoS%20and%20Web%20Performance%20Threat%20to%20Newest+Industry%3F&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=Om%20Malik%20points%20out%20a%20potential%20threat%20to%20blogs%3A%20OSX%2010.4%20%22Tiger%22.%20The%20new%20Safari%20that%20ships%20with%20this%20OS%20comes%20with%20the%20RSS%20reader%20turned%20on%20by%20default%21%0A%0AThat%20upgrade%20while%20great%20for%20the%20consumers%2C%20could%20come%20as%20a%20big%20shocker%20for%20those%20blogs%20whose%20f" 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%2F2005%2F04%2F28%2Fapple-safari-lead-ddos-and-web-performance-threat-to-rss%2F&amp;title=Apple%3A%20Safari%20Lead%20DDoS%20and%20Web%20Performance%20Threat%20to%20Newest+Industry%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=Apple%3A%20Safari%20Lead%20DDoS%20and%20Web%20Performance%20Threat%20to%20Newest+Industry%3F&amp;url=http%3A%2F%2Fnewestindustry.org%2F2005%2F04%2F28%2Fapple-safari-lead-ddos-and-web-performance-threat-to-rss%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%2F2005%2F04%2F28%2Fapple-safari-lead-ddos-and-web-performance-threat-to-rss%2F&amp;title=Apple%3A%20Safari%20Lead%20DDoS%20and%20Web%20Performance%20Threat%20to%20Newest+Industry%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%2F2005%2F04%2F28%2Fapple-safari-lead-ddos-and-web-performance-threat-to-rss%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%2F2005%2F04%2F28%2Fapple-safari-lead-ddos-and-web-performance-threat-to-rss%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%2F2005%2F04%2F28%2Fapple-safari-lead-ddos-and-web-performance-threat-to-rss%2F&amp;title=Apple%3A%20Safari%20Lead%20DDoS%20and%20Web%20Performance%20Threat%20to%20Newest+Industry%3F&amp;notes=Om%20Malik%20points%20out%20a%20potential%20threat%20to%20blogs%3A%20OSX%2010.4%20%22Tiger%22.%20The%20new%20Safari%20that%20ships%20with%20this%20OS%20comes%20with%20the%20RSS%20reader%20turned%20on%20by%20default%21%0A%0AThat%20upgrade%20while%20great%20for%20the%20consumers%2C%20could%20come%20as%20a%20big%20shocker%20for%20those%20blogs%20whose%20f" 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=Apple%3A%20Safari%20Lead%20DDoS%20and%20Web%20Performance%20Threat%20to%20Newest+Industry%3F&amp;body=http%3A%2F%2Fnewestindustry.org%2F2005%2F04%2F28%2Fapple-safari-lead-ddos-and-web-performance-threat-to-rss%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/2005/04/28/apple-safari-lead-ddos-and-web-performance-threat-to-rss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Browser Percentage &#8212; 30 Days (March 21, 2005)</title>
		<link>http://newestindustry.org/2005/03/21/browser-percentage-30-days-march-21-2005/</link>
		<comments>http://newestindustry.org/2005/03/21/browser-percentage-30-days-march-21-2005/#comments</comments>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[RANTING]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[Newest Industry]]></category>
		<category><![CDATA[Om]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://crazycanuck.wordpress.com/2005/03/21/browser-percentage-30-days-march-21-2005/</guid>
		<description><![CDATA[
			
				
			
		
This is the Browser Percentage breakdown for The Newest Industry over past 30 days.

This is a part of an ongoing series inspired by the browser percentage graph at ongoing.
The sudden shift upward on the part of Gecko and Safari browsers comes from the site being Scobelized on Saturday, March 19, 2005.



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%2F2005%2F03%2F21%2Fbrowser-percentage-30-days-march-21-2005%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2005%2F03%2F21%2Fbrowser-percentage-30-days-march-21-2005%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>This is the Browser Percentage breakdown for <a href="http://www.newestindustry.org/">The Newest Industry</a> over past 30 days.</p>
<p><img src="http://www.newestindustry.org/media/browser-percentage-mar212005.png" border="0" height="300" width="600" alt="Browser Percentage Graph -- March 21, 2005" /></p>
<p>This is a part of an ongoing series inspired by the browser percentage graph at <i><a href="http://www.tbray.org/ongoing/When/200x/2004/12/12/BMS">ongoing</a></i>.</p>
<p>The sudden shift upward on the part of Gecko and Safari browsers comes from the site being <a href="http://www.newestindustry.org/index.php/2005/03/20/scobelized">Scobelized</a> on Saturday, March 19, 2005.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2005%2F03%2F21%2Fbrowser-percentage-30-days-march-21-2005%2F&amp;t=Browser%20Percentage%20%26%238212%3B%2030%20Days%20%28March%2021%2C%202005%29" 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%20Percentage%20%26%238212%3B%2030%20Days%20%28March%2021%2C%202005%29%20-%20http%3A%2F%2Fnewestindustry.org%2F2005%2F03%2F21%2Fbrowser-percentage-30-days-march-21-2005%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%2F2005%2F03%2F21%2Fbrowser-percentage-30-days-march-21-2005%2F&amp;title=Browser%20Percentage%20%26%238212%3B%2030%20Days%20%28March%2021%2C%202005%29&amp;body=This%20is%20the%20Browser%20Percentage%20breakdown%20for%20The%20Newest%20Industry%20over%20past%2030%20days.%0A%0A%0A%0AThis%20is%20a%20part%20of%20an%20ongoing%20series%20inspired%20by%20the%20browser%20percentage%20graph%20at%20ongoing.%0A%0AThe%20sudden%20shift%20upward%20on%20the%20part%20of%20Gecko%20and%20Safari%20browsers%20comes%20fr" 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%2F2005%2F03%2F21%2Fbrowser-percentage-30-days-march-21-2005%2F&amp;title=Browser%20Percentage%20%26%238212%3B%2030%20Days%20%28March%2021%2C%202005%29&amp;bodytext=This%20is%20the%20Browser%20Percentage%20breakdown%20for%20The%20Newest%20Industry%20over%20past%2030%20days.%0A%0A%0A%0AThis%20is%20a%20part%20of%20an%20ongoing%20series%20inspired%20by%20the%20browser%20percentage%20graph%20at%20ongoing.%0A%0AThe%20sudden%20shift%20upward%20on%20the%20part%20of%20Gecko%20and%20Safari%20browsers%20comes%20fr" 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%2F2005%2F03%2F21%2Fbrowser-percentage-30-days-march-21-2005%2F&amp;title=Browser%20Percentage%20%26%238212%3B%2030%20Days%20%28March%2021%2C%202005%29" 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%2F2005%2F03%2F21%2Fbrowser-percentage-30-days-march-21-2005%2F&amp;title=Browser%20Percentage%20%26%238212%3B%2030%20Days%20%28March%2021%2C%202005%29&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=This%20is%20the%20Browser%20Percentage%20breakdown%20for%20The%20Newest%20Industry%20over%20past%2030%20days.%0A%0A%0A%0AThis%20is%20a%20part%20of%20an%20ongoing%20series%20inspired%20by%20the%20browser%20percentage%20graph%20at%20ongoing.%0A%0AThe%20sudden%20shift%20upward%20on%20the%20part%20of%20Gecko%20and%20Safari%20browsers%20comes%20fr" 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%2F2005%2F03%2F21%2Fbrowser-percentage-30-days-march-21-2005%2F&amp;title=Browser%20Percentage%20%26%238212%3B%2030%20Days%20%28March%2021%2C%202005%29" 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%20Percentage%20%26%238212%3B%2030%20Days%20%28March%2021%2C%202005%29&amp;url=http%3A%2F%2Fnewestindustry.org%2F2005%2F03%2F21%2Fbrowser-percentage-30-days-march-21-2005%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%2F2005%2F03%2F21%2Fbrowser-percentage-30-days-march-21-2005%2F&amp;title=Browser%20Percentage%20%26%238212%3B%2030%20Days%20%28March%2021%2C%202005%29&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%2F2005%2F03%2F21%2Fbrowser-percentage-30-days-march-21-2005%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%2F2005%2F03%2F21%2Fbrowser-percentage-30-days-march-21-2005%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%2F2005%2F03%2F21%2Fbrowser-percentage-30-days-march-21-2005%2F&amp;title=Browser%20Percentage%20%26%238212%3B%2030%20Days%20%28March%2021%2C%202005%29&amp;notes=This%20is%20the%20Browser%20Percentage%20breakdown%20for%20The%20Newest%20Industry%20over%20past%2030%20days.%0A%0A%0A%0AThis%20is%20a%20part%20of%20an%20ongoing%20series%20inspired%20by%20the%20browser%20percentage%20graph%20at%20ongoing.%0A%0AThe%20sudden%20shift%20upward%20on%20the%20part%20of%20Gecko%20and%20Safari%20browsers%20comes%20fr" 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%20Percentage%20%26%238212%3B%2030%20Days%20%28March%2021%2C%202005%29&amp;body=http%3A%2F%2Fnewestindustry.org%2F2005%2F03%2F21%2Fbrowser-percentage-30-days-march-21-2005%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/2005/03/21/browser-percentage-30-days-march-21-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Private-Label Browsers and comments on a lost &#8220;browser war&#8221;</title>
		<link>http://newestindustry.org/2005/02/18/private-label-browsers-and-comments-on-a-lost-browser-war/</link>
		<comments>http://newestindustry.org/2005/02/18/private-label-browsers-and-comments-on-a-lost-browser-war/#comments</comments>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[RANTING]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[browser war]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[corporate]]></category>
		<category><![CDATA[cro]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[LAN]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[maintain]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MSIE]]></category>
		<category><![CDATA[Om]]></category>
		<category><![CDATA[Pages]]></category>
		<category><![CDATA[pr]]></category>
		<category><![CDATA[run]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Web community]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[Web designers]]></category>
		<category><![CDATA[window]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://crazycanuck.wordpress.com/2005/02/18/private-label-browsers-and-comments-on-a-lost-browser-war/</guid>
		<description><![CDATA[
			
				
			
		
Looks like Firefox could become the genesis of the private-label browser, unencumbered by nasty platform/OS/Service Pack limitations. [here -- courtesy of the XSLT:General blog]
I believe strenously that Microsoft has committed a serious error in limiting the upcoming MSIE 7 update to Windows XP SP2 machines. It will not drive the large corporate IT departments who [...]]]></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%2F2005%2F02%2F18%2Fprivate-label-browsers-and-comments-on-a-lost-browser-war%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2005%2F02%2F18%2Fprivate-label-browsers-and-comments-on-a-lost-browser-war%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Looks like Firefox could become the genesis of the private-label browser, unencumbered by nasty platform/OS/Service Pack limitations. [<a href="http://www.techweb.com/wire/ebiz/60401411">here</a> -- courtesy of the <a href="http://www.xsltblog.com/general/archives/2005/02/ie_7_sparks_tal.html">XSLT:General</a> blog]</p>
<p>I believe strenously that Microsoft has committed a serious error in limiting the upcoming MSIE 7 update to Windows XP SP2 machines. It will not drive the large corporate IT departments who still use Windows 2000 to upgrade. It will increase resentment towards the company, which will be actively commented on in places (such as here).</p>
<p>I use Windows XP SP2. But as you see from the sub-title of this blog, the next computer I will buy for myself is going to be a Macintosh Powerbook. And I will run Safari, Firefox, Camino, and (very, very occasionally) fire up some 6 year-old, badly maintained version of MSIE for MacOSX.</p>
<p>When I use Windows, I will use MSIE to compare the look and feel of the pages I build. And nothing more.</p>
<p>If Microsoft wanted this new browser to be a true update, and not simply an addition to their program of forced obsolescence, they would have made it free of OS restrictions. What Microsoft has said is that if you don&#8217;t run Windows XP SP2, your browsing experience will be sub-optimal, less secure, and unsupported.</p>
<p>Web designers, this means that you will have to have yet another platform to test your Web designs, as MSIE 5.5, 6.0, and 7.0 will all interpret CSS, CSS2 and other design features differently.</p>
<p>So, what is the big deal about MSEI 7.0? It shows the Web community that Microsoft has still not learned the lesson that Firefox is teaching: be everywhere. Microsoft, the OS is not the platform of the future; the browser is the platform of the future. And a browser that can run anywhere, anytime, in any language, on any hardware, will win.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2005%2F02%2F18%2Fprivate-label-browsers-and-comments-on-a-lost-browser-war%2F&amp;t=Private-Label%20Browsers%20and%20comments%20on%20a%20lost%20%26%238220%3Bbrowser%20war%26%238221%3B" 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=Private-Label%20Browsers%20and%20comments%20on%20a%20lost%20%26%238220%3Bbrowser%20war%26%238221%3B%20-%20http%3A%2F%2Fnewestindustry.org%2F2005%2F02%2F18%2Fprivate-label-browsers-and-comments-on-a-lost-browser-war%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%2F2005%2F02%2F18%2Fprivate-label-browsers-and-comments-on-a-lost-browser-war%2F&amp;title=Private-Label%20Browsers%20and%20comments%20on%20a%20lost%20%26%238220%3Bbrowser%20war%26%238221%3B&amp;body=Looks%20like%20Firefox%20could%20become%20the%20genesis%20of%20the%20private-label%20browser%2C%20unencumbered%20by%20nasty%20platform%2FOS%2FService%20Pack%20limitations.%20%5Bhere%20--%20courtesy%20of%20the%20XSLT%3AGeneral%20blog%5D%0A%0AI%20believe%20strenously%20that%20Microsoft%20has%20committed%20a%20serious%20error%20in%20li" 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%2F2005%2F02%2F18%2Fprivate-label-browsers-and-comments-on-a-lost-browser-war%2F&amp;title=Private-Label%20Browsers%20and%20comments%20on%20a%20lost%20%26%238220%3Bbrowser%20war%26%238221%3B&amp;bodytext=Looks%20like%20Firefox%20could%20become%20the%20genesis%20of%20the%20private-label%20browser%2C%20unencumbered%20by%20nasty%20platform%2FOS%2FService%20Pack%20limitations.%20%5Bhere%20--%20courtesy%20of%20the%20XSLT%3AGeneral%20blog%5D%0A%0AI%20believe%20strenously%20that%20Microsoft%20has%20committed%20a%20serious%20error%20in%20li" 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%2F2005%2F02%2F18%2Fprivate-label-browsers-and-comments-on-a-lost-browser-war%2F&amp;title=Private-Label%20Browsers%20and%20comments%20on%20a%20lost%20%26%238220%3Bbrowser%20war%26%238221%3B" 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%2F2005%2F02%2F18%2Fprivate-label-browsers-and-comments-on-a-lost-browser-war%2F&amp;title=Private-Label%20Browsers%20and%20comments%20on%20a%20lost%20%26%238220%3Bbrowser%20war%26%238221%3B&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=Looks%20like%20Firefox%20could%20become%20the%20genesis%20of%20the%20private-label%20browser%2C%20unencumbered%20by%20nasty%20platform%2FOS%2FService%20Pack%20limitations.%20%5Bhere%20--%20courtesy%20of%20the%20XSLT%3AGeneral%20blog%5D%0A%0AI%20believe%20strenously%20that%20Microsoft%20has%20committed%20a%20serious%20error%20in%20li" 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%2F2005%2F02%2F18%2Fprivate-label-browsers-and-comments-on-a-lost-browser-war%2F&amp;title=Private-Label%20Browsers%20and%20comments%20on%20a%20lost%20%26%238220%3Bbrowser%20war%26%238221%3B" 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=Private-Label%20Browsers%20and%20comments%20on%20a%20lost%20%26%238220%3Bbrowser%20war%26%238221%3B&amp;url=http%3A%2F%2Fnewestindustry.org%2F2005%2F02%2F18%2Fprivate-label-browsers-and-comments-on-a-lost-browser-war%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%2F2005%2F02%2F18%2Fprivate-label-browsers-and-comments-on-a-lost-browser-war%2F&amp;title=Private-Label%20Browsers%20and%20comments%20on%20a%20lost%20%26%238220%3Bbrowser%20war%26%238221%3B&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%2F2005%2F02%2F18%2Fprivate-label-browsers-and-comments-on-a-lost-browser-war%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%2F2005%2F02%2F18%2Fprivate-label-browsers-and-comments-on-a-lost-browser-war%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%2F2005%2F02%2F18%2Fprivate-label-browsers-and-comments-on-a-lost-browser-war%2F&amp;title=Private-Label%20Browsers%20and%20comments%20on%20a%20lost%20%26%238220%3Bbrowser%20war%26%238221%3B&amp;notes=Looks%20like%20Firefox%20could%20become%20the%20genesis%20of%20the%20private-label%20browser%2C%20unencumbered%20by%20nasty%20platform%2FOS%2FService%20Pack%20limitations.%20%5Bhere%20--%20courtesy%20of%20the%20XSLT%3AGeneral%20blog%5D%0A%0AI%20believe%20strenously%20that%20Microsoft%20has%20committed%20a%20serious%20error%20in%20li" 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=Private-Label%20Browsers%20and%20comments%20on%20a%20lost%20%26%238220%3Bbrowser%20war%26%238221%3B&amp;body=http%3A%2F%2Fnewestindustry.org%2F2005%2F02%2F18%2Fprivate-label-browsers-and-comments-on-a-lost-browser-war%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/2005/02/18/private-label-browsers-and-comments-on-a-lost-browser-war/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
