<?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>Workflow: WordPress&#187; Jean-Baptiste Jung</title>
	<atom:link href="http://workflowWP.com/author/jean-baptiste-jung/feed" rel="self" type="application/rss+xml" />
	<link>http://workflowWP.com</link>
	<description>The universe’s best WordPress, bbPress, TalkPress &#38; BuddyPress tutorials, hacks, news, plugins, and themes.</description>
	<lastBuildDate>Fri, 25 May 2012 08:34:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tips and best practices to develop responsive websites</title>
		<link>http://workflowWP.com/458507/tips-and-best-practices-to-develop-responsive-websites.php</link>
		<comments>http://workflowWP.com/458507/tips-and-best-practices-to-develop-responsive-websites.php#comments</comments>
		<pubDate>Mon, 14 May 2012 14:42:35 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4932</guid>
		<description><![CDATA[Start with a template

Sure, you can start coding from scratch, but there&#8217;s a lot of interesting free templates that will make you save a lot of time. Among others, I recommend Mobile boilerplate, The 1140 grid and Skeleton. There&#8217;s&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/458507/tips-and-best-practices-to-develop-responsive-websites.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Super useful online tools to work with images</title>
		<link>http://workflowWP.com/456666/super-useful-online-tools-to-work-with-images.php</link>
		<comments>http://workflowWP.com/456666/super-useful-online-tools-to-work-with-images.php#comments</comments>
		<pubDate>Mon, 07 May 2012 14:13:41 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4909</guid>
		<description><![CDATA[Minus

As a developer or designer, you often need to upload images for sharing them with clients or people you work with. Many websites allow you to do so, but what I really love with Minus is how quick and&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/456666/super-useful-online-tools-to-work-with-images.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Super useful WordPress action hooks and filters</title>
		<link>http://workflowWP.com/452838/super-useful-wordpress-action-hooks-and-filters.php</link>
		<comments>http://workflowWP.com/452838/super-useful-wordpress-action-hooks-and-filters.php#comments</comments>
		<pubDate>Mon, 23 Apr 2012 14:04:38 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4889</guid>
		<description><![CDATA[Prevent automatic image compression
By default, WordPress compress jpg images when you upload them to your blog. This is useful because it saves bandwidth and loading time, but sometimes you may prefer to have full quality images (For example, if&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/452838/super-useful-wordpress-action-hooks-and-filters.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Awesome sites to find useful code snippets</title>
		<link>http://workflowWP.com/449165/awesome-sites-to-find-useful-code-snippets.php</link>
		<comments>http://workflowWP.com/449165/awesome-sites-to-find-useful-code-snippets.php#comments</comments>
		<pubDate>Tue, 10 Apr 2012 14:54:21 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4851</guid>
		<description><![CDATA[CatsWhoCode snippet library

Some of you already know it, but a few weeks ago I&#8217;ve created a snippet library with a picky selection of usefull snippets focused on web development: PHP, JavaScript, CSS, htaccess&#8230; Approximately one new snippet is published&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/449165/awesome-sites-to-find-useful-code-snippets.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sending SMS with PHP and TextMagic: An A to Z guide</title>
		<link>http://workflowWP.com/444867/sending-sms-with-php-and-textmagic-an-a-to-z-guide.php</link>
		<comments>http://workflowWP.com/444867/sending-sms-with-php-and-textmagic-an-a-to-z-guide.php#comments</comments>
		<pubDate>Mon, 26 Mar 2012 13:57:56 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4834</guid>
		<description><![CDATA[Step 1: Creating a TextMagic account
In order to send SMS to mobile phones, you need to use a third-party service. In this tutorial, I&#8217;m using a service called TextMagic to send SMS. There are lots of other services to&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/444867/sending-sms-with-php-and-textmagic-an-a-to-z-guide.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10+ useful SQL queries to clean up your WordPress database</title>
		<link>http://workflowWP.com/440518/10-useful-sql-queries-to-clean-up-your-wordpress-database.php</link>
		<comments>http://workflowWP.com/440518/10-useful-sql-queries-to-clean-up-your-wordpress-database.php#comments</comments>
		<pubDate>Mon, 12 Mar 2012 14:59:03 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4814</guid>
		<description><![CDATA[<strong>Two things to note:</strong> First, any of these queries should be preceded by a backup of your whole database. Secondly, don&#8217;t forget to replace the wp_ table prefix by the prefix used on your WordPress install, otherwise the queries won&#8217;t&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/440518/10-useful-sql-queries-to-clean-up-your-wordpress-database.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 awesome HTML5 audio players</title>
		<link>http://workflowWP.com/436327/10-awesome-html5-audio-players.php</link>
		<comments>http://workflowWP.com/436327/10-awesome-html5-audio-players.php#comments</comments>
		<pubDate>Mon, 27 Feb 2012 16:01:54 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4788</guid>
		<description><![CDATA[Media Element

MediaElement is an audio an video player which is written in pure HTML5 and CSS. Older browsers are supported by Custom Flash and Silverlight players that mimic the HTML5 MediaElement API.
Media Element is skinnable, and offers plugins&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/436327/10-awesome-html5-audio-players.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing CatsWhoCode code snippet library!</title>
		<link>http://workflowWP.com/431279/introducing-catswhocode-code-snippet-library.php</link>
		<comments>http://workflowWP.com/431279/introducing-catswhocode-code-snippet-library.php#comments</comments>
		<pubDate>Mon, 13 Feb 2012 14:43:10 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4740</guid>
		<description><![CDATA[A code snippet library on CWC?
Over the years, CatsWhoCode has become a place of interest for web developers. Most popular articles on the blog are those who showcase useful code snippets which can be used directly on your projects.&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/431279/introducing-catswhocode-code-snippet-library.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazing things to do with PHP and cURL</title>
		<link>http://workflowWP.com/428691/amazing-things-to-do-with-php-and-curl.php</link>
		<comments>http://workflowWP.com/428691/amazing-things-to-do-with-php-and-curl.php#comments</comments>
		<pubDate>Mon, 06 Feb 2012 15:01:58 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4702</guid>
		<description><![CDATA[Check if a specific website is available
Want to know if a specific website is available? cURL is here to help. This script can be used with a cron job to monitor your websites.
Don&#8217;t forget to update the script&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/428691/amazing-things-to-do-with-php-and-curl.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Transients API – Practical examples</title>
		<link>http://workflowWP.com/424679/wordpress-transients-api-%e2%80%93-practical-examples.php</link>
		<comments>http://workflowWP.com/424679/wordpress-transients-api-%e2%80%93-practical-examples.php#comments</comments>
		<pubDate>Mon, 23 Jan 2012 15:04:54 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4688</guid>
		<description><![CDATA[What is the transients API, and why it&#8217;s useful
Most developers who worked with WordPress in the past probably ever heard of the Options API, which allow you to save, update and delete custom values. The Transients API is pretty&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/424679/wordpress-transients-api-%e2%80%93-practical-examples.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 super useful PHP snippets you probably haven’t seen</title>
		<link>http://workflowWP.com/422375/10-super-useful-php-snippets-you-probably-haven%e2%80%99t-seen.php</link>
		<comments>http://workflowWP.com/422375/10-super-useful-php-snippets-you-probably-haven%e2%80%99t-seen.php#comments</comments>
		<pubDate>Mon, 16 Jan 2012 15:03:06 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4673</guid>
		<description><![CDATA[Text messaging with PHP using the TextMagic API
If for some reason, you need to send text messages to your clients cell phones, you should definitely have a look to TextMagic. They provide an easy API which allow you to&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/422375/10-super-useful-php-snippets-you-probably-haven%e2%80%99t-seen.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorials and snippets to get started with CoffeeScript</title>
		<link>http://workflowWP.com/420571/tutorials-and-snippets-to-get-started-with-coffeescript.php</link>
		<comments>http://workflowWP.com/420571/tutorials-and-snippets-to-get-started-with-coffeescript.php#comments</comments>
		<pubDate>Mon, 09 Jan 2012 15:09:51 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4657</guid>
		<description><![CDATA[What is CoffeeScript?
To keep it simple, CoffeeScript is a little language that compiles into JavaScript. If you ever coded in languages such as Python or Ruby, you&#8217;ll probably love CoffeeScript a lot. Instead of awkward braces and semicolons, JavaScript&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/420571/tutorials-and-snippets-to-get-started-with-coffeescript.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript frameworks, tools and techniques to create killer applications</title>
		<link>http://workflowWP.com/418622/javascript-frameworks-tools-and-techniques-to-create-killer-applications.php</link>
		<comments>http://workflowWP.com/418622/javascript-frameworks-tools-and-techniques-to-create-killer-applications.php#comments</comments>
		<pubDate>Mon, 02 Jan 2012 05:00:43 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4637</guid>
		<description><![CDATA[Ofmlabs Codecs: Pure JavaScript audio decoding

Ofmlabs is bringing audio decoding to JavaScript with two great pieces of code. The first, named JSMad, was the first proof that JS audio decoding is possible and is a port of libmad, a&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/418622/javascript-frameworks-tools-and-techniques-to-create-killer-applications.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Super useful WordPress hacks and snippets</title>
		<link>http://workflowWP.com/415025/super-useful-wordpress-hacks-and-snippets.php</link>
		<comments>http://workflowWP.com/415025/super-useful-wordpress-hacks-and-snippets.php#comments</comments>
		<pubDate>Mon, 19 Dec 2011 16:11:52 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4625</guid>
		<description><![CDATA[Add Google+ button to your posts automatically
Google+ is a new &#8220;social&#8221; service offered by Internet giant Google. If you want to let your visitor &#8220;plus&#8221; your post, why not adding a Google+ button to all of your entries automatically?&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/415025/super-useful-wordpress-hacks-and-snippets.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 awesome jQuery snippets</title>
		<link>http://workflowWP.com/404683/10-awesome-jquery-snippets.php</link>
		<comments>http://workflowWP.com/404683/10-awesome-jquery-snippets.php#comments</comments>
		<pubDate>Mon, 21 Nov 2011 15:10:42 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4615</guid>
		<description><![CDATA[Preloading images
Preloading images is useful: Instead of loading an image when the user request it, we preload them in the background so they are ready to be displayed. Doing so in jQuery is very simple, as shown below:

(function($)&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/404683/10-awesome-jquery-snippets.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10+ .htaccess snippets to optimize your website</title>
		<link>http://workflowWP.com/398648/10-htaccess-snippets-to-optimize-your-website.php</link>
		<comments>http://workflowWP.com/398648/10-htaccess-snippets-to-optimize-your-website.php#comments</comments>
		<pubDate>Mon, 24 Oct 2011 14:21:18 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4603</guid>
		<description><![CDATA[All of the snippets below have to be pasted into your .htaccess file, which is located on the root of your Apache server.
<strong>Waring: Always make sure you have a working backup before editing your .htaccess file!</strong>
Force trailing slash&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/398648/10-htaccess-snippets-to-optimize-your-website.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Awesome tutorials to master responsive web design</title>
		<link>http://workflowWP.com/395911/awesome-tutorials-to-master-responsive-web-design.php</link>
		<comments>http://workflowWP.com/395911/awesome-tutorials-to-master-responsive-web-design.php#comments</comments>
		<pubDate>Mon, 10 Oct 2011 14:46:56 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4583</guid>
		<description><![CDATA[Create an adaptable website layout with CSS3 media queries

With the rise of both very large screens and mobile devices, web developers have to be able to create websites that display correctly and look good whatever the device is. Sure,&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/395911/awesome-tutorials-to-master-responsive-web-design.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>7 new techniques every web developer should know</title>
		<link>http://workflowWP.com/390578/7-new-techniques-every-web-developer-should-know.php</link>
		<comments>http://workflowWP.com/390578/7-new-techniques-every-web-developer-should-know.php#comments</comments>
		<pubDate>Mon, 19 Sep 2011 14:04:15 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4562</guid>
		<description><![CDATA[CSS3 media queries
With the rise of mobile devices, and on the other hand, of very wide displays, creating a website that looks great in both big and small devices is definitely a challenge for web designers and developers. Happily,&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/390578/7-new-techniques-every-web-developer-should-know.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mastering HTML5 Prefetching</title>
		<link>http://workflowWP.com/388191/mastering-html5-prefetching.php</link>
		<comments>http://workflowWP.com/388191/mastering-html5-prefetching.php#comments</comments>
		<pubDate>Mon, 12 Sep 2011 14:19:58 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4546</guid>
		<description><![CDATA[What is prefetching, and why it is useful
According to whatwg.org, rel=prefetch "indicates that preemptively fetching and caching the specified resource is likely to be beneficial, as it is highly likely that the user will require this resource." Search engines&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/388191/mastering-html5-prefetching.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 super useful WordPress shortcodes</title>
		<link>http://workflowWP.com/384199/10-super-useful-wordpress-shortcodes.php</link>
		<comments>http://workflowWP.com/384199/10-super-useful-wordpress-shortcodes.php#comments</comments>
		<pubDate>Mon, 29 Aug 2011 14:24:32 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4528</guid>
		<description><![CDATA[Display a snapshot of any website
Want to be able to take a snapshot of any website, and display it on your blog? This cool shortcode allows you to do so. Just paste the following code into your functions.php file:&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/384199/10-super-useful-wordpress-shortcodes.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 online tools to simplify HTML5 coding</title>
		<link>http://workflowWP.com/379613/10-online-tools-to-simplify-html5-coding.php</link>
		<comments>http://workflowWP.com/379613/10-online-tools-to-simplify-html5-coding.php#comments</comments>
		<pubDate>Mon, 15 Aug 2011 13:41:45 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4504</guid>
		<description><![CDATA[Initializr

Starting anew HTML5-based website? Just visit Initializr to get started. Initializr will generate for you a clean customizable template based on Boilerplate with just what you need to start.
<strong>&#8594; visit Initializr</strong>
HTML5demos

Want to know if Firefox supports&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/379613/10-online-tools-to-simplify-html5-coding.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mastering the HTML5 &lt;audio&gt; tag</title>
		<link>http://workflowWP.com/374537/mastering-the-html5-audio-tag.php</link>
		<comments>http://workflowWP.com/374537/mastering-the-html5-audio-tag.php#comments</comments>
		<pubDate>Mon, 01 Aug 2011 14:17:06 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4489</guid>
		<description><![CDATA[Using  to insert a sound file on your website
Here is the most basic use of the  tag: On this example it loads a mp3 file and play it. Notice the autoplay attribute which is used to play the sound&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/374537/mastering-the-html5-audio-tag.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>8 New and amazing WordPress hacks</title>
		<link>http://workflowWP.com/371589/8-new-and-amazing-wordpress-hacks.php</link>
		<comments>http://workflowWP.com/371589/8-new-and-amazing-wordpress-hacks.php#comments</comments>
		<pubDate>Mon, 18 Jul 2011 13:59:37 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4479</guid>
		<description><![CDATA[Easily replace WordPress editor font
Don&#8217;t like the default font used by WordPress editor? No problem, the following code will allow you to change it. Simply paste it to your theme functions.php file. You can define which font to use&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/371589/8-new-and-amazing-wordpress-hacks.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 super useful tools for JavaScript developers</title>
		<link>http://workflowWP.com/367173/10-super-useful-tools-for-javascript-developers.php</link>
		<comments>http://workflowWP.com/367173/10-super-useful-tools-for-javascript-developers.php#comments</comments>
		<pubDate>Tue, 28 Jun 2011 03:14:08 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4459</guid>
		<description><![CDATA[MicroJS

Need a piece of code quickly? MicroJS is a brand new site which aim to provide JavaScript code snippet for most common tasks: Ajax, Json, DOM, Object-Oriented JavaScript, and more. A true gold mine to have in your bookmarks!&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/367173/10-super-useful-tools-for-javascript-developers.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazing CSS3 techniques you should know</title>
		<link>http://workflowWP.com/349077/amazing-css3-techniques-you-should-know.php</link>
		<comments>http://workflowWP.com/349077/amazing-css3-techniques-you-should-know.php#comments</comments>
		<pubDate>Mon, 06 Jun 2011 14:23:39 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4436</guid>
		<description><![CDATA[Color animate any shape with CSS3 and a PNG

Let&#8217;s start this compilation with an interesting effect created using only CSS3: A png image with a changing background. The background is using CSS3 transitions. Not the kind of effect you&#8217;ll&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/349077/amazing-css3-techniques-you-should-know.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 useful .htaccess snippets to have in your toolbox</title>
		<link>http://workflowWP.com/332922/10-useful-htaccess-snippets-to-have-in-your-toolbox.php</link>
		<comments>http://workflowWP.com/332922/10-useful-htaccess-snippets-to-have-in-your-toolbox.php#comments</comments>
		<pubDate>Mon, 30 May 2011 14:02:34 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4420</guid>
		<description><![CDATA[<strong>Before editing your .htaccess file, always make a backup so you can restore it if needed.</strong>
Remove www in url
For SEO reasons, you might always remove (or use) the www prefix in your urls. The following snippet will remove&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/332922/10-useful-htaccess-snippets-to-have-in-your-toolbox.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create offline HTML5 web apps in 5 easy steps</title>
		<link>http://workflowWP.com/317030/how-to-create-offline-html5-web-apps-in-5-easy-steps.php</link>
		<comments>http://workflowWP.com/317030/how-to-create-offline-html5-web-apps-in-5-easy-steps.php#comments</comments>
		<pubDate>Mon, 23 May 2011 14:59:19 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4393</guid>
		<description><![CDATA[Getting started

View Demo
Download files

1 &#8211; Add HTML5 doctype
The first thing to do is create a valid HTML5 document. The HTML5 doctype is easier to remember than ones used for xhtml:



  ...

Create a file named index.html,&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/317030/how-to-create-offline-html5-web-apps-in-5-easy-steps.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 tips for creating high quality WordPress themes</title>
		<link>http://workflowWP.com/302050/10-tips-for-creating-high-quality-wordpress-themes.php</link>
		<comments>http://workflowWP.com/302050/10-tips-for-creating-high-quality-wordpress-themes.php#comments</comments>
		<pubDate>Mon, 16 May 2011 05:09:44 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4271</guid>
		<description><![CDATA[Respect HTML and CSS standardsThis statement may sound pretty obvious, but actually many publicly available themes don&#8217;t pass W3C HTML or CSS validation. When building a theme, it is important to respect HTML and CSS standards so your code will&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/302050/10-tips-for-creating-high-quality-wordpress-themes.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10+ useful tools to simplify CSS3 development</title>
		<link>http://workflowWP.com/293073/10-useful-tools-to-simplify-css3-development.php</link>
		<comments>http://workflowWP.com/293073/10-useful-tools-to-simplify-css3-development.php#comments</comments>
		<pubDate>Thu, 12 May 2011 14:08:02 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4280</guid>
		<description><![CDATA[CSS3 Pie Are you surprised that Internet Explorer 6/8 CSS3 support is almost non existent? I guess most of you aren&#8217;t. Unfortunately, some clients may want you to create a website that look like in a modern browser in IE.&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/293073/10-useful-tools-to-simplify-css3-development.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create an adaptable website layout with CSS3 media queries</title>
		<link>http://workflowWP.com/285938/create-an-adaptable-website-layout-with-css3-media-queries.php</link>
		<comments>http://workflowWP.com/285938/create-an-adaptable-website-layout-with-css3-media-queries.php#comments</comments>
		<pubDate>Mon, 09 May 2011 14:02:11 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4244</guid>
		<description><![CDATA[Getting startedView demo (Horizontally resize your browser to view it in action)Download filesCreating the default layoutThe first step of this tutorial is obviously to create a HTML page. I chose to make a simple HTML5 page with only a header&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/285938/create-an-adaptable-website-layout-with-css3-media-queries.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create an online radio using jQuery and jPlayer</title>
		<link>http://workflowWP.com/269460/how-to-create-an-online-radio-using-jquery-and-jplayer.php</link>
		<comments>http://workflowWP.com/269460/how-to-create-an-online-radio-using-jquery-and-jplayer.php#comments</comments>
		<pubDate>Sun, 01 May 2011 17:49:21 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4234</guid>
		<description><![CDATA[Getting startedView demoRead jPlayer documentationDownload filesCreating the databaseFirst, create a new SQL database. Let&#8217;s call it radio. Once done, we have to create a table. We only need 4 fields: An id, the mp3 url, the artist name and the&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/269460/how-to-create-an-online-radio-using-jquery-and-jplayer.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://mysongs.com/onemoresongurl.mp3" length="1252" type="audio/mpeg" />
		</item>
		<item>
		<title>Top 10 CSS 3 forms tutorials</title>
		<link>http://workflowWP.com/236611/top-10-css-3-forms-tutorials.php</link>
		<comments>http://workflowWP.com/236611/top-10-css-3-forms-tutorials.php#comments</comments>
		<pubDate>Mon, 18 Apr 2011 14:11:27 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4209</guid>
		<description><![CDATA[HTML5 &#038; CSS3 form HTML5 introduced useful new form elements as such as sliders, numeric spinners and date pickers. This tutorial will show you how to create a form with HTML5, and make it look really cool with CSS3. A&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/236611/top-10-css-3-forms-tutorials.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 super useful PHP snippets</title>
		<link>http://workflowWP.com/214173/10-super-useful-php-snippets.php</link>
		<comments>http://workflowWP.com/214173/10-super-useful-php-snippets.php#comments</comments>
		<pubDate>Sun, 03 Apr 2011 16:21:15 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4192</guid>
		<description><![CDATA[Super simple page cachingWhen your project isn&#8217;t based on a CMS or framework, it can be a good idea to implement a simple caching system on your pages. The following code snippet is very simple, but works well for small&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/214173/10-super-useful-php-snippets.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easily create multilingual sites with WordPress</title>
		<link>http://workflowWP.com/214174/easily-create-multilingual-sites-with-wordpress.php</link>
		<comments>http://workflowWP.com/214174/easily-create-multilingual-sites-with-wordpress.php#comments</comments>
		<pubDate>Sun, 20 Mar 2011 17:13:29 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4178</guid>
		<description><![CDATA[1 &#8211; Localize theme stringsBefore installing a plugin on your blog, the first thing to do is to localize theme strings. PHP and the Gettext tool (which allow easy string translation) have two functions: _e() and __().The only difference between&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/214174/easily-create-multilingual-sites-with-wordpress.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>8 awesome new jQuery plugins to have in your toolbox</title>
		<link>http://workflowWP.com/214176/8-awesome-new-jquery-plugins-to-have-in-your-toolbox.php</link>
		<comments>http://workflowWP.com/214176/8-awesome-new-jquery-plugins-to-have-in-your-toolbox.php#comments</comments>
		<pubDate>Mon, 07 Mar 2011 15:35:30 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4152</guid>
		<description><![CDATA[jQuery Mobile Due to the popularity of mobile devices such as the iPhone or the BlackBerry, websites are now going mobile. jQuery Mobile is a complete framework that allow you to easily create killer mobile sites. If you want an&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/214176/8-awesome-new-jquery-plugins-to-have-in-your-toolbox.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Killer hacks to enhance WordPress editor</title>
		<link>http://workflowWP.com/214178/killer-hacks-to-enhance-wordpress-editor.php</link>
		<comments>http://workflowWP.com/214178/killer-hacks-to-enhance-wordpress-editor.php#comments</comments>
		<pubDate>Mon, 31 Jan 2011 09:58:06 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4140</guid>
		<description><![CDATA[Allow more HTML tags in the editorBy default, WordPress editor don&#8217;t allow html tags wich aren&#8217;t compliant with the XHTML 1.0 standard. For example, iframes will be stripped out by the editor. If for some reason you have to insert&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/214178/killer-hacks-to-enhance-wordpress-editor.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 free WordPress themes I’ve created for you</title>
		<link>http://workflowWP.com/214179/3-free-wordpress-themes-i%e2%80%99ve-created-for-you.php</link>
		<comments>http://workflowWP.com/214179/3-free-wordpress-themes-i%e2%80%99ve-created-for-you.php#comments</comments>
		<pubDate>Mon, 24 Jan 2011 15:09:05 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4123</guid>
		<description><![CDATA[<strong>Please note:</strong> These themes are offered for free, under the terms of the GPL licence. No free support or help is given.OpenBook – Magazine theme Back in 2008, when &#8220;magazine&#8221; themes where the absolute hype, I&#8217;ve released OpenBook, a &#8220;magazine&#8221;&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/214179/3-free-wordpress-themes-i%e2%80%99ve-created-for-you.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to show the “home” link on wp_nav_menu default fallback function</title>
		<link>http://workflowWP.com/213817/how-to-show-the-%e2%80%9chome%e2%80%9d-link-on-wp_nav_menu-default-fallback-function.php</link>
		<comments>http://workflowWP.com/213817/how-to-show-the-%e2%80%9chome%e2%80%9d-link-on-wp_nav_menu-default-fallback-function.php#comments</comments>
		<pubDate>Tue, 18 Jan 2011 13:27:19 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.wprecipes.com/?p=2767</guid>
		<description><![CDATA[You just have to paste the following code into your theme <em>functions.php</em> file:

function my_page_menu_args($args) {
	$args[&#39;show_home&#39;] = true;
	return $args;
}
add_filter(&#39;wp_page_menu_args&#39;, &#39;my_page_menu_args&#39;);

<strong><em>Thanks to Reza for this nice piece of code!</em></strong>
<em>Looking for WordPress hosting? Try WP Web </em>&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/213817/how-to-show-the-%e2%80%9chome%e2%80%9d-link-on-wp_nav_menu-default-fallback-function.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to automatically add a search field to your navigation menu</title>
		<link>http://workflowWP.com/210643/how-to-automatically-add-a-search-field-to-your-navigation-menu.php</link>
		<comments>http://workflowWP.com/210643/how-to-automatically-add-a-search-field-to-your-navigation-menu.php#comments</comments>
		<pubDate>Tue, 11 Jan 2011 07:06:50 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.wprecipes.com/?p=2762</guid>
		<description><![CDATA[Open your functions.php file, and paste the following code. The search field will be displayed once you saved the file.

add_filter(&#39;wp_nav_menu_items&#39;,&#39;add_search_box&#39;, 10, 2);
function add_search_box($items, $args) {

        ob_start();
        get_search_form();
        $searchform = ob_get_contents();
        ob_end_clean();

        $items .= &#39;&#60;li&#62;&#39; . $searchform . &#39;&#60;/li&#62;&#39;;&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/210643/how-to-automatically-add-a-search-field-to-your-navigation-menu.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>8 useful sites for web developers</title>
		<link>http://workflowWP.com/210159/8-useful-sites-for-web-developers.php</link>
		<comments>http://workflowWP.com/210159/8-useful-sites-for-web-developers.php#comments</comments>
		<pubDate>Sun, 09 Jan 2011 16:56:23 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4103</guid>
		<description><![CDATA[Min.us: The easiest way to upload images Any developer, designer or webmaster have to share images online with clients and co-workers. Min.us is an all new service that allow you to upload images extremely easily: Just drag and drop them&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/210159/8-useful-sites-for-web-developers.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress tip: Remove WP 3.1 Admin Bar</title>
		<link>http://workflowWP.com/207410/wordpress-tip-remove-wp-3-1-admin-bar.php</link>
		<comments>http://workflowWP.com/207410/wordpress-tip-remove-wp-3-1-admin-bar.php#comments</comments>
		<pubDate>Wed, 05 Jan 2011 12:33:42 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.wprecipes.com/?p=2755</guid>
		<description><![CDATA[Simply paste the following line of code on your <em>functions.php</em> file:
remove_action('init', 'wp_admin_bar_init');
Once the file is saved, the Admin Bar will not be displayed again. 
<strong><em>Thanks to Yoast for the tip!</em></strong>
<em>Looking for WordPress hosting? Try WP Web Host. </em>&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/207410/wordpress-tip-remove-wp-3-1-admin-bar.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to easily wish a merry Christmas to your blog readers</title>
		<link>http://workflowWP.com/198864/how-to-easily-wish-a-merry-christmas-to-your-blog-readers.php</link>
		<comments>http://workflowWP.com/198864/how-to-easily-wish-a-merry-christmas-to-your-blog-readers.php#comments</comments>
		<pubDate>Fri, 24 Dec 2010 09:36:32 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.wprecipes.com/?p=2750</guid>
		<description><![CDATA[To achieve this very simple recipe, simply paste the following code anywhere on your theme. The "Merry Christmas" message will be displayed only on Christmas day.

&#60;?php
if ((date('m') == 12) &#038;&#038; (date('d') == 25)) { ?&#60;h2Merry Christmas&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/198864/how-to-easily-wish-a-merry-christmas-to-your-blog-readers.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress trick: Get category slug using category ID</title>
		<link>http://workflowWP.com/195859/wordpress-trick-get-category-slug-using-category-id.php</link>
		<comments>http://workflowWP.com/195859/wordpress-trick-get-category-slug-using-category-id.php#comments</comments>
		<pubDate>Mon, 20 Dec 2010 12:51:07 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.wprecipes.com/?p=2744</guid>
		<description><![CDATA[First, put the following function in your <em>functions.php</em> file:

function get_cat_slug($cat_id) {
	$cat_id = (int) $cat_id;
	$category = &#038;get_category($cat_id);
	return $category-slug;
}

Once done, you can call the function as shown below:
&#60;?php echo get_cat_slug(3); ?&#62;
This will display&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/195859/wordpress-trick-get-category-slug-using-category-id.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Awesome WordPress hacks to make your blogger life easier</title>
		<link>http://workflowWP.com/180384/awesome-wordpress-hacks-to-make-your-blogger-life-easier.php</link>
		<comments>http://workflowWP.com/180384/awesome-wordpress-hacks-to-make-your-blogger-life-easier.php#comments</comments>
		<pubDate>Tue, 30 Nov 2010 14:43:06 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4091</guid>
		<description><![CDATA[Hardcode to make WordPress fasterHardcoding is generally not a good practice, however in the case of an established website, hardcoding your blog url, site url, template path and stylesheet path will make your blog run faster.When a function such as&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/180384/awesome-wordpress-hacks-to-make-your-blogger-life-easier.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to set HTML editor as the default in WordPress</title>
		<link>http://workflowWP.com/171002/how-to-set-html-editor-as-the-default-in-wordpress.php</link>
		<comments>http://workflowWP.com/171002/how-to-set-html-editor-as-the-default-in-wordpress.php#comments</comments>
		<pubDate>Wed, 17 Nov 2010 12:38:58 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.wprecipes.com/?p=2737</guid>
		<description><![CDATA[Simply paste the following code on your <em>functions.php</em> file, save it, and you're done!

add_filter('wp_default_editor', create_function('', 'return "html";'));

<em></em><em>Credit: WP Snippets.</em>
<em>Looking for WordPress hosting? Try WP Web Host. Prices starts at $5/month and you can try it for free!How </em>&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/171002/how-to-set-html-editor-as-the-default-in-wordpress.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a mobile WordPress theme with jQuery Mobile</title>
		<link>http://workflowWP.com/170197/how-to-create-a-mobile-wordpress-theme-with-jquery-mobile.php</link>
		<comments>http://workflowWP.com/170197/how-to-create-a-mobile-wordpress-theme-with-jquery-mobile.php#comments</comments>
		<pubDate>Tue, 16 Nov 2010 06:53:36 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4065</guid>
		<description><![CDATA[Here is what we&#8217;re going to build together today. Click the image to view the live demo.Step 1: Getting filesWe could have created our theme from scratch, but there&#8217;s no need to reinvent the wheel when there&#8217;s tools that can&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/170197/how-to-create-a-mobile-wordpress-theme-with-jquery-mobile.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP snippets to interact with Twitter</title>
		<link>http://workflowWP.com/159209/php-snippets-to-interact-with-twitter.php</link>
		<comments>http://workflowWP.com/159209/php-snippets-to-interact-with-twitter.php#comments</comments>
		<pubDate>Mon, 08 Nov 2010 07:38:51 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.catswhocode.com/blog/?p=4050</guid>
		<description><![CDATA[Get number of Twitter followersHave you seen my blog sidebar? I display the number of followers I have in full text. This is actually pretty easy to do. The first thing you need is this function:function get_followers($twitter_id){
	$xml=file_get_contents('http://twitter.com/users/show.xml?screen_name='.$twitter_id);
	if (preg_match('/followers_count&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/159209/php-snippets-to-interact-with-twitter.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to count your blogroll links</title>
		<link>http://workflowWP.com/159339/how-to-count-your-blogroll-links.php</link>
		<comments>http://workflowWP.com/159339/how-to-count-your-blogroll-links.php#comments</comments>
		<pubDate>Sat, 06 Nov 2010 11:49:26 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.wprecipes.com/?p=2728</guid>
		<description><![CDATA[Simply paste the following code where you want the count to be displayed:

&#60;?php
$numlinks = $wpdb-&#62;get_var("SELECT COUNT(*) FROM $wpdb-links WHERE link_visible = 'Y'");
if (0 &#60; $numlinks) $numlinks = number_format($numlinks);
echo $numlinks;
?&#62;

<strong><em>Thanks to Jeff Starr for </em></strong>&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/159339/how-to-count-your-blogroll-links.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress tip: How to make term edition easier</title>
		<link>http://workflowWP.com/155821/wordpress-tip-how-to-make-term-edition-easier.php</link>
		<comments>http://workflowWP.com/155821/wordpress-tip-how-to-make-term-edition-easier.php#comments</comments>
		<pubDate>Mon, 01 Nov 2010 13:36:38 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.wprecipes.com/?p=2721</guid>
		<description><![CDATA[Simply paste this function on your <em>functions.php</em> file:

if ( !function_exists(&#39;edit_term_link&#39;) ) {
  function edit_term_link( $link = &#39;&#39;, $before = &#39;&#39;,
      $after = &#39;&#39;, $term = null ) {

    if ( $term == null ) {
      global $wp_query;
      $term =&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/155821/wordpress-tip-how-to-make-term-edition-easier.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to count retweets in full text on your WordPress posts</title>
		<link>http://workflowWP.com/152846/how-to-count-retweets-in-full-text-on-your-wordpress-posts.php</link>
		<comments>http://workflowWP.com/152846/how-to-count-retweets-in-full-text-on-your-wordpress-posts.php#comments</comments>
		<pubDate>Tue, 26 Oct 2010 05:19:41 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.wprecipes.com/?p=2717</guid>
		<description><![CDATA[The first thing to do is to open your <em>functions.php</em> file and insert the following function:

function tweetCount($url) {
    $content = file_get_contents(&#34;http://api.tweetmeme.com/url_info?url=&#34;.$url);
    $element = new SimpleXmlElement($content);
    $retweets = $element-&#62;story-&#62;url_count;
    if($retweets){
        return $retweets;
    } else {
        return 0;
    }
}

Once&#8230;]]></description>
		<wfw:commentRss>http://workflowWP.com/152846/how-to-count-retweets-in-full-text-on-your-wordpress-posts.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: workflowwp.com @ 2012-05-25 03:12:45 -->
