<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BreeRadloff.com &#187; JavaScript</title>
	<atom:link href="http://www.breeradloff.com/category/articles/code/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.breeradloff.com</link>
	<description>Interactive &#38; UX Design</description>
	<lastBuildDate>Thu, 06 May 2010 03:53:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Let Google Serve Your jQuery</title>
		<link>http://www.breeradloff.com/2009/01/let-google-serve-your-jquery/</link>
		<comments>http://www.breeradloff.com/2009/01/let-google-serve-your-jquery/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 13:25:17 +0000</pubDate>
		<dc:creator>Bree</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.breeradloff.com/?p=37</guid>
		<description><![CDATA[Whether you have moved to jQuery or are using prototype.js, you can include your JS library directly from Google&#8217;s code library.
Getting your library from google gives you an awesome perk: There&#8217;s a good chance that users visiting your site have it cached because they&#8217;ve previously visited Google (or another site getting the code from google). [...]]]></description>
			<content:encoded><![CDATA[<p>Whether you have moved to jQuery or are using prototype.js, you can include your JS library directly from Google&#8217;s code library.</p>
<p>Getting your library from google gives you an awesome perk: There&#8217;s a good chance that users visiting your site have it cached because they&#8217;ve previously visited Google (or another site getting the code from google). This essentially makes it a freebie. Genius!</p>
<p>If you&#8217;re a big-shot you professional, you&#8217;ll probably want to use the extra-flexible google.load method:</p>
<p>google.load(&#8220;jquery&#8221;, &#8220;1.2.6&#8243;);</p>
<p>If you&#8217;re just interested in doing it simply, here is the path for direct inclusion:</p>
<p>http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.js</p>
<p>Read all about it at Google.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.breeradloff.com/2009/01/let-google-serve-your-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
