<?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>Code Stuff &#187; PHP</title>
	<atom:link href="http://www.codestuff.com/category/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codestuff.com</link>
	<description>Web and Mobile Development, PHP, WordPress, HTML, Javascript</description>
	<lastBuildDate>Fri, 02 Jul 2010 04:27:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Project Gazell source code released to public</title>
		<link>http://www.codestuff.com/2008/08/21/16/project-gazell-source-code-released-to-public.html</link>
		<comments>http://www.codestuff.com/2008/08/21/16/project-gazell-source-code-released-to-public.html#comments</comments>
		<pubDate>Thu, 21 Aug 2008 23:43:10 +0000</pubDate>
		<dc:creator>kihbord</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Gazelle]]></category>

		<guid isPermaLink="false">http://codestuff.com/2008/08/21/16/project-gazell-source-code-released-to-public.html</guid>
		<description><![CDATA[In an effort to improve private torrent trackers the Project Gazelle team has created a reliable, lightweight and secure codebase. It was designed from the ground up to be secure against SQL and XSS injection attacks and at the same time be able to handle thousands of users.
The source code, which is currently undergoing beta, [...]]]></description>
		<wfw:commentRss>http://www.codestuff.com/2008/08/21/16/project-gazell-source-code-released-to-public.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Function lookup tables in PHP</title>
		<link>http://www.codestuff.com/2008/06/25/11/function-lookup-tables-in-php.html</link>
		<comments>http://www.codestuff.com/2008/06/25/11/function-lookup-tables-in-php.html#comments</comments>
		<pubDate>Wed, 25 Jun 2008 08:24:00 +0000</pubDate>
		<dc:creator>kihbord</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[call_user_func]]></category>
		<category><![CDATA[lookup table]]></category>

		<guid isPermaLink="false">http://www.codestuff.com/?p=10</guid>
		<description><![CDATA[I’ve don my share of coding in Assembly language and one of the constructs that is pretty efficient to use is lookup tables for calling subroutines or functions. One of the things I like PHP is its ability to do the same thing.
For example, if you want to perform exception/error handling based on a status [...]]]></description>
		<wfw:commentRss>http://www.codestuff.com/2008/06/25/11/function-lookup-tables-in-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TxTu Is Mobile Wordpress plugin</title>
		<link>http://www.codestuff.com/2008/06/24/10/txtu-is-mobile-wordpress-plugin.html</link>
		<comments>http://www.codestuff.com/2008/06/24/10/txtu-is-mobile-wordpress-plugin.html#comments</comments>
		<pubDate>Tue, 24 Jun 2008 08:23:59 +0000</pubDate>
		<dc:creator>kihbord</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[browser detect]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[WordPress Development]]></category>

		<guid isPermaLink="false">http://www.codestuff.com/?p=9</guid>
		<description><![CDATA[As a follow-up on my last post about “Detecting web visitors that use mobile phones“, I’ve made available a Wordpress plugin that can be used on your Wordpress site. The plugin provides an is_mobile() function that can be used in Wordpress themes to enable detection of mobile devices.
I currently use it on this site to [...]]]></description>
		<wfw:commentRss>http://www.codestuff.com/2008/06/24/10/txtu-is-mobile-wordpress-plugin.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Detecting web visitors that use mobile phones</title>
		<link>http://www.codestuff.com/2008/06/23/9/detecting-web-visitors-that-use-mobile-phones.html</link>
		<comments>http://www.codestuff.com/2008/06/23/9/detecting-web-visitors-that-use-mobile-phones.html#comments</comments>
		<pubDate>Mon, 23 Jun 2008 08:03:23 +0000</pubDate>
		<dc:creator>kihbord</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[browser detection]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[WordPress Development]]></category>

		<guid isPermaLink="false">http://www.codestuff.com/?p=5</guid>
		<description><![CDATA[With all the thrusts nowadays towards using mobile devices to surf the Net, it would be great if your Wordpress blog is mobile device friendly. The concept is actually simple and you can incorporate a mobile friendly version of your blog by understanding some simple things.
The main thing that you need to know is that [...]]]></description>
		<wfw:commentRss>http://www.codestuff.com/2008/06/23/9/detecting-web-visitors-that-use-mobile-phones.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
