<?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; Ajax</title>
	<atom:link href="http://thecodecentral.com/tag/ajax/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>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>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>
		<item>
		<title>Asynchronous File Upload &#8211; YUI&#8217;s Approach</title>
		<link>http://thecodecentral.com/2007/09/04/asynchronous-file-upload-yuis-approach</link>
		<comments>http://thecodecentral.com/2007/09/04/asynchronous-file-upload-yuis-approach#comments</comments>
		<pubDate>Tue, 04 Sep 2007 18:36:29 +0000</pubDate>
		<dc:creator>Cuong</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[file upload]]></category>
		<category><![CDATA[YUI]]></category>

		<guid isPermaLink="false">http://thecodecentral.com/2007/09/04/asynchronous-file-upload-yuis-approach</guid>
		<description><![CDATA[YUI is a truly amazing framework for those who are writing Ajax applications. Its JavaScript widgets allow programmer to create richly interactive UI components with ease. However, these UI widgets are not very useful unless the end result of the interaction can be saved to the server side. Hence YUI has added Ajax support to [...]]]></description>
		<wfw:commentRss>http://thecodecentral.com/2007/09/04/asynchronous-file-upload-yuis-approach/feed</wfw:commentRss>
		<slash:comments>68</slash:comments>
		</item>
	</channel>
</rss>
