<?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>smert.net &#187; PHP</title>
	<atom:link href="http://www.smert.net/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.smert.net</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 07 Nov 2009 15:39:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Uplink Inspired Multiplayer Game</title>
		<link>http://www.smert.net/2008/10/30/uplink-inspired-multiplayer-game/</link>
		<comments>http://www.smert.net/2008/10/30/uplink-inspired-multiplayer-game/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 19:16:49 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.smert.net/?p=81</guid>
		<description><![CDATA[Several months ago I pulled out my old Uplink game and decided to play it again. There is something about the game that makes it fun to play for me. The music and the atmosphere appeals to me, not to mention that cyberpunk is one of my favorite genres. I&#8217;m not sure exactly how much [...]]]></description>
		<wfw:commentRss>http://www.smert.net/2008/10/30/uplink-inspired-multiplayer-game/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Your Own Personal MySpace Tracker</title>
		<link>http://www.smert.net/2008/08/22/your-own-personal-myspace-tracker/</link>
		<comments>http://www.smert.net/2008/08/22/your-own-personal-myspace-tracker/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 21:28:23 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[MySpace]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.smert.net/?p=79</guid>
		<description><![CDATA[Have you ever wanted you own MySpace tracker? Well look no farther. I&#8217;ve decided to convert Jordan&#8217;s MySpace tracker to be used in a web application framework. The framework I&#8217;ve chosen is Kohana and originally was a fork of CodeIgniter. The code originally was going to be used as a reference for Jordan so he [...]]]></description>
		<wfw:commentRss>http://www.smert.net/2008/08/22/your-own-personal-myspace-tracker/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Inconsistencies Between PHP on Windows (Show Me the Money_Format)</title>
		<link>http://www.smert.net/2008/05/23/inconsistencies-between-php-on-windows-show-me-the-money_format/</link>
		<comments>http://www.smert.net/2008/05/23/inconsistencies-between-php-on-windows-show-me-the-money_format/#comments</comments>
		<pubDate>Fri, 23 May 2008 09:15:01 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.smert.net/?p=71</guid>
		<description><![CDATA[Yesterday I finished up a project I was working on that I wrote in PHP. I created it on a Linux machine and I needed to test it on Windows. On the Windows system I tested it using the latest version of WAMP. I had it all setup ready to go when I got a [...]]]></description>
		<wfw:commentRss>http://www.smert.net/2008/05/23/inconsistencies-between-php-on-windows-show-me-the-money_format/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>PHP comparison GOTCHAS</title>
		<link>http://www.smert.net/2008/05/23/php-comparison-gotchas/</link>
		<comments>http://www.smert.net/2008/05/23/php-comparison-gotchas/#comments</comments>
		<pubDate>Fri, 23 May 2008 05:57:51 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.smert.net/?p=67</guid>
		<description><![CDATA[Last week while I was programming with PHP I ran into a few bumps. I thought I understood the comparison operators in PHP and what NULL was in the language. I was sadly mistaken and it caused me a headache, which led me to write a bunch of truth tests. Yes I know&#8230;classic noob mistake. [...]]]></description>
		<wfw:commentRss>http://www.smert.net/2008/05/23/php-comparison-gotchas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Warbook Alliance Manager</title>
		<link>http://www.smert.net/2008/01/24/warbook-alliance-manager/</link>
		<comments>http://www.smert.net/2008/01/24/warbook-alliance-manager/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 01:04:59 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Greasemonkey]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.smert.net/?p=55</guid>
		<description><![CDATA[Warbook is a Facebook application focused on war. There are several different character classes to choose from when playing. Jordan (the other person that write on this site from time to time) was a mogul and he is the one who invited me to play. I must say at first glance the game wasn&#8217;t fun [...]]]></description>
		<wfw:commentRss>http://www.smert.net/2008/01/24/warbook-alliance-manager/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
	</channel>
</rss>
