<?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</title>
	<atom:link href="http://charlesling.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://charlesling.wordpress.com</link>
	<description>Learn it, Live it, Love it.</description>
	<lastBuildDate>Thu, 05 Jan 2012 07:30:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='charlesling.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Nothing personal here</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" />
	<atom:link rel='hub' href='http://charlesling.wordpress.com/?pushpress=hub'/>
		<item>
		<title></title>
		<link>http://charlesling.wordpress.com/2010/11/09/551/</link>
		<comments>http://charlesling.wordpress.com/2010/11/09/551/#comments</comments>
		<pubDate>Tue, 09 Nov 2010 03:09:11 +0000</pubDate>
		<dc:creator>Charles Ling</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://charlesling.wordpress.com/?p=551</guid>
		<description><![CDATA[Here is a simple steps to install JSON for PHP in *nix server. The sample command below are running under Centos OS. yum update "*php*" Make sure you have install PHP Pear. yum install php-pear and The pecl command can then be found at /usr/bin/pecl Then, we can start install PHP JSON. pecl install json [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=charlesling.wordpress.com&amp;blog=3365401&amp;post=551&amp;subd=charlesling&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://charlesling.wordpress.com/2010/11/09/551/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>3.083000 101.650000</georss:point>
		<geo:lat>3.083000</geo:lat>
		<geo:long>101.650000</geo:long>
		<media:content url="" medium="image">
			<media:title type="html">Charles Ling</media:title>
		</media:content>
	</item>
		<item>
		<title>ImageMagick PDF to Image conversion or Vice versa</title>
		<link>http://charlesling.wordpress.com/2010/10/26/imagemagick-pdf-to-image-conversion-or-vice-versa/</link>
		<comments>http://charlesling.wordpress.com/2010/10/26/imagemagick-pdf-to-image-conversion-or-vice-versa/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 07:57:40 +0000</pubDate>
		<dc:creator>Charles Ling</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[imagemagick]]></category>
		<category><![CDATA[pdf to png]]></category>

		<guid isPermaLink="false">http://charlesling.wordpress.com/?p=547</guid>
		<description><![CDATA[Using Linux version of ImageMagick to convert PDF to Image convert -density 140 test.pdf -resize 25% -quality 100 -colors 256 test.png You can even use PHP ImageMagick library to convert pdf to image file. For more information can be view from here :<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=charlesling.wordpress.com&amp;blog=3365401&amp;post=547&amp;subd=charlesling&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://charlesling.wordpress.com/2010/10/26/imagemagick-pdf-to-image-conversion-or-vice-versa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>3.083000 101.650000</georss:point>
		<geo:lat>3.083000</geo:lat>
		<geo:long>101.650000</geo:long>
		<media:content url="" medium="image">
			<media:title type="html">Charles Ling</media:title>
		</media:content>
	</item>
		<item>
		<title>Allow Apache PHP to access Unix Command or software.</title>
		<link>http://charlesling.wordpress.com/2010/05/16/allow-apache-php-to-access-unix-command-or-software/</link>
		<comments>http://charlesling.wordpress.com/2010/05/16/allow-apache-php-to-access-unix-command-or-software/#comments</comments>
		<pubDate>Sun, 16 May 2010 08:41:32 +0000</pubDate>
		<dc:creator>Charles Ling</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[imagemagick]]></category>

		<guid isPermaLink="false">http://charlesling.wordpress.com/?p=500</guid>
		<description><![CDATA[Recently i was working with ImageMagick software (Open Source), basically a very powerful image suite to create, edit, and compose bitmap images. It can manipulate any sort of image just by using command line. Image using Photoshop with command line. But calling an ImageMagick command using PHP Web pages required some configuration in the visudo [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=charlesling.wordpress.com&amp;blog=3365401&amp;post=500&amp;subd=charlesling&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://charlesling.wordpress.com/2010/05/16/allow-apache-php-to-access-unix-command-or-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>3.083000 101.650000</georss:point>
		<geo:lat>3.083000</geo:lat>
		<geo:long>101.650000</geo:long>
		<media:content url="" medium="image">
			<media:title type="html">Charles Ling</media:title>
		</media:content>
	</item>
		<item>
		<title>Launching Ecomjunction.com</title>
		<link>http://charlesling.wordpress.com/2010/05/14/launching_ecomjunction/</link>
		<comments>http://charlesling.wordpress.com/2010/05/14/launching_ecomjunction/#comments</comments>
		<pubDate>Fri, 14 May 2010 01:09:34 +0000</pubDate>
		<dc:creator>Charles Ling</dc:creator>
				<category><![CDATA[PayPal]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[paypal payment]]></category>

		<guid isPermaLink="false">http://charlesling.wordpress.com/?p=508</guid>
		<description><![CDATA[Finally after several months of planning, handwork, and delay with my founder Arya. We finally launched our PayPal Payment Integration on 15/May/2010 with any website that wish to use PayPal as one of their paying methods. We also offer other services such as CMS management, Wed design and development, Usability and SEO advice, and as [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=charlesling.wordpress.com&amp;blog=3365401&amp;post=508&amp;subd=charlesling&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://charlesling.wordpress.com/2010/05/14/launching_ecomjunction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>3.083000 101.650000</georss:point>
		<geo:lat>3.083000</geo:lat>
		<geo:long>101.650000</geo:long>
		<media:content url="" medium="image">
			<media:title type="html">Charles Ling</media:title>
		</media:content>
	</item>
		<item>
		<title>Malaysia BarCampKl 2010 April 24-25 is here.</title>
		<link>http://charlesling.wordpress.com/2010/04/18/malaysia-barcampkl-2010-is-here/</link>
		<comments>http://charlesling.wordpress.com/2010/04/18/malaysia-barcampkl-2010-is-here/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 13:37:44 +0000</pubDate>
		<dc:creator>Charles Ling</dc:creator>
				<category><![CDATA[barcamp]]></category>
		<category><![CDATA[barcamp malaysia]]></category>

		<guid isPermaLink="false">http://charlesling.wordpress.com/?p=495</guid>
		<description><![CDATA[Have been waiting BarcampKl for a while since i went back to Malaysia. As mention before in the previous post, BarCampKl is almost the same as BarCamp Melbourne which held in an un-conference way of events. There are no specifics schedule for any topics. On the day itself, the topics will be posted on the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=charlesling.wordpress.com&amp;blog=3365401&amp;post=495&amp;subd=charlesling&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://charlesling.wordpress.com/2010/04/18/malaysia-barcampkl-2010-is-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>3.083000 101.650000</georss:point>
		<geo:lat>3.083000</geo:lat>
		<geo:long>101.650000</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/2010/04/snc00826.jpg?w=300" medium="image">
			<media:title type="html">BarCampKL 2010</media:title>
		</media:content>
	</item>
		<item>
		<title>Higlighting Table row in JQuery</title>
		<link>http://charlesling.wordpress.com/2010/01/15/higlighting-table-row-in-jquery/</link>
		<comments>http://charlesling.wordpress.com/2010/01/15/higlighting-table-row-in-jquery/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 23:03:08 +0000</pubDate>
		<dc:creator>Charles Ling</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://charlesling.wordpress.com/?p=481</guid>
		<description><![CDATA[Recently when refactoring the JQuery old code, about a year ago and i found an old and un-JQuery solution where using inline Javascript in HTML. Inline Javascript are bad which are the curse of HTML. For example : 1. Above inline Javascript will not be cache. Every time when the user refresh the page, it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=charlesling.wordpress.com&amp;blog=3365401&amp;post=481&amp;subd=charlesling&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://charlesling.wordpress.com/2010/01/15/higlighting-table-row-in-jquery/feed/</wfw:commentRss>
		<slash:comments>0</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>
	</item>
		<item>
		<title>Saving MySql from Oracle.</title>
		<link>http://charlesling.wordpress.com/2010/01/05/saving-mysql-from-oracle/</link>
		<comments>http://charlesling.wordpress.com/2010/01/05/saving-mysql-from-oracle/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 22:55:18 +0000</pubDate>
		<dc:creator>Charles Ling</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[mysql war]]></category>

		<guid isPermaLink="false">http://charlesling.wordpress.com/?p=474</guid>
		<description><![CDATA[Since Oracle take over MySql due to SUN MircoSystem acquisition, I worried that Oracle will kill MySql slowly or make MySql as commercial products. Who knows? Do you know? No. I have used MySql since my study in University and to my today worklife. Why? It is easy to set-up, work well with cross OS [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=charlesling.wordpress.com&amp;blog=3365401&amp;post=474&amp;subd=charlesling&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://charlesling.wordpress.com/2010/01/05/saving-mysql-from-oracle/feed/</wfw:commentRss>
		<slash:comments>0</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>
	</item>
		<item>
		<title>Happy New Year 2010</title>
		<link>http://charlesling.wordpress.com/2009/12/31/happy-new-year-2010/</link>
		<comments>http://charlesling.wordpress.com/2009/12/31/happy-new-year-2010/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 13:02:32 +0000</pubDate>
		<dc:creator>Charles Ling</dc:creator>
				<category><![CDATA[Personal Life]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[nyr]]></category>

		<guid isPermaLink="false">http://charlesling.wordpress.com/?p=464</guid>
		<description><![CDATA[It have been 1 year 8 months 2 day since the day i have created this blog. Since, then I learned how to document important thing, discover tricks, learn new way to solve things and most of all learn how to share with people. This year 2010, i hope it will be the greatest year [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=charlesling.wordpress.com&amp;blog=3365401&amp;post=464&amp;subd=charlesling&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://charlesling.wordpress.com/2009/12/31/happy-new-year-2010/feed/</wfw:commentRss>
		<slash:comments>0</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>
	</item>
		<item>
		<title>My Web Design Process &#8211; Part 1</title>
		<link>http://charlesling.wordpress.com/2009/12/18/my-web-design-process-part-1/</link>
		<comments>http://charlesling.wordpress.com/2009/12/18/my-web-design-process-part-1/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 23:50:34 +0000</pubDate>
		<dc:creator>Charles Ling</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[design process]]></category>
		<category><![CDATA[software lifecycle design process]]></category>

		<guid isPermaLink="false">http://charlesling.wordpress.com/?p=381</guid>
		<description><![CDATA[Before graduated from University, i though i know a lot of thing about software life-cycle. Well, after step foot into real world of IT Industry, the thing that i know is i know nothing. Fortunately, working with couple of clients include small and medium size projects, several freelance projects and with my passion along, i [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=charlesling.wordpress.com&amp;blog=3365401&amp;post=381&amp;subd=charlesling&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://charlesling.wordpress.com/2009/12/18/my-web-design-process-part-1/feed/</wfw:commentRss>
		<slash:comments>0</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>

		<media:content url="http://charlesling.files.wordpress.com/2009/12/untitled2.jpg" medium="image">
			<media:title type="html">Some Good Layout Design</media:title>
		</media:content>

		<media:content url="http://charlesling.files.wordpress.com/2009/12/untitled.jpg" medium="image">
			<media:title type="html">Worst Design Sample</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft Innovation Day AU 2009</title>
		<link>http://charlesling.wordpress.com/2009/12/11/microsoft-innovation-day-2009/</link>
		<comments>http://charlesling.wordpress.com/2009/12/11/microsoft-innovation-day-2009/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 12:08:31 +0000</pubDate>
		<dc:creator>Charles Ling</dc:creator>
				<category><![CDATA[microsoft]]></category>
		<category><![CDATA[seminar]]></category>
		<category><![CDATA[innovation day]]></category>
		<category><![CDATA[melbourne microsoft seminar]]></category>
		<category><![CDATA[msft]]></category>
		<category><![CDATA[slideshare microsoft innovation]]></category>

		<guid isPermaLink="false">http://charlesling.wordpress.com/?p=347</guid>
		<description><![CDATA[Went to Microsoft Innovation Day in Melbourne last Wednesday. The presentation was good and inspiring. Their talk about UX design, Silverlight 4 beta, Window 7, Window Touch, SharePoint 2010, Dallas, xRM and etc. I like the idea of Silverlight 4 beta, with much more improvements over the old version and Flex. Silverlight 4 beta allows [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=charlesling.wordpress.com&amp;blog=3365401&amp;post=347&amp;subd=charlesling&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://charlesling.wordpress.com/2009/12/11/microsoft-innovation-day-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>-37.814251 144.963169</georss:point>
		<geo:lat>-37.814251</geo:lat>
		<geo:long>144.963169</geo:long>
		<media:content url="" medium="image">
			<media:title type="html">Charles Ling</media:title>
		</media:content>
	</item>
	</channel>
</rss>
