<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Nothing personal here &#187; Javascript</title>
	<atom:link href="http://charlesling.wordpress.com/category/technology/javascript-technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://charlesling.wordpress.com</link>
	<description>Learn it, Live it, Love it.</description>
	<lastBuildDate>Thu, 31 Dec 2009 13:02:50 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='charlesling.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/800668362aab5d3bda88a862b279d2ce?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Nothing personal here &#187; Javascript</title>
		<link>http://charlesling.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://charlesling.wordpress.com/osd.xml" title="Nothing personal here" />
		<item>
		<title>Google closure compiler</title>
		<link>http://charlesling.wordpress.com/2009/11/14/google-closure-compiler/</link>
		<comments>http://charlesling.wordpress.com/2009/11/14/google-closure-compiler/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 13:34:24 +0000</pubDate>
		<dc:creator>Charles Ling</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[closure]]></category>
		<category><![CDATA[javascript compiler]]></category>

		<guid isPermaLink="false">http://charlesling.wordpress.com/?p=303</guid>
		<description><![CDATA[Google recently release Closure Compiler service (labs version)
 use for optimising a few simple functions in the service&#8217;s web UI for JavaScript.
You can try to execute JavaScript for optimisation, check for warning and error, compressed into small files, see what is the post data looks like and more. Of course, this sort of thing can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=charlesling.wordpress.com&blog=3365401&post=303&subd=charlesling&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://charlesling.wordpress.com/2009/11/14/google-closure-compiler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Charles Ling</media:title>
		</media:content>
	</item>
		<item>
		<title>JQuery get $.getJSON data</title>
		<link>http://charlesling.wordpress.com/2009/06/27/jquery-get-getjson-data/</link>
		<comments>http://charlesling.wordpress.com/2009/06/27/jquery-get-getjson-data/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 08:42:19 +0000</pubDate>
		<dc:creator>Charles Ling</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[getJSON]]></category>
		<category><![CDATA[json variable]]></category>

		<guid isPermaLink="false">http://charlesling.wordpress.com/2009/06/27/jquery-get-getjson-data/</guid>
		<description><![CDATA[Imagine you have server side data return to your Javascript client side using Ajax and JSON as datatype return.


var groupid = null; //try outer scope
$.getJSON(url, data, function(result){

    groupid = result.groupid;  //json type data
    //do whatehever you like here
    //you wanted to return the data that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=charlesling.wordpress.com&blog=3365401&post=236&subd=charlesling&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://charlesling.wordpress.com/2009/06/27/jquery-get-getjson-data/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="" medium="image">
			<media:title type="html">Charles Ling</media:title>
		</media:content>
	</item>
		<item>
		<title>My Favourite Web Development tools.</title>
		<link>http://charlesling.wordpress.com/2009/04/02/my-favourite-web-development-tools/</link>
		<comments>http://charlesling.wordpress.com/2009/04/02/my-favourite-web-development-tools/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 10:29:10 +0000</pubDate>
		<dc:creator>Charles Ling</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[task]]></category>
		<category><![CDATA[javascript framework]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://charlesling.wordpress.com/?p=136</guid>
		<description><![CDATA[Every few months, i will be Googling or check out new web development tools for my work and personal projects. Unbelievably,  new cool and fantastic tools kept popping up, something you even have problem which best tool to used. The tools i meant here, are tools like IDEs, plug-in, library, framework, CMS, test-suite and more. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=charlesling.wordpress.com&blog=3365401&post=136&subd=charlesling&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://charlesling.wordpress.com/2009/04/02/my-favourite-web-development-tools/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<georss:point>-37.894685 145.130019</georss:point>
		<geo:lat>-37.894685</geo:lat>
		<geo:long>145.130019</geo:long>
		<media:content url="" medium="image">
			<media:title type="html">Charles Ling</media:title>
		</media:content>

		<media:content url="http://charlesling.files.wordpress.com/2009/04/firebug1.jpg" medium="image">
			<media:title type="html">firebug1</media:title>
		</media:content>

		<media:content url="http://charlesling.files.wordpress.com/2009/04/imacro.jpg?w=131" medium="image">
			<media:title type="html">imacro</media:title>
		</media:content>

		<media:content url="http://charlesling.files.wordpress.com/2009/04/bar.jpg" medium="image">
			<media:title type="html">bar</media:title>
		</media:content>
	</item>
		<item>
		<title>jQuery</title>
		<link>http://charlesling.wordpress.com/2009/03/30/jquery/</link>
		<comments>http://charlesling.wordpress.com/2009/03/30/jquery/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 01:47:27 +0000</pubDate>
		<dc:creator>Charles Ling</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[javascript framework]]></category>

		<guid isPermaLink="false">http://charlesling.wordpress.com/?p=127</guid>
		<description><![CDATA[Have been using jQuery since my new projects. As a results, i am very satisfy with the Javascript framework and external UI Plug-in.
I used the guidelines provided by reindel blog to choose the best javascript framework to meet best for my new projects. My first round-up choice are between Mootools, Prototypes/script.aculo.us and jQuery. I use [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=charlesling.wordpress.com&blog=3365401&post=127&subd=charlesling&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://charlesling.wordpress.com/2009/03/30/jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Charles Ling</media:title>
		</media:content>
	</item>
	</channel>
</rss>