<?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/category/php-snippets/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>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>
		<item>
		<title>How to use the SMF user system outside of SMF</title>
		<link>http://www.jaybachatero.com/2008/02/22/how-to-use-the-smf-user-system-outside-of-smf/</link>
		<comments>http://www.jaybachatero.com/2008/02/22/how-to-use-the-smf-user-system-outside-of-smf/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 19:49:25 +0000</pubDate>
		<dc:creator>JayBachatero</dc:creator>
				<category><![CDATA[PHP Snippets]]></category>
		<category><![CDATA[SMF Stuff]]></category>

		<guid isPermaLink="false">http://www.jaybachatero.com/blog/2008/02/22/how-to-use-the-smf-user-system-outside-of-smf/</guid>
		<description><![CDATA[
			
				
			
		
I wrote this article a while back for the doc site.
Call SSI.php before anything else.
How do I show a login/logout form?
How do I redirect users after they login/logout?
How do I restrict access to certain areas of my pages?
Extras
Hooking the SMF user system with external applications is a common issue people have.  This document will [...]]]></description>
		<wfw:commentRss>http://www.jaybachatero.com/2008/02/22/how-to-use-the-smf-user-system-outside-of-smf/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to recount posts for members in SMF.</title>
		<link>http://www.jaybachatero.com/2008/01/28/how-to-recount-posts-for-members-in-smf/</link>
		<comments>http://www.jaybachatero.com/2008/01/28/how-to-recount-posts-for-members-in-smf/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 08:21:56 +0000</pubDate>
		<dc:creator>JayBachatero</dc:creator>
				<category><![CDATA[PHP Snippets]]></category>
		<category><![CDATA[SMF Stuff]]></category>

		<guid isPermaLink="false">http://www.jaybachatero.com/blog/2008/01/28/how-to-recount-posts-for-members-in-smf/</guid>
		<description><![CDATA[
			
				
			
		
Something that members ask from time to time is for a way to recount the total posts for their member.  A while back I wrote a small script to do this.  To prevent the script from overloading the server it&#8217;s done in small steps.  It still needs some work but here it [...]]]></description>
		<wfw:commentRss>http://www.jaybachatero.com/2008/01/28/how-to-recount-posts-for-members-in-smf/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>GreaseMonkey Script &#8212; Go to next field UIBO website.</title>
		<link>http://www.jaybachatero.com/2007/10/30/greasemonkey-script-go-to-next-field-uibo-website/</link>
		<comments>http://www.jaybachatero.com/2007/10/30/greasemonkey-script-go-to-next-field-uibo-website/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 05:16:32 +0000</pubDate>
		<dc:creator>JayBachatero</dc:creator>
				<category><![CDATA[PHP Snippets]]></category>

		<guid isPermaLink="false">http://www.jaybachatero.com/blog/2007/10/30/greasemonkey-script-go-to-next-field-uibo-website/</guid>
		<description><![CDATA[
			
				
			
		
I got tired of having to press tab each time when I enter my SS number in the Unemployment Insurance Benefits Online website so I made this GreaseMonkey script.  I&#8217;m not so good in JS but it gets the job done.  I&#8217;m pretty sure it can be written better.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
// ==UserScript==
// @name   [...]]]></description>
		<wfw:commentRss>http://www.jaybachatero.com/2007/10/30/greasemonkey-script-go-to-next-field-uibo-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
