DOM KungFu
So once I got pass that glitch I got myself the Prototype JavaScript Framework.
And it rocks.
Things like $, $A, bind, PeriodicalExecuter, Ajax.Request, Event.observe, Position.clone are cool indeed and they solve much of the js quirks you have to figure out on your own. You don't even have to grip on what's going on under the hood to get the job done. Eventually you will tough.
A good start would be the "Developer Notes for prototype.js" article written by Sergio Pereira.
Another good js library would be the "Yahoo! User Interface Library" that was released as OS a short while ago. This one solves more precise ui building problems as it offers some ready made widgets.
These two don't follow the same guidelines but you can use them together without problems.
0 Comments:
Post a Comment
<< Home