<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>麟 - Alan Cheung</title>
	<link>http://hkalan.com</link>
	<description>Alan Cheung</description>
	<lastBuildDate>Wed, 21 Jul 2010 13:13:42 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>Bavarian Alps, Germany, Oct 2006</title>
		<description><![CDATA[]]></description>
		<link>http://hkalan.com/2010/07/21/bavarian-alps-germany-oct-2006/</link>
			</item>
	<item>
		<title>North Wales &amp; Snowdonia , May 2005</title>
		<description><![CDATA[]]></description>
		<link>http://hkalan.com/2010/05/05/north-wales-snowdonia-may-2005/</link>
			</item>
	<item>
		<title>Click Login, new look!</title>
		<description><![CDATA[It&#8217;s now having another look. I spent quite a lot of time to create those images &#8211; hopefully it looks like a decent marketing advert. Have a look : ClickLogin Web Design]]></description>
		<link>http://hkalan.com/2010/05/03/click-login-new-look/</link>
			</item>
	<item>
		<title>Stem Cell International &#8211; New Design</title>
		<description><![CDATA[That&#8217;s life. Been there, done it, got the t-shirt &#8211; but, hey, let&#8217;s do it again. It&#8217;s not very easy to go though the site and do it again with different design but I&#8217;m the person to please my lovely client(s). Feel free to check out the new design, my client seems finally very happy [...]]]></description>
		<link>http://hkalan.com/2010/05/01/stem-cell-international-new-design/</link>
			</item>
	<item>
		<title>Flex FileReference Download error: #2167</title>
		<description><![CDATA[Its quite hard to believe that such a simple thing &#8211; download a file from server in flex is such a pain! The code was very simple, from the manual and example: var fileRef:FileReference = new FileReference&#40;&#41;; fileRef.download&#40;new URLRequest&#40;&#34;myFile.txt&#34;&#41;, &#34;myFile.txt&#34;&#41;; But in real world, there are things that they didn&#8217;t tell unless you hit it! [...]]]></description>
		<link>http://hkalan.com/2010/04/22/flex-filereference-download-error-2167/</link>
			</item>
	<item>
		<title>Switzerland, December, 2004</title>
		<description><![CDATA[]]></description>
		<link>http://hkalan.com/2010/04/05/switzerland-december-2004/</link>
			</item>
	<item>
		<title>Valencia, Spain, March 2005</title>
		<description><![CDATA[]]></description>
		<link>http://hkalan.com/2010/04/05/valencia-spain-march-2005/</link>
			</item>
	<item>
		<title>Cambridge shots, July 2006</title>
		<description><![CDATA[]]></description>
		<link>http://hkalan.com/2010/04/05/cambridge-shots/</link>
			</item>
	<item>
		<title>Problem in downloading file</title>
		<description><![CDATA[Click a button and download a file in Flex is very simple but Adobe’s official example has a problem which made me spent like 20 mins to find a work around. This won’t work: var request:URLRequest = new URLRequest&#40;&#34;index.xml&#34;&#41;; var fileRef:FileReference = new FileReference&#40;&#41;; fileRef.download&#40;request&#41;; But this will work: var fileRef:FileReference = new FileReference&#40;&#41;; function [...]]]></description>
		<link>http://hkalan.com/2010/04/05/232/</link>
			</item>
	<item>
		<title>Pass by Value</title>
		<description><![CDATA[Actionscript 3 will always pass by reference unless the assignation is a primitive type (such as integer or string). I had an array and want to pass it by value (means it will copy the whole array’s value in it instead of referencing). It is because referencing will affect the referenced array when the new [...]]]></description>
		<link>http://hkalan.com/2010/04/05/pass-by-value/</link>
			</item>
</channel>
</rss>
