<?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; web application</title>
	<atom:link href="http://overlycaffeinated.com/tag/web-application/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>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>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>Introduction To jQuery Events</title>
		<link>http://overlycaffeinated.com/2009/08/introduction-to-jquery-events/</link>
		<comments>http://overlycaffeinated.com/2009/08/introduction-to-jquery-events/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 13:00:35 +0000</pubDate>
		<dc:creator>joshpennington</dc:creator>
				<category><![CDATA[event]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[mouse click]]></category>
		<category><![CDATA[mouse move]]></category>
		<category><![CDATA[web application]]></category>

		<guid isPermaLink="false">http://www.learnjquerynow.com/?p=125</guid>
		<description><![CDATA[One of the best features of jQuery is the way it handles events. In jQuery you can code many different types of events that you can not usually available through traditional HTML and JavaScript. Today we will examine a few of the different events and how they can be used to help make your application [...]]]></description>
		<wfw:commentRss>http://overlycaffeinated.com/2009/08/introduction-to-jquery-events/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Date Picker Series</title>
		<link>http://overlycaffeinated.com/2009/08/jquery-date-picker-series/</link>
		<comments>http://overlycaffeinated.com/2009/08/jquery-date-picker-series/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 13:00:55 +0000</pubDate>
		<dc:creator>joshpennington</dc:creator>
				<category><![CDATA[date picker]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[web application]]></category>

		<guid isPermaLink="false">http://www.learnjquerynow.com/2009/08/24/jquery-date-picker-series/</guid>
		<description><![CDATA[Choosing a date can be a very important function of any web application. However, there are not a lot of good ways to choose a date, or a series of dates for that manner. Some people have chosen to create a series of select input blocks in order to choose a date or series of [...]]]></description>
		<wfw:commentRss>http://overlycaffeinated.com/2009/08/jquery-date-picker-series/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

