<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>JQueryin</title>
	
	<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>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/jqueryin" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="jqueryin" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><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>Introducing ClickDummy – Mockups That Click</title>
		<link>http://www.jqueryin.com/2011/03/25/clickdummy-website-mockups/</link>
		<comments>http://www.jqueryin.com/2011/03/25/clickdummy-website-mockups/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 10:20:11 +0000</pubDate>
		<dc:creator>Corey Ballou</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.jqueryin.com/?p=771</guid>
		<description><![CDATA[At my employer, Skookum, we recently launched an application for web designers, freelancers, and UI designers alike called ClickDummy. Clickdummy is currently 100% free and allows anybody with a series of screenshots (mockups) to turn them into a full blown presentation or website prototype. Dummies let users navigate your mockups as if they were live [...]]]></description>
		<wfw:commentRss>http://www.jqueryin.com/2011/03/25/clickdummy-website-mockups/feed/</wfw:commentRss>
		<slash:comments>2</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>2</slash:comments>
		</item>
		<item>
		<title>MongoDB Installation + Setup Guides for Debian, Ubuntu, CentOS, and Fedora</title>
		<link>http://www.jqueryin.com/2010/08/07/mongodb-installation-and-setup/</link>
		<comments>http://www.jqueryin.com/2010/08/07/mongodb-installation-and-setup/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 12:34:03 +0000</pubDate>
		<dc:creator>Corey Ballou</dc:creator>
				<category><![CDATA[MongoDB]]></category>

		<guid isPermaLink="false">http://www.jqueryin.com/?p=682</guid>
		<description><![CDATA[The Linode Library has proved invaluable lately. I believe they may have one of the most comprehensive solutions for properly installing MongoDB out there. The best part, to me, is that they have separate walkthroughs for Debian, Fedora, CentOS, and Ubuntu. I would highly recommend checking out these guides when you prepare for your next [...]]]></description>
		<wfw:commentRss>http://www.jqueryin.com/2010/08/07/mongodb-installation-and-setup/feed/</wfw:commentRss>
		<slash:comments>0</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>CSS3 @font-face With Bold and Italic Support</title>
		<link>http://www.jqueryin.com/2010/07/06/css3-font-face-with-bold-and-italic/</link>
		<comments>http://www.jqueryin.com/2010/07/06/css3-font-face-with-bold-and-italic/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 23:19:51 +0000</pubDate>
		<dc:creator>Corey Ballou</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[@font-face]]></category>
		<category><![CDATA[css3]]></category>

		<guid isPermaLink="false">http://www.jqueryin.com/?p=562</guid>
		<description><![CDATA[The @font-face CSS tag allows web designers and developers to specify custom fonts to display text on their web pages. Allowing websites to utilize custom fonts removes the burden of requiring your website visitors to have the custom fonts installed on their personal computer. The following examples use the DejaVu Sans font, which is freely [...]]]></description>
		<wfw:commentRss>http://www.jqueryin.com/2010/07/06/css3-font-face-with-bold-and-italic/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>“Likejacking” Term Catches On</title>
		<link>http://www.jqueryin.com/2010/06/02/likejacking-term-catches-on/</link>
		<comments>http://www.jqueryin.com/2010/06/02/likejacking-term-catches-on/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 17:12:15 +0000</pubDate>
		<dc:creator>Corey Ballou</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[likejacking]]></category>
		<category><![CDATA[web security]]></category>

		<guid isPermaLink="false">http://www.jqueryin.com/?p=519</guid>
		<description><![CDATA[Back in late April, following Facebook&#8217;s f8 conference, a few articles began trickling out regarding possible security concerns with the new &#8220;Like&#8221; button. I had, at that time, unknowingly positioned myself as the potential originator of the term &#8220;likejacking.&#8221; In the comments section of How to &#8220;Like&#8221; Anything on the Web (Safely), I coined the [...]]]></description>
		<wfw:commentRss>http://www.jqueryin.com/2010/06/02/likejacking-term-catches-on/feed/</wfw:commentRss>
		<slash:comments>1</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>
	</channel>
</rss>

