<?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; application</title>
	<atom:link href="http://overlycaffeinated.com/tag/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>Connecting To A mySQL Database Using PHP</title>
		<link>http://overlycaffeinated.com/2009/10/connecting-to-a-mysql-database-using-php/</link>
		<comments>http://overlycaffeinated.com/2009/10/connecting-to-a-mysql-database-using-php/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 19:41:10 +0000</pubDate>
		<dc:creator>joshpennington</dc:creator>
				<category><![CDATA[Learn PHP Now]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[call]]></category>
		<category><![CDATA[Connecting]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[database server]]></category>
		<category><![CDATA[mysql functions]]></category>
		<category><![CDATA[php application]]></category>
		<category><![CDATA[php applications]]></category>
		<category><![CDATA[resource]]></category>
		<category><![CDATA[server username]]></category>

		<guid isPermaLink="false">http://www.learnphpnow.com/?p=66</guid>
		<description><![CDATA[Connecting to a mySQL database is a very important part of any PHP application. mySQL has become an integral part of many PHP applications since it is also free to use. Connecting to a mySQL database only requires a single function call. &#60;? $resource = mysql_connect( $server, $username, $password ); ?&#62; $resource &#8211; The variable [...]]]></description>
		<wfw:commentRss>http://overlycaffeinated.com/2009/10/connecting-to-a-mysql-database-using-php/feed/</wfw:commentRss>
		<slash:comments>1</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>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>jQTouch &#8211; Building iPhone Web Applications without the Apple SDK</title>
		<link>http://overlycaffeinated.com/2009/09/jqtouch-building-iphone-web-applications-without-the-apple-sdk/</link>
		<comments>http://overlycaffeinated.com/2009/09/jqtouch-building-iphone-web-applications-without-the-apple-sdk/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 22:42:10 +0000</pubDate>
		<dc:creator>joshpennington</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[apple iphone]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[application check]]></category>
		<category><![CDATA[clock application]]></category>
		<category><![CDATA[development tools]]></category>
		<category><![CDATA[functional web]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mail application]]></category>
		<category><![CDATA[mobile devices]]></category>
		<category><![CDATA[mobile platforms]]></category>
		<category><![CDATA[palm]]></category>
		<category><![CDATA[safari web browser]]></category>
		<category><![CDATA[smart phone]]></category>
		<category><![CDATA[web applications]]></category>

		<guid isPermaLink="false">http://www.learnjquerynow.com/?p=160</guid>
		<description><![CDATA[Let&#8217;s face it. The Apple iPhone is a huge success. It is the smart phone of choice for over ten million people worldwide. Despite the fact that the iPhone comes with the Safari Web Browser that renders the web flawlessly, there is still a very large need for dedicated web based applications for the iPhone. [...]]]></description>
		<wfw:commentRss>http://overlycaffeinated.com/2009/09/jqtouch-building-iphone-web-applications-without-the-apple-sdk/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 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>
		<item>
		<title>jQuery Plugin &#8211; jQuery Week Calendar</title>
		<link>http://overlycaffeinated.com/2009/08/jquery-plugin-jquery-week-calendar/</link>
		<comments>http://overlycaffeinated.com/2009/08/jquery-plugin-jquery-week-calendar/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 13:00:57 +0000</pubDate>
		<dc:creator>joshpennington</dc:creator>
				<category><![CDATA[application]]></category>
		<category><![CDATA[appointments]]></category>
		<category><![CDATA[backend programming]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[data sources]]></category>
		<category><![CDATA[drag drop]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.learnjquerynow.com/?p=39</guid>
		<description><![CDATA[jQuery Week Calendar is a great almost ready out of the box application that will give you the functionality that rivals Google Calendar. With a single command you can have a basic calendar display that you can create appointments with the same amount of ease you get from using Google Calendar. Requirements jQuery 1.3.2 jQueryUI [...]]]></description>
		<wfw:commentRss>http://overlycaffeinated.com/2009/08/jquery-plugin-jquery-week-calendar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

