<?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: Letting Google Load jQuery&#8230; The Right Way</title>
	<atom:link href="http://corymathews.com/517/letting-google-load-jquery-the-right-way/feed/" rel="self" type="application/rss+xml" />
	<link>http://corymathews.com/517/letting-google-load-jquery-the-right-way/</link>
	<description>Things I should remember and then some...</description>
	<lastBuildDate>Thu, 10 Dec 2009 15:45:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Raymond Crandall</title>
		<link>http://corymathews.com/517/letting-google-load-jquery-the-right-way/comment-page-1/#comment-3100</link>
		<dc:creator>Raymond Crandall</dc:creator>
		<pubDate>Thu, 10 Dec 2009 15:45:37 +0000</pubDate>
		<guid isPermaLink="false">http://corymathews.com/?p=517#comment-3100</guid>
		<description>Directly loading the jQuery library may be faster in terms of the request speed, but if you have many requests to make in order to load your page then it would be faster to load from another domain. Some browsers limit how many requests can simultaneously be made per domain, and this increases the amount of requests that can be made.

I would always recommend using a content delivery network when possible.</description>
		<content:encoded><![CDATA[<p>Directly loading the jQuery library may be faster in terms of the request speed, but if you have many requests to make in order to load your page then it would be faster to load from another domain. Some browsers limit how many requests can simultaneously be made per domain, and this increases the amount of requests that can be made.</p>
<p>I would always recommend using a content delivery network when possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CoryMathews</title>
		<link>http://corymathews.com/517/letting-google-load-jquery-the-right-way/comment-page-1/#comment-3098</link>
		<dc:creator>CoryMathews</dc:creator>
		<pubDate>Wed, 09 Dec 2009 18:30:06 +0000</pubDate>
		<guid isPermaLink="false">http://corymathews.com/?p=517#comment-3098</guid>
		<description>@James

I am not sure how it compares, Without testing I would guess that directly loading the jquery file should be faster. Using the form you mention requires loading some google js that would then process and load the jquery. Seems like more work then just directly calling the jquery. It bet it would also delay the running of the jquery since it would not start loading until the js was run. But it may be worth a test here in the near future.</description>
		<content:encoded><![CDATA[<p>@James</p>
<p>I am not sure how it compares, Without testing I would guess that directly loading the jquery file should be faster. Using the form you mention requires loading some google js that would then process and load the jquery. Seems like more work then just directly calling the jquery. It bet it would also delay the running of the jquery since it would not start loading until the js was run. But it may be worth a test here in the near future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Heggs</title>
		<link>http://corymathews.com/517/letting-google-load-jquery-the-right-way/comment-page-1/#comment-3097</link>
		<dc:creator>James Heggs</dc:creator>
		<pubDate>Wed, 09 Dec 2009 15:36:35 +0000</pubDate>
		<guid isPermaLink="false">http://corymathews.com/?p=517#comment-3097</guid>
		<description>Hi Cory,

Would you recommend using this method over using Googles AJAX API functionality like so:



  // Load jQuery
  google.load(&quot;jquery&quot;, &quot;1.3.2&quot;);
</description>
		<content:encoded><![CDATA[<p>Hi Cory,</p>
<p>Would you recommend using this method over using Googles AJAX API functionality like so:</p>
<p>  // Load jQuery<br />
  google.load(&#8220;jquery&#8221;, &#8220;1.3.2&#8243;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention CoryMathews.com » Letting Google Load jQuery… The Right Way -- Topsy.com</title>
		<link>http://corymathews.com/517/letting-google-load-jquery-the-right-way/comment-page-1/#comment-3096</link>
		<dc:creator>Tweets that mention CoryMathews.com » Letting Google Load jQuery… The Right Way -- Topsy.com</dc:creator>
		<pubDate>Wed, 09 Dec 2009 15:31:17 +0000</pubDate>
		<guid isPermaLink="false">http://corymathews.com/?p=517#comment-3096</guid>
		<description>[...] This post was mentioned on Twitter by 3L1j4h m4nO&#124;2 and morena84, CoryMathews. CoryMathews said: Letting Google Load #jQuery… The Right Way http://bit.ly/7XmoH8 (by @CoryMathews) [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by 3L1j4h m4nO|2 and morena84, CoryMathews. CoryMathews said: Letting Google Load #jQuery… The Right Way <a href="http://bit.ly/7XmoH8" rel="nofollow">http://bit.ly/7XmoH8</a> (by @CoryMathews) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
