<?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; internet explorer 6</title>
	<atom:link href="http://newestindustry.org/tag/internet-explorer-6/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>Browser Wars: June was an interesting month</title>
		<link>http://newestindustry.org/2009/07/01/browser-wars-june-was-an-interesting-month/</link>
		<comments>http://newestindustry.org/2009/07/01/browser-wars-june-was-an-interesting-month/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 20:56:28 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[Web analytics]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[browser wars]]></category>
		<category><![CDATA[Firefox 3.5]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[internet explorer 6]]></category>
		<category><![CDATA[internet explorer 7]]></category>
		<category><![CDATA[Internet Explorer 8]]></category>
		<category><![CDATA[Market adoption of Mozilla Firefox]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[Technology/Internet]]></category>
		<category><![CDATA[Usage share of web browsers]]></category>
		<category><![CDATA[Web browser]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=2497</guid>
		<description><![CDATA[
			
				
			
		
June is one of my favorite months. The sun returns (although in the Boston area there are concerned that it has been replaced by clouds and humidity), the kids get out of school (and get sent to camp), and the outdoor pool opens (and I actually swim in it).
In the US browser market, Internet Explorer [...]]]></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%2F01%2Fbrowser-wars-june-was-an-interesting-month%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F07%2F01%2Fbrowser-wars-june-was-an-interesting-month%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><a title="Browser history poster" href="http://flickr.com/photos/35034351734@N01/230462299"><img style="float:left;padding:4px;" src="http://farm1.static.flickr.com/94/230462299_7e54d2295d_s.jpg" alt="" /></a>June is one of my favorite months. The sun returns (although in the Boston area there are concerned that it has been replaced by clouds and humidity), the kids get out of school (and get sent to camp), and the outdoor pool opens (and I actually swim in it).</p>
<p>In the US browser market, Internet Explorer 8 continues its slow replacement of Internet Explorer 6 and 7, finally overtaking MSIE 6 on June 11 [Stats courtesy of <a title="StatCounter GlobalStats" href="http://gs.statcounter.com/" target="_blank">StatCounter</a>].</p>
<p style="text-align: center;"><a title="us-browser-jun1-303009 by spierzchala, on Flickr" href="http://www.flickr.com/photos/spierzchala/3678818625/"><img src="http://farm4.static.flickr.com/3584/3678818625_b95a557c34.jpg" alt="us-browser-jun1-303009" width="500" height="293" /></a></p>
<p style="text-align: left;">The great news is that Internet Explorer 6 is slowly falling of the pace, relegated to large companies with proprietary code and a degree of inertia that impedes their movement to accepting new browsers.</p>
<p style="text-align: left;">The two-month trend does show some very dramatic changes, most notably with Internet Explorer 7 and Firefox 3.</p>
<p style="text-align: center;"><a title="us-browser-may1-june302009 by spierzchala, on Flickr" href="http://www.flickr.com/photos/spierzchala/3678818779/"><img src="http://farm3.static.flickr.com/2631/3678818779_fb41afb34a.jpg" alt="us-browser-may1-june302009" width="500" height="293" /></a></p>
<p style="text-align: left;">While these changes appear dramatic, the lack of absolute values to base the StatCounter graphs on means that it&#8217;s very difficult to determine if these values are a result of a shift in the actual browser market, or a result in decreasing numbers of visitors to sites with the StatCounter tracking code.</p>
<p style="text-align: left;">Worldwide for June, the primary trend is that the decrease in Internet Explorer 7 is matched almost precisely by the increase in the use of Internet Explorer 8.</p>
<p style="text-align: center;"><a title="worldwide-browser-jun1-303009 by spierzchala, on Flickr" href="http://www.flickr.com/photos/spierzchala/3679678228/"><img src="http://farm4.static.flickr.com/3560/3679678228_f49c98f03e.jpg" alt="worldwide-browser-jun1-303009" width="500" height="293" /></a></p>
<p style="text-align: left;">Firefox 3 and Internet Explorer 6 remained almost completely unchanged through June, indicating that the US trend is very different than that seen throughout the rest of the world. The tracking trend indicates that Firefox 3 could have overtaken Internet Explorer 7 by the end of July.</p>
<p style="text-align: left;"><em>Could have</em> is used purposely here, as the release of Firefox 3.5 will fragment the market share for this browser, and it is not likely that it will match the stats for Firefox 3 immediately.</p>
<p style="text-align: left;">Despite all the claims that the browser war is over, and that applications have moved beyond the browser, it is highly unlikely that this dream will be realized in the consumer browser market until late 2010, when the effect of Windows 7 can be seen on the use of Internet Explorer 8 .</p>
<p style="text-align: left;">Overall, June 2009 was a month of substantial shifts in the US browser market, which will be further aggravated with the release of Firefox 3.5, and the slow and steady adoption of Internet Explorer 8 by consumer and business users.</p>
<p style="text-align: left;"><strong>UPDATE:</strong> TechCrunch has noted the ongoing shifts to the browser share market [<a title="TechCrunch - Since March, Internet Explorer Lost 11.4 Percent Share To Firefox, Safari, And Chrome" href="http://www.techcrunch.com/2009/07/05/since-march-internet-explorer-lost-114-percent-share-to-firefox-safari-and-chrome/" target="_blank">here</a>].</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2009%2F07%2F01%2Fbrowser-wars-june-was-an-interesting-month%2F&amp;t=Browser%20Wars%3A%20June%20was%20an%20interesting%20month" 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%20June%20was%20an%20interesting%20month%20-%20http%3A%2F%2Fnewestindustry.org%2F2009%2F07%2F01%2Fbrowser-wars-june-was-an-interesting-month%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%2F01%2Fbrowser-wars-june-was-an-interesting-month%2F&amp;title=Browser%20Wars%3A%20June%20was%20an%20interesting%20month&amp;body=June%20is%20one%20of%20my%20favorite%20months.%20The%20sun%20returns%20%28although%20in%20the%20Boston%20area%20there%20are%20concerned%20that%20it%20has%20been%20replaced%20by%20clouds%20and%20humidity%29%2C%20the%20kids%20get%20out%20of%20school%20%28and%20get%20sent%20to%20camp%29%2C%20and%20the%20outdoor%20pool%20opens%20%28and%20I%20actually%20swim%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%2F07%2F01%2Fbrowser-wars-june-was-an-interesting-month%2F&amp;title=Browser%20Wars%3A%20June%20was%20an%20interesting%20month&amp;bodytext=June%20is%20one%20of%20my%20favorite%20months.%20The%20sun%20returns%20%28although%20in%20the%20Boston%20area%20there%20are%20concerned%20that%20it%20has%20been%20replaced%20by%20clouds%20and%20humidity%29%2C%20the%20kids%20get%20out%20of%20school%20%28and%20get%20sent%20to%20camp%29%2C%20and%20the%20outdoor%20pool%20opens%20%28and%20I%20actually%20swim%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%2F07%2F01%2Fbrowser-wars-june-was-an-interesting-month%2F&amp;title=Browser%20Wars%3A%20June%20was%20an%20interesting%20month" 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%2F01%2Fbrowser-wars-june-was-an-interesting-month%2F&amp;title=Browser%20Wars%3A%20June%20was%20an%20interesting%20month&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=June%20is%20one%20of%20my%20favorite%20months.%20The%20sun%20returns%20%28although%20in%20the%20Boston%20area%20there%20are%20concerned%20that%20it%20has%20been%20replaced%20by%20clouds%20and%20humidity%29%2C%20the%20kids%20get%20out%20of%20school%20%28and%20get%20sent%20to%20camp%29%2C%20and%20the%20outdoor%20pool%20opens%20%28and%20I%20actually%20swim%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%2F07%2F01%2Fbrowser-wars-june-was-an-interesting-month%2F&amp;title=Browser%20Wars%3A%20June%20was%20an%20interesting%20month" 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%20June%20was%20an%20interesting%20month&amp;url=http%3A%2F%2Fnewestindustry.org%2F2009%2F07%2F01%2Fbrowser-wars-june-was-an-interesting-month%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%2F01%2Fbrowser-wars-june-was-an-interesting-month%2F&amp;title=Browser%20Wars%3A%20June%20was%20an%20interesting%20month&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%2F01%2Fbrowser-wars-june-was-an-interesting-month%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%2F01%2Fbrowser-wars-june-was-an-interesting-month%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%2F01%2Fbrowser-wars-june-was-an-interesting-month%2F&amp;title=Browser%20Wars%3A%20June%20was%20an%20interesting%20month&amp;notes=June%20is%20one%20of%20my%20favorite%20months.%20The%20sun%20returns%20%28although%20in%20the%20Boston%20area%20there%20are%20concerned%20that%20it%20has%20been%20replaced%20by%20clouds%20and%20humidity%29%2C%20the%20kids%20get%20out%20of%20school%20%28and%20get%20sent%20to%20camp%29%2C%20and%20the%20outdoor%20pool%20opens%20%28and%20I%20actually%20swim%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=Browser%20Wars%3A%20June%20was%20an%20interesting%20month&amp;body=http%3A%2F%2Fnewestindustry.org%2F2009%2F07%2F01%2Fbrowser-wars-june-was-an-interesting-month%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/01/browser-wars-june-was-an-interesting-month/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Browser Wars: Internet Explorer 8 Usage in US Now Tied with Internet Explorer 6</title>
		<link>http://newestindustry.org/2009/06/17/browser-wars-internet-explorer-8-usage-in-us-now-tied-with-internet-explorer-6/</link>
		<comments>http://newestindustry.org/2009/06/17/browser-wars-internet-explorer-8-usage-in-us-now-tied-with-internet-explorer-6/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 23:44:46 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[Web analytics]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[browser wars]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[internet explorer 6]]></category>
		<category><![CDATA[internet explorer 7]]></category>
		<category><![CDATA[Internet Explorer 8]]></category>
		<category><![CDATA[Internet Explorer usage]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[StatCounter]]></category>
		<category><![CDATA[Technology/Internet]]></category>
		<category><![CDATA[Usage share of web browsers]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=2491</guid>
		<description><![CDATA[
			
				
			
		
This week marks a momentous time in the history of the Internet. In the United States, StatCounter reports that for the first three days of the work week (Monday &#8211; Friday), Internet Explorer 8 usage is equal to Internet Explorer 6 usage.

Tie this to the trend of decreasing Internet Explorer usage noted late last week [...]]]></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%2F06%2F17%2Fbrowser-wars-internet-explorer-8-usage-in-us-now-tied-with-internet-explorer-6%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F06%2F17%2Fbrowser-wars-internet-explorer-8-usage-in-us-now-tied-with-internet-explorer-6%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>This week marks a momentous time in the history of the Internet. In the United States, <a title="StatCounter GlobalStats - USA June 1-17 2009" href="http://gs.statcounter.com/#browser_version-US-daily-20090601-20090617" target="_blank">StatCounter</a> reports that for the first three days of the work week (Monday &#8211; Friday), Internet Explorer 8 usage is equal to Internet Explorer 6 usage.</p>
<p style="text-align: center;"><a title="BrowserWars-June172009 by spierzchala, on Flickr" href="http://www.flickr.com/photos/spierzchala/3637221734/"><img src="http://farm4.static.flickr.com/3342/3637221734_3605f3cce3.jpg" alt="BrowserWars-June172009" width="500" height="293" /></a></p>
<p>Tie this to the trend of decreasing Internet Explorer usage <a title="Newest Industry - Collapse of Internet Explorer 7 Use" href="http://newestindustry.org/2009/06/11/browser-wars-internet-explorer-7-use-collapses-in-the-us/" target="_self">noted late last week</a> and the release of Firefox 3.5 RC1 and Safari 4.0 and Opera 10 in the last few weeks, and it appears that the balance of browser usage on the Internet is becoming more fluid.</p>
<p>Does this mean that standards will become more relevant? Can you truly count on limiting customers to one browser?</p>
<p>Will browser lock-in for certain applications continue to be considered acceptable?</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2009%2F06%2F17%2Fbrowser-wars-internet-explorer-8-usage-in-us-now-tied-with-internet-explorer-6%2F&amp;t=Browser%20Wars%3A%20Internet%20Explorer%208%20Usage%20in%20US%20Now%20Tied%20with%20Internet%20Explorer%206" 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%20Internet%20Explorer%208%20Usage%20in%20US%20Now%20Tied%20with%20Internet%20Explorer%206%20-%20http%3A%2F%2Fnewestindustry.org%2F2009%2F06%2F17%2Fbrowser-wars-internet-explorer-8-usage-in-us-now-tied-with-internet-explorer-6%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%2F06%2F17%2Fbrowser-wars-internet-explorer-8-usage-in-us-now-tied-with-internet-explorer-6%2F&amp;title=Browser%20Wars%3A%20Internet%20Explorer%208%20Usage%20in%20US%20Now%20Tied%20with%20Internet%20Explorer%206&amp;body=This%20week%20marks%20a%20momentous%20time%20in%20the%20history%20of%20the%20Internet.%20In%20the%20United%20States%2C%20StatCounter%20reports%20that%20for%20the%20first%20three%20days%20of%20the%20work%20week%20%28Monday%20-%20Friday%29%2C%20Internet%20Explorer%208%20usage%20is%20equal%20to%20Internet%20Explorer%206%20usage.%0D%0A%0D%0A%0D%0ATie%20thi" 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%2F06%2F17%2Fbrowser-wars-internet-explorer-8-usage-in-us-now-tied-with-internet-explorer-6%2F&amp;title=Browser%20Wars%3A%20Internet%20Explorer%208%20Usage%20in%20US%20Now%20Tied%20with%20Internet%20Explorer%206&amp;bodytext=This%20week%20marks%20a%20momentous%20time%20in%20the%20history%20of%20the%20Internet.%20In%20the%20United%20States%2C%20StatCounter%20reports%20that%20for%20the%20first%20three%20days%20of%20the%20work%20week%20%28Monday%20-%20Friday%29%2C%20Internet%20Explorer%208%20usage%20is%20equal%20to%20Internet%20Explorer%206%20usage.%0D%0A%0D%0A%0D%0ATie%20thi" 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%2F06%2F17%2Fbrowser-wars-internet-explorer-8-usage-in-us-now-tied-with-internet-explorer-6%2F&amp;title=Browser%20Wars%3A%20Internet%20Explorer%208%20Usage%20in%20US%20Now%20Tied%20with%20Internet%20Explorer%206" 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%2F06%2F17%2Fbrowser-wars-internet-explorer-8-usage-in-us-now-tied-with-internet-explorer-6%2F&amp;title=Browser%20Wars%3A%20Internet%20Explorer%208%20Usage%20in%20US%20Now%20Tied%20with%20Internet%20Explorer%206&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=This%20week%20marks%20a%20momentous%20time%20in%20the%20history%20of%20the%20Internet.%20In%20the%20United%20States%2C%20StatCounter%20reports%20that%20for%20the%20first%20three%20days%20of%20the%20work%20week%20%28Monday%20-%20Friday%29%2C%20Internet%20Explorer%208%20usage%20is%20equal%20to%20Internet%20Explorer%206%20usage.%0D%0A%0D%0A%0D%0ATie%20thi" 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%2F06%2F17%2Fbrowser-wars-internet-explorer-8-usage-in-us-now-tied-with-internet-explorer-6%2F&amp;title=Browser%20Wars%3A%20Internet%20Explorer%208%20Usage%20in%20US%20Now%20Tied%20with%20Internet%20Explorer%206" 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%20Internet%20Explorer%208%20Usage%20in%20US%20Now%20Tied%20with%20Internet%20Explorer%206&amp;url=http%3A%2F%2Fnewestindustry.org%2F2009%2F06%2F17%2Fbrowser-wars-internet-explorer-8-usage-in-us-now-tied-with-internet-explorer-6%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%2F06%2F17%2Fbrowser-wars-internet-explorer-8-usage-in-us-now-tied-with-internet-explorer-6%2F&amp;title=Browser%20Wars%3A%20Internet%20Explorer%208%20Usage%20in%20US%20Now%20Tied%20with%20Internet%20Explorer%206&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%2F06%2F17%2Fbrowser-wars-internet-explorer-8-usage-in-us-now-tied-with-internet-explorer-6%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%2F06%2F17%2Fbrowser-wars-internet-explorer-8-usage-in-us-now-tied-with-internet-explorer-6%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%2F06%2F17%2Fbrowser-wars-internet-explorer-8-usage-in-us-now-tied-with-internet-explorer-6%2F&amp;title=Browser%20Wars%3A%20Internet%20Explorer%208%20Usage%20in%20US%20Now%20Tied%20with%20Internet%20Explorer%206&amp;notes=This%20week%20marks%20a%20momentous%20time%20in%20the%20history%20of%20the%20Internet.%20In%20the%20United%20States%2C%20StatCounter%20reports%20that%20for%20the%20first%20three%20days%20of%20the%20work%20week%20%28Monday%20-%20Friday%29%2C%20Internet%20Explorer%208%20usage%20is%20equal%20to%20Internet%20Explorer%206%20usage.%0D%0A%0D%0A%0D%0ATie%20thi" 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%20Internet%20Explorer%208%20Usage%20in%20US%20Now%20Tied%20with%20Internet%20Explorer%206&amp;body=http%3A%2F%2Fnewestindustry.org%2F2009%2F06%2F17%2Fbrowser-wars-internet-explorer-8-usage-in-us-now-tied-with-internet-explorer-6%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/06/17/browser-wars-internet-explorer-8-usage-in-us-now-tied-with-internet-explorer-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Browser Wars: The Slow Rise of Internet Explorer 8</title>
		<link>http://newestindustry.org/2009/05/11/browser-wars-the-slow-rise-of-internet-explorer-8/</link>
		<comments>http://newestindustry.org/2009/05/11/browser-wars-the-slow-rise-of-internet-explorer-8/#comments</comments>
		<pubDate>Mon, 11 May 2009 13:21:55 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[Web analytics]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[browser wars]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[internet explorer 6]]></category>
		<category><![CDATA[internet explorer 7]]></category>
		<category><![CDATA[Internet Explorer 8]]></category>
		<category><![CDATA[Opera 9.6]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=2482</guid>
		<description><![CDATA[
			
				
			
		
Since its GA release on March 19 and its addition to Windows Update in late April, Internet Explorer 8 has been gradually increasing its market share in the US. Based on the current growth pattern in StatCounter&#8217;s GlobalStats data, it appears that Internet Explorer 8 will overtake Internet Explorer 6 sometime in late May or [...]]]></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%2F05%2F11%2Fbrowser-wars-the-slow-rise-of-internet-explorer-8%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F05%2F11%2Fbrowser-wars-the-slow-rise-of-internet-explorer-8%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Since its GA release on March 19 and its addition to Windows Update in late April, Internet Explorer 8 has been gradually increasing its market share in the US. Based on the current growth pattern in StatCounter&#8217;s GlobalStats data, it appears that Internet Explorer 8 will overtake Internet Explorer 6 sometime in late May or early June.</p>
<p style="text-align: center;"><a title="StatCounter Browser Stats - US - 03/01/09-05/11/09 by spierzchala, on Flickr" href="http://www.flickr.com/photos/spierzchala/3521372753/"><img src="http://farm4.static.flickr.com/3628/3521372753_83df939040.jpg" alt="StatCounter Browser Stats - US - 03/01/09-05/11/09" width="500" height="293" /></a></p>
<p>In other parts of the world, the adoption of the new version of Internet Explorer is substantially slower, and affected by regional differences in the browser population. Europe is notable in this as MSIE8 has just overtaken Opera 9.6 in the browser population in the last week.</p>
<p style="text-align: center;"><a title="StatCounter Browser Stats - EU - 03/01/09 - 05/11/09 by spierzchala, on Flickr" href="http://www.flickr.com/photos/spierzchala/3522202418/"><img src="http://farm4.static.flickr.com/3349/3522202418_11904d6bbe.jpg" alt="StatCounter Browser Stats - EU - 03/01/09 - 05/11/09" width="500" height="293" /></a></p>
<p>In Asia, Internet Explorer 8 has moved into fourth in browser share, but is a substantially lower percentage of the population than the top three browsers. In a frightening statistic, Internet Explorer 6 is the most popular browser in Asia, indicating that path to adoption may be longer in this region.</p>
<p style="text-align: center;"><a title="StatCounter Browser Stats - Asia - 03/01/09 - 05/11/09 by spierzchala, on Flickr" href="http://www.flickr.com/photos/spierzchala/3521404037/"><img src="http://farm4.static.flickr.com/3301/3521404037_bbff648951.jpg" alt="StatCounter Browser Stats - Asia - 03/01/09 - 05/11/09" width="500" height="293" /></a></p>
<p>Overall the adoption of this new browser as a replacement for Internet Explorer 6 and 7 is slow and steady. MSIE8 does not appear to be significantly cutting into the Firefox population, but this could change as people begin to hear more about the features of the new browser, and Web sites begin to be designed to its features, rather than those of MSIE6 and MSIE7.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2009%2F05%2F11%2Fbrowser-wars-the-slow-rise-of-internet-explorer-8%2F&amp;t=Browser%20Wars%3A%20The%20Slow%20Rise%20of%20Internet%20Explorer%208" 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%20The%20Slow%20Rise%20of%20Internet%20Explorer%208%20-%20http%3A%2F%2Fnewestindustry.org%2F2009%2F05%2F11%2Fbrowser-wars-the-slow-rise-of-internet-explorer-8%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%2F05%2F11%2Fbrowser-wars-the-slow-rise-of-internet-explorer-8%2F&amp;title=Browser%20Wars%3A%20The%20Slow%20Rise%20of%20Internet%20Explorer%208&amp;body=Since%20its%20GA%20release%20on%20March%2019%20and%20its%20addition%20to%20Windows%20Update%20in%20late%20April%2C%20Internet%20Explorer%208%20has%20been%20gradually%20increasing%20its%20market%20share%20in%20the%20US.%20Based%20on%20the%20current%20growth%20pattern%20in%20StatCounter%27s%20GlobalStats%20data%2C%20it%20appears%20that%20In" 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%2F05%2F11%2Fbrowser-wars-the-slow-rise-of-internet-explorer-8%2F&amp;title=Browser%20Wars%3A%20The%20Slow%20Rise%20of%20Internet%20Explorer%208&amp;bodytext=Since%20its%20GA%20release%20on%20March%2019%20and%20its%20addition%20to%20Windows%20Update%20in%20late%20April%2C%20Internet%20Explorer%208%20has%20been%20gradually%20increasing%20its%20market%20share%20in%20the%20US.%20Based%20on%20the%20current%20growth%20pattern%20in%20StatCounter%27s%20GlobalStats%20data%2C%20it%20appears%20that%20In" 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%2F05%2F11%2Fbrowser-wars-the-slow-rise-of-internet-explorer-8%2F&amp;title=Browser%20Wars%3A%20The%20Slow%20Rise%20of%20Internet%20Explorer%208" 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%2F05%2F11%2Fbrowser-wars-the-slow-rise-of-internet-explorer-8%2F&amp;title=Browser%20Wars%3A%20The%20Slow%20Rise%20of%20Internet%20Explorer%208&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=Since%20its%20GA%20release%20on%20March%2019%20and%20its%20addition%20to%20Windows%20Update%20in%20late%20April%2C%20Internet%20Explorer%208%20has%20been%20gradually%20increasing%20its%20market%20share%20in%20the%20US.%20Based%20on%20the%20current%20growth%20pattern%20in%20StatCounter%27s%20GlobalStats%20data%2C%20it%20appears%20that%20In" 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%2F05%2F11%2Fbrowser-wars-the-slow-rise-of-internet-explorer-8%2F&amp;title=Browser%20Wars%3A%20The%20Slow%20Rise%20of%20Internet%20Explorer%208" 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%20The%20Slow%20Rise%20of%20Internet%20Explorer%208&amp;url=http%3A%2F%2Fnewestindustry.org%2F2009%2F05%2F11%2Fbrowser-wars-the-slow-rise-of-internet-explorer-8%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%2F05%2F11%2Fbrowser-wars-the-slow-rise-of-internet-explorer-8%2F&amp;title=Browser%20Wars%3A%20The%20Slow%20Rise%20of%20Internet%20Explorer%208&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%2F05%2F11%2Fbrowser-wars-the-slow-rise-of-internet-explorer-8%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%2F05%2F11%2Fbrowser-wars-the-slow-rise-of-internet-explorer-8%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%2F05%2F11%2Fbrowser-wars-the-slow-rise-of-internet-explorer-8%2F&amp;title=Browser%20Wars%3A%20The%20Slow%20Rise%20of%20Internet%20Explorer%208&amp;notes=Since%20its%20GA%20release%20on%20March%2019%20and%20its%20addition%20to%20Windows%20Update%20in%20late%20April%2C%20Internet%20Explorer%208%20has%20been%20gradually%20increasing%20its%20market%20share%20in%20the%20US.%20Based%20on%20the%20current%20growth%20pattern%20in%20StatCounter%27s%20GlobalStats%20data%2C%20it%20appears%20that%20In" 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%20The%20Slow%20Rise%20of%20Internet%20Explorer%208&amp;body=http%3A%2F%2Fnewestindustry.org%2F2009%2F05%2F11%2Fbrowser-wars-the-slow-rise-of-internet-explorer-8%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/05/11/browser-wars-the-slow-rise-of-internet-explorer-8/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Browser Wars: Why Internet Explorer 6 Still Exists</title>
		<link>http://newestindustry.org/2009/05/02/browser-wars-why-internet-explorer-6-still-exists/</link>
		<comments>http://newestindustry.org/2009/05/02/browser-wars-why-internet-explorer-6-still-exists/#comments</comments>
		<pubDate>Sat, 02 May 2009 02:16:48 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[Web analytics]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[internet explorer 6]]></category>
		<category><![CDATA[MSIE6]]></category>
		<category><![CDATA[StatCounter]]></category>
		<category><![CDATA[web application]]></category>
		<category><![CDATA[Web developers]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=2479</guid>
		<description><![CDATA[
			
				
			
		
At CNet News today, the article What browser wars? The enterprise still loves IE 6 nicely sums all the reasons that Internet Explorer 6 is still in use in enterprise environments. The dominance of Internet Explorer 6 in the workplace is something I discussed a few days ago, supported by the pattern of higher weekday [...]]]></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%2F05%2F02%2Fbrowser-wars-why-internet-explorer-6-still-exists%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F05%2F02%2Fbrowser-wars-why-internet-explorer-6-still-exists%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><a title="IE-on-acid Logo - designed by Harel Williams" href="http://flickr.com/photos/27785344@N05/2631072309"><img style="float:left;padding:4px;" src="http://farm4.static.flickr.com/3028/2631072309_f843cf4966_m.jpg" alt="" /></a>At CNet News today, the article <a title="CNet News - What browser wars? The enterprise still loves IE 6" href="http://news.cnet.com/8301-17939_109-10231713-2.html" target="_blank"><em>What browser wars? The enterprise still loves IE 6</em></a> nicely sums all the reasons that Internet Explorer 6 is still in use in enterprise environments. The dominance of Internet Explorer 6 in the workplace is something I discussed <a title="Newest Industry - The Patterns of Internet Explorer 6" href="http://newestindustry.org/2009/04/27/browser-wars-the-unique-pattern-of-msie-60/" target="_blank">a few days ago</a>, supported by the pattern of higher weekday use of this browser during the work-week.</p>
<p>Limiting employees to a browser that is considered an ancient technology by Web developers poses an interesting dichotomy to companies. Internally, they are powering their internal applications with coal and steam, and turning the cogs of business with leather drive-belts. Externally, the customers get to see a site that is shiny, one that has all the gadgets of a rich-Internet application that require the computationally advanced capabilities of a modern browsers.</p>
<p>To some extent, the companies who use Internet Explorer 6 internally are saying to their employees that the Internet is simply another desktop application that they must use.</p>
<p>I am firm believer that the Web will be the home of many of the applications we use on a daily basis in the very near future [<a title="Newest Industry - Does the browser really matter?" href="http://newestindustry.org/2009/02/25/does-the-browser-really-matter/" target="_blank">here</a> and <a title="Newest Industry - The Rise of Browser Computing" href="http://newestindustry.org/2009/03/27/web-performance-the-rise-of-browser-computing/" target="_blank">here</a>]. My vision of this is that the Web application is designed to free the user, and lessen the workload for IT departments.</p>
<p>Most organizations continue to see the Internet as a negative, a threat to productivity, a necessary<a title="wanted: dead" href="http://flickr.com/photos/14678786@N00/3046057117"><img style="float:right;padding:4px;" src="http://farm4.static.flickr.com/3137/3046057117_09db9ee7b1_t.jpg" alt="" /></a> evil. So if they restrict their employees and provide them with a browser that doesn&#8217;t quite work properly on the Internet, they still have ultimate control.</p>
<p>I have had the benefit of working for organizations throughout my professional career that did (do) not limit my choice of browser or operating system, allowing me to find my own preference. I realize that this is rare in corporate Industrial Culture, and I consider myself lucky.</p>
<p>So, why is their still a need for Internet Explorer 6? Frankly, there is really no need for it in my opinion, and the CNet News article has a table from Forrester that supports that. That doesn&#8217;t mean that my browser idealism and utopian dream of &#8220;may the best browser win&#8221; will hold any sway over the IT decision makers in large organizations.</p>
<p>StatCounter still shows that during the week, Internet Explorer 6 holds 12% of the browser share in the US [<a href="http://gs.statcounter.com/#browser_version-US-daily-20090301-20090501" target="_blank">here</a>]. So, will this 12% of the browser world hold back the promise of the Internet for the rest of us?</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2009%2F05%2F02%2Fbrowser-wars-why-internet-explorer-6-still-exists%2F&amp;t=Browser%20Wars%3A%20Why%20Internet%20Explorer%206%20Still%20Exists" 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%20Why%20Internet%20Explorer%206%20Still%20Exists%20-%20http%3A%2F%2Fnewestindustry.org%2F2009%2F05%2F02%2Fbrowser-wars-why-internet-explorer-6-still-exists%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%2F05%2F02%2Fbrowser-wars-why-internet-explorer-6-still-exists%2F&amp;title=Browser%20Wars%3A%20Why%20Internet%20Explorer%206%20Still%20Exists&amp;body=At%20CNet%20News%20today%2C%20the%20article%20What%20browser%20wars%3F%20The%20enterprise%20still%20loves%20IE%206%20nicely%20sums%20all%20the%20reasons%20that%20Internet%20Explorer%206%20is%20still%20in%20use%20in%20enterprise%20environments.%20The%20dominance%20of%20Internet%20Explorer%206%20in%20the%20workplace%20is%20something%20I%20d" 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%2F05%2F02%2Fbrowser-wars-why-internet-explorer-6-still-exists%2F&amp;title=Browser%20Wars%3A%20Why%20Internet%20Explorer%206%20Still%20Exists&amp;bodytext=At%20CNet%20News%20today%2C%20the%20article%20What%20browser%20wars%3F%20The%20enterprise%20still%20loves%20IE%206%20nicely%20sums%20all%20the%20reasons%20that%20Internet%20Explorer%206%20is%20still%20in%20use%20in%20enterprise%20environments.%20The%20dominance%20of%20Internet%20Explorer%206%20in%20the%20workplace%20is%20something%20I%20d" 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%2F05%2F02%2Fbrowser-wars-why-internet-explorer-6-still-exists%2F&amp;title=Browser%20Wars%3A%20Why%20Internet%20Explorer%206%20Still%20Exists" 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%2F05%2F02%2Fbrowser-wars-why-internet-explorer-6-still-exists%2F&amp;title=Browser%20Wars%3A%20Why%20Internet%20Explorer%206%20Still%20Exists&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=At%20CNet%20News%20today%2C%20the%20article%20What%20browser%20wars%3F%20The%20enterprise%20still%20loves%20IE%206%20nicely%20sums%20all%20the%20reasons%20that%20Internet%20Explorer%206%20is%20still%20in%20use%20in%20enterprise%20environments.%20The%20dominance%20of%20Internet%20Explorer%206%20in%20the%20workplace%20is%20something%20I%20d" 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%2F05%2F02%2Fbrowser-wars-why-internet-explorer-6-still-exists%2F&amp;title=Browser%20Wars%3A%20Why%20Internet%20Explorer%206%20Still%20Exists" 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%20Why%20Internet%20Explorer%206%20Still%20Exists&amp;url=http%3A%2F%2Fnewestindustry.org%2F2009%2F05%2F02%2Fbrowser-wars-why-internet-explorer-6-still-exists%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%2F05%2F02%2Fbrowser-wars-why-internet-explorer-6-still-exists%2F&amp;title=Browser%20Wars%3A%20Why%20Internet%20Explorer%206%20Still%20Exists&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%2F05%2F02%2Fbrowser-wars-why-internet-explorer-6-still-exists%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%2F05%2F02%2Fbrowser-wars-why-internet-explorer-6-still-exists%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%2F05%2F02%2Fbrowser-wars-why-internet-explorer-6-still-exists%2F&amp;title=Browser%20Wars%3A%20Why%20Internet%20Explorer%206%20Still%20Exists&amp;notes=At%20CNet%20News%20today%2C%20the%20article%20What%20browser%20wars%3F%20The%20enterprise%20still%20loves%20IE%206%20nicely%20sums%20all%20the%20reasons%20that%20Internet%20Explorer%206%20is%20still%20in%20use%20in%20enterprise%20environments.%20The%20dominance%20of%20Internet%20Explorer%206%20in%20the%20workplace%20is%20something%20I%20d" 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%20Why%20Internet%20Explorer%206%20Still%20Exists&amp;body=http%3A%2F%2Fnewestindustry.org%2F2009%2F05%2F02%2Fbrowser-wars-why-internet-explorer-6-still-exists%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/05/02/browser-wars-why-internet-explorer-6-still-exists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Commentaries on MSIE and CSS/Standards Support</title>
		<link>http://newestindustry.org/2004/12/02/commentaries-on-msie-and-cssstandards-support/</link>
		<comments>http://newestindustry.org/2004/12/02/commentaries-on-msie-and-cssstandards-support/#comments</comments>
		<pubDate>Thu, 02 Dec 2004 10:35:58 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[smp]]></category>
		<category><![CDATA[broken compression algorithms]]></category>
		<category><![CDATA[client software]]></category>
		<category><![CDATA[Eric Meyer]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[internet explorer 6]]></category>
		<category><![CDATA[internet explorer 7]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Tristan Nitot]]></category>
		<category><![CDATA[Web developer]]></category>
		<category><![CDATA[Web objects]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[Web performance wanks]]></category>
		<category><![CDATA[Web server]]></category>
		<category><![CDATA[Web server code]]></category>

		<guid isPermaLink="false">https://crazycanuck.wordpress.com/2004/12/02/commentaries-on-msie-and-cssstandards-support/</guid>
		<description><![CDATA[
			
				
			
		
Tristan Nitot and Eric Meyer comment (Tristan : Eric) on the seeming resistance by Microsoft to move MSIE towards a greater degree of W3C Standards support.
As a hack and slash Web developer, the presence of standards is a necessity for me. I can read the W3C description of the &#60;div&#62; tag and it&#8217;s child attributes [...]]]></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%2F2004%2F12%2F02%2Fcommentaries-on-msie-and-cssstandards-support%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2004%2F12%2F02%2Fcommentaries-on-msie-and-cssstandards-support%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://standblog.org/">Tristan Nitot</a> and <a href="http://www.meyerweb.com/">Eric Meyer</a> comment (<a href="http://standblog.org/blog/2004/11/27/93113842-how-microsoft-can-support-css2-without-breaking-the-web">Tristan </a>: <a href="http://www.meyerweb.com/eric/thoughts/2004/12/01/unbreaking-the-web/">Eric</a>) on the seeming resistance by Microsoft to move MSIE towards a greater degree of W3C Standards support.</p>
<p>As a <em>hack and slash</em> Web developer, the presence of standards is a necessity for me. I can read the W3C description of the <em>&lt;div&gt;</em> tag and it&#8217;s child attributes and be able to implement it on my site.</p>
<p>The interesting that is not mentioned in the this is that MSIE lacks support for a number of HTTP-level standards as well. I know that most designers only worry about the screen results, but us Web performance wanks have to worry about the performance repercussions of a new browser release.</p>
<p>The most stunning example of this is continued resistance in some camps to the use of compression, and the utter lack of support for HTTP pipelining in MSIE.</p>
<p>Resistance to compression is a result of broken compression algorithms in older versions of MSIE. If you are actually still using one of these browsers, or an OS that does not support a new version of MSIE, the Web is mostly broken for you anyway, so compression is just another headache.</p>
<p>HTTP Pipelining is supported in all of the browsers&#8230;except MSIE. HTTP Pipelining is the ability to request multiple objects simultaneously across the same TCP connection. As most Web objects are small, the immediate impact to Web performance is astounding.</p>
<p>MSIE 6 is a vast improvement over the previous generations that have come out of Redmond. However, it would be interesting to have Microsoft on the side of Web performance as a major provider of server and client software.</p>
<p>Now, if we could only get the <a href="http://www.mozilla.org/">Mozilla.org</a> folks to &#8220;liberate&#8221; the Netscape Enterprise/SunONE Web server code and bring that dinosaur into the modern age, we would all be a happier lot.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2004%2F12%2F02%2Fcommentaries-on-msie-and-cssstandards-support%2F&amp;t=Commentaries%20on%20MSIE%20and%20CSS%2FStandards%20Support" 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=Commentaries%20on%20MSIE%20and%20CSS%2FStandards%20Support%20-%20http%3A%2F%2Fnewestindustry.org%2F2004%2F12%2F02%2Fcommentaries-on-msie-and-cssstandards-support%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%2F2004%2F12%2F02%2Fcommentaries-on-msie-and-cssstandards-support%2F&amp;title=Commentaries%20on%20MSIE%20and%20CSS%2FStandards%20Support&amp;body=Tristan%20Nitot%20and%20Eric%20Meyer%20comment%20%28Tristan%20%3A%20Eric%29%20on%20the%20seeming%20resistance%20by%20Microsoft%20to%20move%20MSIE%20towards%20a%20greater%20degree%20of%20W3C%20Standards%20support.%0D%0A%0D%0AAs%20a%20hack%20and%20slash%20Web%20developer%2C%20the%20presence%20of%20standards%20is%20a%20necessity%20for%20me.%20I%20can%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%2F2004%2F12%2F02%2Fcommentaries-on-msie-and-cssstandards-support%2F&amp;title=Commentaries%20on%20MSIE%20and%20CSS%2FStandards%20Support&amp;bodytext=Tristan%20Nitot%20and%20Eric%20Meyer%20comment%20%28Tristan%20%3A%20Eric%29%20on%20the%20seeming%20resistance%20by%20Microsoft%20to%20move%20MSIE%20towards%20a%20greater%20degree%20of%20W3C%20Standards%20support.%0D%0A%0D%0AAs%20a%20hack%20and%20slash%20Web%20developer%2C%20the%20presence%20of%20standards%20is%20a%20necessity%20for%20me.%20I%20can%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%2F2004%2F12%2F02%2Fcommentaries-on-msie-and-cssstandards-support%2F&amp;title=Commentaries%20on%20MSIE%20and%20CSS%2FStandards%20Support" 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%2F2004%2F12%2F02%2Fcommentaries-on-msie-and-cssstandards-support%2F&amp;title=Commentaries%20on%20MSIE%20and%20CSS%2FStandards%20Support&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=Tristan%20Nitot%20and%20Eric%20Meyer%20comment%20%28Tristan%20%3A%20Eric%29%20on%20the%20seeming%20resistance%20by%20Microsoft%20to%20move%20MSIE%20towards%20a%20greater%20degree%20of%20W3C%20Standards%20support.%0D%0A%0D%0AAs%20a%20hack%20and%20slash%20Web%20developer%2C%20the%20presence%20of%20standards%20is%20a%20necessity%20for%20me.%20I%20can%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%2F2004%2F12%2F02%2Fcommentaries-on-msie-and-cssstandards-support%2F&amp;title=Commentaries%20on%20MSIE%20and%20CSS%2FStandards%20Support" 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=Commentaries%20on%20MSIE%20and%20CSS%2FStandards%20Support&amp;url=http%3A%2F%2Fnewestindustry.org%2F2004%2F12%2F02%2Fcommentaries-on-msie-and-cssstandards-support%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%2F2004%2F12%2F02%2Fcommentaries-on-msie-and-cssstandards-support%2F&amp;title=Commentaries%20on%20MSIE%20and%20CSS%2FStandards%20Support&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%2F2004%2F12%2F02%2Fcommentaries-on-msie-and-cssstandards-support%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%2F2004%2F12%2F02%2Fcommentaries-on-msie-and-cssstandards-support%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%2F2004%2F12%2F02%2Fcommentaries-on-msie-and-cssstandards-support%2F&amp;title=Commentaries%20on%20MSIE%20and%20CSS%2FStandards%20Support&amp;notes=Tristan%20Nitot%20and%20Eric%20Meyer%20comment%20%28Tristan%20%3A%20Eric%29%20on%20the%20seeming%20resistance%20by%20Microsoft%20to%20move%20MSIE%20towards%20a%20greater%20degree%20of%20W3C%20Standards%20support.%0D%0A%0D%0AAs%20a%20hack%20and%20slash%20Web%20developer%2C%20the%20presence%20of%20standards%20is%20a%20necessity%20for%20me.%20I%20can%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=Commentaries%20on%20MSIE%20and%20CSS%2FStandards%20Support&amp;body=http%3A%2F%2Fnewestindustry.org%2F2004%2F12%2F02%2Fcommentaries-on-msie-and-cssstandards-support%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/2004/12/02/commentaries-on-msie-and-cssstandards-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
