<?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: Proof that IE6 is crap</title>
	<atom:link href="http://www.yelotofu.com/2007/01/proof-that-ie6-is-crap/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yelotofu.com/2007/01/proof-that-ie6-is-crap/</link>
	<description>&#34;In building standards compliant sites we are creating a better Web for the future.&#34;</description>
	<lastBuildDate>Thu, 02 Feb 2012 00:55:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Forez</title>
		<link>http://www.yelotofu.com/2007/01/proof-that-ie6-is-crap/comment-page-1/#comment-3656</link>
		<dc:creator>Forez</dc:creator>
		<pubDate>Fri, 06 Mar 2009 10:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://yelotofu.com/2007/01/prof-that-ie6-is-crap/#comment-3656</guid>
		<description>This is a great topic! 
My opinion is that if Internet Explorer doesn&#039;t existed, the Earth was going to be the web developers heaven :) The IE&#039;s JavaScript runs way too slower than any other browser. The CSS position:fixed is completely missing in IE6. Today I noticed a buggy behavior on IE7 when trying to wrap some tables with the display:inline property... Countless are the times I have searched for workarounds and fixes just to make my page work on IE. IE really is a big pile of ... and not only 6. </description>
		<content:encoded><![CDATA[<p>This is a great topic!</p>
<p>My opinion is that if Internet Explorer doesn&#039;t existed, the Earth was going to be the web developers heaven <img src='http://www.yelotofu.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  The IE&#039;s JavaScript runs way too slower than any other browser. The CSS position:fixed is completely missing in IE6. Today I noticed a buggy behavior on IE7 when trying to wrap some tables with the display:inline property&#8230; Countless are the times I have searched for workarounds and fixes just to make my page work on IE. IE really is a big pile of &#8230; and not only 6.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: caphun</title>
		<link>http://www.yelotofu.com/2007/01/proof-that-ie6-is-crap/comment-page-1/#comment-2214</link>
		<dc:creator>caphun</dc:creator>
		<pubDate>Fri, 04 Jul 2008 11:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://yelotofu.com/2007/01/prof-that-ie6-is-crap/#comment-2214</guid>
		<description>Do you have an example I could look at? </description>
		<content:encoded><![CDATA[<p>Do you have an example I could look at?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gabriel</title>
		<link>http://www.yelotofu.com/2007/01/proof-that-ie6-is-crap/comment-page-1/#comment-2213</link>
		<dc:creator>gabriel</dc:creator>
		<pubDate>Fri, 04 Jul 2008 04:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://yelotofu.com/2007/01/prof-that-ie6-is-crap/#comment-2213</guid>
		<description>html { 
  filter:expression( 
    document.execCommand(&quot;BackgroundImageCache&quot;, false, true) 
  ); 
} 
 
This lines not function.I have a very simple example but it doesn&#039;t work 
 
 
Please, help me </description>
		<content:encoded><![CDATA[<p>html {</p>
<p>  filter:expression(</p>
<p>    document.execCommand(&quot;BackgroundImageCache&quot;, false, true)</p>
<p>  );</p>
<p>}</p>
<p>This lines not function.I have a very simple example but it doesn&#039;t work</p>
<p>Please, help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gabriel</title>
		<link>http://www.yelotofu.com/2007/01/proof-that-ie6-is-crap/comment-page-1/#comment-2212</link>
		<dc:creator>gabriel</dc:creator>
		<pubDate>Fri, 04 Jul 2008 04:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://yelotofu.com/2007/01/prof-that-ie6-is-crap/#comment-2212</guid>
		<description>html { 
  filter:expression( 
    document.execCommand(&quot;BackgroundImageCache&quot;, false, true) 
  ); 
} 
 
This lines not function.I have a very simple example but it doesn&#039;t work 
This is the code: 
 
 
 
 
 
Flicker Bug 
 
html { 
  filter:expression( 
    document.execCommand(&quot;BackgroundImageCache&quot;, false, true) 
  ); 
} 
A:link, A:visited  
{  
	text-decoration: none; 
	background: url(ff_images/radioButton_basic_up.gif) no-repeat; 
	background-position:right top; 
	padding: 0 20px 0 0; 
	 
} 
A:hover  
{  
	text-decoration: underline; 
	background: url(ff_images/radioButton_basic_down.gif) no-repeat; 
	background-position:right top; 
	padding: 0 20px 0 0; 
} 
 
 
 
 
&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;Link 1&lt;/a&gt; 
&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;Link 2&lt;/a&gt; 
&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;Link 3&lt;/a&gt; 
&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;Link 4&lt;/a&gt; 
&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;Link 5&lt;/a&gt; 
 
 
 
Please, help me </description>
		<content:encoded><![CDATA[<p>html {</p>
<p>  filter:expression(</p>
<p>    document.execCommand(&quot;BackgroundImageCache&quot;, false, true)</p>
<p>  );</p>
<p>}</p>
<p>This lines not function.I have a very simple example but it doesn&#039;t work</p>
<p>This is the code:</p>
<p>Flicker Bug</p>
<p>html {</p>
<p>  filter:expression(</p>
<p>    document.execCommand(&quot;BackgroundImageCache&quot;, false, true)</p>
<p>  );</p>
<p>}</p>
<p>A:link, A:visited </p>
<p>{ </p>
<p>	text-decoration: none;</p>
<p>	background: url(ff_images/radioButton_basic_up.gif) no-repeat;</p>
<p>	background-position:right top;</p>
<p>	padding: 0 20px 0 0;</p>
<p>}</p>
<p>A:hover </p>
<p>{ </p>
<p>	text-decoration: underline;</p>
<p>	background: url(ff_images/radioButton_basic_down.gif) no-repeat;</p>
<p>	background-position:right top;</p>
<p>	padding: 0 20px 0 0;</p>
<p>}</p>
<p><a href="#" rel="nofollow">Link 1</a></p>
<p><a href="#" rel="nofollow">Link 2</a></p>
<p><a href="#" rel="nofollow">Link 3</a></p>
<p><a href="#" rel="nofollow">Link 4</a></p>
<p><a href="#" rel="nofollow">Link 5</a></p>
<p>Please, help me</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
