<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: JavaScript: Asynchronous Script Loading and Lazy Loading</title>
	<atom:link href="http://blog.fedecarg.com/2011/07/12/javascript-asynchronous-script-loading-and-lazy-loading/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fedecarg.com/2011/07/12/javascript-asynchronous-script-loading-and-lazy-loading/</link>
	<description>Simple is better than complex. Complex is better than complicated. &#124; @fedecarg</description>
	<lastBuildDate>Wed, 10 Apr 2013 12:52:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Daniel Demmel (@daaain)</title>
		<link>http://blog.fedecarg.com/2011/07/12/javascript-asynchronous-script-loading-and-lazy-loading/#comment-7499</link>
		<dc:creator><![CDATA[Daniel Demmel (@daaain)]]></dc:creator>
		<pubDate>Fri, 27 Jan 2012 16:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fedecarg.com/?p=2118#comment-7499</guid>
		<description><![CDATA[There&#039;s a trick which FB is doing in the code samples and can be important if you are on https:

e.src = document.location.protocol + &#039;//connect.facebook.net/en_US/all.js&#039;;

Essentially making sure that the protocol is matching the current URL&#039;s.]]></description>
		<content:encoded><![CDATA[<p>There&#8217;s a trick which FB is doing in the code samples and can be important if you are on https:</p>
<p>e.src = document.location.protocol + &#8216;//connect.facebook.net/en_US/all.js&#8217;;</p>
<p>Essentially making sure that the protocol is matching the current URL&#8217;s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Baylis</title>
		<link>http://blog.fedecarg.com/2011/07/12/javascript-asynchronous-script-loading-and-lazy-loading/#comment-7289</link>
		<dc:creator><![CDATA[Paul Baylis]]></dc:creator>
		<pubDate>Mon, 22 Aug 2011 02:46:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fedecarg.com/?p=2118#comment-7289</guid>
		<description><![CDATA[Manual, I checked out your js. Does it require that you clean up the script first, e.g. I see in your example html that you have hardcoded some script code in the, including manually breaking up the  tags etc. Doesn&#039;t your script automatically prepare the remote code?]]></description>
		<content:encoded><![CDATA[<p>Manual, I checked out your js. Does it require that you clean up the script first, e.g. I see in your example html that you have hardcoded some script code in the, including manually breaking up the  tags etc. Doesn&#8217;t your script automatically prepare the remote code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Federico</title>
		<link>http://blog.fedecarg.com/2011/07/12/javascript-asynchronous-script-loading-and-lazy-loading/#comment-7235</link>
		<dc:creator><![CDATA[Federico]]></dc:creator>
		<pubDate>Wed, 13 Jul 2011 08:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fedecarg.com/?p=2118#comment-7235</guid>
		<description><![CDATA[Thanks Manuel :)]]></description>
		<content:encoded><![CDATA[<p>Thanks Manuel :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manuel Lemos</title>
		<link>http://blog.fedecarg.com/2011/07/12/javascript-asynchronous-script-loading-and-lazy-loading/#comment-7233</link>
		<dc:creator><![CDATA[Manuel Lemos]]></dc:creator>
		<pubDate>Wed, 13 Jul 2011 01:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fedecarg.com/?p=2118#comment-7233</guid>
		<description><![CDATA[This will work only as long as the remote scripts do not use document.write to output HTML content to the current page position. Using document.write after the body is loaded will clear the current page content,

If you need to execute arbitrary JavaScript code delayed at the end of the page, you need to use better tricks. That is what the Fast Page Content Loader component does.

http://www.jsclasses.org/package/24-JavaScript-Load-remote-content-without-delaying-the-page.html]]></description>
		<content:encoded><![CDATA[<p>This will work only as long as the remote scripts do not use document.write to output HTML content to the current page position. Using document.write after the body is loaded will clear the current page content,</p>
<p>If you need to execute arbitrary JavaScript code delayed at the end of the page, you need to use better tricks. That is what the Fast Page Content Loader component does.</p>
<p><a href="http://www.jsclasses.org/package/24-JavaScript-Load-remote-content-without-delaying-the-page.html" rel="nofollow">http://www.jsclasses.org/package/24-JavaScript-Load-remote-content-without-delaying-the-page.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flyingmana</title>
		<link>http://blog.fedecarg.com/2011/07/12/javascript-asynchronous-script-loading-and-lazy-loading/#comment-7232</link>
		<dc:creator><![CDATA[Flyingmana]]></dc:creator>
		<pubDate>Wed, 13 Jul 2011 00:04:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fedecarg.com/?p=2118#comment-7232</guid>
		<description><![CDATA[And noone remembers, that script tags already support asyncronus loading on pageload. At least in some browsers.]]></description>
		<content:encoded><![CDATA[<p>And noone remembers, that script tags already support asyncronus loading on pageload. At least in some browsers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Helpful JavaScript Resources</title>
		<link>http://blog.fedecarg.com/2011/07/12/javascript-asynchronous-script-loading-and-lazy-loading/#comment-7230</link>
		<dc:creator><![CDATA[Helpful JavaScript Resources]]></dc:creator>
		<pubDate>Tue, 12 Jul 2011 21:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fedecarg.com/?p=2118#comment-7230</guid>
		<description><![CDATA[[...] Asynchronous and Lazy Loading [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Asynchronous and Lazy Loading [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
