<?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; hello world</title>
	<atom:link href="http://overlycaffeinated.com/tag/hello-world/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>Hello Python</title>
		<link>http://overlycaffeinated.com/2011/05/hello-python/</link>
		<comments>http://overlycaffeinated.com/2011/05/hello-python/#comments</comments>
		<pubDate>Fri, 20 May 2011 20:43:52 +0000</pubDate>
		<dc:creator>joshpennington</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[hello world]]></category>
		<category><![CDATA[helloworld]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[opportunity]]></category>
		<category><![CDATA[parenthesis]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[semicolon]]></category>
		<category><![CDATA[simplistic method]]></category>

		<guid isPermaLink="false">http://overlycaffeinated.com/?p=343</guid>
		<description><![CDATA[As I talked about earlier, I am beginning to learn Python. I thought that this could be a good opportunity to document what I am learning and share my thoughts, experience and code. To be totally cliche, I figured I would first demonstrate how to create the Hello World program in Python. The most simplistic [...]]]></description>
		<wfw:commentRss>http://overlycaffeinated.com/2011/05/hello-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Hello World</title>
		<link>http://overlycaffeinated.com/2009/10/php-hello-world/</link>
		<comments>http://overlycaffeinated.com/2009/10/php-hello-world/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 19:14:03 +0000</pubDate>
		<dc:creator>joshpennington</dc:creator>
				<category><![CDATA[Learn PHP Now]]></category>
		<category><![CDATA[cliché]]></category>
		<category><![CDATA[hello world]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[minute differences]]></category>
		<category><![CDATA[programming language]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[semi colon]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.learnphpnow.com/?p=49</guid>
		<description><![CDATA[Not be cliché, but I any book, tutorial or website discusses a programming language always begins with a program that simply displays the text &#8220;Hello World&#8221; on the screen and I intend to follow that tradition. The process of writing text in PHP requires you to use either the &#8220;echo&#8221; of &#8220;print&#8221; function. There are [...]]]></description>
		<wfw:commentRss>http://overlycaffeinated.com/2009/10/php-hello-world/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>
	</channel>
</rss>

