<?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: jQuery UI now in Google&#8217;s AJAX Libraries API</title>
	<atom:link href="http://rdworth.org/blog/2008/08/jquery-ui-now-in-googles-ajax-libraries-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://rdworth.org/blog/2008/08/jquery-ui-now-in-googles-ajax-libraries-api/</link>
	<description>Richard D. Worth's tech blog</description>
	<lastBuildDate>Mon, 09 Aug 2010 10:24:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Richard D. Worth</title>
		<link>http://rdworth.org/blog/2008/08/jquery-ui-now-in-googles-ajax-libraries-api/comment-page-1/#comment-2345</link>
		<dc:creator>Richard D. Worth</dc:creator>
		<pubDate>Mon, 09 Aug 2010 10:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://rdworth.org/blog/?p=21#comment-2345</guid>
		<description>An API key is needed to use the google loader. Not needed if you just use a url directly.</description>
		<content:encoded><![CDATA[<p>An API key is needed to use the google loader. Not needed if you just use a url directly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan Carroll</title>
		<link>http://rdworth.org/blog/2008/08/jquery-ui-now-in-googles-ajax-libraries-api/comment-page-1/#comment-2103</link>
		<dc:creator>Evan Carroll</dc:creator>
		<pubDate>Wed, 30 Jun 2010 22:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://rdworth.org/blog/?p=21#comment-2103</guid>
		<description>I think an API key is now required for even loading jQuery stuff.</description>
		<content:encoded><![CDATA[<p>I think an API key is now required for even loading jQuery stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard D. Worth</title>
		<link>http://rdworth.org/blog/2008/08/jquery-ui-now-in-googles-ajax-libraries-api/comment-page-1/#comment-979</link>
		<dc:creator>Richard D. Worth</dc:creator>
		<pubDate>Wed, 20 Jan 2010 20:25:25 +0000</pubDate>
		<guid isPermaLink="false">http://rdworth.org/blog/?p=21#comment-979</guid>
		<description>@Elijah Manor: They UI theme files are now on the CDN. See links on http://jqueryui.com/development, bottom right</description>
		<content:encoded><![CDATA[<p>@Elijah Manor: They UI theme files are now on the CDN. See links on <a href="http://jqueryui.com/development" rel="nofollow">http://jqueryui.com/development</a>, bottom right</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elijah Manor</title>
		<link>http://rdworth.org/blog/2008/08/jquery-ui-now-in-googles-ajax-libraries-api/comment-page-1/#comment-586</link>
		<dc:creator>Elijah Manor</dc:creator>
		<pubDate>Thu, 10 Sep 2009 17:57:47 +0000</pubDate>
		<guid isPermaLink="false">http://rdworth.org/blog/?p=21#comment-586</guid>
		<description>Will the jQuery UI theme css files get hosted on the CDN as well? Maybe the standard ones, obviously not the custom ones you can setup. That would be really nice,.</description>
		<content:encoded><![CDATA[<p>Will the jQuery UI theme css files get hosted on the CDN as well? Maybe the standard ones, obviously not the custom ones you can setup. That would be really nice,.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://rdworth.org/blog/2008/08/jquery-ui-now-in-googles-ajax-libraries-api/comment-page-1/#comment-559</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 04 Aug 2009 11:56:24 +0000</pubDate>
		<guid isPermaLink="false">http://rdworth.org/blog/?p=21#comment-559</guid>
		<description>what about the themes?
i guess now it uses the default theme, is there any possibility to use another (like &quot;Dark Hive&quot;)?

regards</description>
		<content:encoded><![CDATA[<p>what about the themes?<br />
i guess now it uses the default theme, is there any possibility to use another (like &#8220;Dark Hive&#8221;)?</p>
<p>regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard D. Worth</title>
		<link>http://rdworth.org/blog/2008/08/jquery-ui-now-in-googles-ajax-libraries-api/comment-page-1/#comment-480</link>
		<dc:creator>Richard D. Worth</dc:creator>
		<pubDate>Thu, 02 Jul 2009 08:34:41 +0000</pubDate>
		<guid isPermaLink="false">http://rdworth.org/blog/?p=21#comment-480</guid>
		<description>@Brinley Ang:

Actually, you can do a wild card by directly including the js file. If you want the latest 1.7 release, just use 

http://ajax.googleapis.com/ajax/libs/jqueryui/1.7/jquery-ui.min.js

instead of

http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js

and it will always get the latest 1.7.X release. You can even do

http://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js

to get the latest 1.X release. The tradeoff is google will set the expires header to something like 1 hour instead of 1 year.</description>
		<content:encoded><![CDATA[<p>@Brinley Ang:</p>
<p>Actually, you can do a wild card by directly including the js file. If you want the latest 1.7 release, just use </p>
<p><a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7/jquery-ui.min.js" rel="nofollow">http://ajax.googleapis.com/ajax/libs/jqueryui/1.7/jquery-ui.min.js</a></p>
<p>instead of</p>
<p><a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js" rel="nofollow">http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js</a></p>
<p>and it will always get the latest 1.7.X release. You can even do</p>
<p><a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js" rel="nofollow">http://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js</a></p>
<p>to get the latest 1.X release. The tradeoff is google will set the expires header to something like 1 hour instead of 1 year.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brinley Ang</title>
		<link>http://rdworth.org/blog/2008/08/jquery-ui-now-in-googles-ajax-libraries-api/comment-page-1/#comment-323</link>
		<dc:creator>Brinley Ang</dc:creator>
		<pubDate>Fri, 03 Oct 2008 01:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://rdworth.org/blog/?p=21#comment-323</guid>
		<description>I like how Google allows the you to load the latest version via their google.load() release versioning wild card. Cant do that by directly including the js file though.</description>
		<content:encoded><![CDATA[<p>I like how Google allows the you to load the latest version via their google.load() release versioning wild card. Cant do that by directly including the js file though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard D. Worth</title>
		<link>http://rdworth.org/blog/2008/08/jquery-ui-now-in-googles-ajax-libraries-api/comment-page-1/#comment-286</link>
		<dc:creator>Richard D. Worth</dc:creator>
		<pubDate>Wed, 13 Aug 2008 14:33:42 +0000</pubDate>
		<guid isPermaLink="false">http://rdworth.org/blog/?p=21#comment-286</guid>
		<description>No API key needed. See http://code.google.com/apis/ajaxlibs/ for an example.

Also, you can include the js file directly in a script tag (as I showed above), if that suits you.</description>
		<content:encoded><![CDATA[<p>No API key needed. See <a href="http://code.google.com/apis/ajaxlibs/" rel="nofollow">http://code.google.com/apis/ajaxlibs/</a> for an example.</p>
<p>Also, you can include the js file directly in a script tag (as I showed above), if that suits you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ty</title>
		<link>http://rdworth.org/blog/2008/08/jquery-ui-now-in-googles-ajax-libraries-api/comment-page-1/#comment-285</link>
		<dc:creator>Ty</dc:creator>
		<pubDate>Wed, 13 Aug 2008 13:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://rdworth.org/blog/?p=21#comment-285</guid>
		<description>Refresh my memory, is an API key required to use the AJAX libraries. not very practical for developers who work on multiple sites, if so?</description>
		<content:encoded><![CDATA[<p>Refresh my memory, is an API key required to use the AJAX libraries. not very practical for developers who work on multiple sites, if so?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
