<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for KoPandaLand</title>
	<atom:link href="http://kopanda.creativeworks.com.hk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://kopanda.creativeworks.com.hk</link>
	<description>All about KoPanda&#039;s Life - Photography, Movie, Music, Web Design, Multimedia Design, Flash, CakePHP, Drupal MySQL, Creativeworks Studio Limited</description>
	<lastBuildDate>Wed, 07 Sep 2011 03:53:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on HKID Card check digit validation with CakePHP by KoPanda</title>
		<link>http://kopanda.creativeworks.com.hk/2010/03/08/hkid-card-check-digit-validation-with-cakephp/comment-page-1/#comment-8875</link>
		<dc:creator>KoPanda</dc:creator>
		<pubDate>Wed, 07 Sep 2011 03:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://kopanda.creativeworks.com.hk/?p=253#comment-8875</guid>
		<description>You are right Chris. Thanks for your code!</description>
		<content:encoded><![CDATA[<p>You are right Chris. Thanks for your code!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HKID Card check digit validation with CakePHP by chris</title>
		<link>http://kopanda.creativeworks.com.hk/2010/03/08/hkid-card-check-digit-validation-with-cakephp/comment-page-1/#comment-8405</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Sat, 02 Jul 2011 06:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://kopanda.creativeworks.com.hk/?p=253#comment-8405</guid>
		<description>thanks for the code. 
for a valid hkid,
when the check digit value is &#039;0&#039;,
the calculated 11 - 11-modulus is &#039;11&#039;,
but your function returns &#039;false&#039;.

below is my fix:
                if (is_numeric($chars[8]) &amp;&amp; $chars[8] != &#039;0&#039;)
                {
                    $checkValue = $chars[8];
                }
                elseif ($chars[8] == &#039;0&#039;)
                {
                    $checkValue = 11;
                }</description>
		<content:encoded><![CDATA[<p>thanks for the code.<br />
for a valid hkid,<br />
when the check digit value is &#8217;0&#8242;,<br />
the calculated 11 &#8211; 11-modulus is &#8217;11&#8242;,<br />
but your function returns &#8216;false&#8217;.</p>
<p>below is my fix:<br />
                if (is_numeric($chars[8]) &amp;&amp; $chars[8] != &#8217;0&#8242;)<br />
                {<br />
                    $checkValue = $chars[8];<br />
                }<br />
                elseif ($chars[8] == &#8217;0&#8242;)<br />
                {<br />
                    $checkValue = 11;<br />
                }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on .live() and change event in IE6 and IE7 with jQuery 1.4.2 by gk</title>
		<link>http://kopanda.creativeworks.com.hk/2010/02/27/live-change-in-ie6-and-ie7-with-jquery-1-4-2/comment-page-1/#comment-8107</link>
		<dc:creator>gk</dc:creator>
		<pubDate>Thu, 05 May 2011 08:37:52 +0000</pubDate>
		<guid isPermaLink="false">http://kopanda.creativeworks.com.hk/?p=236#comment-8107</guid>
		<description>Another option is to use .delegate</description>
		<content:encoded><![CDATA[<p>Another option is to use .delegate</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 壹號車場 by KoPanda</title>
		<link>http://kopanda.creativeworks.com.hk/2010/03/22/%e5%a3%b9%e8%99%9f%e8%bb%8a%e5%a0%b4/comment-page-1/#comment-7520</link>
		<dc:creator>KoPanda</dc:creator>
		<pubDate>Tue, 01 Feb 2011 03:05:09 +0000</pubDate>
		<guid isPermaLink="false">http://kopanda.creativeworks.com.hk/?p=269#comment-7520</guid>
		<description>你好！晚了回覆，不好意思。其實這個問題不在於是否中文或CakePHP，問題出在整個網站不同地方的Encoding。無論任何語言，我慣用UTF8，所以網頁檔案用UTF8編碼，MySQL的 collocation 會用 utf8_unicode_ci，網頁的charset也是UTF8。這樣的話無論任何一種語言都沒有問題了。</description>
		<content:encoded><![CDATA[<p>你好！晚了回覆，不好意思。其實這個問題不在於是否中文或CakePHP，問題出在整個網站不同地方的Encoding。無論任何語言，我慣用UTF8，所以網頁檔案用UTF8編碼，MySQL的 collocation 會用 utf8_unicode_ci，網頁的charset也是UTF8。這樣的話無論任何一種語言都沒有問題了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 壹號車場 by newpage</title>
		<link>http://kopanda.creativeworks.com.hk/2010/03/22/%e5%a3%b9%e8%99%9f%e8%bb%8a%e5%a0%b4/comment-page-1/#comment-7357</link>
		<dc:creator>newpage</dc:creator>
		<pubDate>Fri, 07 Jan 2011 03:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://kopanda.creativeworks.com.hk/?p=269#comment-7357</guid>
		<description>你好，
         在网上找到你的blog。内容不错，能否请教你一个问题？我在使用cakephp时也被中文的乱码所困扰。不知你用什么方法解决？特别是cakephp中一些提示信息用中文以后就不显示了 :sad: 。望指教。</description>
		<content:encoded><![CDATA[<p>你好，<br />
         在网上找到你的blog。内容不错，能否请教你一个问题？我在使用cakephp时也被中文的乱码所困扰。不知你用什么方法解决？特别是cakephp中一些提示信息用中文以后就不显示了 <img src='http://kopanda.creativeworks.com.hk/wp-includes/images/smilies/icon_sad.gif' alt=':sad:' class='wp-smiley' />  。望指教。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The class or interface could not be loaded by KoPanda</title>
		<link>http://kopanda.creativeworks.com.hk/2007/07/17/the-class-of-interface-could-not-be-loaded/comment-page-1/#comment-7131</link>
		<dc:creator>KoPanda</dc:creator>
		<pubDate>Tue, 07 Dec 2010 10:12:28 +0000</pubDate>
		<guid isPermaLink="false">http://kopanda.creativeworks.com.hk/?p=131#comment-7131</guid>
		<description>Hi kreaya,

My solution was stated in my post. I just open the files and edit and save it again. Nothing changed my project can be compiled.</description>
		<content:encoded><![CDATA[<p>Hi kreaya,</p>
<p>My solution was stated in my post. I just open the files and edit and save it again. Nothing changed my project can be compiled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Titanium Mobile &#8211; [INFO] iPhone SDK version: loading&#8230; by Alan</title>
		<link>http://kopanda.creativeworks.com.hk/2010/09/05/titanium-mobile-info-iphone-sdk-version-loading/comment-page-1/#comment-6671</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Tue, 05 Oct 2010 01:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://kopanda.creativeworks.com.hk/?p=290#comment-6671</guid>
		<description>Sorry for the delay in responding.

For some reason, all of the Titanium releases after 1.3.2 don&#039;t work with my application. Everything runs perfectly in the emulator but can&#039;t get past the splash screen on any of the devices.

I have tried the various nightly builds and the latest 1.4.1.1, which I just downloaded yesterday. Prior to the 1.4.1.1., the app would simply exit. With the latest release, the app freezes in my first window. Perhaps that will give me a chance to add a label for debugging, so that I can see where it stops.

I don&#039;t use table views, by the way, but I do have a couple webviews.</description>
		<content:encoded><![CDATA[<p>Sorry for the delay in responding.</p>
<p>For some reason, all of the Titanium releases after 1.3.2 don&#8217;t work with my application. Everything runs perfectly in the emulator but can&#8217;t get past the splash screen on any of the devices.</p>
<p>I have tried the various nightly builds and the latest 1.4.1.1, which I just downloaded yesterday. Prior to the 1.4.1.1., the app would simply exit. With the latest release, the app freezes in my first window. Perhaps that will give me a chance to add a label for debugging, so that I can see where it stops.</p>
<p>I don&#8217;t use table views, by the way, but I do have a couple webviews.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The class or interface could not be loaded by kreaya</title>
		<link>http://kopanda.creativeworks.com.hk/2007/07/17/the-class-of-interface-could-not-be-loaded/comment-page-1/#comment-6669</link>
		<dc:creator>kreaya</dc:creator>
		<pubDate>Mon, 04 Oct 2010 14:03:55 +0000</pubDate>
		<guid isPermaLink="false">http://kopanda.creativeworks.com.hk/?p=131#comment-6669</guid>
		<description>Hello,I met the same problem when using Flash AS3,like &#039;uint&#039;,&#039;MouseEvent&#039;,&#039;Event&#039;...so much class or interface could not be loaded. As a  beginner ,I have no idea what to do after searching a lot of websites and finding only yours has something to do with it.
Since you raised this question 3years ago,I am wondering  if you have got the solution to it.Please contact me.I&#039;ll be very gratefull! Thank you!</description>
		<content:encoded><![CDATA[<p>Hello,I met the same problem when using Flash AS3,like &#8216;uint&#8217;,'MouseEvent&#8217;,'Event&#8217;&#8230;so much class or interface could not be loaded. As a  beginner ,I have no idea what to do after searching a lot of websites and finding only yours has something to do with it.<br />
Since you raised this question 3years ago,I am wondering  if you have got the solution to it.Please contact me.I&#8217;ll be very gratefull! Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Titanium Mobile &#8211; [INFO] iPhone SDK version: loading&#8230; by KoPanda</title>
		<link>http://kopanda.creativeworks.com.hk/2010/09/05/titanium-mobile-info-iphone-sdk-version-loading/comment-page-1/#comment-6668</link>
		<dc:creator>KoPanda</dc:creator>
		<pubDate>Mon, 04 Oct 2010 05:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://kopanda.creativeworks.com.hk/?p=290#comment-6668</guid>
		<description>Michael,

You are right! I got some issues with 1.4.1 on table views. It all works fine on the emulator but when it runs on my 3GS, the app crashes when I tap/scroll on the table view. This won&#039;t occur on the first time it runs the table view. For instance, I have a table view with rows which bring you to a new web view. When I first tap on the row, it show the web view correctly. I tap on Back button and it goes back to the table view. At this point, neither tapping or scrolling the table view crashes the app. Do you have any idea?</description>
		<content:encoded><![CDATA[<p>Michael,</p>
<p>You are right! I got some issues with 1.4.1 on table views. It all works fine on the emulator but when it runs on my 3GS, the app crashes when I tap/scroll on the table view. This won&#8217;t occur on the first time it runs the table view. For instance, I have a table view with rows which bring you to a new web view. When I first tap on the row, it show the web view correctly. I tap on Back button and it goes back to the table view. At this point, neither tapping or scrolling the table view crashes the app. Do you have any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Titanium Mobile &#8211; [INFO] iPhone SDK version: loading&#8230; by Michael</title>
		<link>http://kopanda.creativeworks.com.hk/2010/09/05/titanium-mobile-info-iphone-sdk-version-loading/comment-page-1/#comment-6657</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 30 Sep 2010 16:07:27 +0000</pubDate>
		<guid isPermaLink="false">http://kopanda.creativeworks.com.hk/?p=290#comment-6657</guid>
		<description>I don&#039;t know about Alan&#039;s reason for using 1.3.2 but for me all 1.4 versions are unusable due to the slow table views:

https://appcelerator.lighthouseapp.com/projects/32238/tickets/1431-tableview-extremely-slow-with-sdk-140</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know about Alan&#8217;s reason for using 1.3.2 but for me all 1.4 versions are unusable due to the slow table views:</p>
<p><a href="https://appcelerator.lighthouseapp.com/projects/32238/tickets/1431-tableview-extremely-slow-with-sdk-140" rel="nofollow">https://appcelerator.lighthouseapp.com/projects/32238/tickets/1431-tableview-extremely-slow-with-sdk-140</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

