<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6" -->
<rss version="0.92">
<channel>
	<title>Code Central</title>
	<link>http://thecodecentral.com</link>
	<description>Bored enough to make a weblog</description>
	<lastBuildDate>Mon, 04 Aug 2008 06:04:26 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Fading Effect with YUI&#8217;s Animation Utility</title>
		<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>
		<link>http://thecodecentral.com/2008/05/02/fading-effect-with-yuis-animation-utility</link>
			</item>
	<item>
		<title>Creating a Digg This Button for Your WordPress Blog</title>
		<description><![CDATA[Creating a Digg This button is very easy. Here's a non-plugin approach:




&#60;script type=&#34;text/javascript&#34;&#62;
digg_url = '&#60;?php the_permalink() ?&#62;';
digg_title = '&#60;?php the_title() ?&#62;';
&#60;/script&#62;
&#60;script src=&#34;http://digg.com/tools/diggthis.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#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 [...]]]></description>
		<link>http://thecodecentral.com/2008/04/30/creating-a-digg-this-button-for-your-wordpress-blog</link>
			</item>
	<item>
		<title>JavaScript Source Joiner/Combiner</title>
		<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>
		<link>http://thecodecentral.com/2008/03/18/javascript-source-joinercombiner</link>
			</item>
	<item>
		<title>The Mighty Component of YUI 2.5.0 - Uploader</title>
		<description><![CDATA[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 [...]]]></description>
		<link>http://thecodecentral.com/2008/02/22/the-mighty-component-of-yui-250-uploader</link>
			</item>
	<item>
		<title>A Useful JavaScript Image Loader</title>
		<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>
		<link>http://thecodecentral.com/2008/02/21/a-useful-javascript-image-loader</link>
			</item>
	<item>
		<title>How to Create a WordPress Theme Viewer</title>
		<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>
		<link>http://thecodecentral.com/2008/02/21/how-to-create-a-wordpress-theme-viewer</link>
			</item>
	<item>
		<title>A YUI Loading Panel Widget</title>
		<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>
		<link>http://thecodecentral.com/2008/01/17/a-yui-loading-panel-widget</link>
			</item>
	<item>
		<title>Apache Performance Problem on Vista</title>
		<description><![CDATA[Just switch my operating system to Vista, and my biggest complaint about it is that it breaks my Apache HTTP server. The server still runs, but very slowly. The symptom is as follow: every time I reload a web page from the browser, there usually is a 2-3 seconds delay before the loading sequence starts. [...]]]></description>
		<link>http://thecodecentral.com/2008/01/04/apache-performance-problem-on-vista</link>
			</item>
	<item>
		<title>The Five Most Precious Firefox Extensions for Web Developer</title>
		<description><![CDATA[I develop web applications and test them in Firefox, for Firefox provides many extensions that are not only useful, but sometimes vital to the completion of my projects. Over a period of time, I have been continuously evaluating different Firefox extensions in attempting to sort out the valuable ones (for web development). At last, I [...]]]></description>
		<link>http://thecodecentral.com/2008/01/03/the-five-most-precious-firefox-extensions-for-web-developer</link>
			</item>
	<item>
		<title>YUI Based Lightbox - Final</title>
		<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>
		<link>http://thecodecentral.com/2008/01/01/yui-based-lightbox-final</link>
			</item>
</channel>
</rss>
