<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Code Central</title>
	
	<link>http://thecodecentral.com</link>
	<description>The Computer Geek!</description>
	<pubDate>Mon, 06 Jul 2009 06:21:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/thecodecentral/itcf" type="application/rss+xml" /><feedburner:emailServiceId>thecodecentral/itcf</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>A Simple Yet Powerful PHP Template Engine</title>
		<link>http://feedproxy.google.com/~r/thecodecentral/itcf/~3/xyCutjX0qyU/a-simple-yet-powerful-php-template-engine</link>
		<comments>http://thecodecentral.com/2009/06/28/a-simple-yet-powerful-php-template-engine#comments</comments>
		<pubDate>Mon, 29 Jun 2009 06:24:08 +0000</pubDate>
		<dc:creator>Cuong</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[HTML]]></category>

		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://thecodecentral.com/?p=345</guid>
		<description>This is not yet another regular expression replacement template engine. The template engine uses PHP itself to render the template. The template itself is very intuitive to people who are already familiar with PHP. There is no extra learning for additional syntax - the template code itself is just plain PHP code. Though I haven't [...]&lt;img src="http://feeds.feedburner.com/~r/thecodecentral/itcf/~4/xyCutjX0qyU" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://thecodecentral.com/2009/06/28/a-simple-yet-powerful-php-template-engine/feed</wfw:commentRss>
		<feedburner:origLink>http://thecodecentral.com/2009/06/28/a-simple-yet-powerful-php-template-engine</feedburner:origLink></item>
		<item>
		<title>ctRotator - A Flexible Item/Image Rotator Script for jQuery</title>
		<link>http://feedproxy.google.com/~r/thecodecentral/itcf/~3/0wI9WI6iziM/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>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 [...]&lt;img src="http://feeds.feedburner.com/~r/thecodecentral/itcf/~4/0wI9WI6iziM" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://thecodecentral.com/2008/11/12/ctrotator-a-flexible-itemimage-rotator-script-for-jquery/feed</wfw:commentRss>
		<feedburner:origLink>http://thecodecentral.com/2008/11/12/ctrotator-a-flexible-itemimage-rotator-script-for-jquery</feedburner:origLink></item>
		<item>
		<title>Ajax Response Helper for PHP</title>
		<link>http://feedproxy.google.com/~r/thecodecentral/itcf/~3/irF-ERK-hBg/ajax-response-helper-for-php</link>
		<comments>http://thecodecentral.com/2008/10/01/ajax-response-helper-for-php#comments</comments>
		<pubDate>Thu, 02 Oct 2008 07:37:28 +0000</pubDate>
		<dc:creator>Cuong</dc:creator>
		
		<category><![CDATA[Javascript]]></category>

		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://thecodecentral.com/?p=161</guid>
		<description>In Ajax programming development, passing data back and forth between client and server is a common task. There are two major data formats that one can use for this purpose, namely XML and JSON. My personal preference is JSON because I find it's less verbose and easier to parse.
Although latest PHP provides a very handy [...]&lt;img src="http://feeds.feedburner.com/~r/thecodecentral/itcf/~4/irF-ERK-hBg" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://thecodecentral.com/2008/10/01/ajax-response-helper-for-php/feed</wfw:commentRss>
		<feedburner:origLink>http://thecodecentral.com/2008/10/01/ajax-response-helper-for-php</feedburner:origLink></item>
		<item>
		<title>Fading Effect with YUI’s Animation Utility</title>
		<link>http://feedproxy.google.com/~r/thecodecentral/itcf/~3/76z_tOXmAYk/fading-effect-with-yuis-animation-utility</link>
		<comments>http://thecodecentral.com/2008/05/02/fading-effect-with-yuis-animation-utility#comments</comments>
		<pubDate>Fri, 02 May 2008 09:03:05 +0000</pubDate>
		<dc:creator>Cuong</dc:creator>
		
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://thecodecentral.com/2008/05/02/fading-effect-with-yui-animation-utility</guid>
		<description>In YUI's Animation Utility example page there are demonstrations on how to create color and motion animations. However I couldn't find an example for how to create fading effect. After spending some time on trying different approaches, I came up with this code snip:




