<?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>WordPress World &#187; Google</title>
	<atom:link href="http://www.wordpressworld.net/tag/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wordpressworld.net</link>
	<description>Useful resources for bloggers</description>
	<lastBuildDate>Thu, 25 Feb 2010 13:53:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Include jQuery from Google in WordPress</title>
		<link>http://www.wordpressworld.net/wordpress-optimization/jquery-from-google-in-wordpress/</link>
		<comments>http://www.wordpressworld.net/wordpress-optimization/jquery-from-google-in-wordpress/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 18:08:59 +0000</pubDate>
		<dc:creator>Tiziano</dc:creator>
				<category><![CDATA[WordPress Optimization]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.wordpressworld.net/?p=51</guid>
		<description><![CDATA[If you want to use jQuery JavaScript library in your WordPress theme, the best choice is to load the version hosted on Google servers instead of the local one shipped by default with WordPress. To load jQuery from Google you have to edit the functions.php file of your theme adding these lines of code: if( [...]<p><a href="http://www.wordpressworld.net/wordpress-optimization/jquery-from-google-in-wordpress/">Include jQuery from Google in WordPress</a> is a post from: <a href="http://www.wordpressworld.net">WordPress World</a></p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>If you want to use <a href="http://jquery.com/">jQuery JavaScript library</a> in your WordPress theme, the best choice is to load the <a href="http://code.google.com/intl/en/apis/ajaxlibs/documentation/#jquery">version hosted on Google servers</a> instead of the local one shipped by default with WordPress.</p>
<p>To load jQuery from Google you have to edit the <em>functions.php</em> file of your theme adding these lines of code:</p>
<pre class="brush: php;">
if( !is_admin()){
   wp_deregister_script('jquery');
   wp_register_script('jquery', (&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js&quot;), false, '1.3.2');
   wp_enqueue_script('jquery');
}
</pre>
<p><a href="http://www.wordpressworld.net/wordpress-optimization/jquery-from-google-in-wordpress/">Include jQuery from Google in WordPress</a> is a post from: <a href="http://www.wordpressworld.net">WordPress World</a></p>
<div class="shr-publisher-51"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.wordpressworld.net%2Fwordpress-optimization%2Fjquery-from-google-in-wordpress%2F' data-shr_title='Include+jQuery+from+Google+in+WordPress'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.wordpressworld.net/wordpress-optimization/jquery-from-google-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

