<?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"
	>
<channel>
	<title>Comments on: I-Frame Shims or How I Learned to Stop Worrying and Love the Bomb</title>
	<atom:link href="http://www.zachleat.com/web/2007/04/24/adventures-in-i-frame-shims-or-how-i-learned-to-love-the-bomb/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zachleat.com/web/2007/04/24/adventures-in-i-frame-shims-or-how-i-learned-to-love-the-bomb/</link>
	<description></description>
	<pubDate>Thu, 04 Dec 2008 00:53:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: happyfish</title>
		<link>http://www.zachleat.com/web/2007/04/24/adventures-in-i-frame-shims-or-how-i-learned-to-love-the-bomb/#comment-826</link>
		<dc:creator>happyfish</dc:creator>
		<pubDate>Fri, 08 Aug 2008 07:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/2007/04/24/adventures-in-i-frame-shims-or-how-i-learned-to-love-the-bomb/#comment-826</guid>
		<description>I tried this with the document.write to get rid of the false and it works except it shows that the page is still loading even when it is fully loaded.</description>
		<content:encoded><![CDATA[<p>I tried this with the document.write to get rid of the false and it works except it shows that the page is still loading even when it is fully loaded.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BadBoyz</title>
		<link>http://www.zachleat.com/web/2007/04/24/adventures-in-i-frame-shims-or-how-i-learned-to-love-the-bomb/#comment-812</link>
		<dc:creator>BadBoyz</dc:creator>
		<pubDate>Thu, 29 May 2008 21:59:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/2007/04/24/adventures-in-i-frame-shims-or-how-i-learned-to-love-the-bomb/#comment-812</guid>
		<description>Thanks for the case sensitive tip. You saved my day.</description>
		<content:encoded><![CDATA[<p>Thanks for the case sensitive tip. You saved my day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hueen</title>
		<link>http://www.zachleat.com/web/2007/04/24/adventures-in-i-frame-shims-or-how-i-learned-to-love-the-bomb/#comment-416</link>
		<dc:creator>hueen</dc:creator>
		<pubDate>Fri, 12 Oct 2007 01:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/2007/04/24/adventures-in-i-frame-shims-or-how-i-learned-to-love-the-bomb/#comment-416</guid>
		<description>Thanks a bunch for the capital B in frameBorder hint - I was starting to go nuts over trying to red of that border!</description>
		<content:encoded><![CDATA[<p>Thanks a bunch for the capital B in frameBorder hint - I was starting to go nuts over trying to red of that border!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alek</title>
		<link>http://www.zachleat.com/web/2007/04/24/adventures-in-i-frame-shims-or-how-i-learned-to-love-the-bomb/#comment-255</link>
		<dc:creator>alek</dc:creator>
		<pubDate>Tue, 19 Jun 2007 14:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/2007/04/24/adventures-in-i-frame-shims-or-how-i-learned-to-love-the-bomb/#comment-255</guid>
		<description>could you just change your original post with the improved src value?   I should have read the comments before putting in the fix, but I did not and had to do the build twice with a bit of frustration in between.

p.s. passed this on to http://marcgrabanski.com/code/jquery-calendar/ which is why I needed it in the first place.</description>
		<content:encoded><![CDATA[<p>could you just change your original post with the improved src value?   I should have read the comments before putting in the fix, but I did not and had to do the build twice with a bit of frustration in between.</p>
<p>p.s. passed this on to <a href="http://marcgrabanski.com/code/jquery-calendar/" rel="nofollow">http://marcgrabanski.com/code/jquery-calendar/</a> which is why I needed it in the first place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zach Leatherman</title>
		<link>http://www.zachleat.com/web/2007/04/24/adventures-in-i-frame-shims-or-how-i-learned-to-love-the-bomb/#comment-242</link>
		<dc:creator>Zach Leatherman</dc:creator>
		<pubDate>Fri, 18 May 2007 21:03:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/2007/04/24/adventures-in-i-frame-shims-or-how-i-learned-to-love-the-bomb/#comment-242</guid>
		<description>Ok, after too many attempts to fix this, I finally found the ideal solution.  Set your src attribute to:

javascript:false;document.write("");

Courtesy of the BlockUI plugin for JQuery.</description>
		<content:encoded><![CDATA[<p>Ok, after too many attempts to fix this, I finally found the ideal solution.  Set your src attribute to:</p>
<p>javascript:false;document.write(&#8221;");</p>
<p>Courtesy of the BlockUI plugin for JQuery.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zach Leatherman</title>
		<link>http://www.zachleat.com/web/2007/04/24/adventures-in-i-frame-shims-or-how-i-learned-to-love-the-bomb/#comment-241</link>
		<dc:creator>Zach Leatherman</dc:creator>
		<pubDate>Thu, 17 May 2007 20:46:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/2007/04/24/adventures-in-i-frame-shims-or-how-i-learned-to-love-the-bomb/#comment-241</guid>
		<description>Well, it's been the week of inconsistent IE6 bugs, as testing in one IE6 browser has proven to be different than the next.

It looks like javascript:void(0) works sometimes, but not always, as it results in still popping up the "secure and nonsecure items" alert.  Clicking "Yes" results in a "Page Not Found" stock IE page being displayed inside of your iframe.  Naturally, this only occurs on a certain percentage of IE6 clients, but it occurs none-the-less.

I went through all the other fixes above, with less than ideal results.  Finally, I caved into setting the source to a blank.html file containing &#60;html&#62;&#60;/html&#62;</description>
		<content:encoded><![CDATA[<p>Well, it&#8217;s been the week of inconsistent IE6 bugs, as testing in one IE6 browser has proven to be different than the next.</p>
<p>It looks like javascript:void(0) works sometimes, but not always, as it results in still popping up the &#8220;secure and nonsecure items&#8221; alert.  Clicking &#8220;Yes&#8221; results in a &#8220;Page Not Found&#8221; stock IE page being displayed inside of your iframe.  Naturally, this only occurs on a certain percentage of IE6 clients, but it occurs none-the-less.</p>
<p>I went through all the other fixes above, with less than ideal results.  Finally, I caved into setting the source to a blank.html file containing &lt;html&gt;&lt;/html&gt;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
