<?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>Hello Worlb!</title>
	<atom:link href="http://helloworlb.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://helloworlb.com</link>
	<description>// A simple blog about programming and the web</description>
	<lastBuildDate>Sun, 06 Nov 2011 17:43:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Upgrading CodeIgniter from 1.7 to 2.0</title>
		<link>http://helloworlb.com/upgrading-codeigniter-from-1-7-to-2-0/</link>
		<comments>http://helloworlb.com/upgrading-codeigniter-from-1-7-to-2-0/#comments</comments>
		<pubDate>Sun, 06 Nov 2011 17:42:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Codeigniter]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[CodeIgniter 2]]></category>

		<guid isPermaLink="false">http://helloworlb.com/?p=63</guid>
		<description><![CDATA[I&#8217;ve recently upgraded an app I&#8217;ve been developing with CodeIgniter to their latest version. There&#8217;s been a lot of changes, which you can read in their Change Log, the most notably probably being the first one; CodeIgniter no longer supports PHP4! Switching over my app was mostly painless. I was actually surprised that I had most [...]]]></description>
		<wfw:commentRss>http://helloworlb.com/upgrading-codeigniter-from-1-7-to-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Code Not Executing</title>
		<link>http://helloworlb.com/jquery-code-not-executing/</link>
		<comments>http://helloworlb.com/jquery-code-not-executing/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 06:00:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[prototype]]></category>

		<guid isPermaLink="false">http://helloworlb.com/?p=56</guid>
		<description><![CDATA[Recently I was working on some website that had an ajaxified section written by someone else. And there was a problem: javascript (using jQuery) on the page wasn&#8217;t working. Except in IE7. And some of it in Firefox 3. But none of it in Chrome. It&#8217;s always weird when something works in Internet Explorer and [...]]]></description>
		<wfw:commentRss>http://helloworlb.com/jquery-code-not-executing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seperation of Script and Markup</title>
		<link>http://helloworlb.com/seperation-of-script-and-markup/</link>
		<comments>http://helloworlb.com/seperation-of-script-and-markup/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 06:09:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[XSS]]></category>

		<guid isPermaLink="false">http://helloworlb.com/?p=40</guid>
		<description><![CDATA[I hate a PHP file that is full of HTML. It&#8217;s looks messy, it&#8217;s hard to debug (especially if you didn&#8217;t write it), it creates problems, and makes your web app terribly inflexible. A Lame Real World Example WordPress has a vulnerability in a recent version. I have a blog running that version. Comments susceptible [...]]]></description>
		<wfw:commentRss>http://helloworlb.com/seperation-of-script-and-markup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP, Curly Brackets, and You</title>
		<link>http://helloworlb.com/php-curly-brackets-and-you/</link>
		<comments>http://helloworlb.com/php-curly-brackets-and-you/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 05:32:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Coding Standards]]></category>

		<guid isPermaLink="false">http://localhost/helloworlb/?p=30</guid>
		<description><![CDATA[Sometimes when I look at other &#8220;programmers&#8221; code I see things that make me rest my face in the palm of my hand while letting out an audible sigh. This is one of those times. Observe: // what follows is not good if (isset($_GET['bacon'])) { $somevar = 'hamburger_'. $_GET['bacon']; $someothervar = $_GET['bacon']; } else $somevar [...]]]></description>
		<wfw:commentRss>http://helloworlb.com/php-curly-brackets-and-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

