<?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>Eli Simpson &#187; css</title>
	<atom:link href="http://elisimpson.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://elisimpson.com</link>
	<description></description>
	<lastBuildDate>Sun, 01 Aug 2010 22:07:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>To IE or not to IE, that is the question</title>
		<link>http://elisimpson.com/2006/08/to-ie-or-not-to-ie/</link>
		<comments>http://elisimpson.com/2006/08/to-ie-or-not-to-ie/#comments</comments>
		<pubDate>Sun, 27 Aug 2006 07:56:41 +0000</pubDate>
		<dc:creator>Eli</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[haslayout]]></category>
		<category><![CDATA[ie]]></category>

		<guid isPermaLink="false">http://www.elisimpson.com/2006/08/to-ie-or-not-to-ie-that-is-the-question/</guid>
		<description><![CDATA[Yesterday I noticed that my site design was corrupted in IE 7, a symptom of the * html CSS hacks I was using to fix bugs in IE 5 and 6. IE 7 has fixed the parser bugs that made the hacks work, but didn&#8217;t fix all the problems in its CSS support that web [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I noticed that my site design was corrupted in IE 7, a symptom of the <code>* html</code> CSS hacks I was using to fix bugs in IE 5 and 6. IE 7 has fixed the parser bugs that made the hacks work, but didn&#8217;t fix all the problems in its CSS support that web developers use the hacks to fix, specifically its strange proprietary <a href="http://www.satzansatz.de/cssd/onhavinglayout.html"><code>hasLayout</code> property</a> which causes all sorts of problems with even the simplest CSS designs.</p>
<p>In contemplating how to resolve the issue, I considered removing all hacks from the site and letting IE get its just deserts. This is my personal site and unlike my professional work, I&#8217;m under no obligation to spend my valuable time fixing issues with Microsoft&#8217;s primitive browsers, market share not withstanding. I must admit the temptation was very strong to punish IE users for continuing to use the insecure, buggy browser that causes me so much frustration in my professional life.</p>
<p>In the end, I (reluctantly) decided to continue to support IE, and took the approach of simplifying my design somewhat to need fewer hacks in first place, which is probably a good thing. I still may end up implementing some IE-only punishment in the future, such as an ad to download <a href="http://www.mozilla.com/firefox/">Firefox</a>, <a href="http://www.opera.com/">Opera</a>, <a href="http://www.apple.com/safari/">Safari</a>, or any of the other much better browsers on the market.</p>
]]></content:encoded>
			<wfw:commentRss>http://elisimpson.com/2006/08/to-ie-or-not-to-ie/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/


Served from: elisimpson.com @ 2010-09-09 04:21:51 -->