<?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>JQueryin &#187; PHP</title>
	<atom:link href="http://www.jqueryin.com/categories/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jqueryin.com</link>
	<description>A web development blog focusing on PHP, MySQL, Javascript, jQuery, and CSS.</description>
	<lastBuildDate>Tue, 20 Jul 2010 17:05:13 +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>Important MongoSession Updates</title>
		<link>http://www.jqueryin.com/2010/07/19/php-mongosession-updates/</link>
		<comments>http://www.jqueryin.com/2010/07/19/php-mongosession-updates/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 00:08:30 +0000</pubDate>
		<dc:creator>cballou</dc:creator>
				<category><![CDATA[MongoDB]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP sessions]]></category>

		<guid isPermaLink="false">http://www.jqueryin.com/?p=637</guid>
		<description><![CDATA[I have posted a couple of important updates to MongoSession (a PHP MongoDB Session Handler) that I&#8217;d like to share with you. I have removed the secondary indexed id field which should speed up operations as well as reduce the storage requirements. This is most beneficial for larger sites supporting a high rate of concurrent [...]]]></description>
		<wfw:commentRss>http://www.jqueryin.com/2010/07/19/php-mongosession-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dear Kohana, I Detest Your 3.x Website</title>
		<link>http://www.jqueryin.com/2010/07/19/kohana-3-documentation-and-features/</link>
		<comments>http://www.jqueryin.com/2010/07/19/kohana-3-documentation-and-features/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 12:58:08 +0000</pubDate>
		<dc:creator>cballou</dc:creator>
				<category><![CDATA[Kohana]]></category>
		<category><![CDATA[Kohana Documentation]]></category>
		<category><![CDATA[Kohana Features]]></category>

		<guid isPermaLink="false">http://www.jqueryin.com/?p=603</guid>
		<description><![CDATA[I&#8217;ve got a bone to pick with the Kohana development team. I just wasted a couple hours out of my day adding functionality to their core Validate class only to find that the functionality had already been added in a future revision. All I was looking to do was pass parameters to a custom callback [...]]]></description>
		<wfw:commentRss>http://www.jqueryin.com/2010/07/19/kohana-3-documentation-and-features/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>A Quick Implementation of String Sort in PHP</title>
		<link>http://www.jqueryin.com/2010/04/30/a-quick-implementation-of-string-sort-in-php/</link>
		<comments>http://www.jqueryin.com/2010/04/30/a-quick-implementation-of-string-sort-in-php/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 12:06:01 +0000</pubDate>
		<dc:creator>cballou</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php algorithm]]></category>
		<category><![CDATA[php string sort]]></category>
		<category><![CDATA[php string sorting]]></category>

		<guid isPermaLink="false">http://www.jqueryin.com/?p=465</guid>
		<description><![CDATA[There&#8217;s not a whole lot of PHP algorithms floating around. Perhaps people just rely upon the SPL. I had a curiosity to find a string sorting algorithm written in PHP and I didn&#8217;t find any non array-based solutions. The implementation I came up with this morning implements recursion, passing by reference, and string iteration. It&#8217;s [...]]]></description>
		<wfw:commentRss>http://www.jqueryin.com/2010/04/30/a-quick-implementation-of-string-sort-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SPF30 &#8211; A Spam Blocking/Prevention PHP Library</title>
		<link>http://www.jqueryin.com/2010/04/26/spf30-spam-blocking-prevention-php-library/</link>
		<comments>http://www.jqueryin.com/2010/04/26/spf30-spam-blocking-prevention-php-library/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 12:22:06 +0000</pubDate>
		<dc:creator>cballou</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Library]]></category>
		<category><![CDATA[spam blocking]]></category>
		<category><![CDATA[spam prevention]]></category>

		<guid isPermaLink="false">http://www.jqueryin.com/?p=411</guid>
		<description><![CDATA[Let&#8217;s face it&#8230; nobody enjoys spam. A basic PHP contact form is generally susceptible to a massive amount of spam mail. SPF30 is a PHP library which utilizes a number of recommended spambot deterrents in an attempt to reduce form submission spam. SPF30 does not utilize any form of captcha. In addition to spam prevention [...]]]></description>
		<wfw:commentRss>http://www.jqueryin.com/2010/04/26/spf30-spam-blocking-prevention-php-library/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Me Likey &#8211; A Facebook Open Graph WordPress Plugin</title>
		<link>http://www.jqueryin.com/2010/04/23/me-likey-a-facebook-open-graph-wordpress-plugin/</link>
		<comments>http://www.jqueryin.com/2010/04/23/me-likey-a-facebook-open-graph-wordpress-plugin/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 13:24:36 +0000</pubDate>
		<dc:creator>cballou</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[me likey]]></category>
		<category><![CDATA[open graph]]></category>
		<category><![CDATA[wordpress like plugin]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://www.jqueryin.com/?p=418</guid>
		<description><![CDATA[Download The Me Likey WordPress Plugin Now UPDATED 06.14.10 8:52 pm Fixed an issue with the shortcode handler calling an undefined function, thereby not registering shortcodes properly. Fixed the screenshots on the WordPress Plugins page. UPDATED 04.28.10 7:00 am Resolved an issue with the admin id META tag. Disabled the app_id parameter in the configuration [...]]]></description>
		<wfw:commentRss>http://www.jqueryin.com/2010/04/23/me-likey-a-facebook-open-graph-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>56</slash:comments>
		</item>
		<item>
		<title>Finding Available Domains By Keyword Combination In PHP</title>
		<link>http://www.jqueryin.com/2010/04/12/finding-available-domains-by-keyword-combination-in-php/</link>
		<comments>http://www.jqueryin.com/2010/04/12/finding-available-domains-by-keyword-combination-in-php/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 01:34:00 +0000</pubDate>
		<dc:creator>cballou</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[domain availability]]></category>
		<category><![CDATA[domain search]]></category>
		<category><![CDATA[find domains]]></category>

		<guid isPermaLink="false">http://www.jqueryin.com/?p=382</guid>
		<description><![CDATA[There are numerous sites for finding available .COM domain names. Generally, these sites will not turn up the kind of results you are actually looking for when trying to find the perfect domain for your startup, personal site, or business. With the following simple snippet of code you will be able to generate a list [...]]]></description>
		<wfw:commentRss>http://www.jqueryin.com/2010/04/12/finding-available-domains-by-keyword-combination-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uploading Multiple Files in PHP &#8211; Fixing the Array Indices</title>
		<link>http://www.jqueryin.com/2010/03/25/uploading-multiple-files-in-php/</link>
		<comments>http://www.jqueryin.com/2010/03/25/uploading-multiple-files-in-php/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 20:41:31 +0000</pubDate>
		<dc:creator>cballou</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[arrays]]></category>
		<category><![CDATA[file upload]]></category>

		<guid isPermaLink="false">http://www.jqueryin.com/?p=345</guid>
		<description><![CDATA[PHP inherently makes parsing an array of uploaded files more difficult than it needs to be due to the ordering of it&#8217;s array indices. Below is a quick example array: $_FILES['fieldname']['name'][1] = 'uploadedfile.jpg'; $_FILES['fieldname']['name'][2] = 'uploadedfile2.jpg'; $_FILES['fieldname']['type'][1] = 'image/jpeg'; $_FILES['fieldname']['type'][2] = 'image/jpeg'; $_FILES['fieldname']['tmp_name'][1] = '/tmp/rAnDOmCHaRs'; $_FILES['fieldname']['tmp_name'][2] = '/tmp/RANdOmcHArs'; $_FILES['fieldname']['error'][1] = 0; $_FILES['fieldname']['error'][2] = 0; $_FILES['fieldname']['size'][1] [...]]]></description>
		<wfw:commentRss>http://www.jqueryin.com/2010/03/25/uploading-multiple-files-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Securing Your PHP Sessions</title>
		<link>http://www.jqueryin.com/2009/11/20/php-secure-sessions/</link>
		<comments>http://www.jqueryin.com/2009/11/20/php-secure-sessions/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 23:57:04 +0000</pubDate>
		<dc:creator>cballou</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Sessions]]></category>

		<guid isPermaLink="false">http://www.jqueryin.com/wordpress/?p=43</guid>
		<description><![CDATA[Many, if not all, of you have had to deal with creating a secure site login at some point in time. Although there are numerous articles written on the subject it is painstakingly difficult to find useful information from a single source. For this reason I will be discussing various techniques I have used or [...]]]></description>
		<wfw:commentRss>http://www.jqueryin.com/2009/11/20/php-secure-sessions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advanced Method to Retrieve the Client IP in PHP</title>
		<link>http://www.jqueryin.com/2009/11/11/advanced-method-to-obtain-the-client-ip-in-php/</link>
		<comments>http://www.jqueryin.com/2009/11/11/advanced-method-to-obtain-the-client-ip-in-php/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 10:51:11 +0000</pubDate>
		<dc:creator>cballou</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[advanced]]></category>

		<guid isPermaLink="false">http://www.jqueryin.com/wordpress/?p=58</guid>
		<description><![CDATA[There are perhaps hundreds if not thousands of articles on obtaining your visitor&#8217;s IP address. The majority if these entries will refer to a small subset of global $_SERVER variables (HTTP_X_FORWARDED_FOR, HTTP_CLIENT_IP, and REMOTE_ADDR). Although both fast and simple solutions utilizing nested ternary operations exist, they are generally prone to a fairly large bug. The [...]]]></description>
		<wfw:commentRss>http://www.jqueryin.com/2009/11/11/advanced-method-to-obtain-the-client-ip-in-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Kohana Callback Function to Validate Uploaded Image Sizes</title>
		<link>http://www.jqueryin.com/2009/05/06/kohana-callback-function-to-validate-uploaded-image-sizes/</link>
		<comments>http://www.jqueryin.com/2009/05/06/kohana-callback-function-to-validate-uploaded-image-sizes/#comments</comments>
		<pubDate>Thu, 07 May 2009 01:01:58 +0000</pubDate>
		<dc:creator>cballou</dc:creator>
				<category><![CDATA[Kohana]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.jqueryin.com/wordpress/?p=33</guid>
		<description><![CDATA[I wanted to share a very quick snippet of code I conjured up to demonstrate the use of Kohana&#8217;s validation library to verify the proper size of an uploaded image submitted from form input. The height and width class vars specify the height/width or max height/max width of the image in pixels depending on the [...]]]></description>
		<wfw:commentRss>http://www.jqueryin.com/2009/05/06/kohana-callback-function-to-validate-uploaded-image-sizes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
