<?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>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>
		<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>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>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>cballou</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>2</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>cballou</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>0</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 – 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>Salid (jQuery Simple Validation Plugin) Update</title>
		<link>http://www.jqueryin.com/2010/04/25/salid-jquery-simple-validation-plugin-update/</link>
		<comments>http://www.jqueryin.com/2010/04/25/salid-jquery-simple-validation-plugin-update/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 19:32:57 +0000</pubDate>
		<dc:creator>cballou</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jquery validation]]></category>
		<category><![CDATA[salid]]></category>

		<guid isPermaLink="false">http://www.jqueryin.com/?p=370</guid>
		<description><![CDATA[Version 0.2 of salid, a simple jquery validation plugin, has been officially released. The update includes a number of important bug fixes and optimizations. If you encounter any bugs please contact me as it benefits the community. Below is a list of the changes. Fix to required validation function The required validation function was not [...]]]></description>
		<wfw:commentRss>http://www.jqueryin.com/2010/04/25/salid-jquery-simple-validation-plugin-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Me Likey – 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>jQuery getMatchingClass Plugin</title>
		<link>http://www.jqueryin.com/2010/04/19/jquery-getmatchingclass-plugin/</link>
		<comments>http://www.jqueryin.com/2010/04/19/jquery-getmatchingclass-plugin/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 12:07:42 +0000</pubDate>
		<dc:creator>cballou</dc:creator>
				<category><![CDATA[Plugin]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[matching class]]></category>
		<category><![CDATA[selectors]]></category>

		<guid isPermaLink="false">http://www.jqueryin.com/?p=403</guid>
		<description><![CDATA[The getMatchingClass plugin is useful for determing whether a singular matching element contains a particular partial class name. The idea behind the function is to allow for partial matching using the following jQuery selectors: $= &#8211; &#8220;ends with&#8221; selector ^= &#8211; &#8220;starts with&#8221; selector *= &#8211; &#8220;contains&#8221; selector = &#8211; &#8220;matches&#8221; selector The plugin is [...]]]></description>
		<wfw:commentRss>http://www.jqueryin.com/2010/04/19/jquery-getmatchingclass-plugin/feed/</wfw:commentRss>
		<slash:comments>0</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>
	</channel>
</rss>
