<?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>Krish Manohar &#187; google.load()</title>
	<atom:link href="http://www.krishmanohar.com/tag/google-load/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.krishmanohar.com</link>
	<description>Krish Manohar Personal Blog</description>
	<lastBuildDate>Fri, 30 Sep 2011 21:12:52 +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>How to load Ajax libraries via google.load() method</title>
		<link>http://www.krishmanohar.com/2010/03/10/how-to-load-ajax-libraries-via-google-load-method/</link>
		<comments>http://www.krishmanohar.com/2010/03/10/how-to-load-ajax-libraries-via-google-load-method/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 12:50:37 +0000</pubDate>
		<dc:creator>Krish Manohar</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[dojo]]></category>
		<category><![CDATA[google.load()]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jqueryui]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[scriptaculous]]></category>
		<category><![CDATA[swfobject]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://www.krishmanohar.com/?p=17</guid>
		<description><![CDATA[How to load Ajax Libaries via google.load() method. To do so please fallow these steps: 1. In your app/website header please copy and paste: 2. Copy and paste the fallow below step 1: That is it, you should now be &#8230; <a href="http://www.krishmanohar.com/2010/03/10/how-to-load-ajax-libraries-via-google-load-method/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<pre><img class="aligncenter size-full wp-image-26" title="img_google_logo" src="http://www.krishmanohar.com/wp-content/uploads/2010/03/img_google_logo.png" alt="" width="300" height="100" />
How to load Ajax Libaries via google.load() method.

To do so please fallow these steps:

1. In your app/website header please copy and paste:
<pre class="brush: jscript; title: ; notranslate">
&lt;script src=&quot;http://www.google.com/jsapi&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
</pre>
<p>2. Copy and paste the fallow below step 1:</p>
<pre class="brush: jscript; title: ; notranslate">
&lt;script&gt;
    // Load Mootools
    google.load('mootools', '1.2.4');
    // Load jQuery
    google.load(&quot;jquery&quot;, &quot;1.4.2&quot;);
&lt;/script&gt;
</pre>
<p>That is it, you should now be able to utilize your favorite Ajax libraries.
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.krishmanohar.com/2010/03/10/how-to-load-ajax-libraries-via-google-load-method/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

