<?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>Chris Pratt // Metaphors Be With You &#187; ie6</title>
	<atom:link href="http://www.chrisdpratt.com/tag/ie6/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chrisdpratt.com</link>
	<description>Random thoughts on random topics. What? You wanted predictability?</description>
	<lastBuildDate>Fri, 31 Jul 2009 14:58:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IE6 is Dying but Not Fast Enough</title>
		<link>http://www.chrisdpratt.com/2008/07/02/ie6-dying-fast/</link>
		<comments>http://www.chrisdpratt.com/2008/07/02/ie6-dying-fast/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 21:14:27 +0000</pubDate>
		<dc:creator>chrisdpratt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[ie6]]></category>

		<guid isPermaLink="false">http://www.chrisdpratt.com/2008/07/02/ie6-dying-fast/</guid>
		<description><![CDATA[IE6 has been the bane of existence for web developers the world over. It&#8217;s complete lack of standards-support, buggy rendering, and arcane handling of code make it quite the little gremlin. When IE7 was first released, almost two years ago (October 18, 2006), we all hoped that IE6 would soon meet its end, but unfortunately, [...]]]></description>
			<content:encoded><![CDATA[<p>IE6 has been the bane of existence for web developers the world over. It&#8217;s complete lack of standards-support, buggy rendering, and arcane handling of code make it quite the little gremlin. When IE7 was first released, almost two years ago (October 18, 2006), we all hoped that IE6 would soon meet its end, but unfortunately, we still are forced to support this nearly-decade old browser.</p>
<p>In truth, the idea of having to provide support is insanity. What would happen if you called up Dell to get support for your 8 year old PC? Or, perhaps closer to home, called up Microsoft for Windows Me support? Obviously, you&#8217;d be told to take a flying leap, though probably in a much nicer way. Yet, the web is different. When you code for the offline world, you get to specify where your application will and won&#8217;t work. Don&#8217;t want to support Mac, then don&#8217;t. Only want to work with Vista, no problem. But online, users come to your site with a million varying specs (operating systems and versions, browsers and versions, screen resolutions, etc), and all must be supported or you might lose a potential sale or just a potential visitor that could translate into greater consumption of your content or higher click-through rates on ads.</p>
<p>It&#8217;s all about market-share. If only 1% of users are using one browser, you can probably neglect support for that browser and still be fine. However, IE6&#8217;s numbers (even post IE7) were hanging high in 40-50% market-share. It&#8217;s a little harder to say &#8220;No Thank You&#8221; to half your site visitors. Now, IE6 is only holding on to somewhere in the neighbor of a quarter of the browser market-share (source: <a href="http://marketshare.hitslink.com/report.aspx?qprid=2&#038;qptimeframe=M&#038;qpsp=113">Net Applications</a>). While still a significant chunk, this does free up some greater opportunities for us as web developers.</p>
<p>We can&#8217;t afford to simply deny support. But with IE8 now in beta and likely to be released sometime in 2009 (speculation), it seems like something should be done to push or encourage IE6 users to move on to something better.</p>
<p>My suggestion is to start a campaign of gentle nudging. Thanks to conditional comments, it&#8217;s possible to call in Javascript or additional CSS for IE6 users only. In so doing, we can begin placing upgrade messages in conspicuous places on our sites. They can still have the content and, sure, we&#8217;ll make sure it still looks just as good for them, but they&#8217;ll also get little notices telling them they should upgrade. What&#8217;s wrong with that? Since, IE6 is so old, it&#8217;s inherently less secure than other browsers, so telling them to upgrade is more a public service than a nag.</p>
<p>There should be conditions to this, though:</p>
<ul>
<li>The site, as much as possible, should still function in IE6 as it does in other browsers. Simply disabling the site to IE6 users will make the message of upgrading lose its impact.</li>
<li>The message should be actionable. Telling them to upgrade is not enough; you must show them how and where or point them to some place where they can get that info.</li>
<li>The message should not be rude. We all despise IE6, but remember that our hate is towards the browser, not the people using it. Many times these people are simply uninformed or don&#8217;t understand why upgrading is important.</li>
<li>The message should not recommend one particular browser. I love Firefox, but at the end of the day, it doesn&#8217;t matter what they upgrade to as long as it&#8217;s not IE6. Some users will be hesitant to download new software, but selling the idea of <em>updating their current software (to IE7)</em> is usually easy. Let the user decide.</li>
</ul>
<p>There&#8217;s a couple of sites that have already done the hard part for us: creating content that gives compelling reasons to upgrade and instructions for how to do so.</p>
<p><a style="float:left;margin-right:1em;margin-bottom:0.5em;" href="http://www.savethedevelopers.org/" title="Save the Developers"><img src="http://www.chrisdpratt.com/wp-content/uploads/2008/07/save_the_developers.gif" width="120" height="25" alt="Save the Developers" /></a> <a href="http://www.savethedevelopers.org/">Save the Developers</a> has a bit of javascript that will place an unobtrusive message at the top of the window encouraging the user to upgrade. If the user clicks on it, they&#8217;re taken to a page listing the four major alternatives: IE7, Firefox, Safari, and Opera with a few bullets detailing the benefits of each. I like their approach. However, more in depth information is lacking, and it&#8217;s possible the user may not see the need to upgrade based on what they get.</p>
<p><a style="float:left;margin-right:1em;margin-bottom:0.5em;" href="http://browsehappy.com" title="Browse Happy"><img src="http://www.chrisdpratt.com/wp-content/uploads/2008/07/browse_happy.gif" width="120" height="50" alt="Browse Happy" /></a> <a href="http://browsehappy.com">Browse Happy</a> from the people at <a href="http://wordpress.org/">Wordpress</a> is a much more informative attempt. They explain why IE6 is bad, breakdown the alternatives, and even have testimonials from people who made the switch. They also offer badges you can add to your site, but I doubt most users would see or care to click on them.</p>
<p>Of course you&#8217;re more than welcome to &#8220;roll your own&#8221;, as well. The important part is that we all get behind the idea of preaching the gospel of modern browsers to the IE6 heathens. &lt;/endBillyGrahamMoment&gt;</p>
<p><strong>UPDATE 07/03/08:</strong> Eerie timing on this post, as just today, <a href="http://37signals.blogs.com/products/2008/07/basecamp-phasin.html">37Signals announced they&#8217;re dumping IE6 support</a>, effective August 15, 2008. If some more big players would jump on the band wagon, IE6 users would have little choice but to upgrade. Kudos to the 37Signals team on making the stand.</p>
<p><strong>UPDATE 07/07/08:</strong> Turns out Apple is also ditching IE6 with its new MobileMe service (via <a href="http://www.37signals.com/svn/posts/1072-apples-mobileme-drops-support-for-ie-6">37Signals</a>)</p>
<p><strong>UPDATE 08/25/08:</strong> SitePoint&#8217;s Josh Catone just published <a href="http://www.sitepoint.com/blogs/2008/08/25/is-it-time-to-ditch-ie6/">an article asking whether it was finally time to ditch IE6 support</a>. Give it a read, cast your vote and digg it or whatever, so we can get some more exposure to this issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrisdpratt.com/2008/07/02/ie6-dying-fast/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
