Monthly Archives: August 2008

  • Adobe Certified Flex 2.0 Developer

    Posted on August 29, 2008 by in Adobe Certified, Flex

    Today I finally received the certificate of Flex 2.0 Developer from Adobe. I took the exam on 17 August 2008. The exam is not that simple, but you should find it easy to get a pass if you study those books introducing flex 2 and actionscript 3 well.

    No Comments. Continue Reading...
  • Adobe Certified Flex 2.0 Developer

    Posted on August 28, 2008 by in Adobe Certified, Flex, Life

    之前去左考FLEX 個EXAM. . 今日終於收到張CERT啦 …不過就唔算太直…. 因為俾個郵差格硬塞落個信箱既關係 =.=” 不過都好開心…算係第一個 Professional Qualification ?! XDD

    2 Comments. Continue Reading...
  • Copying an ArrayCollection

    Posted on August 24, 2008 by in ActionScript, ArrayCollection, Flex Note

    There are multiple ways to copy an arraycollection .. 1. ac1 = ac2;2. ac1 = new ArrayCollection (ac2.source);3. ac1 = ObjectUtil.copy (ac2) as ArrayCollection; Method 1 copy the ac by reference.Method 2 will create an new ac instance, but the value (array) inside two ac are still the same.Method 3 will create completely two different [...]

    6 Comments. Continue Reading...
  • Dynamic source of Image control

    Posted on August 24, 2008 by in ActionScript, Flex Note, Image

    In order to change the image source dynamically instead of creating multiple image instances, we could make use of [Embed] tag as follows: [Embed(source="a.png")]private var _src_a:Class;[Embed(source="b.png")]private var _src_b:Class; _img = new Image ();if ( … ) { _img.source = _src_a;} else { _img.source = _src_b;} http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00000968.html

    2 Comments. Continue Reading...
  • 朋友

    Posted on August 24, 2008 by in Feelings

    今日確認到一件事…要交朋友很難. 但失去一個朋友就好容易..Forever Friends ?! 談何容易 …

    No Comments. Continue Reading...
  • 請假先黎落雨

    Posted on August 21, 2008 by in Feelings, Life

    呢排次次一請親假唔係打風就係落雨 .. 上次又係咁 .. 今次又係咁.. sigh 個天真係對我公平!蝕哂D假仲要無得出去玩 .. 聽日又打風啦, 令我諗返起上之颱風夜既感覺 ..  

    No Comments. Continue Reading...
  • 命中註定 (2)

    Posted on August 18, 2008 by in Feelings, Life

    尋日返完工食完飯行過投注站..諗住又去買返條六合彩..點知入到去見到成村人係度好緊張咁睇緊波..諗住今次試下買波…之前做馬會電話投注幫人買波就買得多…自己買波都係第一次… 因為冇波經既關係又懶得等佢慢到嘔既賠率SCREEN .. 所以求見到4場就買左條4串1 ..頭先考完試之後無聊上網對左竟然中左…計返應該買10蚊收4十幾蚊.. 六合彩都冇咁好中過 ..果然係整定唔係你就唔係你 … 睇黎應該忘記六合彩 .. 唔好再去買啦..

    2 Comments. Continue Reading...
  • 成功的定義

    Posted on August 14, 2008 by in Feelings

    成功是在於你跌落谷底的時候能够反彈多高Success is how high you bounce when you hit the bottom.

    No Comments. Continue Reading...
  • 命中註定

    Posted on August 12, 2008 by in Feelings, Life

    今日買左六合彩.. 剛剛對完…當然又係唔中啦六合彩同其他事情一樣… 係你就係你… 你再點努力都冇用 ..因為係整定的..有希望係好事, 但都應該係時候將焦點放返係現實生活.

    1 Comment. Continue Reading...
  • 好累好累

    Posted on August 7, 2008 by in Feelings, Life

    昨天是台風天…天氣差..心情亦差..雖然放左一假..但都好夜訓..再加上今日一早起身返工..今日真係好累.今晚最後係OFFICE仲做到9點半先走..真係前所未有~而家個腦空白一篇… 就同一張白紙.. 但又唔想寫野上去.. 剩係想丟左佢~而家唯一可以奇待既就係希望聽日返工可以開心D .

    No Comments. Continue Reading...