<?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: 5b document.write scripts block in Firefox</title>
	<atom:link href="http://www.stevesouders.com/blog/2010/02/10/5b-document-write-scripts-block-in-firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stevesouders.com/blog/2010/02/10/5b-document-write-scripts-block-in-firefox/</link>
	<description>Essential knowledge for making your web pages faster.</description>
	<lastBuildDate>Wed, 08 Sep 2010 10:04:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Frank Thuerigen</title>
		<link>http://www.stevesouders.com/blog/2010/02/10/5b-document-write-scripts-block-in-firefox/comment-page-1/#comment-1623</link>
		<dc:creator>Frank Thuerigen</dc:creator>
		<pubDate>Tue, 16 Feb 2010 15:07:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=883#comment-1623</guid>
		<description>Here is another solution approach:
http://blog.phpbuero.de/?p=26</description>
		<content:encoded><![CDATA[<p>Here is another solution approach:<br />
<a href="http://blog.phpbuero.de/?p=26" rel="nofollow">http://blog.phpbuero.de/?p=26</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Dousaitis</title>
		<link>http://www.stevesouders.com/blog/2010/02/10/5b-document-write-scripts-block-in-firefox/comment-page-1/#comment-1609</link>
		<dc:creator>John Dousaitis</dc:creator>
		<pubDate>Mon, 15 Feb 2010 18:13:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=883#comment-1609</guid>
		<description>Very good article Steve. Thanks!</description>
		<content:encoded><![CDATA[<p>Very good article Steve. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Bréchemier</title>
		<link>http://www.stevesouders.com/blog/2010/02/10/5b-document-write-scripts-block-in-firefox/comment-page-1/#comment-1607</link>
		<dc:creator>Eric Bréchemier</dc:creator>
		<pubDate>Mon, 15 Feb 2010 14:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=883#comment-1607</guid>
		<description>I surely wish advertisers such as Google Adsense stopped using document.write altogether...

In the meantime, I have developed an alternative method to load third party scripts making use of document.write dynamically, by replacing the document.write function while keeping a high level of compatibility with the expected browser behavior.

The code is open source and I have published a demo, loading three Google ads and the Amazon Recommendations Widgets dynamically:
http://bezen.org/javascript/demo/dynamic-script-loading-with-bezen-load.html</description>
		<content:encoded><![CDATA[<p>I surely wish advertisers such as Google Adsense stopped using document.write altogether&#8230;</p>
<p>In the meantime, I have developed an alternative method to load third party scripts making use of document.write dynamically, by replacing the document.write function while keeping a high level of compatibility with the expected browser behavior.</p>
<p>The code is open source and I have published a demo, loading three Google ads and the Amazon Recommendations Widgets dynamically:<br />
<a href="http://bezen.org/javascript/demo/dynamic-script-loading-with-bezen-load.html" rel="nofollow">http://bezen.org/javascript/demo/dynamic-script-loading-with-bezen-load.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Theo</title>
		<link>http://www.stevesouders.com/blog/2010/02/10/5b-document-write-scripts-block-in-firefox/comment-page-1/#comment-1602</link>
		<dc:creator>Theo</dc:creator>
		<pubDate>Sun, 14 Feb 2010 21:06:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=883#comment-1602</guid>
		<description>Thanks, this really explains some issues I&#039;ve been having. I have a site which has seemed to block at random times while loading a particular script. It&#039;s just been a nuisance and since it was intermittent I&#039;ve more or less put it down to the idiosyncrasies of websites in general. Now I realize it&#039;s all down to Firefox. I&#039;ve switched a lot between Chrome, Safari and Firefox while testing it, and I just haven&#039;t connected the dots -- but now it&#039;s obvious that it&#039;s been blocking every time I&#039;ve tested with Firefox, but not when I&#039;ve tested with the other browsers.</description>
		<content:encoded><![CDATA[<p>Thanks, this really explains some issues I&#8217;ve been having. I have a site which has seemed to block at random times while loading a particular script. It&#8217;s just been a nuisance and since it was intermittent I&#8217;ve more or less put it down to the idiosyncrasies of websites in general. Now I realize it&#8217;s all down to Firefox. I&#8217;ve switched a lot between Chrome, Safari and Firefox while testing it, and I just haven&#8217;t connected the dots &#8212; but now it&#8217;s obvious that it&#8217;s been blocking every time I&#8217;ve tested with Firefox, but not when I&#8217;ve tested with the other browsers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: edvakf</title>
		<link>http://www.stevesouders.com/blog/2010/02/10/5b-document-write-scripts-block-in-firefox/comment-page-1/#comment-1584</link>
		<dc:creator>edvakf</dc:creator>
		<pubDate>Thu, 11 Feb 2010 19:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=883#comment-1584</guid>
		<description>You must have tested with Opera&#039;s Delayed Script Execution turned on.
Opera still doesn&#039;t speculatively load scripts by default.</description>
		<content:encoded><![CDATA[<p>You must have tested with Opera&#8217;s Delayed Script Execution turned on.<br />
Opera still doesn&#8217;t speculatively load scripts by default.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirk Cerny</title>
		<link>http://www.stevesouders.com/blog/2010/02/10/5b-document-write-scripts-block-in-firefox/comment-page-1/#comment-1583</link>
		<dc:creator>Kirk Cerny</dc:creator>
		<pubDate>Thu, 11 Feb 2010 16:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=883#comment-1583</guid>
		<description>Is this a step backwards?
Does Firefox 3.5.7 block on document.write</description>
		<content:encoded><![CDATA[<p>Is this a step backwards?<br />
Does Firefox 3.5.7 block on document.write</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shamsh</title>
		<link>http://www.stevesouders.com/blog/2010/02/10/5b-document-write-scripts-block-in-firefox/comment-page-1/#comment-1577</link>
		<dc:creator>Shamsh</dc:creator>
		<pubDate>Thu, 11 Feb 2010 05:15:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=883#comment-1577</guid>
		<description>Thanks Steve</description>
		<content:encoded><![CDATA[<p>Thanks Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Souders</title>
		<link>http://www.stevesouders.com/blog/2010/02/10/5b-document-write-scripts-block-in-firefox/comment-page-1/#comment-1574</link>
		<dc:creator>Steve Souders</dc:creator>
		<pubDate>Thu, 11 Feb 2010 04:18:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=883#comment-1574</guid>
		<description>Fixed! Thanks, Derej.</description>
		<content:encoded><![CDATA[<p>Fixed! Thanks, Derej.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derej Neter</title>
		<link>http://www.stevesouders.com/blog/2010/02/10/5b-document-write-scripts-block-in-firefox/comment-page-1/#comment-1572</link>
		<dc:creator>Derej Neter</dc:creator>
		<pubDate>Thu, 11 Feb 2010 02:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=883#comment-1572</guid>
		<description>Hi Steve, 

The document.writes scripts test page you linked to appears to be password protected. Just wanted to let you know. Thanks for all the great blog entries!</description>
		<content:encoded><![CDATA[<p>Hi Steve, </p>
<p>The document.writes scripts test page you linked to appears to be password protected. Just wanted to let you know. Thanks for all the great blog entries!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
