<?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</title>
	<atom:link href="http://www.jaybachatero.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jaybachatero.com</link>
	<description></description>
	<lastBuildDate>Tue, 05 May 2009 06:48:53 +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>Komodo (Edit) Abbreviations</title>
		<link>http://www.jaybachatero.com/2009/03/22/komodo-edit-abbreviations/</link>
		<comments>http://www.jaybachatero.com/2009/03/22/komodo-edit-abbreviations/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 01:39:38 +0000</pubDate>
		<dc:creator>JayBachatero</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[PHP Snippets]]></category>
		<category><![CDATA[abbreviations]]></category>
		<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[Komodo]]></category>
		<category><![CDATA[Komodo Edit]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.jaybachatero.com/2009/03/22/komodo-edit-abbreviations/</guid>
		<description><![CDATA[
			
				
			
		
Recently the Komodo (Edit) developers added a new feature to Komodo 5.1, that feature is abbreviations.&#160; The abbreviations feature allow you to quickly replace certain keywords with snippets of code by just pressing CTRL + T (or your key of preference).&#160; This can be extremely useful.&#160; I decided to create an abbreviation library for CodeIgniter.
Let&#8217;s [...]]]></description>
		<wfw:commentRss>http://www.jaybachatero.com/2009/03/22/komodo-edit-abbreviations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Putting the past behind me and moving on.</title>
		<link>http://www.jaybachatero.com/2009/03/19/putting-the-past-behind-me-and-moving-on/</link>
		<comments>http://www.jaybachatero.com/2009/03/19/putting-the-past-behind-me-and-moving-on/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 18:00:04 +0000</pubDate>
		<dc:creator>JayBachatero</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Screenshots]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[smf]]></category>
		<category><![CDATA[yourasoft]]></category>

		<guid isPermaLink="false">http://www.jaybachatero.com/?p=103</guid>
		<description><![CDATA[
			
				
			
		
It&#8217;s been almost 5 months since I officially left Simple Machines (SM), for good. I was part of the team since November 2005 and for the most part it was a great experience being part of the team, I loved it. However, like everything else, all things must come to an end.
No organization is without [...]]]></description>
		<wfw:commentRss>http://www.jaybachatero.com/2009/03/19/putting-the-past-behind-me-and-moving-on/feed/</wfw:commentRss>
		<slash:comments>1</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 [...]]]></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 [...]]]></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>
