<?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>Web Development - Programming - Coding Recipes &#187; Projects</title>
	<atom:link href="http://codingrecipes.com/category/projects/feed" rel="self" type="application/rss+xml" />
	<link>http://codingrecipes.com</link>
	<description></description>
	<lastBuildDate>Wed, 28 Jul 2010 19:58:56 +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>PHPCache; a new version of PHPCache is available</title>
		<link>http://codingrecipes.com/phpcache-a-new-version-of-phpcache-is-available</link>
		<comments>http://codingrecipes.com/phpcache-a-new-version-of-phpcache-is-available#comments</comments>
		<pubDate>Tue, 16 Sep 2008 06:33:07 +0000</pubDate>
		<dc:creator>Codehead</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Server Performance]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.code-head.com/?p=331</guid>
		<description><![CDATA[A new version of PHPCache is available.
This one has 5 new methods:
PHPCache::set_expire($key)
Which will set the expiration of the cache record for $key in the past, I think this method has some advantages over deleting the key all together.
PHPCache::remove($key)
Will completely remove the row.
PHPCache::clean_up()
This method will be called when ever you construct/configure a new PHPCache object with [...]]]></description>
		<wfw:commentRss>http://codingrecipes.com/phpcache-a-new-version-of-phpcache-is-available/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So we launched Bloggapedia&#8217;s new features</title>
		<link>http://codingrecipes.com/so-we-launched-bloggapedias-new-features</link>
		<comments>http://codingrecipes.com/so-we-launched-bloggapedias-new-features#comments</comments>
		<pubDate>Wed, 10 Sep 2008 07:46:49 +0000</pubDate>
		<dc:creator>Codehead</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://blog.code-head.com/?p=319</guid>
		<description><![CDATA[Finally today we launched Bloggapedia&#8217;s new features and we are very happy with it.
We are not done yet and more features are on their way.
Here is my profile:
http://www.bloggapedia.com/user.php?u=14679
]]></description>
		<wfw:commentRss>http://codingrecipes.com/so-we-launched-bloggapedias-new-features/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jEditable and password input type support</title>
		<link>http://codingrecipes.com/jeditable-and-password-input-type-support</link>
		<comments>http://codingrecipes.com/jeditable-and-password-input-type-support#comments</comments>
		<pubDate>Mon, 01 Sep 2008 19:58:56 +0000</pubDate>
		<dc:creator>Codehead</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.code-head.com/?p=246</guid>
		<description><![CDATA[I wrote a post earlier about how jEditable (a jQuery) plugin needed password support and the author of the plugin wrote back and said here is how to add this feature:

$.editable.addInputType&#40;’password’, &#123; … &#125;&#41;;

You can read more here:
http://www.appelsiini.net/2007/8/custom-input-types
http://www.appelsiini.net/2008/4/autogrow-textarea-for-jeditable
This plugin is really great and we are doing some exciting things on Bloggapedia with it.
We will launch [...]]]></description>
		<wfw:commentRss>http://codingrecipes.com/jeditable-and-password-input-type-support/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comparing 2 blog search engines</title>
		<link>http://codingrecipes.com/comparing-2-blog-search-engines</link>
		<comments>http://codingrecipes.com/comparing-2-blog-search-engines#comments</comments>
		<pubDate>Fri, 15 Aug 2008 13:43:29 +0000</pubDate>
		<dc:creator>Codehead</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.code-head.com/?p=76</guid>
		<description><![CDATA[Those of you who know me know that one of the client projects I&#8217;m working on for many years is Bloggapedia.
It started as a categorized collection of blogs and then became a blogging community.
From the very beginning, I always bugged everyone involved to let me make a search engine out of it and a few months back they [...]]]></description>
		<wfw:commentRss>http://codingrecipes.com/comparing-2-blog-search-engines/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
