<?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>codeworks gnomedia &#187; PHP</title>
	<atom:link href="http://codeworks.gnomedia.com/archives/category/programming/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://codeworks.gnomedia.com</link>
	<description>the codeworks weblog</description>
	<lastBuildDate>Mon, 22 Feb 2010 21:13:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Choosing a PHP Framework</title>
		<link>http://codeworks.gnomedia.com/archives/2008/programming/choosing-a-php-framework/</link>
		<comments>http://codeworks.gnomedia.com/archives/2008/programming/choosing-a-php-framework/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 19:28:00 +0000</pubDate>
		<dc:creator>jalal</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://codeworks.gnomedia.com/archives/2008/programming/choosing-a-php-framework/</guid>
		<description><![CDATA[I want to try a PHP framework for a job that is coming up. It&#8217;s an online booking system and needs to fit into an existing web site and have it&#8217;s own admin system. So which PHP Framework to try? A quick google gave me dozens of articles on the subject and it quickly became [...]]]></description>
		<wfw:commentRss>http://codeworks.gnomedia.com/archives/2008/programming/choosing-a-php-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogspam revisited.</title>
		<link>http://codeworks.gnomedia.com/archives/2007/programming/blogspam-revisited/</link>
		<comments>http://codeworks.gnomedia.com/archives/2007/programming/blogspam-revisited/#comments</comments>
		<pubDate>Thu, 13 Sep 2007 13:13:29 +0000</pubDate>
		<dc:creator>jalal</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://codeworks.gnomedia.com/archives/2007/programming/blogspam-revisited/</guid>
		<description><![CDATA[Sometime back I wrote about comment spam in the blogs and using fake comment pages in order to catch automated spambots and record their IPs. Over the months I clocked up a few thousand spambots and I thought it might be fun to do something with them. Like block them for a while. Read the [...]]]></description>
		<wfw:commentRss>http://codeworks.gnomedia.com/archives/2007/programming/blogspam-revisited/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SubberZ newsletter subscription script.</title>
		<link>http://codeworks.gnomedia.com/archives/2004/programming/php/subberz-newsletter-subscription-script/</link>
		<comments>http://codeworks.gnomedia.com/archives/2004/programming/php/subberz-newsletter-subscription-script/#comments</comments>
		<pubDate>Sun, 25 Jul 2004 03:33:14 +0000</pubDate>
		<dc:creator>jalal</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://codeworks.time.out/archives/2004/07/25/subberz-newsletter-subscription-script/</guid>
		<description><![CDATA[I had a need for a simple, basic, easy to install PHP script for some websites to allow visitors to subscribe/unsubscribe from a newsletter. I found plenty on HotScripts but they were all far too big, complex and hard to modify. So, I wrote my own and called it &#8220;SubberZ&#8221;. In the end I called [...]]]></description>
		<wfw:commentRss>http://codeworks.gnomedia.com/archives/2004/programming/php/subberz-newsletter-subscription-script/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SnipSrv &#8211; a random quote generator.</title>
		<link>http://codeworks.gnomedia.com/archives/2003/programming/snipsrv-a-random-quote-generator/</link>
		<comments>http://codeworks.gnomedia.com/archives/2003/programming/snipsrv-a-random-quote-generator/#comments</comments>
		<pubDate>Sat, 08 Nov 2003 17:18:48 +0000</pubDate>
		<dc:creator>jalal</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://codeworks.time.out/archives/2003/11/08/snipsrv-a-random-quote-generator/</guid>
		<description><![CDATA[SnipSrv is a small PHP script to extract a piece of text from a file (which I assume is a quote, but could be anything) and return it.]]></description>
		<wfw:commentRss>http://codeworks.gnomedia.com/archives/2003/programming/snipsrv-a-random-quote-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making the jump to PHP</title>
		<link>http://codeworks.gnomedia.com/archives/2003/programming/making-the-jump-to-php/</link>
		<comments>http://codeworks.gnomedia.com/archives/2003/programming/making-the-jump-to-php/#comments</comments>
		<pubDate>Tue, 26 Aug 2003 15:37:25 +0000</pubDate>
		<dc:creator>jalal</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://codeworks.time.out/archives/2003/08/26/making-the-jump-to-php/</guid>
		<description><![CDATA[This article is intended for readers getting started with PHP, but who are already familiar with another Web based language. Those of you with a Perl, Javascript, or VB/ASP background will find this article the most informative.]]></description>
		<wfw:commentRss>http://codeworks.gnomedia.com/archives/2003/programming/making-the-jump-to-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why PHP?</title>
		<link>http://codeworks.gnomedia.com/archives/2003/programming/why-php/</link>
		<comments>http://codeworks.gnomedia.com/archives/2003/programming/why-php/#comments</comments>
		<pubDate>Fri, 08 Aug 2003 08:12:00 +0000</pubDate>
		<dc:creator>jalal</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://codeworks.time.out/archives/2003/08/08/why-php/</guid>
		<description><![CDATA[Some of the advantages of using PHP on a website.]]></description>
		<wfw:commentRss>http://codeworks.gnomedia.com/archives/2003/programming/why-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
