<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Lonelycamel&#039;s Blog</title>
	<atom:link href="http://lonelycamel.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lonelycamel.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Tue, 20 Oct 2009 06:54:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='lonelycamel.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Lonelycamel&#039;s Blog</title>
		<link>http://lonelycamel.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://lonelycamel.wordpress.com/osd.xml" title="Lonelycamel&#039;s Blog" />
	<atom:link rel='hub' href='http://lonelycamel.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Installing JQuery using Google Code</title>
		<link>http://lonelycamel.wordpress.com/2009/10/18/installing-jquery/</link>
		<comments>http://lonelycamel.wordpress.com/2009/10/18/installing-jquery/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 03:17:05 +0000</pubDate>
		<dc:creator>lonelycamel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lonelycamel.wordpress.com/?p=9</guid>
		<description><![CDATA[<h3>There are two ways to install jquery: </h3><ol>
  <li>Go to the jquery website <a href="http://jquery.com/">jquery.com</a> and download the latest stable release, This is the best method for when you are developing your website (Unless you can all ways guarrantee that you will have a live internet connection).</li>
  <li>or you can grab the very latest version straight from googles servers. I would propose this as the method to use for your live website.</li>
  
</ol><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lonelycamel.wordpress.com&amp;blog=9987289&amp;post=9&amp;subd=lonelycamel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>There are two ways to install jquery: </h3>
<ol>
<li>Go to the jquery website <a href="http://jquery.com/">jquery.com</a> and download the latest stable release, This is the best method for when you are developing your website (Unless you can all ways guarrantee that you will have a live internet connection).</li>
<li>or you can grab the very latest version straight from googles servers. I would propose this as the method to use for your live website.</li>
</ol>
<p>Simply copy the code below into the head area of you html page.</p>
<ol>
<li>&lt;script src=&#8221;http://www.google.com/jsapi&#8221; type=&#8221;text/javascript&#8221;&gt;&lt;/script&gt;</li>
<li>&lt;script type=&#8221;text/javascript&#8221;&gt;</li>
<li><span class="spanIndentOne">// &lt;![CDATA[</span></li>
<li><span class="spanIndentOne">google.load("jquery", "1.3.2");</span></li>
<li><span class="spanIndentTwo">google.setOnLoadCallback(function() {</span></li>
<li><span class="spanIndentThree">// Place your jquery span here.</span></li>
<li><span class="spanIndentTwo">});</span></li>
<li><span class="spanIndentOne">// ]]&gt;</span></li>
<li>&lt;/script&gt;</li>
</ol>
<p>Please note: this approach differs slightly from the usual way jquery is loaded into a webpage that you will find in 99.999% of all tutorials. Usually the very first line on a jquery script is:</p>
<p><code>
<ol>
<li>$(document).ready(function() {</li>
<li>// The DOM is loaded now do stuff.</li>
<li>$("a").click(function() {</li>
<li>alert("Hello world!");</li>
<li>});</li>
<li>});</li>
</ol>
<p></code></p>
<p>Instead the Google code menthod it is:</p>
<p><code></p>
<ol>
<li>google.setOnLoadCallback(function() {</li>
<li>// The DOM is loaded now do stuff.</li>
<li>$("a").click(function() {</li>
<li>alert("Hello world!");</li>
<li>});</li>
<li>})</li>
</ol>
<p></code></p>
<p>You can visit googles page for further information of which librarys and versions are currently supported by following <a title="Google code - jquery library link and versions supported" href="http://code.google.com/apis/ajaxlibs/documentation/#jquery">this link</a></p>
<p><span id="more-9"></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lonelycamel.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lonelycamel.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lonelycamel.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lonelycamel.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lonelycamel.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lonelycamel.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lonelycamel.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lonelycamel.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lonelycamel.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lonelycamel.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lonelycamel.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lonelycamel.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lonelycamel.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lonelycamel.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lonelycamel.wordpress.com&amp;blog=9987289&amp;post=9&amp;subd=lonelycamel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lonelycamel.wordpress.com/2009/10/18/installing-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/79db48535d7b046906f6dd338dbbbc31?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lonelycamel</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://lonelycamel.wordpress.com/2009/10/18/hello-world/</link>
		<comments>http://lonelycamel.wordpress.com/2009/10/18/hello-world/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 01:46:29 +0000</pubDate>
		<dc:creator>lonelycamel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lonelycamel.wordpress.com&amp;blog=9987289&amp;post=1&amp;subd=lonelycamel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lonelycamel.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lonelycamel.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lonelycamel.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lonelycamel.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lonelycamel.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lonelycamel.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lonelycamel.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lonelycamel.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lonelycamel.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lonelycamel.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lonelycamel.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lonelycamel.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lonelycamel.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lonelycamel.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lonelycamel.wordpress.com&amp;blog=9987289&amp;post=1&amp;subd=lonelycamel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lonelycamel.wordpress.com/2009/10/18/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/79db48535d7b046906f6dd338dbbbc31?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lonelycamel</media:title>
		</media:content>
	</item>
	</channel>
</rss>
