<?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>Wed, 06 Jul 2011 19:21:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>PHP Memcache vs. Memcached</title>
		<link>http://www.jqueryin.com/2011/04/19/php-memcache-vs-memcached/</link>
		<comments>http://www.jqueryin.com/2011/04/19/php-memcache-vs-memcached/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 01:34:13 +0000</pubDate>
		<dc:creator>Corey Ballou</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Performance]]></category>

		<guid isPermaLink="false">http://www.jqueryin.com/?p=558</guid>
		<description><![CDATA[You may or may not be aware, but PHP has two separate module implementations wrapping the memcached (as in memcache daemon) server. The memcache module utilizes this daemon directly, whereas the memcached module wraps the libMemcached client library and contains some added bonuses. Both modules have built-in support for session handling, which can be specified [...]]]></description>
		<wfw:commentRss>http://www.jqueryin.com/2011/04/19/php-memcache-vs-memcached/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adding Role Based User Access Controls to your WordPress Plugin</title>
		<link>http://www.jqueryin.com/2010/08/18/wordpress-plugin-role-based-user-access-controls/</link>
		<comments>http://www.jqueryin.com/2010/08/18/wordpress-plugin-role-based-user-access-controls/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 11:49:16 +0000</pubDate>
		<dc:creator>Corey Ballou</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://www.jqueryin.com/?p=728</guid>
		<description><![CDATA[I recently noticed that almost every WordPress plugin I have ever used does not restrict user access based on their role. Due to the increasing popularity of multiple authors and guest posting, there is a necessity for plugin authors to implement methods of restricing plugin access based on user roles. The primary goal of this [...]]]></description>
		<wfw:commentRss>http://www.jqueryin.com/2010/08/18/wordpress-plugin-role-based-user-access-controls/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Switching Apache from Prefork to Worker MPM in RHEL / CentOS 5.x / Fedora 13</title>
		<link>http://www.jqueryin.com/2010/08/07/switching-apache-prefork-to-worker-mpm-in-rhel-centos-5x-fedora-13/</link>
		<comments>http://www.jqueryin.com/2010/08/07/switching-apache-prefork-to-worker-mpm-in-rhel-centos-5x-fedora-13/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 13:31:47 +0000</pubDate>
		<dc:creator>Corey Ballou</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[optimization]]></category>

		<guid isPermaLink="false">http://www.jqueryin.com/?p=665</guid>
		<description><![CDATA[I&#8217;m going to outline the process of switching from Apache&#8217;s default installation of MPM Prefork to that of MPM Worker. I will also be covering the proper installation of FastCGI (mod_fcgid) to further improve your server performance. This guide is ideally intended for individuals running on low-memory VPS servers as memory consumption will likely be [...]]]></description>
		<wfw:commentRss>http://www.jqueryin.com/2010/08/07/switching-apache-prefork-to-worker-mpm-in-rhel-centos-5x-fedora-13/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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>Corey Ballou</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>1</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>Corey Ballou</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>11</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>Corey Ballou</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>Corey Ballou</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>5</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>Corey Ballou</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>76</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>Corey Ballou</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>Corey Ballou</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: To combat this, we could create a function to reassemble the multi-dimensional array so that it is based on index rather than key. This allows [...]]]></description>
		<wfw:commentRss>http://www.jqueryin.com/2010/03/25/uploading-multiple-files-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

