<?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>WordPressCreme.com &#187; WordPressCreme News</title>
	<atom:link href="http://www.wordpresscreme.com/category/wordpresscreme-news/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wordpresscreme.com</link>
	<description>WordPress Resources, Turorials, Articles, Tips, Themes and Blog Reviews</description>
	<lastBuildDate>Mon, 19 Jul 2010 14:06:16 +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>10 life-saving PHP snippets</title>
		<link>http://www.wordpresscreme.com/10-life-saving-php-snippets/</link>
		<comments>http://www.wordpresscreme.com/10-life-saving-php-snippets/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 14:06:16 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[WordPressCreme News]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=3777</guid>
		<description><![CDATA[In order to be efficient, a web developer should have a toolbox with code snippets he can use and reuse when needed. In this article, I'm going to show you 10 extremely useful PHP code snippets to add to your web developer toolbox.<p><em>Like CatsWhoCode? If yes, don't hesitate to check my other blog <a href="http://www.catswhoblog.com">CatsWhoBlog</a>: It's all about blogging!</em><br /><br /><a href="http://www.catswhocode.com/blog/10-life-saving-php-snippets">10 life-saving PHP snippets</a></p> ]]></description>
		<wfw:commentRss>http://www.wordpresscreme.com/10-life-saving-php-snippets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a built-in contact form for your WordPress theme</title>
		<link>http://www.wordpresscreme.com/how-to-create-a-built-in-contact-form-for-your-wordpress-theme-2/</link>
		<comments>http://www.wordpresscreme.com/how-to-create-a-built-in-contact-form-for-your-wordpress-theme-2/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 14:23:07 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[WordPressCreme News]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=3751</guid>
		<description><![CDATA[Many WordPress plugins can add a contact form to your blog, but a plugin is not necessary. In this tutorial, I'm going to show you how you can create a built-in contact form for your WordPress theme.<p><em>Like CatsWhoCode? If yes, don't hesitate to check my other blog <a href="http://www.catswhoblog.com">CatsWhoBlog</a>: It's all about blogging!</em><br /><br /><a href="http://www.catswhocode.com/blog/how-to-create-a-built-in-contact-form-for-your-wordpress-theme">How to create a built-in contact form for your WordPress theme</a></p> ]]></description>
		<wfw:commentRss>http://www.wordpresscreme.com/how-to-create-a-built-in-contact-form-for-your-wordpress-theme-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a side blog with WordPress 3.0</title>
		<link>http://www.wordpresscreme.com/how-to-create-a-side-blog-with-wordpress-3-0/</link>
		<comments>http://www.wordpresscreme.com/how-to-create-a-side-blog-with-wordpress-3-0/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 14:11:42 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[WordPressCreme News]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=3731</guid>
		<description><![CDATA[Finally! WordPress 3.0 was released last week. Among other exiting features, custom post types are bringing lots of new possibilities to bloggers. In this tutorial, I'll show you how to create a side blog listing products using the WordPress 3.0 custom post type feature.<p><em>Like CatsWhoCode? If yes, don't hesitate to check my other blog <a href="http://www.catswhoblog.com">CatsWhoBlog</a>: It's all about blogging!</em><br /><br /><a href="http://www.catswhocode.com/blog/how-to-create-a-side-blog-with-wordpress-3-0">How to create a side blog with WordPress 3.0</a></p> ]]></description>
		<wfw:commentRss>http://www.wordpresscreme.com/how-to-create-a-side-blog-with-wordpress-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 PHP code snippets for working with strings</title>
		<link>http://www.wordpresscreme.com/10-php-code-snippets-for-working-with-strings/</link>
		<comments>http://www.wordpresscreme.com/10-php-code-snippets-for-working-with-strings/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 16:09:57 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[WordPressCreme News]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=3720</guid>
		<description><![CDATA[Strings are a very important kind of data, and you have to deal with them daily with web development tasks. In this article, I have compiled 10 extremely useful functions and code snippets to make your php developer life easier.<p><em>Like CatsWhoCode? If yes, don't hesitate to check my other blog <a href="http://www.catswhoblog.com">CatsWhoBlog</a>: It's all about blogging!</em><br /><br /><a href="http://www.catswhocode.com/blog/10-php-code-snippets-for-working-with-strings">10 PHP code snippets for working with strings</a></p> ]]></description>
		<wfw:commentRss>http://www.wordpresscreme.com/10-php-code-snippets-for-working-with-strings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best practices for coding HTML emails</title>
		<link>http://www.wordpresscreme.com/best-practices-for-coding-html-emails/</link>
		<comments>http://www.wordpresscreme.com/best-practices-for-coding-html-emails/#comments</comments>
		<pubDate>Mon, 24 May 2010 14:12:43 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[WordPressCreme News]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=3687</guid>
		<description><![CDATA[Even if you're able to code complex website layouts, coding an html email is a hard job and there's lots of things to take into consideration. This article features the most important things I've learned in 5 years of coding html emails.<p><em>Like CatsWhoCode? If yes, don't hesitate to check my other blog <a href="http://www.catswhoblog.com">CatsWhoBlog</a>: It's all about blogging!</em><br /><br /><a href="http://www.catswhocode.com/blog/best-practices-for-coding-html-emails">Best practices for coding HTML emails</a></p> ]]></description>
		<wfw:commentRss>http://www.wordpresscreme.com/best-practices-for-coding-html-emails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thematic WordPress Theme Toolbox: 10 extremely useful hooks</title>
		<link>http://www.wordpresscreme.com/thematic-wordpress-theme-toolbox-10-extremely-useful-hooks/</link>
		<comments>http://www.wordpresscreme.com/thematic-wordpress-theme-toolbox-10-extremely-useful-hooks/#comments</comments>
		<pubDate>Tue, 18 May 2010 15:42:08 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[WordPressCreme News]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=3672</guid>
		<description><![CDATA[Do you like WordPress Theme Frameworks? To be honest, I'm a Thematic addict. Using this theme, I'm able to create any kind of site extremely fast. To help you getting started with Thematic child theme development, I have compiled 10 useful WordPress hooks in this article.<p><em>Like CatsWhoCode? If yes, don't hesitate to check my other blog <a href="http://www.catswhoblog.com">CatsWhoBlog</a>: It's all about blogging!</em><br /><br /><a href="http://www.catswhocode.com/blog/thematic-wordpress-theme-toolbox-10-extremely-useful-hooks">Thematic WordPress Theme Toolbox: 10 extremely useful hooks</a></p> ]]></description>
		<wfw:commentRss>http://www.wordpresscreme.com/thematic-wordpress-theme-toolbox-10-extremely-useful-hooks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 sites developers should have in their bookmarks</title>
		<link>http://www.wordpresscreme.com/10-sites-developers-should-have-in-their-bookmarks/</link>
		<comments>http://www.wordpresscreme.com/10-sites-developers-should-have-in-their-bookmarks/#comments</comments>
		<pubDate>Sat, 08 May 2010 12:30:40 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[WordPressCreme News]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=3639</guid>
		<description><![CDATA[Over the millions of websites available, some are true tools for us web developers. In this article, I have compiled 10 extremely useful sites for web developers, that should definitely be added to your bookmarks.<p><em>Like CatsWhoCode? If yes, don't hesitate to check my other blog <a href="http://www.catswhoblog.com">CatsWhoBlog</a>: It's all about blogging!</em><br /><br /><a href="http://www.catswhocode.com/blog/10-sites-developers-should-have-in-their-bookmarks">10 sites developers should have in their bookmarks</a></p> ]]></description>
		<wfw:commentRss>http://www.wordpresscreme.com/10-sites-developers-should-have-in-their-bookmarks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top WordPress hacks of early 2010</title>
		<link>http://www.wordpresscreme.com/top-wordpress-hacks-of-early-2010/</link>
		<comments>http://www.wordpresscreme.com/top-wordpress-hacks-of-early-2010/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 14:27:39 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[WordPressCreme News]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=3626</guid>
		<description><![CDATA[The first months of 2010 have been extremely prolific in terms of WordPress hacks. In this article, I have compiled 10 new WordPress hacks that you should definitely add to your library.<p><em>Like CatsWhoCode? If yes, don't hesitate to check my other blog <a href="http://www.catswhoblog.com">CatsWhoBlog</a>: It's all about blogging!</em><br /><br /><a href="http://www.catswhocode.com/blog/top-wordpress-hacks-of-early-2010">Top WordPress hacks of early 2010</a></p> ]]></description>
		<wfw:commentRss>http://www.wordpresscreme.com/top-wordpress-hacks-of-early-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manipulating the DOM with jQuery: 10+ useful code snippets</title>
		<link>http://www.wordpresscreme.com/manipulating-the-dom-with-jquery-10-useful-code-snippets/</link>
		<comments>http://www.wordpresscreme.com/manipulating-the-dom-with-jquery-10-useful-code-snippets/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 13:58:16 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[WordPressCreme News]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=3612</guid>
		<description><![CDATA[The Document Object Model is an API which allows developers to access, read, and modify the content of a web page. In this article, I'm going to show you 10+ extremely useful code snippets to manipulate the DOM using jQuery.<p><em>Like CatsWhoCode? If yes, don't hesitate to check my other blog <a href="http://www.catswhoblog.com">CatsWhoBlog</a>: It's all about blogging!</em><br /><br /><a href="http://www.catswhocode.com/blog/manipulating-the-dom-with-jquery-10-useful-code-snippets">Manipulating the DOM with jQuery: 10+ useful code snippets</a></p> ]]></description>
		<wfw:commentRss>http://www.wordpresscreme.com/manipulating-the-dom-with-jquery-10-useful-code-snippets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>8 useful code snippets to get started with WordPress 3.0</title>
		<link>http://www.wordpresscreme.com/8-useful-code-snippets-to-get-started-with-wordpress-3-0/</link>
		<comments>http://www.wordpresscreme.com/8-useful-code-snippets-to-get-started-with-wordpress-3-0/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 07:14:38 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[WordPressCreme News]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=3595</guid>
		<description><![CDATA[WordPress 3.0, scheduled to launch May 1st, 2010, will be a real revolution for the blogging system. With new functionalities such as custom post types, developers will be able to create more complex and more powerful sites based on WordPress. In this article, I have compiled the most useful resources to get you started with WordPress 3.0.<p><em>Like CatsWhoCode? If yes, don't hesitate to check my other blog <a href="http://www.catswhoblog.com">CatsWhoBlog</a>: It's all about blogging!</em><br /><br /><a href="http://www.catswhocode.com/blog/8-useful-code-snippets-to-get-started-with-wordpress-3-0">8 useful code snippets to get started with WordPress 3.0</a></p> ]]></description>
		<wfw:commentRss>http://www.wordpresscreme.com/8-useful-code-snippets-to-get-started-with-wordpress-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
