<?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; ajax</title>
	<atom:link href="http://overlycaffeinated.com/tag/ajax/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>One Way To Fix Add to Cart Being Slow In Magento</title>
		<link>http://overlycaffeinated.com/2011/09/one-way-to-fix-add-to-cart-being-slow-in-magento/</link>
		<comments>http://overlycaffeinated.com/2011/09/one-way-to-fix-add-to-cart-being-slow-in-magento/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 21:39:17 +0000</pubDate>
		<dc:creator>joshpennington</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[Cart]]></category>
		<category><![CDATA[code samples]]></category>
		<category><![CDATA[issue]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[timeout]]></category>
		<category><![CDATA[ugly head]]></category>
		<category><![CDATA[working person]]></category>

		<guid isPermaLink="false">http://overlycaffeinated.com/?p=387</guid>
		<description><![CDATA[Please Note: This post is more of an anecdotal post as opposed to a tutorial. There are no code samples and the actual code that I discuss may not be 100% accurate as I am typing this at the end of a 12 hour work day. I wanted to get this story out so if there are [...]]]></description>
		<wfw:commentRss>http://overlycaffeinated.com/2011/09/one-way-to-fix-add-to-cart-being-slow-in-magento/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Basic Form Validation Using The jQuery Validation Plugin</title>
		<link>http://overlycaffeinated.com/2009/09/basic-form-validation-using-the-jquery-validation-plugin/</link>
		<comments>http://overlycaffeinated.com/2009/09/basic-form-validation-using-the-jquery-validation-plugin/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 06:00:38 +0000</pubDate>
		<dc:creator>joshpennington</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[attribute]]></category>
		<category><![CDATA[attribute specifies that]]></category>
		<category><![CDATA[attributes]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[element]]></category>
		<category><![CDATA[email address]]></category>
		<category><![CDATA[email addresses]]></category>
		<category><![CDATA[email value]]></category>
		<category><![CDATA[form validation]]></category>
		<category><![CDATA[input elements]]></category>
		<category><![CDATA[input field]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[numerical value]]></category>
		<category><![CDATA[phone numbers]]></category>
		<category><![CDATA[plug ins]]></category>
		<category><![CDATA[quantity field]]></category>
		<category><![CDATA[url value]]></category>
		<category><![CDATA[validation rules]]></category>
		<category><![CDATA[web application]]></category>

		<guid isPermaLink="false">http://www.learnjquerynow.com/?p=177</guid>
		<description><![CDATA[Form validation is a very important part of any web application. You have to make sure that your users are going to enter a numerical value when they put data into a quantity field (You don&#8217;t want them to enter &#8220;one&#8221; into a quantity field, unless of course you want to try and handle that [...]]]></description>
		<wfw:commentRss>http://overlycaffeinated.com/2009/09/basic-form-validation-using-the-jquery-validation-plugin/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>Advanced jQuery Ajax Options</title>
		<link>http://overlycaffeinated.com/2009/09/advanced-jquery-ajax-options/</link>
		<comments>http://overlycaffeinated.com/2009/09/advanced-jquery-ajax-options/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 06:00:26 +0000</pubDate>
		<dc:creator>joshpennington</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[boolean]]></category>
		<category><![CDATA[content type]]></category>
		<category><![CDATA[custom headers]]></category>
		<category><![CDATA[form processing]]></category>
		<category><![CDATA[iterations]]></category>
		<category><![CDATA[parameter set]]></category>
		<category><![CDATA[personal choice]]></category>
		<category><![CDATA[query string]]></category>
		<category><![CDATA[raw result]]></category>
		<category><![CDATA[raw text]]></category>
		<category><![CDATA[request data]]></category>
		<category><![CDATA[server cache]]></category>
		<category><![CDATA[string format]]></category>
		<category><![CDATA[two ways]]></category>
		<category><![CDATA[validation]]></category>
		<category><![CDATA[web application]]></category>
		<category><![CDATA[what this means]]></category>
		<category><![CDATA[xmlhttprequest object]]></category>

		<guid isPermaLink="false">http://www.learnjquerynow.com/?p=152</guid>
		<description><![CDATA[Yesterday we discussed how you can use jQuery as an Ajax library for your web application. The discussion only covered the most basic options to make the Ajax work. There are many more options available to modify how the Ajax behaves. Today we will discuss those options. async: boolean &#8211; If you do not set [...]]]></description>
		<wfw:commentRss>http://overlycaffeinated.com/2009/09/advanced-jquery-ajax-options/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>
		<item>
		<title>This Week: Ajax with jQuery and a complete application example</title>
		<link>http://overlycaffeinated.com/2009/08/this-week-ajax-with-jquery-and-a-complete-application-example/</link>
		<comments>http://overlycaffeinated.com/2009/08/this-week-ajax-with-jquery-and-a-complete-application-example/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 13:00:10 +0000</pubDate>
		<dc:creator>joshpennington</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.learnjquerynow.com/2009/08/31/this-week-ajax-with-jquery-and-a-complete-application-example/</guid>
		<description><![CDATA[This week, will not have as much of a theme as we usually try to stick to. This week, we will be utilizing jQuery to create a very basic but useful application. We will also begin discussion about Ajax and how you can use jQuery to streamline the process to make your application work more [...]]]></description>
		<wfw:commentRss>http://overlycaffeinated.com/2009/08/this-week-ajax-with-jquery-and-a-complete-application-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

