LOVE is hard to define. I saw my hubby for the first time and felt very strange. At that time, I was carrying a torch for another guy but had not gone into relationship with him yet. It was not physical attraction but the curiousity and mind clouded with strong feelings. Few years later, I saw my [...]
Archive for June, 2008
How do you define LOVE?
Posted in personal, thoughts, tagged love, thoughts on June 25, 2008 | Leave a Comment »
Best Practices in Javascript Library Design
Posted in ajax on June 6, 2008 | Leave a Comment »
Too bad I could not hear what John Resig was talking during his lecture on Best Practices in Javascript Library Design. I could only dig out and found his full powerpoint. Trying to understand…
Url: http://ejohn.org/blog/building-a-javascript-library/#postcomment
Url: http://video.google.com/videoplay?docid=-474821803269194441
Url: http://extjs.com/deploy/dev/examples/samples.html
The Asian Parent (SG/MY)
Posted in baby, parenting, tagged parenting on June 6, 2008 | Leave a Comment »
Geez, just found interesting parenting website. Will explore it later…
Url: http://www.theasianparent.com/
Welcome Ajax!
Posted in ajax, thoughts, tagged ajax on June 5, 2008 | Leave a Comment »
After the presentation, the feedback was good. Most of them welcome the idea of ajax into their work although I have already started implementing some features in ajax. Boss wants me to start working with one of them first on a module and slowly create a framework for them to use.
Hope we all make the [...]
Quick Study in CSS – Position / Float
Posted in css, programming, tagged css, position on June 4, 2008 | Leave a Comment »
Let’s think of layer (div), when using:
position:static means i want the layer to remain at its default position.
position:relative means i want to move the layer from its default position. I also can use top, bottom, left and right to move it. For example, left:-20px;
position:absolute means i want to move the layer anywhere I like from 0,0 [...]
Scriptculous(2) – My Lesson on Droppable
Posted in ajax, programming, tagged droppable, scriptculous on June 4, 2008 | Leave a Comment »
Haiz, I admit I am still not very proficient in CSS. Look at my face, when I see css, frowning is all over my face because it is not easily comprehensible. Have to look hard and what each class is used for. ID, class, hover blah… then finally understand the layout. Draggable is not using [...]
Scriptculous(1) – My Lesson on Draggable
Posted in ajax, programming, tagged draggable, droppable, scriptculous, sortable on June 4, 2008 | Leave a Comment »
I have created the sortable list of users using this script before but do not know the actual basics of the behaviours. Hence I am going through practical lesson on Draggable, Droppable, Sortable based on the http://github.com/madrobby/scriptaculous/wikis/behaviours before I can fully comprehend how to use it powerfully and create an advanced module like shopping cart. Actually [...]
My Baby Gum Bleeding – Dangerous Toy
Posted in baby, tagged gum, teething, toy on June 4, 2008 | Leave a Comment »
It is not due to cutting but biting on the wrong toy which is a small animal with sharp flapping legs or fins and winding function to make them flapping. It is not meant for biting but it happened that everyone was busy to supervise my baby that he secretly took it by hand from the [...]
Inspired – Keep An Open Mind
Posted in news, tagged news, thoughts on June 4, 2008 | Leave a Comment »
Was having doubts about myself learning so much about new things and not sure how to present the new ideas. Saw an article by the English-Chinese translator cum interpreter encouraging people to keep an open mind in learning Chinese but I also think it can apply for the rest of things we are doing in [...]
Future of Existing Projects
Posted in ajax, coldfusion, programming, tagged ajax, framework, future on June 3, 2008 | Leave a Comment »
Did research on how to bring the existing projects to a higher level using the latest technology instead of staying the same old and outdated. We need to play around with Ajax and implement into the projects to gain better understanding. After that, we could analyse the bigger project carefully and see what it needs [...]