<?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; Javascript</title>
	<atom:link href="http://thecodecentral.com/category/javascript/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>Ajax Response Helper for PHP</title>
		<link>http://thecodecentral.com/2008/10/01/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><![CDATA[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 [...]]]></description>
		<wfw:commentRss>http://thecodecentral.com/2008/10/01/ajax-response-helper-for-php/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fading Effect with YUI&#8217;s Animation Utility</title>
		<link>http://thecodecentral.com/2008/05/02/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><![CDATA[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: [...]]]></description>
		<wfw:commentRss>http://thecodecentral.com/2008/05/02/fading-effect-with-yuis-animation-utility/feed</wfw:commentRss>
		<slash:comments>9</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>JavaScript Source Joiner/Combiner</title>
		<link>http://thecodecentral.com/2008/03/18/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><![CDATA[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 [...]]]></description>
		<wfw:commentRss>http://thecodecentral.com/2008/03/18/javascript-source-joinercombiner/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A Useful JavaScript Image Loader</title>
		<link>http://thecodecentral.com/2008/02/21/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><![CDATA[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: [...]]]></description>
		<wfw:commentRss>http://thecodecentral.com/2008/02/21/a-useful-javascript-image-loader/feed</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>A YUI Loading Panel Widget</title>
		<link>http://thecodecentral.com/2008/01/17/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><![CDATA[

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 [...]]]></description>
		<wfw:commentRss>http://thecodecentral.com/2008/01/17/a-yui-loading-panel-widget/feed</wfw:commentRss>
		<slash:comments>51</slash:comments>
		</item>
		<item>
		<title>YUI Based Lightbox &#8211; Final</title>
		<link>http://thecodecentral.com/2008/01/01/yui-based-lightbox-final</link>
		<comments>http://thecodecentral.com/2008/01/01/yui-based-lightbox-final#comments</comments>
		<pubDate>Wed, 02 Jan 2008 03:07:06 +0000</pubDate>
		<dc:creator>Cuong</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[image gallery]]></category>
		<category><![CDATA[Lightbox]]></category>
		<category><![CDATA[YUI]]></category>

		<guid isPermaLink="false">http://thecodecentral.com/2008/01/01/yui-based-lightbox-final</guid>
		<description><![CDATA[My previous YUI implementation of the lightbox, which was released for beta evaluation, now has nearly gone gold. This page will be devoted for upcoming updates and bug fixes. So if you've found any bugs, feel free to report them in the comment section of this post. 

Also, I would like to thank many who [...]]]></description>
		<wfw:commentRss>http://thecodecentral.com/2008/01/01/yui-based-lightbox-final/feed</wfw:commentRss>
		<slash:comments>43</slash:comments>
		</item>
		<item>
		<title>A Compilation of YUI Callback</title>
		<link>http://thecodecentral.com/2007/11/23/a-compilation-of-yui-callback</link>
		<comments>http://thecodecentral.com/2007/11/23/a-compilation-of-yui-callback#comments</comments>
		<pubDate>Sat, 24 Nov 2007 07:34:26 +0000</pubDate>
		<dc:creator>Cuong</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Callback]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[Handler]]></category>
		<category><![CDATA[YUI]]></category>

		<guid isPermaLink="false">http://thecodecentral.com/2007/08/29/a-compilation-of-yui-callback</guid>
		<description><![CDATA[I have been coding JavaScript with YUI for quite a while now. Still, I am consistently confused by various callback functions in YUI. The thing that troubled me the most was the parameters those callback functions take. The API documentation does not provide any information about this. For example, if you go to YAHOO.util.Event, under [...]]]></description>
		<wfw:commentRss>http://thecodecentral.com/2007/11/23/a-compilation-of-yui-callback/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>The Missing Parameter of jQuery.post</title>
		<link>http://thecodecentral.com/2007/11/20/the-missing-parameter-of-jquerypost</link>
		<comments>http://thecodecentral.com/2007/11/20/the-missing-parameter-of-jquerypost#comments</comments>
		<pubDate>Tue, 20 Nov 2007 19:45:16 +0000</pubDate>
		<dc:creator>Cuong</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://thecodecentral.com/2007/11/20/the-missing-parameter-of-jquerypost</guid>
		<description><![CDATA[When coding JavaScript that requires a lot of DOM manipulations, jQuery no doubt is my favorite JavaScript framework. Surprisingly, with file size of 26KB (packed distribution), it supports Ajax along with many other handy features. 

If you've previously used jQuery's Ajax API, you probably noticed that there's a jQuery.getJSON() function call that grabs the server [...]]]></description>
		<wfw:commentRss>http://thecodecentral.com/2007/11/20/the-missing-parameter-of-jquerypost/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
