<?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: amelie() &#8211; a devious plan to get rid of IE6</title>
	<atom:link href="http://ajaxian.com/archives/amelie-a-devious-plan-to-get-rid-of-ie6/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/amelie-a-devious-plan-to-get-rid-of-ie6</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: CharliePops</title>
		<link>http://ajaxian.com/archives/amelie-a-devious-plan-to-get-rid-of-ie6/comment-page-1#comment-284018</link>
		<dc:creator>CharliePops</dc:creator>
		<pubDate>Tue, 08 Jun 2010 14:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9508#comment-284018</guid>
		<description>this is really funny, thanks for the post, of course i will never put this on a site(except my own :P)</description>
		<content:encoded><![CDATA[<p>this is really funny, thanks for the post, of course i will never put this on a site(except my own :P)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RobG</title>
		<link>http://ajaxian.com/archives/amelie-a-devious-plan-to-get-rid-of-ie6/comment-page-1#comment-284012</link>
		<dc:creator>RobG</dc:creator>
		<pubDate>Tue, 08 Jun 2010 11:10:05 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9508#comment-284012</guid>
		<description>Idiotic bullshit. 

I know of many large sites that use IE 6 because the IT staff wrote IE-specific &quot;web&quot; applications that will now cost a fortune to re-write for some other browser.

IE 6 is a problem *created* by IT &quot;professionals&quot;, to see them ridiculing users (most of whom don&#039;t give a rats what browser they use, as long as they have time to learn how to use a replacement and migrate their user settings, bookmarks, etc.) is pathetic.

Many of these same IT staff still say that truly cross-browser applications are impossible or too hard to write. They are incompetent idiots who hide behind crap like this and blame the browser rather than their own bad technology choices.

How about a little honesty rather than stupid ploys to re-direct the blame?</description>
		<content:encoded><![CDATA[<p>Idiotic bullshit. </p>
<p>I know of many large sites that use IE 6 because the IT staff wrote IE-specific &#8220;web&#8221; applications that will now cost a fortune to re-write for some other browser.</p>
<p>IE 6 is a problem *created* by IT &#8220;professionals&#8221;, to see them ridiculing users (most of whom don&#8217;t give a rats what browser they use, as long as they have time to learn how to use a replacement and migrate their user settings, bookmarks, etc.) is pathetic.</p>
<p>Many of these same IT staff still say that truly cross-browser applications are impossible or too hard to write. They are incompetent idiots who hide behind crap like this and blame the browser rather than their own bad technology choices.</p>
<p>How about a little honesty rather than stupid ploys to re-direct the blame?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: timdown</title>
		<link>http://ajaxian.com/archives/amelie-a-devious-plan-to-get-rid-of-ie6/comment-page-1#comment-284009</link>
		<dc:creator>timdown</dc:creator>
		<pubDate>Tue, 08 Jun 2010 08:32:56 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9508#comment-284009</guid>
		<description>Skilldrick: The post itself may be a joke but is a symptomatic of a ridiculous hostility among developers (on this forum and elsewhere) towards IE 6 users. The browser itself maybe the most difficult of current mainstream browsers to code for but that&#039;s not the fault of the user.
Victorhooi: I am well aware of IE 6&#039;s shortcomings and look forward to the day when I and everyone else doesn&#039;t have to support it. Until that day, we just have to live with it and taking out our frustration on the users and calling them names is completely futile and shows a lack of empathy for people whose situation is probably radically different to your own.</description>
		<content:encoded><![CDATA[<p>Skilldrick: The post itself may be a joke but is a symptomatic of a ridiculous hostility among developers (on this forum and elsewhere) towards IE 6 users. The browser itself maybe the most difficult of current mainstream browsers to code for but that&#8217;s not the fault of the user.<br />
Victorhooi: I am well aware of IE 6&#8242;s shortcomings and look forward to the day when I and everyone else doesn&#8217;t have to support it. Until that day, we just have to live with it and taking out our frustration on the users and calling them names is completely futile and shows a lack of empathy for people whose situation is probably radically different to your own.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhtmlkitchen</title>
		<link>http://ajaxian.com/archives/amelie-a-devious-plan-to-get-rid-of-ie6/comment-page-1#comment-284002</link>
		<dc:creator>dhtmlkitchen</dc:creator>
		<pubDate>Tue, 08 Jun 2010 01:45:25 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9508#comment-284002</guid>
		<description>
if(document.all &amp;&amp; !window.XMLHttpRequest)


Bad inference. What does that have to do with filter support? Nothing, right? 

Try to realize that any browser that has both a truthy document.call and falsy !window.XMLHttpRequest gets that code.

Inflicting the poor user with that (incompetent) approach is unfair. Not everyone can upgrade her browser, and maybe, just maybe, she&#039;s using browser with a truthy document.all and a falsish window.XMLHttpRequest.

Getify gets it. Sad nobody else seems to remember similar WaSP F*Ups. 

Anyone else tired of the garbage these guys blog about? comp.lang.javascript</description>
		<content:encoded><![CDATA[<p>if(document.all &amp;&amp; !window.XMLHttpRequest)</p>
<p>Bad inference. What does that have to do with filter support? Nothing, right? </p>
<p>Try to realize that any browser that has both a truthy document.call and falsy !window.XMLHttpRequest gets that code.</p>
<p>Inflicting the poor user with that (incompetent) approach is unfair. Not everyone can upgrade her browser, and maybe, just maybe, she&#8217;s using browser with a truthy document.all and a falsish window.XMLHttpRequest.</p>
<p>Getify gets it. Sad nobody else seems to remember similar WaSP F*Ups. </p>
<p>Anyone else tired of the garbage these guys blog about? comp.lang.javascript</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: victorhooi</title>
		<link>http://ajaxian.com/archives/amelie-a-devious-plan-to-get-rid-of-ie6/comment-page-1#comment-284001</link>
		<dc:creator>victorhooi</dc:creator>
		<pubDate>Tue, 08 Jun 2010 01:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9508#comment-284001</guid>
		<description>heya,

@timdown: Sorry mate, but you&#039;re the one who&#039;s whining here, ironically. If people insist on using an outdated, unsupported and horribly insecure browser, then quite frankly, they can get what&#039;s coming to them.

Web developers try to create awesome, standards-compliant and cross-platform websites that perform well on a variety of hardware, and scale across a variety of different media/screen-sizes.

IE6, with it&#039;s s*itty standards compliance, numerous known yet unfixed bugs and overall general bugginess is an attempt to stymy all the innovation that&#039;s going on in the web field. Even Microsoft has basically admitted that they were attempted to poison web standards with in, and they&#039;ve basically fessed up and said that they&#039;ll play nice with the other kids now, going forward.

This post was a bit tongue-in-cheek, but I think it reveals the sentiment of many web developers - we&#039;re sick and tired of support ignorant sheeple, who refuse to use a real web-browser, like Chrome, Opera, Firefox, heck, even IE7/IE8/IE9.

Even Microsoft has basically washed it&#039;s hands of IE6.

I don&#039;t think you&#039;re going to find much support here, sorry.

Cheers,
Victor</description>
		<content:encoded><![CDATA[<p>heya,</p>
<p>@timdown: Sorry mate, but you&#8217;re the one who&#8217;s whining here, ironically. If people insist on using an outdated, unsupported and horribly insecure browser, then quite frankly, they can get what&#8217;s coming to them.</p>
<p>Web developers try to create awesome, standards-compliant and cross-platform websites that perform well on a variety of hardware, and scale across a variety of different media/screen-sizes.</p>
<p>IE6, with it&#8217;s s*itty standards compliance, numerous known yet unfixed bugs and overall general bugginess is an attempt to stymy all the innovation that&#8217;s going on in the web field. Even Microsoft has basically admitted that they were attempted to poison web standards with in, and they&#8217;ve basically fessed up and said that they&#8217;ll play nice with the other kids now, going forward.</p>
<p>This post was a bit tongue-in-cheek, but I think it reveals the sentiment of many web developers &#8211; we&#8217;re sick and tired of support ignorant sheeple, who refuse to use a real web-browser, like Chrome, Opera, Firefox, heck, even IE7/IE8/IE9.</p>
<p>Even Microsoft has basically washed it&#8217;s hands of IE6.</p>
<p>I don&#8217;t think you&#8217;re going to find much support here, sorry.</p>
<p>Cheers,<br />
Victor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Skilldrick</title>
		<link>http://ajaxian.com/archives/amelie-a-devious-plan-to-get-rid-of-ie6/comment-page-1#comment-283988</link>
		<dc:creator>Skilldrick</dc:creator>
		<pubDate>Mon, 07 Jun 2010 13:13:17 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9508#comment-283988</guid>
		<description>To all the people who thought this was a serious proposition: Get a sense of humour!</description>
		<content:encoded><![CDATA[<p>To all the people who thought this was a serious proposition: Get a sense of humour!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MarcDiethelm</title>
		<link>http://ajaxian.com/archives/amelie-a-devious-plan-to-get-rid-of-ie6/comment-page-1#comment-283986</link>
		<dc:creator>MarcDiethelm</dc:creator>
		<pubDate>Mon, 07 Jun 2010 12:22:16 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9508#comment-283986</guid>
		<description>This is a stab in the right direction. However, you can do this much more efficiently:

http://www.catswhocode.com/blog/6-html-and-javascript-codes-to-crash-ie6

Using code from that site the &#039;effect&#039; you create is even more convincing.

If you &lt;strong&gt;really&lt;/strong&gt; want to stop people from using IE then blurring a page wont help that much, the basic functionality (the ability to read) is still there and IE 6 users are probably able to put up with all kinds of quirky behavior. Crashing the browser is different. If an application crashes the non-geek user will invariably blame it on the application itself. If it crashes often they &lt;strong&gt;will&lt;/strong&gt; stop using it.

Now we only have to really want to get rid of IE 6 enough... And by the way: Blurring is not devious, I mean really. This is.</description>
		<content:encoded><![CDATA[<p>This is a stab in the right direction. However, you can do this much more efficiently:</p>
<p><a href="http://www.catswhocode.com/blog/6-html-and-javascript-codes-to-crash-ie6" rel="nofollow">http://www.catswhocode.com/blog/6-html-and-javascript-codes-to-crash-ie6</a></p>
<p>Using code from that site the &#8216;effect&#8217; you create is even more convincing.</p>
<p>If you <strong>really</strong> want to stop people from using IE then blurring a page wont help that much, the basic functionality (the ability to read) is still there and IE 6 users are probably able to put up with all kinds of quirky behavior. Crashing the browser is different. If an application crashes the non-geek user will invariably blame it on the application itself. If it crashes often they <strong>will</strong> stop using it.</p>
<p>Now we only have to really want to get rid of IE 6 enough&#8230; And by the way: Blurring is not devious, I mean really. This is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: timdown</title>
		<link>http://ajaxian.com/archives/amelie-a-devious-plan-to-get-rid-of-ie6/comment-page-1#comment-283985</link>
		<dc:creator>timdown</dc:creator>
		<pubDate>Mon, 07 Jun 2010 11:11:34 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9508#comment-283985</guid>
		<description>So many whining developers. Your job is to create websites and web applications to serve your users. The web is not there to serve your ideals as a developer. If a significant proportion of the users of the work you do are using IE 6 and are, for whatever reason, unwilling to move, then you have to cater for them or lose their business. This is the territory of the field you work in. Get over it.</description>
		<content:encoded><![CDATA[<p>So many whining developers. Your job is to create websites and web applications to serve your users. The web is not there to serve your ideals as a developer. If a significant proportion of the users of the work you do are using IE 6 and are, for whatever reason, unwilling to move, then you have to cater for them or lose their business. This is the territory of the field you work in. Get over it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: msmakhlouf</title>
		<link>http://ajaxian.com/archives/amelie-a-devious-plan-to-get-rid-of-ie6/comment-page-1#comment-283984</link>
		<dc:creator>msmakhlouf</dc:creator>
		<pubDate>Sun, 06 Jun 2010 20:28:29 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9508#comment-283984</guid>
		<description>freakishly awesome :D</description>
		<content:encoded><![CDATA[<p>freakishly awesome :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zachleat</title>
		<link>http://ajaxian.com/archives/amelie-a-devious-plan-to-get-rid-of-ie6/comment-page-1#comment-283982</link>
		<dc:creator>zachleat</dc:creator>
		<pubDate>Sun, 06 Jun 2010 15:24:20 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9508#comment-283982</guid>
		<description>Maybe a bit funny, but pretty irresponsible.  Blackberry browser is historically much worse than IE6, should we annoy them into buying a different phone?

I&#039;m not saying that every detail has to be the same, but sabotage is pretty unprofessional.

The above comments are for people who don&#039;t understand that this article is intended to be more humorous than a recommendation.</description>
		<content:encoded><![CDATA[<p>Maybe a bit funny, but pretty irresponsible.  Blackberry browser is historically much worse than IE6, should we annoy them into buying a different phone?</p>
<p>I&#8217;m not saying that every detail has to be the same, but sabotage is pretty unprofessional.</p>
<p>The above comments are for people who don&#8217;t understand that this article is intended to be more humorous than a recommendation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lorallax</title>
		<link>http://ajaxian.com/archives/amelie-a-devious-plan-to-get-rid-of-ie6/comment-page-1#comment-283981</link>
		<dc:creator>lorallax</dc:creator>
		<pubDate>Sun, 06 Jun 2010 08:53:04 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9508#comment-283981</guid>
		<description>&quot;The people who force their users to still use IE6 as the main &quot;browser&quot; don&#039;t want to change their environments as it means that they have to change thousands of computers and re-educate people who don&#039;t like computers on new systems.&quot;

Sorry but this just isn&#039;t true - sure there are retraining and deployment costs, but the killer is the cost associated with fixing/redesigning the multitude of internal web applications that only work with IE6. I don&#039;t think there are many companies who maintain it as a standard by choice; I think it&#039;s the massive overhead involved in moving away from it that discourages it.</description>
		<content:encoded><![CDATA[<p>&#8220;The people who force their users to still use IE6 as the main &#8220;browser&#8221; don&#8217;t want to change their environments as it means that they have to change thousands of computers and re-educate people who don&#8217;t like computers on new systems.&#8221;</p>
<p>Sorry but this just isn&#8217;t true &#8211; sure there are retraining and deployment costs, but the killer is the cost associated with fixing/redesigning the multitude of internal web applications that only work with IE6. I don&#8217;t think there are many companies who maintain it as a standard by choice; I think it&#8217;s the massive overhead involved in moving away from it that discourages it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jhuni</title>
		<link>http://ajaxian.com/archives/amelie-a-devious-plan-to-get-rid-of-ie6/comment-page-1#comment-283980</link>
		<dc:creator>jhuni</dc:creator>
		<pubDate>Sun, 06 Jun 2010 06:59:01 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9508#comment-283980</guid>
		<description>A truly devious plan - I like it</description>
		<content:encoded><![CDATA[<p>A truly devious plan &#8211; I like it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: movax</title>
		<link>http://ajaxian.com/archives/amelie-a-devious-plan-to-get-rid-of-ie6/comment-page-1#comment-283975</link>
		<dc:creator>movax</dc:creator>
		<pubDate>Sat, 05 Jun 2010 12:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9508#comment-283975</guid>
		<description>By someguynameddylan:

&quot;The majority of the population in third-world countries can’t upgrade IE6 because they’re using pirated versions of Windows (installed by the computer store). As you know you can’t upgrade to IE7/8 if your Windows is pirated.&quot;


Untrue. Upgrading to IE8 works without problem even on not registered Windws copy. And anyway, there are still many other free browsers to choose, Firefox, Opera, Chrome, ...</description>
		<content:encoded><![CDATA[<p>By someguynameddylan:</p>
<p>&#8220;The majority of the population in third-world countries can’t upgrade IE6 because they’re using pirated versions of Windows (installed by the computer store). As you know you can’t upgrade to IE7/8 if your Windows is pirated.&#8221;</p>
<p>Untrue. Upgrading to IE8 works without problem even on not registered Windws copy. And anyway, there are still many other free browsers to choose, Firefox, Opera, Chrome, &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arphen</title>
		<link>http://ajaxian.com/archives/amelie-a-devious-plan-to-get-rid-of-ie6/comment-page-1#comment-283972</link>
		<dc:creator>arphen</dc:creator>
		<pubDate>Sat, 05 Jun 2010 03:11:27 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9508#comment-283972</guid>
		<description>I think it&#039;s just a joke, not a good idea. If we put this code in our sites, our users will blame our sites instead of their IE6. Finally, we still have to remove it. We just waste our time.</description>
		<content:encoded><![CDATA[<p>I think it&#8217;s just a joke, not a good idea. If we put this code in our sites, our users will blame our sites instead of their IE6. Finally, we still have to remove it. We just waste our time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ThomasHansen</title>
		<link>http://ajaxian.com/archives/amelie-a-devious-plan-to-get-rid-of-ie6/comment-page-1#comment-283971</link>
		<dc:creator>ThomasHansen</dc:creator>
		<pubDate>Sat, 05 Jun 2010 02:26:43 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9508#comment-283971</guid>
		<description>@someguynameddylan
100% perfectly agree.
.
@getify
Sorry ... :(
.
@TheWorld
Why not do it like we did it at http://ra-ajax.org ...?
Read my proposal here; http://ra-ajax.org/our-new-screw-ie-lt-version-8-policy
.
Basically summed up; display big banner talking about how insecure IE6/7 is, but only to IE6/7 users. Don&#039;t even test your website in these browsers, which will guarantee tons of bugs for IE6/7 users. Sit back and watch the fun ... :)</description>
		<content:encoded><![CDATA[<p>@someguynameddylan<br />
100% perfectly agree.<br />
.<br />
@getify<br />
Sorry &#8230; :(<br />
.<br />
@TheWorld<br />
Why not do it like we did it at <a href="http://ra-ajax.org" rel="nofollow">http://ra-ajax.org</a> &#8230;?<br />
Read my proposal here; <a href="http://ra-ajax.org/our-new-screw-ie-lt-version-8-policy" rel="nofollow">http://ra-ajax.org/our-new-screw-ie-lt-version-8-policy</a><br />
.<br />
Basically summed up; display big banner talking about how insecure IE6/7 is, but only to IE6/7 users. Don&#8217;t even test your website in these browsers, which will guarantee tons of bugs for IE6/7 users. Sit back and watch the fun &#8230; :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: okonomiyaki3000</title>
		<link>http://ajaxian.com/archives/amelie-a-devious-plan-to-get-rid-of-ie6/comment-page-1#comment-283970</link>
		<dc:creator>okonomiyaki3000</dc:creator>
		<pubDate>Sat, 05 Jun 2010 00:00:04 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9508#comment-283970</guid>
		<description>Excellent! I&#039;ve been looking for a fun and cute way to get myself fired!</description>
		<content:encoded><![CDATA[<p>Excellent! I&#8217;ve been looking for a fun and cute way to get myself fired!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan1</title>
		<link>http://ajaxian.com/archives/amelie-a-devious-plan-to-get-rid-of-ie6/comment-page-1#comment-283969</link>
		<dc:creator>Jordan1</dc:creator>
		<pubDate>Fri, 04 Jun 2010 23:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9508#comment-283969</guid>
		<description>The majority of the population in third-world countries can&#039;t upgrade IE6 because they&#039;re using pirated versions of Windows (installed by the computer store). As you know you can&#039;t upgrade to IE7/8 if your Windows is pirated.

Maxthon is very popular in some countries, and as you know, those programs are shells over the computer&#039;s default IE engine.</description>
		<content:encoded><![CDATA[<p>The majority of the population in third-world countries can&#8217;t upgrade IE6 because they&#8217;re using pirated versions of Windows (installed by the computer store). As you know you can&#8217;t upgrade to IE7/8 if your Windows is pirated.</p>
<p>Maxthon is very popular in some countries, and as you know, those programs are shells over the computer&#8217;s default IE engine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: someguynameddylan</title>
		<link>http://ajaxian.com/archives/amelie-a-devious-plan-to-get-rid-of-ie6/comment-page-1#comment-283966</link>
		<dc:creator>someguynameddylan</dc:creator>
		<pubDate>Fri, 04 Jun 2010 21:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9508#comment-283966</guid>
		<description>@getify

So what is productive about coding numerous workarounds and hacks to support such outdated technology?  After 5 years in the front end game I&#039;m over the code bloat and so is everyone else.  I feel I could be a much more productive engineer if I didn&#039;t have to support IE 6.

IE 6 MUST DIE.  Viva La Revolucion</description>
		<content:encoded><![CDATA[<p>@getify</p>
<p>So what is productive about coding numerous workarounds and hacks to support such outdated technology?  After 5 years in the front end game I&#8217;m over the code bloat and so is everyone else.  I feel I could be a much more productive engineer if I didn&#8217;t have to support IE 6.</p>
<p>IE 6 MUST DIE.  Viva La Revolucion</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: getify</title>
		<link>http://ajaxian.com/archives/amelie-a-devious-plan-to-get-rid-of-ie6/comment-page-1#comment-283964</link>
		<dc:creator>getify</dc:creator>
		<pubDate>Fri, 04 Jun 2010 19:04:41 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9508#comment-283964</guid>
		<description>ugh, i hate this. i think it&#039;s a dumb anti-pattern to punish IE6 users (who probably *can&#039;t* upgrade). If you want to just silently drop support and ignore those users fine, but shoving this crap in their face is just wrong imho.
.
i wish we spent our time on more productive efforts instead of this stupid &quot;ie6 must die&quot; junk. i&#039;ve made two (admittedly kind of crazy) proposals about &lt;a href=&quot;http://iemustfork.com&quot; rel=&quot;nofollow&quot;&gt;forking IE&lt;/a&gt; and making an &lt;a href=&quot;http://ie6frame.com&quot; rel=&quot;nofollow&quot;&gt;IE6 Frame&lt;/a&gt; (kinda like Chrome Frame).
.
If you don&#039;t like those ideas (which you probably won&#039;t), how about coming up with something else more productive that will fix the problems instead of just make the problems more painful for those who are unfortunate enough to not be able to do anything about it?</description>
		<content:encoded><![CDATA[<p>ugh, i hate this. i think it&#8217;s a dumb anti-pattern to punish IE6 users (who probably *can&#8217;t* upgrade). If you want to just silently drop support and ignore those users fine, but shoving this crap in their face is just wrong imho.<br />
.<br />
i wish we spent our time on more productive efforts instead of this stupid &#8220;ie6 must die&#8221; junk. i&#8217;ve made two (admittedly kind of crazy) proposals about <a href="http://iemustfork.com" rel="nofollow">forking IE</a> and making an <a href="http://ie6frame.com" rel="nofollow">IE6 Frame</a> (kinda like Chrome Frame).<br />
.<br />
If you don&#8217;t like those ideas (which you probably won&#8217;t), how about coming up with something else more productive that will fix the problems instead of just make the problems more painful for those who are unfortunate enough to not be able to do anything about it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ernestdelgado</title>
		<link>http://ajaxian.com/archives/amelie-a-devious-plan-to-get-rid-of-ie6/comment-page-1#comment-283963</link>
		<dc:creator>ernestdelgado</dc:creator>
		<pubDate>Fri, 04 Jun 2010 18:16:02 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9508#comment-283963</guid>
		<description>Instead of doing this to make their experience in IE6 annoying I&#039;d rather put Chrome Frame in our pages to make their experience in IE6 great.</description>
		<content:encoded><![CDATA[<p>Instead of doing this to make their experience in IE6 annoying I&#8217;d rather put Chrome Frame in our pages to make their experience in IE6 great.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

