<?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>JayBachatero.com &#187; PHP Snippets</title>
	<atom:link href="http://www.jaybachatero.com/tag/php-snippets/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jaybachatero.com</link>
	<description></description>
	<lastBuildDate>Tue, 30 Nov 2010 00:16:21 +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>Image of the Month &#8211; PHP Snippet</title>
		<link>http://www.jaybachatero.com/2010/11/29/image-of-the-month-php-snippet/</link>
		<comments>http://www.jaybachatero.com/2010/11/29/image-of-the-month-php-snippet/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 00:13:00 +0000</pubDate>
		<dc:creator>JayBachatero</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[PHP Snippets]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.jaybachatero.com/?p=218</guid>
		<description><![CDATA[Today I came across this blog post. It&#8217;s a PHP snippet for having a different image be displayed each month. I felt that it was lacking so I decided to do my own version of it. Don&#8217;t have a need for it but something triggered me to work on my own version. The first thing [...]]]></description>
		<wfw:commentRss>http://www.jaybachatero.com/2010/11/29/image-of-the-month-php-snippet/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Simple Flat File Image Gallery</title>
		<link>http://www.jaybachatero.com/2009/03/17/simple-flat-file-image-gallery/</link>
		<comments>http://www.jaybachatero.com/2009/03/17/simple-flat-file-image-gallery/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 20:08:27 +0000</pubDate>
		<dc:creator>JayBachatero</dc:creator>
				<category><![CDATA[PHP Snippets]]></category>
		<category><![CDATA[Komodo Edit]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.jaybachatero.com/?p=91</guid>
		<description><![CDATA[I did this for a co-worker. It&#8217;s a small script that scans a given directory for images and displays the html resized version as a thumbnail with a link to the full image. It&#8217;s not fully done though. I didn&#8217;t finish adding support for pages since it was something simple and did it while I [...]]]></description>
		<wfw:commentRss>http://www.jaybachatero.com/2009/03/17/simple-flat-file-image-gallery/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hex-to-Numeric Entities Converter</title>
		<link>http://www.jaybachatero.com/2008/09/22/hex-to-numeric-entities-converter/</link>
		<comments>http://www.jaybachatero.com/2008/09/22/hex-to-numeric-entities-converter/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 02:38:45 +0000</pubDate>
		<dc:creator>JayBachatero</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[PHP Snippets]]></category>
		<category><![CDATA[Komodo]]></category>
		<category><![CDATA[Komodo Edit]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.jaybachatero.com/blog/?p=74</guid>
		<description><![CDATA[At work I get files sometimes with hexadecimal entities but the problem is that we use numeric entities. I decided to write a simple script that will search the file for hex entities and convert them to numeric one. This is intended to be used with Komodo Edit or via the command line. This is [...]]]></description>
		<wfw:commentRss>http://www.jaybachatero.com/2008/09/22/hex-to-numeric-entities-converter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

