<?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 7</title>
	<atom:link href="http://newestindustry.org/tag/internet-explorer-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://newestindustry.org</link>
	<description>Web Performance, Branding, and Social Media</description>
	<lastBuildDate>Fri, 12 Mar 2010 21:41:39 +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: 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 &#8211; Internet Explorer 7 Use Collapses in the US</title>
		<link>http://newestindustry.org/2009/06/11/browser-wars-internet-explorer-7-use-collapses-in-the-us/</link>
		<comments>http://newestindustry.org/2009/06/11/browser-wars-internet-explorer-7-use-collapses-in-the-us/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 15:27:46 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Internet]]></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[internet explorer 7]]></category>
		<category><![CDATA[StatCounter]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=2489</guid>
		<description><![CDATA[
			
				
			
		
I have been monitoring this trend for a couple of weeks to see if it remained constant, and it appears to be a real thing. Since the end of May 2009, Internet Explorer 7&#8217;s browser share in the US has collapsed, with a requisite increase in the use of Firefox 3.0.

This is a staggering change. [...]]]></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%2F11%2Fbrowser-wars-internet-explorer-7-use-collapses-in-the-us%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F06%2F11%2Fbrowser-wars-internet-explorer-7-use-collapses-in-the-us%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>I have been monitoring this trend for a couple of weeks to see if it remained constant, and it appears to be a real thing. Since the end of May 2009, Internet Explorer 7&#8217;s browser share in the US has collapsed, with a requisite increase in the use of Firefox 3.0.</p>
<p style="text-align: center;"><a title="browserstats-May27-Jun112009 by spierzchala, on Flickr" href="http://www.flickr.com/photos/spierzchala/3616288237/"><img src="http://farm4.static.flickr.com/3311/3616288237_1d2ffbb09c.jpg" alt="browserstats-May27-Jun112009" width="500" height="293" /></a></p>
<p>This is a staggering change. Either this is an artifact of the way that <a title="StatCounter" href="http://www.statcounter.com/" target="_blank">StatCounter</a> is capturing browser data or a very large organization(s) suddenly switched the default browser that it allowed its customers to use.</p>
<p>Does anyone have any insight into why this may have occurred?</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2009%2F06%2F11%2Fbrowser-wars-internet-explorer-7-use-collapses-in-the-us%2F&amp;t=Browser%20Wars%20-%20Internet%20Explorer%207%20Use%20Collapses%20in%20the%20US" 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%20-%20Internet%20Explorer%207%20Use%20Collapses%20in%20the%20US%20-%20http%3A%2F%2Fnewestindustry.org%2F2009%2F06%2F11%2Fbrowser-wars-internet-explorer-7-use-collapses-in-the-us%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%2F11%2Fbrowser-wars-internet-explorer-7-use-collapses-in-the-us%2F&amp;title=Browser%20Wars%20-%20Internet%20Explorer%207%20Use%20Collapses%20in%20the%20US&amp;body=I%20have%20been%20monitoring%20this%20trend%20for%20a%20couple%20of%20weeks%20to%20see%20if%20it%20remained%20constant%2C%20and%20it%20appears%20to%20be%20a%20real%20thing.%20Since%20the%20end%20of%20May%202009%2C%20Internet%20Explorer%207%27s%20browser%20share%20in%20the%20US%20has%20collapsed%2C%20with%20a%20requisite%20increase%20in%20the%20use%20of" 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%2F11%2Fbrowser-wars-internet-explorer-7-use-collapses-in-the-us%2F&amp;title=Browser%20Wars%20-%20Internet%20Explorer%207%20Use%20Collapses%20in%20the%20US&amp;bodytext=I%20have%20been%20monitoring%20this%20trend%20for%20a%20couple%20of%20weeks%20to%20see%20if%20it%20remained%20constant%2C%20and%20it%20appears%20to%20be%20a%20real%20thing.%20Since%20the%20end%20of%20May%202009%2C%20Internet%20Explorer%207%27s%20browser%20share%20in%20the%20US%20has%20collapsed%2C%20with%20a%20requisite%20increase%20in%20the%20use%20of" 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%2F11%2Fbrowser-wars-internet-explorer-7-use-collapses-in-the-us%2F&amp;title=Browser%20Wars%20-%20Internet%20Explorer%207%20Use%20Collapses%20in%20the%20US" 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%2F11%2Fbrowser-wars-internet-explorer-7-use-collapses-in-the-us%2F&amp;title=Browser%20Wars%20-%20Internet%20Explorer%207%20Use%20Collapses%20in%20the%20US&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=I%20have%20been%20monitoring%20this%20trend%20for%20a%20couple%20of%20weeks%20to%20see%20if%20it%20remained%20constant%2C%20and%20it%20appears%20to%20be%20a%20real%20thing.%20Since%20the%20end%20of%20May%202009%2C%20Internet%20Explorer%207%27s%20browser%20share%20in%20the%20US%20has%20collapsed%2C%20with%20a%20requisite%20increase%20in%20the%20use%20of" 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%2F11%2Fbrowser-wars-internet-explorer-7-use-collapses-in-the-us%2F&amp;title=Browser%20Wars%20-%20Internet%20Explorer%207%20Use%20Collapses%20in%20the%20US" 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%20-%20Internet%20Explorer%207%20Use%20Collapses%20in%20the%20US&amp;url=http%3A%2F%2Fnewestindustry.org%2F2009%2F06%2F11%2Fbrowser-wars-internet-explorer-7-use-collapses-in-the-us%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%2F11%2Fbrowser-wars-internet-explorer-7-use-collapses-in-the-us%2F&amp;title=Browser%20Wars%20-%20Internet%20Explorer%207%20Use%20Collapses%20in%20the%20US&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%2F11%2Fbrowser-wars-internet-explorer-7-use-collapses-in-the-us%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%2F11%2Fbrowser-wars-internet-explorer-7-use-collapses-in-the-us%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%2F11%2Fbrowser-wars-internet-explorer-7-use-collapses-in-the-us%2F&amp;title=Browser%20Wars%20-%20Internet%20Explorer%207%20Use%20Collapses%20in%20the%20US&amp;notes=I%20have%20been%20monitoring%20this%20trend%20for%20a%20couple%20of%20weeks%20to%20see%20if%20it%20remained%20constant%2C%20and%20it%20appears%20to%20be%20a%20real%20thing.%20Since%20the%20end%20of%20May%202009%2C%20Internet%20Explorer%207%27s%20browser%20share%20in%20the%20US%20has%20collapsed%2C%20with%20a%20requisite%20increase%20in%20the%20use%20of" 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%20-%20Internet%20Explorer%207%20Use%20Collapses%20in%20the%20US&amp;body=http%3A%2F%2Fnewestindustry.org%2F2009%2F06%2F11%2Fbrowser-wars-internet-explorer-7-use-collapses-in-the-us%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/11/browser-wars-internet-explorer-7-use-collapses-in-the-us/feed/</wfw:commentRss>
		<slash:comments>1</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>MSIE 7.0</title>
		<link>http://newestindustry.org/2005/02/15/msie-70/</link>
		<comments>http://newestindustry.org/2005/02/15/msie-70/#comments</comments>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[RANTING]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[cro]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[customers]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[hits]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[internet explorer 7]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[maintain]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MSIE]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[Om]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[pr]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[window]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://crazycanuck.wordpress.com/2005/02/15/msie-70/</guid>
		<description><![CDATA[
			
				
			
		
That is not a typo. The great man spoke the words today. [here and MSFT Press Release and here and here and here and here
and here and here]
Will it be better&#8230;?

The quote:
Building on those advancements, Gates announced Internet Explorer 7.0, designed to add new levels of security to Windows XP SP2 while maintaining the level [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2005%2F02%2F15%2Fmsie-70%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2005%2F02%2F15%2Fmsie-70%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>That is not a typo. The great man spoke the words today. [<a href="http://www.makeyougohmm.com/pivotblg/entry.php?id=1484">here</a> and <a href="http://www.microsoft.com/presspass/press/2005/feb05/02-15RSA05KeynotePR.asp">MSFT Press Release</a> and <a href="http://www.ensight.org/archives/2005/02/15/ie-7-announced/">here</a> and <a href="http://radio.weblogs.com/0001011/2005/02/15.html#a9441">here</a> and <a href="http://blogs.msdn.com/ie/archive/2005/02/15/373104.aspx">here</a> and <a href="http://www.geeknewscentral.com/archives/003803.html">here</a><br />
and <a href="http://www.xsltblog.com/archives/2005/02/_reversal_next_1.html">here</a> and <a href="http://www.pluggedinblog.com/archives/2005/02/firefox_hits_25.asp">here</a>]</p>
<p>Will it be better&#8230;?</p>
<hr />
<p>The quote:</p>
<blockquote><p>Building on those advancements, Gates announced Internet Explorer 7.0, designed to add new levels of security to Windows XP SP2 while maintaining the level of extensibility and compatibility that customers have come to expect. Internet Explorer 7.0 will also provide even stronger defenses against phishing, malicious software and spyware. The beta release is scheduled to be available this summer.</p></blockquote>
<p>But what will those features be?</p>
<ul>
<li>Complete CSS2 support? Hell! CSS1?</li>
<li>Full HTTP/1.1 compatability?</li>
<li>Final removal of ActiveX?</li>
<li>Truly enforce [X]HTML standards for publishing?</li>
<li>Simple extensibility for any developer?</li>
<li>Themes/Chrome?</li>
<li>A matching version for MacOSX?</li>
</ul>
<p>They know they are in trouble. They are generating buzz. But if they have just patched and incremented MSIE 6.0, without re-engineering the core parser, rendering and networking engines, then it won&#8217;t be worth talking about.</p>
<p>Come on Microsoft: Impress me.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2005%2F02%2F15%2Fmsie-70%2F&amp;t=MSIE%207.0" 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=MSIE%207.0%20-%20http%3A%2F%2Fnewestindustry.org%2F2005%2F02%2F15%2Fmsie-70%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2005%2F02%2F15%2Fmsie-70%2F&amp;title=MSIE%207.0&amp;body=That%20is%20not%20a%20typo.%20The%20great%20man%20spoke%20the%20words%20today.%20%5Bhere%20and%20MSFT%20Press%20Release%20and%20here%20and%20here%20and%20here%20and%20here%0Aand%20here%20and%20here%5D%0A%0AWill%20it%20be%20better...%3F%0A%0A%0A%0AThe%20quote%3A%0A%0ABuilding%20on%20those%20advancements%2C%20Gates%20announced%20Internet%20Explorer%207.0%2C%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%2F2005%2F02%2F15%2Fmsie-70%2F&amp;title=MSIE%207.0&amp;bodytext=That%20is%20not%20a%20typo.%20The%20great%20man%20spoke%20the%20words%20today.%20%5Bhere%20and%20MSFT%20Press%20Release%20and%20here%20and%20here%20and%20here%20and%20here%0Aand%20here%20and%20here%5D%0A%0AWill%20it%20be%20better...%3F%0A%0A%0A%0AThe%20quote%3A%0A%0ABuilding%20on%20those%20advancements%2C%20Gates%20announced%20Internet%20Explorer%207.0%2C%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%2F2005%2F02%2F15%2Fmsie-70%2F&amp;title=MSIE%207.0" title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2005%2F02%2F15%2Fmsie-70%2F&amp;title=MSIE%207.0&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=That%20is%20not%20a%20typo.%20The%20great%20man%20spoke%20the%20words%20today.%20%5Bhere%20and%20MSFT%20Press%20Release%20and%20here%20and%20here%20and%20here%20and%20here%0Aand%20here%20and%20here%5D%0A%0AWill%20it%20be%20better...%3F%0A%0A%0A%0AThe%20quote%3A%0A%0ABuilding%20on%20those%20advancements%2C%20Gates%20announced%20Internet%20Explorer%207.0%2C%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%2F2005%2F02%2F15%2Fmsie-70%2F&amp;title=MSIE%207.0" 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=MSIE%207.0&amp;url=http%3A%2F%2Fnewestindustry.org%2F2005%2F02%2F15%2Fmsie-70%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2005%2F02%2F15%2Fmsie-70%2F&amp;title=MSIE%207.0&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2005%2F02%2F15%2Fmsie-70%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2005%2F02%2F15%2Fmsie-70%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2005%2F02%2F15%2Fmsie-70%2F&amp;title=MSIE%207.0&amp;notes=That%20is%20not%20a%20typo.%20The%20great%20man%20spoke%20the%20words%20today.%20%5Bhere%20and%20MSFT%20Press%20Release%20and%20here%20and%20here%20and%20here%20and%20here%0Aand%20here%20and%20here%5D%0A%0AWill%20it%20be%20better...%3F%0A%0A%0A%0AThe%20quote%3A%0A%0ABuilding%20on%20those%20advancements%2C%20Gates%20announced%20Internet%20Explorer%207.0%2C%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=MSIE%207.0&amp;body=http%3A%2F%2Fnewestindustry.org%2F2005%2F02%2F15%2Fmsie-70%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2005/02/15/msie-70/feed/</wfw:commentRss>
		<slash:comments>6</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>
