<?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: Javascript Event onJSReady Fires When All JS Files Have Loaded</title>
	<atom:link href="http://www.stefanhayden.com/blog/2008/07/29/javascript-event-onjsready-fires-when-all-js-files-have-loaded/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stefanhayden.com/blog/2008/07/29/javascript-event-onjsready-fires-when-all-js-files-have-loaded/</link>
	<description>Graphic Artist, Technophile, Web Librarian, Embarrassingly cute spelling mistakes.</description>
	<lastBuildDate>Sat, 13 Mar 2010 01:13:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: outaTiME at refinn dot com &#187; Blog Archive &#187; onJSReady Prototype Plug-in</title>
		<link>http://www.stefanhayden.com/blog/2008/07/29/javascript-event-onjsready-fires-when-all-js-files-have-loaded/comment-page-1/#comment-49418</link>
		<dc:creator>outaTiME at refinn dot com &#187; Blog Archive &#187; onJSReady Prototype Plug-in</dc:creator>
		<pubDate>Mon, 11 Aug 2008 16:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.stefanhayden.com/blog/?p=992#comment-49418</guid>
		<description>[...] post a few days ago on parallelizing JavaScript loading and firing an event when loading is done, Stefan Hayden wrote a Prototype extension (based on onDOMReady) that makes it easy for you to execute your code when all JavaScript is [...]</description>
		<content:encoded><![CDATA[<p>[...] post a few days ago on parallelizing JavaScript loading and firing an event when loading is done, Stefan Hayden wrote a Prototype extension (based on onDOMReady) that makes it easy for you to execute your code when all JavaScript is [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Interesting Finds: 2008.07.30~2008.08.01 - gOODiDEA.NET</title>
		<link>http://www.stefanhayden.com/blog/2008/07/29/javascript-event-onjsready-fires-when-all-js-files-have-loaded/comment-page-1/#comment-49400</link>
		<dc:creator>Interesting Finds: 2008.07.30~2008.08.01 - gOODiDEA.NET</dc:creator>
		<pubDate>Thu, 31 Jul 2008 23:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.stefanhayden.com/blog/?p=992#comment-49400</guid>
		<description>[...] Javascript Event onJSReady Fires When All JS Files Have Loaded [...]</description>
		<content:encoded><![CDATA[<p>[...] Javascript Event onJSReady Fires When All JS Files Have Loaded [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: http://flesler.blogspot.com/</title>
		<link>http://www.stefanhayden.com/blog/2008/07/29/javascript-event-onjsready-fires-when-all-js-files-have-loaded/comment-page-1/#comment-49396</link>
		<dc:creator>http://flesler.blogspot.com/</dc:creator>
		<pubDate>Wed, 30 Jul 2008 20:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.stefanhayden.com/blog/?p=992#comment-49396</guid>
		<description>Hi
Your code has an error on this line:
if (js[i].readyState == \&#039;complete\&#039;) {

js[i] will always reference the last script, this is the typical catch. You can either use closures or better replace js[i] for \&#039;this\&#039;.

Cheers</description>
		<content:encoded><![CDATA[<p>Hi<br />
Your code has an error on this line:<br />
if (js[i].readyState == \&#8217;complete\&#8217;) {</p>
<p>js[i] will always reference the last script, this is the typical catch. You can either use closures or better replace js[i] for \&#8217;this\&#8217;.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajaxian &#187; onJSReady Prototype Plug-in</title>
		<link>http://www.stefanhayden.com/blog/2008/07/29/javascript-event-onjsready-fires-when-all-js-files-have-loaded/comment-page-1/#comment-49392</link>
		<dc:creator>Ajaxian &#187; onJSReady Prototype Plug-in</dc:creator>
		<pubDate>Wed, 30 Jul 2008 14:30:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.stefanhayden.com/blog/?p=992#comment-49392</guid>
		<description>[...] post a few days ago on parallelizing JavaScript loading and firing an event when loading is done, Stefan Hayden wrote a Prototype extension (based on onDOMReady) that makes it easy for you to execute your code when all JavaScript is [...]</description>
		<content:encoded><![CDATA[<p>[...] post a few days ago on parallelizing JavaScript loading and firing an event when loading is done, Stefan Hayden wrote a Prototype extension (based on onDOMReady) that makes it easy for you to execute your code when all JavaScript is [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
