<?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: Definitive Guide to Taming the IE6 Beast</title>
	<atom:link href="http://sixrevisions.com/web-development/definitive-guide-to-taming-the-ie6-beast/feed/" rel="self" type="application/rss+xml" />
	<link>http://sixrevisions.com/web-development/definitive-guide-to-taming-the-ie6-beast/</link>
	<description></description>
	<lastBuildDate>Thu, 18 Mar 2010 17:25:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peter Watson</title>
		<link>http://sixrevisions.com/web-development/definitive-guide-to-taming-the-ie6-beast/#comment-57963</link>
		<dc:creator>Peter Watson</dc:creator>
		<pubDate>Tue, 09 Feb 2010 15:28:16 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=1323#comment-57963</guid>
		<description>Great article, I will definitely keep it book-marked.

To all the people saying kill the beast...if only it were that easy! Please remember that many users are unable to do so. I work in UK local Government, and our desktop support guys simply don&#039;t have the resources or time to upgrade thousands of users. Sad but true. As for users on the outside, we simply don&#039;t have control over that. You can offer them advice on why they should upgrade/change, but they are under no obligation to do so. Building sites that don&#039;t work in IE6 are just going to piss people off, so in the meantime we are stuck with it.

To all those people saying write simpler code - what if you are working on a comlpex third-party app, where you don&#039;t actually have access to the code but you can work on the CSS? I&#039;m speaking from experience here, where I have been asked to style a GIS application that by its very nature is quite complicated.</description>
		<content:encoded><![CDATA[<p>Great article, I will definitely keep it book-marked.</p>
<p>To all the people saying kill the beast&#8230;if only it were that easy! Please remember that many users are unable to do so. I work in UK local Government, and our desktop support guys simply don&#8217;t have the resources or time to upgrade thousands of users. Sad but true. As for users on the outside, we simply don&#8217;t have control over that. You can offer them advice on why they should upgrade/change, but they are under no obligation to do so. Building sites that don&#8217;t work in IE6 are just going to piss people off, so in the meantime we are stuck with it.</p>
<p>To all those people saying write simpler code &#8211; what if you are working on a comlpex third-party app, where you don&#8217;t actually have access to the code but you can work on the CSS? I&#8217;m speaking from experience here, where I have been asked to style a GIS application that by its very nature is quite complicated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deanoj</title>
		<link>http://sixrevisions.com/web-development/definitive-guide-to-taming-the-ie6-beast/#comment-56445</link>
		<dc:creator>deanoj</dc:creator>
		<pubDate>Fri, 15 Jan 2010 10:10:18 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=1323#comment-56445</guid>
		<description>Using the &#039;overflow&#039; method to fix the clearing floats issue caused us no end of trouble with disppearing text in IE6. However, I find using the old style clearfix method to work fine.</description>
		<content:encoded><![CDATA[<p>Using the &#8216;overflow&#8217; method to fix the clearing floats issue caused us no end of trouble with disppearing text in IE6. However, I find using the old style clearfix method to work fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://sixrevisions.com/web-development/definitive-guide-to-taming-the-ie6-beast/#comment-47014</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Mon, 28 Sep 2009 15:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=1323#comment-47014</guid>
		<description>Nice writeup. I advise everyone to make very judicious use of the !important modifier. It is not a good fit for a declaration that will need to be overridden because then you&#039;ll have to use the !important modifier again for all browsers. Using it a few times for &#039;primitive&#039; classes leads to having to use it a lot, and you may well find your stylesheet riddled with !important modifiers.</description>
		<content:encoded><![CDATA[<p>Nice writeup. I advise everyone to make very judicious use of the !important modifier. It is not a good fit for a declaration that will need to be overridden because then you&#8217;ll have to use the !important modifier again for all browsers. Using it a few times for &#8216;primitive&#8217; classes leads to having to use it a lot, and you may well find your stylesheet riddled with !important modifiers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: doug</title>
		<link>http://sixrevisions.com/web-development/definitive-guide-to-taming-the-ie6-beast/#comment-45817</link>
		<dc:creator>doug</dc:creator>
		<pubDate>Fri, 11 Sep 2009 19:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=1323#comment-45817</guid>
		<description>&quot;What if movie and television producers suddenly thought plasma was not good enough to display media in the quality they preferred, and made it so you couldn’t watch? Instead you get a big red screen PLEASE BUY LCD, UPGRADE! You would be fairly pissed off. So are users when they get to a site with information they need and its blocked out.&quot;

@Kevin: Uh, didn&#039;t they just do this to our TVs? Try watching an analog station (read: IE6). You can&#039;t anymore. I understand this is a little apples to oranges (there is no department in my home telling me I can&#039;t change TVs, unless you count my budget...) but the concept is the same.</description>
		<content:encoded><![CDATA[<p>&#8220;What if movie and television producers suddenly thought plasma was not good enough to display media in the quality they preferred, and made it so you couldn’t watch? Instead you get a big red screen PLEASE BUY LCD, UPGRADE! You would be fairly pissed off. So are users when they get to a site with information they need and its blocked out.&#8221;</p>
<p>@Kevin: Uh, didn&#8217;t they just do this to our TVs? Try watching an analog station (read: IE6). You can&#8217;t anymore. I understand this is a little apples to oranges (there is no department in my home telling me I can&#8217;t change TVs, unless you count my budget&#8230;) but the concept is the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie Johnson</title>
		<link>http://sixrevisions.com/web-development/definitive-guide-to-taming-the-ie6-beast/#comment-44567</link>
		<dc:creator>Eddie Johnson</dc:creator>
		<pubDate>Fri, 21 Aug 2009 15:09:37 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=1323#comment-44567</guid>
		<description>weirdly, I have just posted an article on a similar subject! (I came across this one a few days later) its not as in depth but has some alternate views/solutions to some of the problems listed here (and has a couple of other problems listed/fixed)... am I allowed a link in here?.. ahh bugger it - look here: http://www.websurfshack.net/2009/08/ie6-css-tricks-and-hacks/</description>
		<content:encoded><![CDATA[<p>weirdly, I have just posted an article on a similar subject! (I came across this one a few days later) its not as in depth but has some alternate views/solutions to some of the problems listed here (and has a couple of other problems listed/fixed)&#8230; am I allowed a link in here?.. ahh bugger it &#8211; look here: <a href="http://www.websurfshack.net/2009/08/ie6-css-tricks-and-hacks/" rel="nofollow">http://www.websurfshack.net/2009/08/ie6-css-tricks-and-hacks/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl</title>
		<link>http://sixrevisions.com/web-development/definitive-guide-to-taming-the-ie6-beast/#comment-44538</link>
		<dc:creator>Carl</dc:creator>
		<pubDate>Fri, 21 Aug 2009 03:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=1323#comment-44538</guid>
		<description>If you want to get some insight into how long we have, go to this site http://www.ie6death.com Looks like we will be dealing with IE6 for a long time.</description>
		<content:encoded><![CDATA[<p>If you want to get some insight into how long we have, go to this site <a href="http://www.ie6death.com" rel="nofollow">http://www.ie6death.com</a> Looks like we will be dealing with IE6 for a long time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bogdan Pop</title>
		<link>http://sixrevisions.com/web-development/definitive-guide-to-taming-the-ie6-beast/#comment-43860</link>
		<dc:creator>Bogdan Pop</dc:creator>
		<pubDate>Tue, 11 Aug 2009 20:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=1323#comment-43860</guid>
		<description>So manny articles about conditional statements for IE6. Why not starting to code properly. I stopped creating extra css stylesheets and other stuff for IE6 couple of years ago. Moreover, the sites look the same,and act the same on IE6 as well as IE7, firefox, or others.

Instead of keeping to add more code to the design (be it HTML, CSS etc) try to remove code, make the structure more simple, while strugling to preserve what you wanted, and no conditional tags will be needed.</description>
		<content:encoded><![CDATA[<p>So manny articles about conditional statements for IE6. Why not starting to code properly. I stopped creating extra css stylesheets and other stuff for IE6 couple of years ago. Moreover, the sites look the same,and act the same on IE6 as well as IE7, firefox, or others.</p>
<p>Instead of keeping to add more code to the design (be it HTML, CSS etc) try to remove code, make the structure more simple, while strugling to preserve what you wanted, and no conditional tags will be needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eloge Kly</title>
		<link>http://sixrevisions.com/web-development/definitive-guide-to-taming-the-ie6-beast/#comment-43859</link>
		<dc:creator>eloge Kly</dc:creator>
		<pubDate>Tue, 11 Aug 2009 20:07:39 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=1323#comment-43859</guid>
		<description>This is simply the most complete article about IE bugs I&#039;ve found so far,I&#039;m actually fixing IE6 bugs on a project thanks a lot!!</description>
		<content:encoded><![CDATA[<p>This is simply the most complete article about IE bugs I&#8217;ve found so far,I&#8217;m actually fixing IE6 bugs on a project thanks a lot!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samuel Larsson</title>
		<link>http://sixrevisions.com/web-development/definitive-guide-to-taming-the-ie6-beast/#comment-43467</link>
		<dc:creator>Samuel Larsson</dc:creator>
		<pubDate>Tue, 04 Aug 2009 16:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=1323#comment-43467</guid>
		<description>I totally agree with Kevin Quillen here. It´s a part of the job making sites that works with IE6 when designing them for people that pays you. 

Maybe its a question of however you´re running an webservice or designing for friends. Some users are old and WILL not upgrade their system, making a site they can´t use will not make my client happy - the visitors will just purchase from any other company that took care of the interaction.

Thats why I´ve bookmarked this article, it will be handy some day. Thank you. And yes I hate IE6 as much as anyone else ;)</description>
		<content:encoded><![CDATA[<p>I totally agree with Kevin Quillen here. It´s a part of the job making sites that works with IE6 when designing them for people that pays you. </p>
<p>Maybe its a question of however you´re running an webservice or designing for friends. Some users are old and WILL not upgrade their system, making a site they can´t use will not make my client happy &#8211; the visitors will just purchase from any other company that took care of the interaction.</p>
<p>Thats why I´ve bookmarked this article, it will be handy some day. Thank you. And yes I hate IE6 as much as anyone else ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akim</title>
		<link>http://sixrevisions.com/web-development/definitive-guide-to-taming-the-ie6-beast/#comment-43288</link>
		<dc:creator>Akim</dc:creator>
		<pubDate>Sun, 02 Aug 2009 11:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=1323#comment-43288</guid>
		<description>thanks. a realy helpful post.
&#039;!important&#039; css trick saves me a hour :)</description>
		<content:encoded><![CDATA[<p>thanks. a realy helpful post.<br />
&#8216;!important&#8217; css trick saves me a hour :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
