Yearly Archives: 2009

  • jQuery Resources

    Posted on December 7, 2009 by in Blog, HTML, Javascript, Other Technologies

    Main site / Documentation http://www.jquery.com/ UI theme jQuery UI – http://ui.jquery.com/ Plugins / extended library jQuery plugins directory – http://plugins.jquery.com/ jQuery TOOLS – http://flowplayer.org/tools/index.html leigeber – http://sandbox.leigeber.com/ Mullinx – http://mullinx.makinguse.com/ (A multi-direction hyperlink)

    No Comments. Continue Reading...
  • Funny Pics

    Posted on October 30, 2009 by in Blog, Life, Personal No Comments. Continue Reading...
  • Adobe MAX Live

    Posted on September 30, 2009 by in Blog, MAX

    We can watch MAX keynotes, streamed live from LA, Adobe MAX 2009 on October 5 and 6 ! It’s totally free. But should register at http://max.adobe.com/online/

    2 Comments. Continue Reading...
  • 內地網上體驗

    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...
  • Using hand cursor in Flex Text control

    Posted on July 16, 2009 by in ActionScript, Blog, Flex, Flex Note

    By default, the flex application can show hand cursor when rollover by enabling useHandCursor and buttonMode properties. However, in Text control, the cursor will not change to hand even you set the selectable = false. The tricky thing is that we have to set its mouseChildren to false also. <mx:Text useHandCursor=”true” buttonMode=”true” mouseChildren=”false” /> mouseChildren [...]

    4 Comments. Continue Reading...
  • 如果我是 … ?

    Posted on July 16, 2009 by in Blog, Feelings, Life, Personal

    最近留意到一首新歌..如果我是陳奕迅 ~ 唔睇資料真係唔知完來係 Mr. 唱, 真係幾似 EASON 踱步街上觀摩眾人 外貌品行隨意區分 日夜張望能成就偉人 或是作一世悶棍 自問極不願當複製人 但事實聲調難以變更 踏入巨星命途難道靠神 或是再須要集訓 如果我是陳奕迅 這句話太吸引 獨站在鎂光下逃離樹蔭 還是我不去面對黑暗 白日夢破醒了滿腔餘音 自問表現不差過人 浪漫演繹還會震音 或是命書闡明如若姓陳 方可以傾倒眾生 如果我是陳奕迅 這句話太吸引 獨站在鎂光下逃離樹蔭 真相是其實我不去面對苦困 白日夢裡不會自禁 如果我的掌紋堆積了塵 命運沒法敲定前世今生 怎樣神外有神 只不過假以時日 能做你的確是太急進 實在我享受循序漸進 心裡面鳴謝你一再令我長進 白日夢刺激我自信 陳奕迅的確是得一個 賣力地唱使你起身拍和 如硬要比較是你的錯 漸漸便看清我是我 Yeah Yeah Yeah Yeah Yeah Yeah Yeah Yeah Yeah Yeah Yeah Yeah Yeah Yeah Yeah [...]

    2 Comments. Continue Reading...
  • Creating Custom Flex Component

    Posted on June 26, 2009 by in Blog, Flex, Flex Note

    Here is a very simple and useful guide for beginner to follow if you are planning to create custom component in Flex. It mentions the logic and lifecycle how the flex / flash runs. http://labs.realeyesmedia.com/labs/downloads/techBriefs/AdvancedCustomComponents_20071102.pdf

    No Comments. Continue Reading...
  • Great Flex Diagram

    Posted on June 26, 2009 by in Blog, Flex

    Today I found Kap Lab provides a lot of great Flex components, especially for those reporting graphs. The most amazing things is that it is all free for non-commercial use !! http://lab.kapit.fr/display/kaplabhome/Home

    4 Comments. Continue Reading...