<?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: Load only the jQuery plugins you need, when you need them</title>
	<atom:link href="http://henrytapia.com/archives/2008/04/22/load-only-the-jquery-plugins-you-need-when-you-need-them/feed/" rel="self" type="application/rss+xml" />
	<link>http://henrytapia.com/archives/2008/04/22/load-only-the-jquery-plugins-you-need-when-you-need-them/</link>
	<description>User experience design - Experience and design thinking</description>
	<lastBuildDate>Mon, 04 Oct 2010 08:37:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: hank</title>
		<link>http://henrytapia.com/archives/2008/04/22/load-only-the-jquery-plugins-you-need-when-you-need-them/comment-page-1/#comment-89144</link>
		<dc:creator>hank</dc:creator>
		<pubDate>Tue, 28 Sep 2010 04:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.henrytapia.com/archives/2008/04/22/load-only-the-jquery-plugins-you-need-when-you-need-them/#comment-89144</guid>
		<description>Yeah that sounds slightly better, though I hope the whole problem has a more graceful solution than just putting a delay on dependent functions. 

Thanks for that workaround (though your link doesn&#039;t seem to work for me).</description>
		<content:encoded><![CDATA[<p>Yeah that sounds slightly better, though I hope the whole problem has a more graceful solution than just putting a delay on dependent functions. </p>
<p>Thanks for that workaround (though your link doesn&#8217;t seem to work for me).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xavier dutoit</title>
		<link>http://henrytapia.com/archives/2008/04/22/load-only-the-jquery-plugins-you-need-when-you-need-them/comment-page-1/#comment-89101</link>
		<dc:creator>xavier dutoit</dc:creator>
		<pubDate>Sun, 26 Sep 2010 16:40:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.henrytapia.com/archives/2008/04/22/load-only-the-jquery-plugins-you-need-when-you-need-them/#comment-89101</guid>
		<description>I wanted to solve two problems: the 200ms might still not be enough depending of the plugin, and I wanted to avoid to force visitors to wait 200ms if the function is already available

Instead of putting the setTimeout in the callback, I put it on a separate function that contains the init code for the plugin

http://free.of.charge.and.unasked.eu/lazy_loading_a_jquery_plugin</description>
		<content:encoded><![CDATA[<p>I wanted to solve two problems: the 200ms might still not be enough depending of the plugin, and I wanted to avoid to force visitors to wait 200ms if the function is already available</p>
<p>Instead of putting the setTimeout in the callback, I put it on a separate function that contains the init code for the plugin</p>
<p><a href="http://free.of.charge.and.unasked.eu/lazy_loading_a_jquery_plugin" rel="nofollow">http://free.of.charge.and.unasked.eu/lazy_loading_a_jquery_plugin</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hiren Mansuriya</title>
		<link>http://henrytapia.com/archives/2008/04/22/load-only-the-jquery-plugins-you-need-when-you-need-them/comment-page-1/#comment-78138</link>
		<dc:creator>Hiren Mansuriya</dc:creator>
		<pubDate>Fri, 22 Jan 2010 11:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.henrytapia.com/archives/2008/04/22/load-only-the-jquery-plugins-you-need-when-you-need-them/#comment-78138</guid>
		<description>Thanks man.. It is really helpful...</description>
		<content:encoded><![CDATA[<p>Thanks man.. It is really helpful&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: www.scnewmedia.net Refresh! &#171; Sunshine Coast New Media Website &#38; Graphic Design Blog</title>
		<link>http://henrytapia.com/archives/2008/04/22/load-only-the-jquery-plugins-you-need-when-you-need-them/comment-page-1/#comment-71370</link>
		<dc:creator>www.scnewmedia.net Refresh! &#171; Sunshine Coast New Media Website &#38; Graphic Design Blog</dc:creator>
		<pubDate>Thu, 17 Sep 2009 11:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.henrytapia.com/archives/2008/04/22/load-only-the-jquery-plugins-you-need-when-you-need-them/#comment-71370</guid>
		<description>[...] Our newest website incarnation is also undergoing a technical overhaul, with our developer making use of nifty jQuery techniques, such as only loading plugins when required using $.getScript() (http://www.henrytapia.com/archives/2008/04/22/load-only-the-jquery-plugins-you-need-when-you-need-them/). [...]</description>
		<content:encoded><![CDATA[<p>[...] Our newest website incarnation is also undergoing a technical overhaul, with our developer making use of nifty jQuery techniques, such as only loading plugins when required using $.getScript() (<a href="http://www.henrytapia.com/archives/2008/04/22/load-only-the-jquery-plugins-you-need-when-you-need-them/" rel="nofollow">http://www.henrytapia.com/archives/2008/04/22/load-only-the-jquery-plugins-you-need-when-you-need-them/</a>). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hank</title>
		<link>http://henrytapia.com/archives/2008/04/22/load-only-the-jquery-plugins-you-need-when-you-need-them/comment-page-1/#comment-60477</link>
		<dc:creator>hank</dc:creator>
		<pubDate>Thu, 26 Feb 2009 22:37:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.henrytapia.com/archives/2008/04/22/load-only-the-jquery-plugins-you-need-when-you-need-them/#comment-60477</guid>
		<description>Great, glad it was helpful for somebody. :)
Thanks for stopping by.</description>
		<content:encoded><![CDATA[<p>Great, glad it was helpful for somebody. :)<br />
Thanks for stopping by.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Georg</title>
		<link>http://henrytapia.com/archives/2008/04/22/load-only-the-jquery-plugins-you-need-when-you-need-them/comment-page-1/#comment-60461</link>
		<dc:creator>Georg</dc:creator>
		<pubDate>Thu, 26 Feb 2009 17:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.henrytapia.com/archives/2008/04/22/load-only-the-jquery-plugins-you-need-when-you-need-them/#comment-60461</guid>
		<description>You really saved my day.
Everytime you try to call a function to an element that does not exist with Query, Firebug reports a &quot;F is not defined&quot; error. Using your function in a slightly different way, i can avoid this error. Many thanks for sharing!</description>
		<content:encoded><![CDATA[<p>You really saved my day.<br />
Everytime you try to call a function to an element that does not exist with Query, Firebug reports a &#8220;F is not defined&#8221; error. Using your function in a slightly different way, i can avoid this error. Many thanks for sharing!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

