<?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>Overly Caffeinated &#187; jQuery</title>
	<atom:link href="http://overlycaffeinated.com/tag/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://overlycaffeinated.com</link>
	<description>Blogging about jQuery, PHP, Magento, etc.</description>
	<lastBuildDate>Sat, 17 Sep 2011 18:26:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Pre Load Your Webpage Using jQuery</title>
		<link>http://overlycaffeinated.com/2009/10/pre-load-your-webpage-using-jquery/</link>
		<comments>http://overlycaffeinated.com/2009/10/pre-load-your-webpage-using-jquery/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 19:54:43 +0000</pubDate>
		<dc:creator>joshpennington</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[preloading]]></category>

		<guid isPermaLink="false">http://www.learnjquerynow.com/2009/10/05/pre-load-your-webpage-using-jquery/</guid>
		<description><![CDATA[Preloading a webpage image is not an easy feat. Some don&#8217;t look good, others don&#8217;t really work. QueryLoader is a very quick and easy way to pre load images for your website. You can download QueryLoader from http://www.gayadesign.com/diy/queryloader-preload-your-website-in-style/. The code is incredibly simple. All you have to do is include the plugin and then place [...]]]></description>
		<wfw:commentRss>http://overlycaffeinated.com/2009/10/pre-load-your-webpage-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Your First jQuery Plugin</title>
		<link>http://overlycaffeinated.com/2009/09/create-your-first-jquery-plugin/</link>
		<comments>http://overlycaffeinated.com/2009/09/create-your-first-jquery-plugin/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 06:00:51 +0000</pubDate>
		<dc:creator>joshpennington</dc:creator>
				<category><![CDATA[application]]></category>
		<category><![CDATA[crawlers]]></category>
		<category><![CDATA[implementation]]></category>
		<category><![CDATA[javascript code]]></category>
		<category><![CDATA[javascript libraries]]></category>
		<category><![CDATA[javascript object]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[lib]]></category>
		<category><![CDATA[php file]]></category>
		<category><![CDATA[web applications]]></category>

		<guid isPermaLink="false">http://www.learnjquerynow.com/2009/09/23/create-your-first-jquery-plugin/</guid>
		<description><![CDATA[Today is a big day. Up until now we have been using other people&#8217;s plugins to improve our web applications. Today we will create our own. It will be an incredibly simple plugin, but will build a foundation for creating more advanced plugins. This plugin will require you to look at the following pages: http://www.learnjquerynow.com/lib/addresshide/1.0/addresshide.js [...]]]></description>
		<wfw:commentRss>http://overlycaffeinated.com/2009/09/create-your-first-jquery-plugin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Use jQuery To Disable Right Clicking On Your Page</title>
		<link>http://overlycaffeinated.com/2009/09/use-jquery-to-disable-right-clicking-on-your-page/</link>
		<comments>http://overlycaffeinated.com/2009/09/use-jquery-to-disable-right-clicking-on-your-page/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 08:00:09 +0000</pubDate>
		<dc:creator>joshpennington</dc:creator>
				<category><![CDATA[bind]]></category>
		<category><![CDATA[code document]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[right click]]></category>

		<guid isPermaLink="false">http://www.learnjquerynow.com/2009/09/11/use-jquery-to-disable-right-clicking-on-your-page/</guid>
		<description><![CDATA[Let me be clear about one thing before we begin. I think that doing this is obnoxious. If you really think you can achieve something by stopping right clicking, you are wrong. If someone wants to get to something on the right click, they will find a way around it. Having said that, jQuery makes [...]]]></description>
		<wfw:commentRss>http://overlycaffeinated.com/2009/09/use-jquery-to-disable-right-clicking-on-your-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use jQuery To Determine Your Page Load Time</title>
		<link>http://overlycaffeinated.com/2009/09/use-jquery-to-determine-your-page-load-time/</link>
		<comments>http://overlycaffeinated.com/2009/09/use-jquery-to-determine-your-page-load-time/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 06:00:41 +0000</pubDate>
		<dc:creator>joshpennington</dc:creator>
				<category><![CDATA[diagnostic tool]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[page load time]]></category>
		<category><![CDATA[page loads]]></category>
		<category><![CDATA[top and bottom]]></category>
		<category><![CDATA[web developer]]></category>

		<guid isPermaLink="false">http://www.learnjquerynow.com/2009/09/11/use-jquery-to-determine-your-page-load-time/</guid>
		<description><![CDATA[Any serious web developer has had to deal with determining page load time. No other issue is as important as how fast a page loads. You can have an amazing site, but if it takes too long to load, your users (or customers) will not wait around for your site to load. One good diagnostic [...]]]></description>
		<wfw:commentRss>http://overlycaffeinated.com/2009/09/use-jquery-to-determine-your-page-load-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use jQuery To Detect What Browser Your Users Are Using</title>
		<link>http://overlycaffeinated.com/2009/09/use-jquery-to-detect-what-browser-your-users-are-using/</link>
		<comments>http://overlycaffeinated.com/2009/09/use-jquery-to-detect-what-browser-your-users-are-using/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 08:00:41 +0000</pubDate>
		<dc:creator>joshpennington</dc:creator>
				<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[mozilla browser]]></category>
		<category><![CDATA[msie browser]]></category>
		<category><![CDATA[nbsp]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[version 6]]></category>

		<guid isPermaLink="false">http://www.learnjquerynow.com/?p=174</guid>
		<description><![CDATA[jQuery has the ability to identify what browser your users are using to visit your site.  It may be more useful to use CSS conditional comments to detect a browser, jQuery makes it very easy: if( $.browser.safari ) { &#160;&#160;alert('You are using Safari'); } else if( $.browser.msie &#038;&#038; $.browser.version > 6 ) { &#160;&#160;alert('You are [...]]]></description>
		<wfw:commentRss>http://overlycaffeinated.com/2009/09/use-jquery-to-detect-what-browser-your-users-are-using/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Put Your Twitter Feed On Your Website Using jQuery</title>
		<link>http://overlycaffeinated.com/2009/09/put-your-twitter-feed-on-your-website-using-jquery/</link>
		<comments>http://overlycaffeinated.com/2009/09/put-your-twitter-feed-on-your-website-using-jquery/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 06:00:01 +0000</pubDate>
		<dc:creator>joshpennington</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[div id]]></category>
		<category><![CDATA[div tag]]></category>
		<category><![CDATA[followers]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[libs]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[nbsp]]></category>
		<category><![CDATA[script type]]></category>
		<category><![CDATA[share thoughts]]></category>
		<category><![CDATA[text javascript]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.learnjquerynow.com/2009/09/10/put-your-twitter-feed-on-your-website-using-jquery/</guid>
		<description><![CDATA[Twitter has become an amazing way to share thoughts, ideas, and information (not to mention what you are actually doing). Displaying your Twitter feed on your website is a great way to promote your Twitter to increase your followers. Luckily you can do this very easily in jQuery with the Tweetable plug in. It is [...]]]></description>
		<wfw:commentRss>http://overlycaffeinated.com/2009/09/put-your-twitter-feed-on-your-website-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Save Your Bandwidth! Let Google Host Your jQuery Library</title>
		<link>http://overlycaffeinated.com/2009/09/save-your-bandwidth-let-google-host-your-jquery-library/</link>
		<comments>http://overlycaffeinated.com/2009/09/save-your-bandwidth-let-google-host-your-jquery-library/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 08:00:57 +0000</pubDate>
		<dc:creator>joshpennington</dc:creator>
				<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hosting solution]]></category>
		<category><![CDATA[javascript libraries]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[s library]]></category>

		<guid isPermaLink="false">http://www.learnjquerynow.com/2009/09/09/save-your-bandwidth-let-google-host-your-jquery-library/</guid>
		<description><![CDATA[It may not be widely known, but Google has been hosting several JavaScript libraries on Google Code and jQuery is one of those libraries. This has a few different advantages to allowing Google to host this file for you including: It is hosted on Google.  Your bandwidth is not taken up by loading the library [...]]]></description>
		<wfw:commentRss>http://overlycaffeinated.com/2009/09/save-your-bandwidth-let-google-host-your-jquery-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Cheat Sheet</title>
		<link>http://overlycaffeinated.com/2009/09/jquery-cheat-sheet/</link>
		<comments>http://overlycaffeinated.com/2009/09/jquery-cheat-sheet/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 06:00:43 +0000</pubDate>
		<dc:creator>joshpennington</dc:creator>
				<category><![CDATA[cheat sheet]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.learnjquerynow.com/2009/09/09/jquery-cheat-sheet/</guid>
		<description><![CDATA[We know that we can&#8217;t all know everything about jQuery so it is nice to have a good cheat sheet available to tell us just enough to remind us how a certain function works or how to do something new. Well there is a cheat sheet out there that is available from: http://oscarotero.com/jquery/ui.html]]></description>
		<wfw:commentRss>http://overlycaffeinated.com/2009/09/jquery-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Introduction to Ajax Using jQuery</title>
		<link>http://overlycaffeinated.com/2009/09/an-introduction-to-ajax-using-jquery/</link>
		<comments>http://overlycaffeinated.com/2009/09/an-introduction-to-ajax-using-jquery/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 06:00:19 +0000</pubDate>
		<dc:creator>joshpennington</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[hash]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.learnjquerynow.com/?p=147</guid>
		<description><![CDATA[Today I will take you through a very basic Ajax example using jQuery. Usually Ajax can be cumbersome to use, but with jQuery it is very simple. You can view the example from: http://www.learnjquerynow.com/demos/basic_ajax.php. I suggest that you view the source so you can see what the Ajax is doing. The example will take the [...]]]></description>
		<wfw:commentRss>http://overlycaffeinated.com/2009/09/an-introduction-to-ajax-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An overview of Ajax</title>
		<link>http://overlycaffeinated.com/2009/09/an-overview-of-ajax/</link>
		<comments>http://overlycaffeinated.com/2009/09/an-overview-of-ajax/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 06:01:01 +0000</pubDate>
		<dc:creator>joshpennington</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[xmlhttprequest]]></category>

		<guid isPermaLink="false">http://www.learnjquerynow.com/?p=134</guid>
		<description><![CDATA[Today we will give a high level overview of Ajax. Ajax stands for Asynchronous JavaScript And XML. What it allows you to do is by utilizing JavaScript you can update parts of a webpage without having to reload the entire page. Once you know what Ajax is, you will find that you see it being [...]]]></description>
		<wfw:commentRss>http://overlycaffeinated.com/2009/09/an-overview-of-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

