<?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; javascript</title>
	<atom:link href="http://overlycaffeinated.com/tag/javascript/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>Creating a jQueryUI Accordian</title>
		<link>http://overlycaffeinated.com/2010/02/creating-a-jqueryui-accordian/</link>
		<comments>http://overlycaffeinated.com/2010/02/creating-a-jqueryui-accordian/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 00:29:42 +0000</pubDate>
		<dc:creator>joshpennington</dc:creator>
				<category><![CDATA[Learn jQuery Now]]></category>
		<category><![CDATA[accordion]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[div id]]></category>
		<category><![CDATA[html structure]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[quot quot]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[script type]]></category>
		<category><![CDATA[text javascript]]></category>

		<guid isPermaLink="false">http://www.learnjquerynow.com/?p=201</guid>
		<description><![CDATA[An accordion is the ideal choice for when you have to put a lot of information on the screen, but you do not have a lot of screen real estate available for that information. Luckily for us we can create an accordion very easily using jQueryUI. First thing you need to do is place all [...]]]></description>
		<wfw:commentRss>http://overlycaffeinated.com/2010/02/creating-a-jqueryui-accordian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>innerHTML in jQuery</title>
		<link>http://overlycaffeinated.com/2009/08/innerhtml-in-jquery/</link>
		<comments>http://overlycaffeinated.com/2009/08/innerhtml-in-jquery/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 13:00:38 +0000</pubDate>
		<dc:creator>joshpennington</dc:creator>
				<category><![CDATA[div tag]]></category>
		<category><![CDATA[flexibility]]></category>
		<category><![CDATA[hello world]]></category>
		<category><![CDATA[html function]]></category>
		<category><![CDATA[html()]]></category>
		<category><![CDATA[innerhtml]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.learnjquerynow.com/2009/08/10/innerhtml-in-jquery/</guid>
		<description><![CDATA[Probably one of the more common things you use javascript for is to do simple replacement of text within a DIV. What you may not know is that you can use jQuery to make the command shorter (which makes it easier to type) and you actually can get more functionality than regular javascript. With traditional [...]]]></description>
		<wfw:commentRss>http://overlycaffeinated.com/2009/08/innerhtml-in-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Selector Tutorial</title>
		<link>http://overlycaffeinated.com/2009/08/jquery-selector-tutorial/</link>
		<comments>http://overlycaffeinated.com/2009/08/jquery-selector-tutorial/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 15:00:58 +0000</pubDate>
		<dc:creator>joshpennington</dc:creator>
				<category><![CDATA[attribute]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[code document]]></category>
		<category><![CDATA[css standards]]></category>
		<category><![CDATA[elements]]></category>
		<category><![CDATA[getelementbyid]]></category>
		<category><![CDATA[hello world]]></category>
		<category><![CDATA[html page]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[last element]]></category>

		<guid isPermaLink="false">http://www.learnjquerynow.com/?p=18</guid>
		<description><![CDATA[Today&#8217;s topic is going to be a basic look at the jQuery Selector system.  This is one of the most widely used feature of jQuery and is one of the features that will save you the most time from regular JavaScript. Generally when you use JavaScript and you want to select an element you would [...]]]></description>
		<wfw:commentRss>http://overlycaffeinated.com/2009/08/jquery-selector-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The jQuery Class</title>
		<link>http://overlycaffeinated.com/2009/08/the-jquery-class/</link>
		<comments>http://overlycaffeinated.com/2009/08/the-jquery-class/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 15:00:06 +0000</pubDate>
		<dc:creator>joshpennington</dc:creator>
				<category><![CDATA[functionality]]></category>
		<category><![CDATA[important concepts]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[shorthand]]></category>

		<guid isPermaLink="false">http://www.learnjquerynow.com/?p=27</guid>
		<description><![CDATA[Before we have any major discussion about jQuery it is important that one understand how it works. A lot of your jQuery code will use the jQuery class. You can use the jQuery class two different ways. jQuery('#dom') &#8211; Full text way to use jQuery. You will only use this if the shorthand functionality is [...]]]></description>
		<wfw:commentRss>http://overlycaffeinated.com/2009/08/the-jquery-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

