<?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>BarelyBlogging &#187; IE</title>
	<atom:link href="http://www.barelyfitz.com/blog/archives/category/ie/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.barelyfitz.com/blog</link>
	<description>Patrick Fitzgerald of BarelyFitz Designs</description>
	<lastBuildDate>Sat, 04 Sep 2010 00:32:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Including dojo the easy (buggy) way</title>
		<link>http://www.barelyfitz.com/blog/archives/2007/01/10/512/</link>
		<comments>http://www.barelyfitz.com/blog/archives/2007/01/10/512/#comments</comments>
		<pubDate>Wed, 10 Jan 2007 22:08:40 +0000</pubDate>
		<dc:creator>pat</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[dojo]]></category>

		<guid isPermaLink="false">http://www.barelyfitz.com/blog/archives/2007/01/10/512/</guid>
		<description><![CDATA[While trying out Dojo using the new easy include method, I found a weird JavaScript bug in IE6:
If you use a document.write() to write two script elements on the page, then instead of running the first script followed by the second script, IE apparently runs them both at the same time. This can cause an [...]]]></description>
			<content:encoded><![CDATA[<p>While trying out <a href="http://dojotoolkit.org/">Dojo</a> using the new <a href="http://alex.dojotoolkit.org/?p=591">easy include method</a>, I found a weird JavaScript bug in IE6:</p>
<p>If you use a document.write() to write two script elements on the page, then instead of running the first script followed by the second script, IE apparently runs them both at the same time. This can cause an error if the second script calls a function that is defined in the first script.</p>
<p>The dojo bug and some test cases are in <a href="http://trac.dojotoolkit.org/ticket/2280">Bug #2280</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.barelyfitz.com/blog/archives/2007/01/10/512/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