function doFade(){
YAHOO.util.Dom.setStyle(document.body, 'opacity', '0');
var ani = new YAHOO.util.Anim(document.body , {
 opacity: {from: [...]&lt;img src="http://feeds.feedburner.com/~r/thecodecentral/itcf/~4/76z_tOXmAYk" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://thecodecentral.com/2008/05/02/fading-effect-with-yuis-animation-utility/feed</wfw:commentRss>
		<feedburner:origLink>http://thecodecentral.com/2008/05/02/fading-effect-with-yuis-animation-utility</feedburner:origLink></item>
		<item>
		<title>Creating a Digg This Button for Your WordPress Blog</title>
		<link>http://feedproxy.google.com/~r/thecodecentral/itcf/~3/WDpLZpwuxg4/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>Creating a Digg This button is very easy. Here's a non-plugin approach:

&amp;#60;script type=&amp;#34;text/javascript&amp;#34;&amp;#62;
digg_url = '&amp;#60;?php the_permalink() ?&amp;#62;';
digg_title = '&amp;#60;?php the_title() ?&amp;#62;';
&amp;#60;/script&amp;#62;
&amp;#60;script src=&amp;#34;http://digg.com/tools/diggthis.js&amp;#34; type=&amp;#34;text/javascript&amp;#34;&amp;#62;&amp;#60;/script&amp;#62;

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 [...]&lt;img src="http://feeds.feedburner.com/~r/thecodecentral/itcf/~4/WDpLZpwuxg4" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://thecodecentral.com/2008/04/30/creating-a-digg-this-button-for-your-wordpress-blog/feed</wfw:commentRss>
		<feedburner:origLink>http://thecodecentral.com/2008/04/30/creating-a-digg-this-button-for-your-wordpress-blog</feedburner:origLink></item>
		<item>
		<title>JavaScript Source Joiner/Combiner</title>
		<link>http://feedproxy.google.com/~r/thecodecentral/itcf/~3/7KImyTRuH0M/javascript-source-joinercombiner</link>
		<comments>http://thecodecentral.com/2008/03/18/javascript-source-joinercombiner#comments</comments>
		<pubDate>Tue, 18 Mar 2008 19:41:52 +0000</pubDate>
		<dc:creator>Cuong</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[Javascript]]></category>

		<category><![CDATA[Combining]]></category>

		<category><![CDATA[Joiner]]></category>

		<guid isPermaLink="false">http://thecodecentral.com/2008/03/18/javascript-source-joinercombiner</guid>
		<description>The complexity of JavaScript code has increased rapidly over the last two years. The emerging of various JavaScript libraries/frameworks along with Ajax technology enable us to build sophisticate applications which are comparable to desktop ones. A mid-size to large-size Ajax/JavaScript applications normally consist of thousands lines of code. For readability and navigability, it is practical [...]&lt;img src="http://feeds.feedburner.com/~r/thecodecentral/itcf/~4/7KImyTRuH0M" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://thecodecentral.com/2008/03/18/javascript-source-joinercombiner/feed</wfw:commentRss>
		<feedburner:origLink>http://thecodecentral.com/2008/03/18/javascript-source-joinercombiner</feedburner:origLink></item>
		<item>
		<title>The Mighty Component of YUI 2.5.0 - Uploader</title>
		<link>http://feedproxy.google.com/~r/thecodecentral/itcf/~3/2VM3xJ7HrrA/the-mighty-component-of-yui-250-uploader</link>
		<comments>http://thecodecentral.com/2008/02/22/the-mighty-component-of-yui-250-uploader#comments</comments>
		<pubDate>Fri, 22 Feb 2008 08:41:52 +0000</pubDate>
		<dc:creator>Cuong</dc:creator>
		
		<category><![CDATA[Javascript]]></category>

		<category><![CDATA[Ajax]]></category>

		<category><![CDATA[file upload]]></category>

		<category><![CDATA[flash]]></category>

		<category><![CDATA[swf]]></category>

		<category><![CDATA[YUI]]></category>

		<guid isPermaLink="false">http://thecodecentral.com/2008/02/22/the-mighty-component-of-yui-250-uploader</guid>
		<description>YAHOO! just released YUI 2.5.0. Details of new components in this release can be found at YUI blog. To me the most exciting component in this release is the Uploader, which I called the mighty component. Not being exaggerated, this component really performed some wonders to the upload world.

   1.  Multiple file [...]&lt;img src="http://feeds.feedburner.com/~r/thecodecentral/itcf/~4/2VM3xJ7HrrA" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://thecodecentral.com/2008/02/22/the-mighty-component-of-yui-250-uploader/feed</wfw:commentRss>
		<feedburner:origLink>http://thecodecentral.com/2008/02/22/the-mighty-component-of-yui-250-uploader</feedburner:origLink></item>
		<item>
		<title>A Useful JavaScript Image Loader</title>
		<link>http://feedproxy.google.com/~r/thecodecentral/itcf/~3/l4ogpt7q6oA/a-useful-javascript-image-loader</link>
		<comments>http://thecodecentral.com/2008/02/21/a-useful-javascript-image-loader#comments</comments>
		<pubDate>Fri, 22 Feb 2008 05:06:46 +0000</pubDate>
		<dc:creator>Cuong</dc:creator>
		
		<category><![CDATA[Javascript]]></category>

		<category><![CDATA[Event]]></category>

		<category><![CDATA[preloading]]></category>

		<category><![CDATA[YUI]]></category>

		<guid isPermaLink="false">http://thecodecentral.com/2008/02/21/a-useful-javascript-image-loader</guid>
		<description>I released a YUI implementation of image gallery script a month ago. While it was quite an enjoyable experience to explore the potential of YUI and JavaScript, I found I have created many userful code snips (for instance this Loading Panel) along the way.
Today I am going to show you another useful JavaScript code snip: [...]&lt;img src="http://feeds.feedburner.com/~r/thecodecentral/itcf/~4/l4ogpt7q6oA" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://thecodecentral.com/2008/02/21/a-useful-javascript-image-loader/feed</wfw:commentRss>
		<feedburner:origLink>http://thecodecentral.com/2008/02/21/a-useful-javascript-image-loader</feedburner:origLink></item>
		<item>
		<title>How to Create a WordPress Theme Viewer</title>
		<link>http://feedproxy.google.com/~r/thecodecentral/itcf/~3/sGnpLePUzGU/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>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 [...]&lt;img src="http://feeds.feedburner.com/~r/thecodecentral/itcf/~4/sGnpLePUzGU" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://thecodecentral.com/2008/02/21/how-to-create-a-wordpress-theme-viewer/feed</wfw:commentRss>
		<feedburner:origLink>http://thecodecentral.com/2008/02/21/how-to-create-a-wordpress-theme-viewer</feedburner:origLink></item>
		<item>
		<title>A YUI Loading Panel Widget</title>
		<link>http://feedproxy.google.com/~r/thecodecentral/itcf/~3/vXgdrhx7U-o/a-yui-loading-panel-widget</link>
		<comments>http://thecodecentral.com/2008/01/17/a-yui-loading-panel-widget#comments</comments>
		<pubDate>Fri, 18 Jan 2008 06:05:45 +0000</pubDate>
		<dc:creator>Cuong</dc:creator>
		
		<category><![CDATA[Javascript]]></category>

		<category><![CDATA[Ajax]]></category>

		<category><![CDATA[modal]]></category>

		<category><![CDATA[YUI]]></category>

		<guid isPermaLink="false">http://thecodecentral.com/2008/01/17/a-yui-loading-panel-widget</guid>
		<description>Probably needless to say, but here it is. A web page which is processing a lengthy Ajax request and doesn't provide a loading indicator of any kind will mostly mislead the user to think that the page has stopped responding. So the solution? Use a loading indicator of course. Here's a very handy loading indicator [...]&lt;img src="http://feeds.feedburner.com/~r/thecodecentral/itcf/~4/vXgdrhx7U-o" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://thecodecentral.com/2008/01/17/a-yui-loading-panel-widget/feed</wfw:commentRss>
		<feedburner:origLink>http://thecodecentral.com/2008/01/17/a-yui-loading-panel-widget</feedburner:origLink></item>
	</channel>
</rss>
