<?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>GC Log</title>
	<atom:link href="http://blog.gordon-chan.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gordon-chan.net</link>
	<description>Gordon Chan Blog - An Ambitious Hong Kong Web Developer</description>
	<lastBuildDate>Sun, 01 Jan 2012 15:20:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Happy New Year @ 2012</title>
		<link>http://blog.gordon-chan.net/2012/01/01/happy-new-year-2012/</link>
		<comments>http://blog.gordon-chan.net/2012/01/01/happy-new-year-2012/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 15:20:52 +0000</pubDate>
		<dc:creator>gordonchan</dc:creator>
				<category><![CDATA[Daily]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.gordon-chan.net/?p=137</guid>
		<description><![CDATA[Happy New Year @ 2012 It is a difficult year, no matter to the world or to me. There are too many disasters, the financial crisis, making lots of people die or poor. And for my job, we finally make out company site launch. We got too many to work out in order to meet [...]]]></description>
			<content:encoded><![CDATA[<p>Happy New Year @ 2012</p>
<p>It is a difficult year, no matter to the world or to me. There are too many disasters, the financial crisis, making lots of people die or poor. And for my job, we finally make out company site launch. We got too many to work out in order to meet numerous deadline: Launch date, pre-sale, etc. But no matter what, this 2012 I am preparing for my new era. I hope to work our our future with my love. And I wish I can share my skills to help more people to work out more great sites.</p>
<p>Wish you all best in 2012!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gordon-chan.net/2012/01/01/happy-new-year-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solution: java.security.AccessControlException: access denied (java.net.SocketPermission host connect,resolve)</title>
		<link>http://blog.gordon-chan.net/2012/01/01/solution-java-security-accesscontrolexception-access-denied-java-net-socketpermission-host-connectresolve/</link>
		<comments>http://blog.gordon-chan.net/2012/01/01/solution-java-security-accesscontrolexception-access-denied-java-net-socketpermission-host-connectresolve/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 15:13:16 +0000</pubDate>
		<dc:creator>gordonchan</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blog.gordon-chan.net/?p=134</guid>
		<description><![CDATA[I am not Java Applet expert, but I found this worth for sharing. I was told by my boss to check for the resolved ip for CDN domain. As I know, the resolved ip for a CDN domain is vary from geographic to geographic.It does not work to place the detection code on a particular [...]]]></description>
			<content:encoded><![CDATA[<p>I am not Java Applet expert, but I found this worth for sharing.</p>
<p>I was told by my boss to check for the resolved ip for CDN domain. As I know, the resolved ip for a CDN domain is vary from geographic to geographic.It does not work to place the detection code on a particular server.</p>
<p>JavaScript does not have such thing besides basic client IP. So I tried using Actioncript, and turn out that AS# does has net package, and sadly it works on AIR 2 but Flash. So my boss throw out an idea to look for the information through Java Applet.</p>
<p>I am a new comer of Java Applet. In my mind, Java Applet is evil, which crash my browser in old time, making my computer run slower. Despite that, I know Java Applet should be able to do this job.</p>
<p>My mind is that Java Applet run on JVM, which should be able to get the information on client side. I search for example and find the following code should help me get the resolved domain ip:</p>
<blockquote><p>InetAddress thisIp = java.net.InetAddress.getByName("{cdn.domain.com}");<br />
String ip = thisIp.getHostAddress();</p></blockquote>
<p>I can run the code, generate the .class file. But I fail to make it runs in browser no matter how I try. Until I find out the Java control panel and the console log. I get the reason why it stop working:</p>
<blockquote><p>java.security.AccessControlException: access denied (java.net.SocketPermission cdn.domain.com resolve)</p></blockquote>
<p>Well, definite I try to test a valid CDN domain URL, however it just keep saying the access denied. Due to the knowledge about flash cross domain experience, I know this should be something about foreign domain issue. So I try to change the domain that I try to look up from CDN domain to my blog domain or some URL with snap-f.net as domain, and the result is: work!!!</p>
<p>Thanks god.</p>
<p>So how about if it has to look up a foreign domain? I am not sure but here has a website talk about keystore or cert that may help working out the purpose:</p>
<p>http://www.khattam.info/solved-java-security-accesscontrolexception-access-denied-java-net-socketpermission-host-connectresolve-2010-03-24.html</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gordon-chan.net/2012/01/01/solution-java-security-accesscontrolexception-access-denied-java-net-socketpermission-host-connectresolve/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CodeIgniter 2.0 video tutorials by Big Name</title>
		<link>http://blog.gordon-chan.net/2011/10/05/codeigniter-2-0-video-tutorials-by-big-name/</link>
		<comments>http://blog.gordon-chan.net/2011/10/05/codeigniter-2-0-video-tutorials-by-big-name/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 13:53:14 +0000</pubDate>
		<dc:creator>gordonchan</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.gordon-chan.net/?p=126</guid>
		<description><![CDATA[With the famous PHP framework CodeIgniter upgraded into 2.0, I make use of this occasion to refresh my knowledge on this such great tool. Having an afternoon to surf in Google, I find a genius CI programmer kindly sharing his knowledge of writing some basic CI 2.0 tutorials, using the admin, blog, authentication scenario as [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://vimeo.com/heybigname"><img class="alignleft size-medium wp-image-127" title="Big Name - CI 2.0 Video Tutorials" src="http://blog.gordon-chan.net/wp-content/uploads/2011/10/Screen-shot-2011-10-05-at-%E4%B8%8B%E5%8D%889.51.01-300x220.png" alt="" width="300" height="220" /></a>With the famous PHP framework CodeIgniter upgraded into 2.0, I make use of this occasion to refresh my knowledge on this such great tool. Having an afternoon to surf in Google, I find a genius CI programmer kindly sharing his knowledge of writing some basic CI 2.0 tutorials, using the admin, blog, authentication scenario as demonstration. It really worth for people who wish to strength their PHP skill and programming logic like password validation, system flow.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gordon-chan.net/2011/10/05/codeigniter-2-0-video-tutorials-by-big-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Lane Crawford site</title>
		<link>http://blog.gordon-chan.net/2011/10/05/new-lane-crawford-site/</link>
		<comments>http://blog.gordon-chan.net/2011/10/05/new-lane-crawford-site/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 16:46:58 +0000</pubDate>
		<dc:creator>gordonchan</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Sharing]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Works]]></category>
		<category><![CDATA[XHTML / JS / CSS]]></category>

		<guid isPermaLink="false">http://blog.gordon-chan.net/?p=122</guid>
		<description><![CDATA[It is incredible I have chance to participate in building up the Lane Crawford official site. The visible website is just the tip of the whole iceberg. In the last 14 months, started from a 6 people team, we build up the whole project linking up various internal systems, collaborate with our vendor and overcoming [...]]]></description>
			<content:encoded><![CDATA[<p>It is incredible I have chance to participate in building up the <a title="Lane Crawford Online E-Store" href="http://www.lanecrawford.com" target="_blank">Lane Crawford</a> official site.</p>
<p><a title="Lane Crawford Online E-Store" href="http://www.lanecrawford.com" target="_blank"><img class="alignnone size-medium wp-image-123" title="Lane Crawford Online E-Store" src="http://blog.gordon-chan.net/wp-content/uploads/2011/10/Screen-shot-2011-10-05-at-%E4%B8%8A%E5%8D%8812.34.57-300x259.png" alt="" width="300" height="259" /></a></p>
<p>The visible website is just the tip of the whole iceberg. In the last 14 months, started from a 6 people team, we build up the whole project linking up various internal systems, collaborate with our vendor and overcoming different hardship. We finally come up with a presentable website. Yet it looks simple, the site aim to serve various browsers especially IE6. Yes, as its target audience is from the mainland...</p>
<p>Well, we finally have the site receiving order, having new income for the company. We still have lots of thing to work for, making the site run faster, using much elegant coding for page rendering are some of my new tasks. Not matter what, I have to devote my all kind of abilities to enhance the site.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gordon-chan.net/2011/10/05/new-lane-crawford-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Angelo&#8217;s Pizza is launched!!!</title>
		<link>http://blog.gordon-chan.net/2011/10/05/angelos-pizza-launch/</link>
		<comments>http://blog.gordon-chan.net/2011/10/05/angelos-pizza-launch/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 16:34:02 +0000</pubDate>
		<dc:creator>gordonchan</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Works]]></category>
		<category><![CDATA[XHTML / JS / CSS]]></category>
		<category><![CDATA[angelo's pizza]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://blog.gordon-chan.net/?p=117</guid>
		<description><![CDATA[With an occasion brought by my colleague, I have a chance to offer my spare skill on building website for a well-known Italian restaurant, which open a new branch of dining service: Pizza Delivery - Angelo's Pizza. The site is customized CMS driven, bilingual, provide web master easier way to manage the site content. Its [...]]]></description>
			<content:encoded><![CDATA[<p>With an occasion brought by my colleague, I have a chance to offer my spare skill on building website for a well-known Italian restaurant, which open a new branch of dining service: Pizza Delivery - <a title="Angelo's Pizza" href="http://www.angelospizza.com.hk" target="_blank">Angelo's Pizza</a>.</p>
<p><a title="Angelo's Pizza" href="http://www.angelospizza.com.hk" target="_blank"><img class="alignnone size-large wp-image-119" title="Angelo's Pizza Snapshot" src="http://blog.gordon-chan.net/wp-content/uploads/2011/10/Screen-shot-2011-10-05-at-%E4%B8%8A%E5%8D%8812.29.02-1024x810.png" alt="" width="550" height="435" /></a></p>
<p>The site is customized CMS driven, bilingual, provide web master easier way to manage the site content.</p>
<p>Its mobile version is coming soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gordon-chan.net/2011/10/05/angelos-pizza-launch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE6 Duplicate Character for float element</title>
		<link>http://blog.gordon-chan.net/2011/09/04/ie6-duplicate-character-for-float-element/</link>
		<comments>http://blog.gordon-chan.net/2011/09/04/ie6-duplicate-character-for-float-element/#comments</comments>
		<pubDate>Sun, 04 Sep 2011 06:36:31 +0000</pubDate>
		<dc:creator>gordonchan</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[cross-browser]]></category>
		<category><![CDATA[IE6]]></category>

		<guid isPermaLink="false">http://blog.gordon-chan.net/?p=110</guid>
		<description><![CDATA[Throughout the last couple months, I keep working on fixing a corporate site styling, JS execution issue, site performance for which was being implemented quite buggy. Debugging and fixing other people code is always challenging as you need to accommodate other coder's styling, and try understanding what's the purpose of writing something you think mean [...]]]></description>
			<content:encoded><![CDATA[<p>Throughout the last couple months, I keep working on fixing a  corporate site styling, JS execution issue, site performance for which  was being implemented quite buggy. Debugging and fixing other people  code is always challenging as you need to accommodate other coder's  styling, and try understanding what's the purpose of writing something  you think mean nothing, and avoid hitting some easter-egg issues. But it  worths for me the meet such site and picking up such a challenging task  as I am actually learning more and much aware something that I may also  normally miss-out when I code.</p>
<p>This time come to IE6 - duplicating character bug for float element.  Which happen on a customer login page. There is a customerized checkbox  and a text label next to it. And a  hidden message block appear upon  checkbox checked.</p>
<blockquote><p>&lt;div style="float:left;"&gt;&lt;/div&gt;<br />
&lt;input name="aHiddenValue" value="data" type="hidden"/&gt;<br />
&lt;label style="float:left;"&gt;Some text being duplicated&lt;/label&gt;<br />
&lt;fieldset style="display:none"&gt;<br />
&lt;!-- some HTML --&gt;<br />
&lt;/fieldset&gt;</p></blockquote>
<p>But it turns out some Text is being duplicated for the label:</p>
<p><a title="IE6 duplicating character for float element due to hidden element" rel="lightbox[110]" href="../wp-content/uploads/2011/09/CropperCapture2.png"><img title="IE6 duplicating character for float element due to hidden element" src="../wp-content/uploads/2011/09/CropperCapture2.png" alt="" width="264" height="135" /></a></p>
<p>&nbsp;</p>
<p>With surfing Google I find the issue is because of IE6 bug, when  having some element with float property plus some hidden element nearby  them, some text for those floating element ill be duplicated.</p>
<p><a href="http://www.positioniseverything.net/">Position Is Everything</a> has a <a href="http://www.positioniseverything.net/explorer/dup-characters.html">thorough write-up</a> on the puzzling behavior, and <a title="Adrian Pelletier" href="http://www.adrianpelletier.com/" target="_blank">Adrian Pelletier</a> has <a title="Decoy Fix for IE Duplicate Characters Bug" href="http://www.adrianpelletier.com/2007/11/25/decoy-fix-for-ie-duplicate-characters-bug/" target="_blank">a simplier solution</a> for the issue. And why I still write this post as I find that,  following Adrian solution cannot immediately resolve my case. Rather  adding a display-none span after the element that have duplicate  character, I need to further add that bug-fixing-display-none span  inside the duplicating text.</p>
<blockquote><p>&lt;div style="float:left;"&gt;&lt;/div&gt;<br />
&lt;input name="aHiddenValue" value="data" type="hidden"/&gt;<br />
&lt;label style="float:left;"&gt;Some text being duplicated&lt;span class='ie_fix'&gt;&lt;/span&gt;&lt;/label&gt;<br />
&lt;fieldset style="display:none"&gt;<br />
&lt;!-- some HTML --&gt;<br />
&lt;/fieldset&gt;</p>
<p>&lt;style type="text/css"&gt;<br />
.ie_fix{display:none;}<br />
&lt;/style&gt;</p></blockquote>
<p>Hope people who struggle with this can gain more hint.</p>
<p>﻿</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gordon-chan.net/2011/09/04/ie6-duplicate-character-for-float-element/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE6 Countdown</title>
		<link>http://blog.gordon-chan.net/2011/03/08/ie6-countdown/</link>
		<comments>http://blog.gordon-chan.net/2011/03/08/ie6-countdown/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 06:00:28 +0000</pubDate>
		<dc:creator>gordonchan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.gordon-chan.net/?p=106</guid>
		<description><![CDATA[http://ie6countdown.com/ It is too good to hear news from Microsoft take the active step in enforcing the development of web by putting off IE6. For normal web surfer they may not know why having such act, but for web developer it is really a gospel. IE6 brings us a lot of hard time during web [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.gordon-chan.net/wp-content/uploads/2011/03/ie6countdown01.png" rel="lightbox[106]" title="ie6countdown01"><img class="alignnone size-full wp-image-107" title="ie6countdown01" src="http://blog.gordon-chan.net/wp-content/uploads/2011/03/ie6countdown01.png" alt="" width="500" height="275" /></a></p>
<p><a title="IE6 Countdown" href="http://ie6countdown.com/">http://ie6countdown.com/</a></p>
<p>It is too good to hear news from Microsoft take the active step in enforcing the development of web by putting off IE6. For normal web surfer they may not know why having such act, but for web developer it is really a gospel. IE6 brings us a lot of hard time during web development due to its non-web standard interpretation of web page, pool JavaScript engine, lack for developer-friendly debugging tools and poor handling for image, CSS.</p>
<p>Having IE6 to share smaller portion of the web market help business decision-maker no longer thinking 'we should support IE6 for our company' web page meanwhile aim at applying fancy effect to their website while IE can hardly run them perfect.</p>
<p>Well, it is actually not only IE6, but some other browser which also not following web standard for web page rendering should also be put off from the market gradually in he future. So that let more fancy web effects to be executed on best performing browsers.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gordon-chan.net/2011/03/08/ie6-countdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple Boot Camp Bug: No response for disk burning</title>
		<link>http://blog.gordon-chan.net/2011/02/05/boot-camp%ef%b9%a3no-response-for-disk-burning/</link>
		<comments>http://blog.gordon-chan.net/2011/02/05/boot-camp%ef%b9%a3no-response-for-disk-burning/#comments</comments>
		<pubDate>Sat, 05 Feb 2011 13:15:35 +0000</pubDate>
		<dc:creator>gordonchan</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://blog.gordon-chan.net/?p=100</guid>
		<description><![CDATA[從 Apple 一月十四特價日買回來的 iMac 到新年前終於進行了開封儀式。雖然買了 Parallels 6，還是想看看傳說中的 Boot Camp 是什麼回事。 Parallels 6 是 Virtual Machine，用作把 PC Window OS 帶進 Mac 的世界，而 Boot Camp 有著類同的功用，讓 Mac 在開機之際讓用家選擇載入什麼視窗系統。兩著分別在於前者能夠讓用家在某一瞬間同時使用兩個不同的視窗系統，但電腦資源需要被瓜分，而後者則讓用家決定哪 一個視窗作業系統後，讓該系統完全利用整台電腦的資源執行作業。 使用 Boot Camp 需要執行 Boot Camp Assistant 程式，按程式指示一步一步做，到了一個地步被要求燒錄Window Drivers的光碟時遇上問題；放入了可寫入的光碟，按 "Continue" 卻沒有任何反應。 在 網上搜了一回，原來這是個已知但未修正的問題。在這個步驟其實只管選 "I already have a Mac Windows Driver disc"，這當中所指的光碟正是隨 iMac 送來的 Mac OS Installation Disk。選了該選項後便依驟重新開機，進入 Window [...]]]></description>
			<content:encoded><![CDATA[<p>從 Apple 一月十四特價日買回來的 iMac 到新年前終於進行了開封儀式。雖然買了 Parallels 6，還是想看看傳說中的 Boot Camp 是什麼回事。</p>
<p>Parallels  6 是 Virtual Machine，用作把 PC Window OS 帶進 Mac 的世界，而 Boot Camp 有著類同的功用，讓  Mac  在開機之際讓用家選擇載入什麼視窗系統。兩著分別在於前者能夠讓用家在某一瞬間同時使用兩個不同的視窗系統，但電腦資源需要被瓜分，而後者則讓用家決定哪 一個視窗作業系統後，讓該系統完全利用整台電腦的資源執行作業。</p>
<p>使用 Boot Camp 需要執行 Boot Camp Assistant 程式，按程式指示一步一步做，到了一個地步被要求燒錄Window Drivers的光碟時遇上問題；放入了可寫入的光碟，按 "Continue" 卻沒有任何反應。</p>
<p><a href="http://blog.gordon-chan.net/wp-content/uploads/2011/02/burn-drivers-cd.gif" rel="lightbox[100]" title="burn-drivers-cd"><img class="alignnone size-full wp-image-101" title="burn-drivers-cd" src="http://blog.gordon-chan.net/wp-content/uploads/2011/02/burn-drivers-cd.gif" alt="" width="602" height="444" /></a></p>
<p>在 網上搜了一回，原來這是個已知但未修正的問題。在這個步驟其實只管選 "I already have a Mac Windows Driver  disc"，這當中所指的光碟正是隨 iMac 送來的 Mac OS Installation Disk。選了該選項後便依驟重新開機，進入  Window OS 進行安裝，選擇包含 BootCamp 字眼的硬碟，點選 Advance 再選 Format 來把硬碟由 Fat32 轉到  NTSF 格式以安裝 Window。</p>
<p>希望這篇文章可以讓遇到同樣情況的人有所幫助。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gordon-chan.net/2011/02/05/boot-camp%ef%b9%a3no-response-for-disk-burning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NL:Nicholas Liu iPhone/iPad site</title>
		<link>http://blog.gordon-chan.net/2011/01/27/nlnicholas-liu-iphoneipad-site/</link>
		<comments>http://blog.gordon-chan.net/2011/01/27/nlnicholas-liu-iphoneipad-site/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 18:16:39 +0000</pubDate>
		<dc:creator>gordonchan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.gordon-chan.net/?p=90</guid>
		<description><![CDATA[A jewellery designer client wish to expands his Flash website to be compatible with iPhone and iPad. I make another iPhone/iPad web site version for him. http://nicholas-liu.com/]]></description>
			<content:encoded><![CDATA[<p>A jewellery designer client wish to expands his Flash website to be compatible with iPhone and iPad. I make another iPhone/iPad web site version for him.</p>
<p><a title="NL:Nicholas-liu" href="http://nicholas-liu.com/" target="_blank">http://nicholas-liu.com/</a></p>

<a href='http://blog.gordon-chan.net/2011/01/27/nlnicholas-liu-iphoneipad-site/nl_iphone_01/' title='nl_iphone_01'><img width="150" height="150" src="http://blog.gordon-chan.net/wp-content/uploads/2011/01/nl_iphone_01-150x150.png" class="attachment-thumbnail" alt="nl_iphone_01" title="nl_iphone_01" /></a>
<a href='http://blog.gordon-chan.net/2011/01/27/nlnicholas-liu-iphoneipad-site/nl_iphone_02/' title='nl_iphone_02'><img width="150" height="150" src="http://blog.gordon-chan.net/wp-content/uploads/2011/01/nl_iphone_02-150x150.png" class="attachment-thumbnail" alt="nl_iphone_02" title="nl_iphone_02" /></a>
<a href='http://blog.gordon-chan.net/2011/01/27/nlnicholas-liu-iphoneipad-site/nl_iphone_03/' title='nl_iphone_03'><img width="150" height="150" src="http://blog.gordon-chan.net/wp-content/uploads/2011/01/nl_iphone_03-150x150.png" class="attachment-thumbnail" alt="nl_iphone_03" title="nl_iphone_03" /></a>
<a href='http://blog.gordon-chan.net/2011/01/27/nlnicholas-liu-iphoneipad-site/nl_iphone_04/' title='nl_iphone_04'><img width="150" height="150" src="http://blog.gordon-chan.net/wp-content/uploads/2011/01/nl_iphone_04-150x150.png" class="attachment-thumbnail" alt="nl_iphone_04" title="nl_iphone_04" /></a>

]]></content:encoded>
			<wfw:commentRss>http://blog.gordon-chan.net/2011/01/27/nlnicholas-liu-iphoneipad-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The YesterdaySkin v2</title>
		<link>http://blog.gordon-chan.net/2011/01/27/the-yesterdayskin-v2/</link>
		<comments>http://blog.gordon-chan.net/2011/01/27/the-yesterdayskin-v2/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 18:05:42 +0000</pubDate>
		<dc:creator>gordonchan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.gordon-chan.net/?p=82</guid>
		<description><![CDATA[客戶的網站 The YesterdaySkin 商品進新貨了，縱然跟之前作對比充滿另一份感覺，然而亦依舊貫徹網站宗旨：Let me be your second skin. Bringing the past back to present, The Yesterdayskin is a very personal label collecting reformed vintage pieces. We hand-pick forgotten outfits and accessories all over the world, restyle and reconstruct them into new fashionable looks. The pieces are unique yet affordable, we want to share with [...]]]></description>
			<content:encoded><![CDATA[<p>客戶的網站 <a title="The YesterdaySkin" href="http://the-yesterdayskin.com/" target="_blank">The YesterdaySkin</a> 商品進新貨了，縱然跟之前作對比充滿另一份感覺，然而亦依舊貫徹網站宗旨：Let me be your second skin.</p>
<p><a href="http://blog.gordon-chan.net/wp-content/uploads/2011/01/theYtdSkin01.jpg" rel="lightbox[82]" title="theYtdSkin01"><img class="alignnone size-full wp-image-83" title="theYtdSkin01" src="http://blog.gordon-chan.net/wp-content/uploads/2011/01/theYtdSkin01.jpg" alt="" width="400" height="292" /></a><a href="http://blog.gordon-chan.net/wp-content/uploads/2011/01/theYtdSkin02.jpg" rel="lightbox[82]" title="theYtdSkin02"><img class="alignnone size-full wp-image-84" title="theYtdSkin02" src="http://blog.gordon-chan.net/wp-content/uploads/2011/01/theYtdSkin02.jpg" alt="" width="400" height="327" /></a></p>
<blockquote>
<pre id="line1">Bringing the past back to present, The Yesterdayskin is a very personal label collecting reformed vintage pieces. We hand-pick forgotten outfits and accessories all over the world, restyle and reconstruct them into new fashionable looks. The pieces are unique yet affordable, we want to share with all fashion lovers the treasures we found from history.
We offer free shipping worldwide with no minimum purchase. Every piece exists in one sample only, you are welcomed to reserve any items here.</pre>
</blockquote>
<p>Online e-shop, PayPal supported</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gordon-chan.net/2011/01/27/the-yesterdayskin-v2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

