<?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; Opera</title>
	<atom:link href="http://newestindustry.org/tag/opera/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>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>
	</channel>
</rss>
