<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: The Economics of Supporting IE6</title>
	<atom:link href="http://codecolossus.com/2009/01/03/the-economics-of-supporting-ie6/feed/" rel="self" type="application/rss+xml" />
	<link>http://codecolossus.com/2009/01/03/the-economics-of-supporting-ie6/</link>
	<description>Software Craftsmanship with Ruby</description>
	<lastBuildDate>Wed, 28 Dec 2011 17:54:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: JoeyRed</title>
		<link>http://codecolossus.com/2009/01/03/the-economics-of-supporting-ie6/comment-page-1/#comment-6612</link>
		<dc:creator>JoeyRed</dc:creator>
		<pubDate>Mon, 20 Sep 2010 12:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsgarden.com/2009/01/03/the-economics-of-supporting-ie6/#comment-6612</guid>
		<description>Is there any data out there covering exactly how much more it costs to support IE6?  This seems like it may be compelling information when trying to advise a client against it.  Why can&#039;t I finds it ANYWHERE on the internet?  Have we just been complaining this whole time?  NO ONE has actually gathered data about this?  WTF!!!!</description>
		<content:encoded><![CDATA[<p>Is there any data out there covering exactly how much more it costs to support IE6?  This seems like it may be compelling information when trying to advise a client against it.  Why can&#8217;t I finds it ANYWHERE on the internet?  Have we just been complaining this whole time?  NO ONE has actually gathered data about this?  WTF!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nicemandan</title>
		<link>http://codecolossus.com/2009/01/03/the-economics-of-supporting-ie6/comment-page-1/#comment-2193</link>
		<dc:creator>nicemandan</dc:creator>
		<pubDate>Fri, 20 Mar 2009 01:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsgarden.com/2009/01/03/the-economics-of-supporting-ie6/#comment-2193</guid>
		<description>I offer my clients a choice of IE^ compatibility. In my experience I can create simple site templates that will work in IE7+, FF, Safari, Opera in around 2-4 hours. To make those same templates work in IE6, takes something like another 6 hours, especially when factoring in png fixes etc.

So really it&#039;s more than double the money for the client to support an aging browser that has about 18% share and falling. Simple choice really. 

I&#039;d love it if all sites could browser sniff for IE6, display a condescending message and list of download links for all other browsers.</description>
		<content:encoded><![CDATA[<p>I offer my clients a choice of IE^ compatibility. In my experience I can create simple site templates that will work in IE7+, FF, Safari, Opera in around 2-4 hours. To make those same templates work in IE6, takes something like another 6 hours, especially when factoring in png fixes etc.</p>
<p>So really it&#8217;s more than double the money for the client to support an aging browser that has about 18% share and falling. Simple choice really. </p>
<p>I&#8217;d love it if all sites could browser sniff for IE6, display a condescending message and list of download links for all other browsers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Katz</title>
		<link>http://codecolossus.com/2009/01/03/the-economics-of-supporting-ie6/comment-page-1/#comment-1913</link>
		<dc:creator>Katz</dc:creator>
		<pubDate>Fri, 20 Feb 2009 09:10:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsgarden.com/2009/01/03/the-economics-of-supporting-ie6/#comment-1913</guid>
		<description>You are right in many ways. I think that supporting IE6 is really optional but when I&#039;m bored, I really have a tendency of fixing browser issues.</description>
		<content:encoded><![CDATA[<p>You are right in many ways. I think that supporting IE6 is really optional but when I&#8217;m bored, I really have a tendency of fixing browser issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: benhughes</title>
		<link>http://codecolossus.com/2009/01/03/the-economics-of-supporting-ie6/comment-page-1/#comment-1811</link>
		<dc:creator>benhughes</dc:creator>
		<pubDate>Wed, 28 Jan 2009 21:34:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsgarden.com/2009/01/03/the-economics-of-supporting-ie6/#comment-1811</guid>
		<description>Yeah the free upgrade is a good point.  One of the points I forgot to raise in the original article is that deliberately not supporting IE6 has another major advantage as a whole: by deliberately not supporting IE6 with your applications, you are helping people upgrade to a better browser.  The irony of all this is that the whole reason that IE6 still exists to begin with is because *web developers always make their sites work with it*, so there&#039;s really just no reason people see to upgrade.  As soon as developers stop supporting IE6, people will upgrade their browsers, which makes everybody better off.

This models what economists refer to as a positive externality: by locking out IE6 with your web application, you are conferring benefits to other developers that you don&#039;t directly receive yourself.  In fact, it may even cost *you*, but there are externality benefits to other developers.

Furthermore, from an incentive perspective the whole thing is self-reinforcing.  If developers stop supporting IE6, some users upgrade away from it, which reduces the economic benefit of supporting IE6, which causes developers to not support it, ad infinitum.  Getting the ball rolling is difficult though and I&#039;m glad some companies such as Apple (with MobileMe) are leading the charge.</description>
		<content:encoded><![CDATA[<p>Yeah the free upgrade is a good point.  One of the points I forgot to raise in the original article is that deliberately not supporting IE6 has another major advantage as a whole: by deliberately not supporting IE6 with your applications, you are helping people upgrade to a better browser.  The irony of all this is that the whole reason that IE6 still exists to begin with is because *web developers always make their sites work with it*, so there&#8217;s really just no reason people see to upgrade.  As soon as developers stop supporting IE6, people will upgrade their browsers, which makes everybody better off.</p>
<p>This models what economists refer to as a positive externality: by locking out IE6 with your web application, you are conferring benefits to other developers that you don&#8217;t directly receive yourself.  In fact, it may even cost *you*, but there are externality benefits to other developers.</p>
<p>Furthermore, from an incentive perspective the whole thing is self-reinforcing.  If developers stop supporting IE6, some users upgrade away from it, which reduces the economic benefit of supporting IE6, which causes developers to not support it, ad infinitum.  Getting the ball rolling is difficult though and I&#8217;m glad some companies such as Apple (with MobileMe) are leading the charge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://codecolossus.com/2009/01/03/the-economics-of-supporting-ie6/comment-page-1/#comment-1799</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Mon, 26 Jan 2009 22:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsgarden.com/2009/01/03/the-economics-of-supporting-ie6/#comment-1799</guid>
		<description>Good article,

I have had this debate with many co-workers in the past.  I strongly believe IE6 should be culled and wiped from history.

Our development projects are hindered by IE6 bug fixes and end up costing money.

The thing that amazes me more is that it is a FREE upgrade.  I have heard the argument that it is difficult for larger corporations to upgrade but I believe it is a bit of a cop out.

It is like the people saying, &quot;you know what... i think i&#039;ll stick with 4* petrol instead of this unleaded stuff that will make things better for me&quot;.</description>
		<content:encoded><![CDATA[<p>Good article,</p>
<p>I have had this debate with many co-workers in the past.  I strongly believe IE6 should be culled and wiped from history.</p>
<p>Our development projects are hindered by IE6 bug fixes and end up costing money.</p>
<p>The thing that amazes me more is that it is a FREE upgrade.  I have heard the argument that it is difficult for larger corporations to upgrade but I believe it is a bit of a cop out.</p>
<p>It is like the people saying, &#8220;you know what&#8230; i think i&#8217;ll stick with 4* petrol instead of this unleaded stuff that will make things better for me&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Reichman</title>
		<link>http://codecolossus.com/2009/01/03/the-economics-of-supporting-ie6/comment-page-1/#comment-1795</link>
		<dc:creator>Aaron Reichman</dc:creator>
		<pubDate>Mon, 26 Jan 2009 01:46:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsgarden.com/2009/01/03/the-economics-of-supporting-ie6/#comment-1795</guid>
		<description>Ben-
You hit a lot of good points here.  I can&#039;t tell you what a pain supporting IE6 for one of my apps has been.  At times, I feel like I&#039;ve spent 75% of my development just debugging and hacking IE6 instead of adding new features.  In my corporate environment, we are unfortunately stuck with IE6 so I have no choice but to support it.  I actually had an IT manager tell me, &quot;I hope to never deploy IE7&quot;.  And if that isn&#039;t bad enough, another said, &quot;Firefox is not allowed.  If we find it, we delete it or disable it&quot;. 

Are you kidding me?  Why don&#039;t we just revert everyone to Netscape Communicator 4.0 then? Maybe run some Windows 3.1 while we are at it...

But such is the life of the corporate world, where technology advances at a snails pace sometimes.  In these cases, sometimes the best you can do is to try to abstract IE6 hacks out as much as possible using a separate ie6.css file, for instance.  That and dream of the day that IE6 finally dies a horrific death.

-Aaron</description>
		<content:encoded><![CDATA[<p>Ben-<br />
You hit a lot of good points here.  I can&#8217;t tell you what a pain supporting IE6 for one of my apps has been.  At times, I feel like I&#8217;ve spent 75% of my development just debugging and hacking IE6 instead of adding new features.  In my corporate environment, we are unfortunately stuck with IE6 so I have no choice but to support it.  I actually had an IT manager tell me, &#8220;I hope to never deploy IE7&#8243;.  And if that isn&#8217;t bad enough, another said, &#8220;Firefox is not allowed.  If we find it, we delete it or disable it&#8221;. </p>
<p>Are you kidding me?  Why don&#8217;t we just revert everyone to Netscape Communicator 4.0 then? Maybe run some Windows 3.1 while we are at it&#8230;</p>
<p>But such is the life of the corporate world, where technology advances at a snails pace sometimes.  In these cases, sometimes the best you can do is to try to abstract IE6 hacks out as much as possible using a separate ie6.css file, for instance.  That and dream of the day that IE6 finally dies a horrific death.</p>
<p>-Aaron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://codecolossus.com/2009/01/03/the-economics-of-supporting-ie6/comment-page-1/#comment-1780</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Sat, 24 Jan 2009 01:04:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsgarden.com/2009/01/03/the-economics-of-supporting-ie6/#comment-1780</guid>
		<description>Thanks for the well-thought out piece. I was recently given the task to ADD IE6 support after months of developers not supporting it. It&#039;ll be an uphill battle, but it&#039;s hard to ignore ~20% of the market.</description>
		<content:encoded><![CDATA[<p>Thanks for the well-thought out piece. I was recently given the task to ADD IE6 support after months of developers not supporting it. It&#8217;ll be an uphill battle, but it&#8217;s hard to ignore ~20% of the market.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

