<?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>Garkbit Blog &#187; IE6</title>
	<atom:link href="http://wp.garkbit.com/tag/ie6/feed/" rel="self" type="application/rss+xml" />
	<link>http://wp.garkbit.com</link>
	<description>... on the other side of the universe</description>
	<lastBuildDate>Mon, 14 Dec 2009 13:29:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Save IE6</title>
		<link>http://wp.garkbit.com/2009-05-18/save-ie6/</link>
		<comments>http://wp.garkbit.com/2009-05-18/save-ie6/#comments</comments>
		<pubDate>Mon, 18 May 2009 07:43:16 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Funny]]></category>
		<category><![CDATA[IE6]]></category>

		<guid isPermaLink="false">http://wp.garkbit.com/?p=36</guid>
		<description><![CDATA[Here is another funny website by people that are trying to &#8220;save&#8221; IE6. And they list lots of good reasons why to use it.
Check it out at Save IE6.
]]></description>
			<content:encoded><![CDATA[<p>Here is another funny website by people that are trying to &#8220;save&#8221; IE6. And they list lots of good <a title="Why to use IE6" href="http://www.saveie6.com/why.php">reasons why to use it</a>.</p>
<p>Check it out at <a title="Save IE6" href="http://www.saveie6.com/">Save IE6</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wp.garkbit.com/2009-05-18/save-ie6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to crash IE6 with 11 characters</title>
		<link>http://wp.garkbit.com/2009-05-18/how-to-crash-ie6-with-11-characters/</link>
		<comments>http://wp.garkbit.com/2009-05-18/how-to-crash-ie6-with-11-characters/#comments</comments>
		<pubDate>Mon, 18 May 2009 07:38:43 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[IE7]]></category>

		<guid isPermaLink="false">http://wp.garkbit.com/?p=33</guid>
		<description><![CDATA[Here is how tarible IE6 is.  You can make it crash by simply adding these 11 chars in you code.
&#60;STYLE&#62;@;/*
Nice! Find more on how to make IE6 and IE7 crash on Cats Who Code.
]]></description>
			<content:encoded><![CDATA[<p>Here is how tarible IE6 is.  You can make it crash by simply adding these 11 chars in you code.</p>
<pre class="brush: xml;">&lt;STYLE&gt;@;/*</pre>
<p>Nice! Find more on how to make IE6 and IE7 crash on <a title="Cats Who Code" href="http://www.catswhocode.com/blog/6-html-and-javascript-codes-to-crash-ie6">Cats Who Code</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wp.garkbit.com/2009-05-18/how-to-crash-ie6-with-11-characters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Very weird IE6 comment bug</title>
		<link>http://wp.garkbit.com/2009-04-30/very-weird-ie6-comment-bug/</link>
		<comments>http://wp.garkbit.com/2009-04-30/very-weird-ie6-comment-bug/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 20:34:06 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[HTML/XHTML]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[IE6]]></category>

		<guid isPermaLink="false">http://wp.garkbit.com/?p=10</guid>
		<description><![CDATA[Today I was working on a site for a customer. Unfortunately all at the company used IE6 and IE7, so I really had to make it look good in the two. I was hacking on and suddenly I discovered a very, very weird behavior in IE6. The background color of one element was &#8220;leaking&#8221; over [...]]]></description>
			<content:encoded><![CDATA[<p>Today I was working on a site for a customer. Unfortunately all at the company used IE6 and IE7, so I really had to make it look good in the two. I was hacking on and suddenly I discovered a very, very weird behavior in IE6. The background color of one element was &#8220;leaking&#8221; over onto other elements on the site. VERY STRANGE!</p>
<p>So I started my investigation looking for errors in the outputted HTML. Found non. I went thorough my CSS &#8211; nothing &#8230; Then I started to take out code of the page, piece by piece to see if I could get it to disappear. After a long while I discovered it was too simple HTML comments screwing everything up. Two simple comments. I couldn&#8217;t believe it! So, so stupid (and so, so Internet Explorer 6).</p>
<pre class="brush: xml;">&lt;!-- Main --&gt;
    &lt;!-- WP Start --&gt;</pre>
<p>Yup! That&#8217;s it. And it took me hours to find it. I should Microsoft the bill &#8230; But wait, they did pay the bill! Haha! Later I discovered I&#8217;m not the only one with this problem. You can find more on the issue over at <a title="Explorer 6 Duplicate Characters Bug" href="http://www.positioniseverything.net/explorer/dup-characters.html">Position Is Everything</a>.</p>
<p>Later!</p>
]]></content:encoded>
			<wfw:commentRss>http://wp.garkbit.com/2009-04-30/very-weird-ie6-comment-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
