<?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>kirkbrown.com &#187; PHP</title>
	<atom:link href="http://kirkbrown.com/tags/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://kirkbrown.com</link>
	<description>Huh?</description>
	<lastBuildDate>Tue, 16 Feb 2010 13:34:45 +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>Simple PHP Template System</title>
		<link>http://kirkbrown.com/2006/08/12/simple-php-template-system/</link>
		<comments>http://kirkbrown.com/2006/08/12/simple-php-template-system/#comments</comments>
		<pubDate>Sun, 13 Aug 2006 01:58:49 +0000</pubDate>
		<dc:creator>kirk</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[smarty]]></category>

		<guid isPermaLink="false">http://kb.up35.com/?p=5</guid>
		<description><![CDATA[I recently read an article that changed my mind about using PHP template systems like Smarty. Read it yourself, and cut out the middle man.]]></description>
		<wfw:commentRss>http://kirkbrown.com/2006/08/12/simple-php-template-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Random Image Rotation</title>
		<link>http://kirkbrown.com/2006/06/14/random-image-rotation/</link>
		<comments>http://kirkbrown.com/2006/06/14/random-image-rotation/#comments</comments>
		<pubDate>Thu, 15 Jun 2006 02:22:20 +0000</pubDate>
		<dc:creator>kirk</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://kb.up35.com/?p=13</guid>
		<description><![CDATA[Here&#8217;s a quick routine I used a while back to pull a set of images from a directory, and then randomly rotate through them on page load. I thought it was an interesting way to have a changing front page marquee without the annoyance of flash or javascript special effects:

&#60;?php

$imageDirectory = '/path/to/images/';
$imageURL = '/url/to/images/';
$randomImage = [...]]]></description>
		<wfw:commentRss>http://kirkbrown.com/2006/06/14/random-image-rotation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

