Findings and Notes in Web Development

2009 April

Maintaining State with YUI Event

When one start writting Javascript in patterns like the module pattern, then sooner or later he would want to maintain the state when an event handler is called. The reason I am still using YUI to handle my event handling code is because I like how state can be maintained.

Continue reading

  • Post Meta

    • Jeffrey04
    • Javascript
    • 3 Comments
    • 2009-04-11
    • 12:39

Random Javascript Notes

I am starting to like programming in Javascript, especially after understanding more about how Javascript handles scopes. Surprisingly this take me like a year to figure out how scope is managed. The result of the findings is that I start doing a lot of experiments and discovered more interesting stuff through them.

Continue reading

  • Post Meta

    • Jeffrey04
    • Javascript
    • 3 Comments
    • 2009-04-11
    • 01:24