Monthly Archives: August 2009

  • 內地網上體驗

    Posted on August 24, 2009 by in Blog, Feelings, Personal

    我呢個禮拜趁假期返左大陸探親,比上次好既係我唔再需要去網吧上網,因為屋企終於裝左「寬」頻 …. 速度呢D野好多時同價錢成正比,但係去海外網站同香港SERVER真係慢到嘔,最過份都係BLOCK哂我日常成日去既網站: Facebook Youtube Yahoo HK (TW yahoo反而去到… 可能香港有太多對大陸不良既訊息啦..) Appledaily Online and other HK e-newspapers … Others like blogs and unknown websites .. 生活係一個訊息咁封閉既國家都唔知係好事定係點,我每日係電視見到既節目都太過正派,似乎唔多適合我睇,行係街度依然見到好多貧窮既人.. 我個人唔係好接受到呢一個地方既生活,但究竟係呢個國家有問題定係我自己有事?俾人毒害左我個心靈呢?

    2 Comments. Continue Reading...
  • Case Sensitive Query in MySQL

    Posted on August 3, 2009 by in Blog, Other Technologies, SQL

    The default return result of MySQL query is case insensitive, e.g. header label SELECT header FROM table WHERE header = “LABEL” Result: label If you want the result of the query to be case sensitive. You have to add keyword “BINARY” in front of the field name. SELECT header FROM table WHERE BINARY header = [...]

    1 Comment. Continue Reading...
  • Flash / Flex application: Can’t type chinese character

    Posted on August 3, 2009 by in ActionScript, Blog, Flex, Flex Note

    If you have added parameter “wmode” (e.g. opaque, transparent) into the flash application object tag in the HTML. You may not able to type non-English character into the text input of the flex application by using non-IE browsers. <object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ id=”flashapp” width=”100%” height=”500″ codebase=”http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab”> <param name=”movie” value=”teacher.swf” /> <param name=”quality” value=”high” /> <param name=”bgcolor” value=”#869ca7″ [...]

    No Comments. Continue Reading...