<?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>Code Central &#187; WordPress</title>
	<atom:link href="http://thecodecentral.com/category/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://thecodecentral.com</link>
	<description>A piece of code for everyone!</description>
	<lastBuildDate>Sat, 08 May 2010 03:59:31 +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>ctRotator &#8211; A Flexible Item/Image Rotator Script for jQuery</title>
		<link>http://thecodecentral.com/2008/11/12/ctrotator-a-flexible-itemimage-rotator-script-for-jquery</link>
		<comments>http://thecodecentral.com/2008/11/12/ctrotator-a-flexible-itemimage-rotator-script-for-jquery#comments</comments>
		<pubDate>Wed, 12 Nov 2008 14:06:16 +0000</pubDate>
		<dc:creator>Cuong</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://thecodecentral.com/?p=196</guid>
		<description><![CDATA[I was taking part in developing an interesting web application - the Thank You Project. During which I made an item rotator script that swaps a list of messages in and out from the message board. I find the rotator script is very useful, so I decide to share it. To get an overview of [...]]]></description>
		<wfw:commentRss>http://thecodecentral.com/2008/11/12/ctrotator-a-flexible-itemimage-rotator-script-for-jquery/feed</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>Creating a Digg This Button for Your WordPress Blog</title>
		<link>http://thecodecentral.com/2008/04/30/creating-a-digg-this-button-for-your-wordpress-blog</link>
		<comments>http://thecodecentral.com/2008/04/30/creating-a-digg-this-button-for-your-wordpress-blog#comments</comments>
		<pubDate>Wed, 30 Apr 2008 10:14:15 +0000</pubDate>
		<dc:creator>Cuong</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://thecodecentral.com/2008/04/30/creating-a-digg-this-button-for-your-wordpress-blog</guid>
		<description><![CDATA[Creating a Digg This button is very easy. Here's a non-plugin approach:





digg_url = '';
digg_title = '';






Copy and paste above script to anywhere between your WordPress' theloop: 





digg_url = 'http://thecodecentral.com/2008/04/30/creating-a-digg-this-button-for-your-wordpress-blog';
digg_title = 'Creating a Digg This Button for Your WordPress Blog';







Instead post specific Digg button, you can create a site wide button as well:





digg_url = '';
digg_title = [...]]]></description>
		<wfw:commentRss>http://thecodecentral.com/2008/04/30/creating-a-digg-this-button-for-your-wordpress-blog/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to Create a WordPress Theme Viewer</title>
		<link>http://thecodecentral.com/2008/02/21/how-to-create-a-wordpress-theme-viewer</link>
		<comments>http://thecodecentral.com/2008/02/21/how-to-create-a-wordpress-theme-viewer#comments</comments>
		<pubDate>Thu, 21 Feb 2008 08:48:20 +0000</pubDate>
		<dc:creator>Cuong</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[viewer]]></category>

		<guid isPermaLink="false">http://thecodecentral.com/2008/02/21/how-to-create-a-wordpress-theme-viewer</guid>
		<description><![CDATA[For WordPress veteran this might not be new, which is, let visitor preview multiple themes in one WordPress installation. It puzzled me quite a while before I figured out how to do it. The very reason for the need of this feature is that I want to allow regular users to view different themes on [...]]]></description>
		<wfw:commentRss>http://thecodecentral.com/2008/02/21/how-to-create-a-wordpress-theme-viewer/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
