<?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; Web development</title>
	<atom:link href="http://www.wordpresscreme.com/category/web-development/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+ regular expressions for efficient web development</title>
		<link>http://www.wordpresscreme.com/10-regular-expressions-for-efficient-web-development/</link>
		<comments>http://www.wordpresscreme.com/10-regular-expressions-for-efficient-web-development/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 19:00:09 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=3557</guid>
		<description><![CDATA[In programming, regular expressions are a very useful tool designed to validate, search, and match text patterns. In this article, I have compiled more than 10 incredibly useful regular expressions, for any language, that will probably be very beneficial to you.<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-regular-expressions-for-efficient-web-development">10+ regular expressions for efficient web development</a></p> ]]></description>
		<wfw:commentRss>http://www.wordpresscreme.com/10-regular-expressions-for-efficient-web-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 examples of futuristic CSS3 techniques</title>
		<link>http://www.wordpresscreme.com/10-examples-of-futuristic-css3-techniques-2/</link>
		<comments>http://www.wordpresscreme.com/10-examples-of-futuristic-css3-techniques-2/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 06:36:12 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=3507</guid>
		<description><![CDATA[CSS3 has not been here for a long time, but talented designers have already found a lot of great ways to use it to create beautiful and efficient techniques. In this article, I'll show you the top 10 examples of what you can do using the power of CSS3.<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-examples-of-futuristic-css3-techniques">10 examples of futuristic CSS3 techniques</a></p> ]]></description>
		<wfw:commentRss>http://www.wordpresscreme.com/10-examples-of-futuristic-css3-techniques-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 10 best practices for front-end web developers</title>
		<link>http://www.wordpresscreme.com/top-10-best-practices-for-front-end-web-developers/</link>
		<comments>http://www.wordpresscreme.com/top-10-best-practices-for-front-end-web-developers/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 15:14:04 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=3458</guid>
		<description><![CDATA[Front-end web developent can seem to be easy at first, but producing a clean, semantic, and cross-browser code is definitely a hard job. In this article, I have compiled the top 10 best practices that have been useful to me in the past 3 years.<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-10-best-practices-for-front-end-web-developers">Top 10 best practices for front-end web developers</a></p> ]]></description>
		<wfw:commentRss>http://www.wordpresscreme.com/top-10-best-practices-for-front-end-web-developers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>10 sql tips to speed up your database</title>
		<link>http://www.wordpresscreme.com/10-sql-tips-to-speed-up-your-database/</link>
		<comments>http://www.wordpresscreme.com/10-sql-tips-to-speed-up-your-database/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 19:36:03 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=3416</guid>
		<description><![CDATA[On most websites, content is stored in a database and served to visitors upon request. Databases are very fast, but there's lots of things that you can do to enhance its speed and make sure you won't waste any server resources. In this article, I have compiled 10 very useful tips to optimize and speed up your website database.<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-sql-tips-to-speed-up-your-database">10 sql tips to speed up your database</a></p> ]]></description>
		<wfw:commentRss>http://www.wordpresscreme.com/10-sql-tips-to-speed-up-your-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting started with CouchDB: a beginner’s guide</title>
		<link>http://www.wordpresscreme.com/getting-started-with-couchdb-a-beginner%e2%80%99s-guide/</link>
		<comments>http://www.wordpresscreme.com/getting-started-with-couchdb-a-beginner%e2%80%99s-guide/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 15:18:15 +0000</pubDate>
		<dc:creator>Matt Apperson</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=3479</guid>
		<description><![CDATA[Have you ever dreamt about a powerful database that you can access easily, without using the SQL language? That what Apache CouchDB is all about. In this tutorial, I'm going to show you how to get started with this document-riented database and how you can use it with PHP.<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/getting-started-with-couchdb-tutorial-a-beginners-guide">Getting started with CouchDB: a beginner&#8217;s guide</a></p> ]]></description>
		<wfw:commentRss>http://www.wordpresscreme.com/getting-started-with-couchdb-a-beginner%e2%80%99s-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10+ useful code snippets to develop iPhone friendly websites</title>
		<link>http://www.wordpresscreme.com/10-useful-code-snippets-to-develop-iphone-friendly-websites/</link>
		<comments>http://www.wordpresscreme.com/10-useful-code-snippets-to-develop-iphone-friendly-websites/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 15:03:00 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=3281</guid>
		<description><![CDATA[When developing websites, you have to care about different browsers, as well as mobile devices such as iPhones or iPods. In this article, let's have a look at the 10+ most useful code snippets (Javascript, PHP, CSS, etc) for developing iPhone friendly websites, quickly and efficiently.<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-useful-code-snippets-to-develop-iphone-friendly-websites">10+ useful code snippets to develop iPhone friendly websites</a></p> ]]></description>
		<wfw:commentRss>http://www.wordpresscreme.com/10-useful-code-snippets-to-develop-iphone-friendly-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10+ useful online code editors</title>
		<link>http://www.wordpresscreme.com/10-useful-online-code-editors/</link>
		<comments>http://www.wordpresscreme.com/10-useful-online-code-editors/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 14:18:23 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[text editors]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=3276</guid>
		<description><![CDATA[As a developer, your main tool is obviously those that will allow you to turn your ideas into code: A text editor. As time go by, more online text editors are created that can help you code from any computer with internet access. In this article, let's have a look at 10+ useful online
code editors.<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-useful-online-code-editors">10+ useful online code editors</a></p> ]]></description>
		<wfw:commentRss>http://www.wordpresscreme.com/10-useful-online-code-editors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to easily monitor your web server using PHP</title>
		<link>http://www.wordpresscreme.com/how-to-easily-monitor-your-web-server-using-php/</link>
		<comments>http://www.wordpresscreme.com/how-to-easily-monitor-your-web-server-using-php/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 15:07:08 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[server monitoring]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=3201</guid>
		<description><![CDATA[In order to make sure that your website is always available to the public, you have to monitor it. In this tutorial, I'll show you how you can easily create a monitoring script that will check your website availability and send an email or sms alert to you if it isn't.<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-easily-monitor-your-web-server-using-php">How to easily monitor your web server using PHP</a></p> ]]></description>
		<wfw:commentRss>http://www.wordpresscreme.com/how-to-easily-monitor-your-web-server-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 ways to make Internet Explorer act like a modern browser</title>
		<link>http://www.wordpresscreme.com/10-ways-to-make-internet-explorer-act-like-a-modern-browser/</link>
		<comments>http://www.wordpresscreme.com/10-ways-to-make-internet-explorer-act-like-a-modern-browser/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 06:34:36 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[internet explorer]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=3163</guid>
		<description><![CDATA[Like many other web developers, I definitely hate Internet Explorer, especially the version 6. At a time where new and powerful techniques as such as HTML5 and CSS3 are emerging, it's not surprising that IE can't handle them correctly. Luckily, a few tricks can make your 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-ways-to-make-internet-explorer-act-like-a-modern-browser">10 ways to make Internet Explorer act like a modern browser</a></p> ]]></description>
		<wfw:commentRss>http://www.wordpresscreme.com/10-ways-to-make-internet-explorer-act-like-a-modern-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>15+ amazing anti IE resources</title>
		<link>http://www.wordpresscreme.com/15-amazing-anti-ie-resources/</link>
		<comments>http://www.wordpresscreme.com/15-amazing-anti-ie-resources/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 14:51:13 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=2588</guid>
		<description><![CDATA[I hate Internet Explorer, and I'm pretty 99% of you do too. In this article, I have compiled a complete list of 15+ "Anti Internet Explorer resources: Informations, graphics, code snippets and way much more!<p><em>Get 20% off on the <a href="http://www.wprecipes.com/myhomepro.html">MyHomePro Premium WordPress Theme</a> by using this exclusive code: <strong>wpcats20</strong>.</em><br /><br /><a href="http://www.catswhocode.com/blog/15-amazing-anti-ie-resources">15+ amazing anti IE resources</a></p>
]]></description>
		<wfw:commentRss>http://www.wordpresscreme.com/15-amazing-anti-ie-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
