Prototype JavaScript Framework Documentation
Recently I have been doing quite a lot of development in JavaScript and I have taken a look at a couple of JavaScript frameworks mainly focusing onthe Dojo toolkit and Prototype. Both of these have their strengths and weaknesses, I must point out one of the biggest strengths of Dojo is, in my opinion, the Dojo.require() method which allows dynamic inclusion of those files/packages required for a given script.
Currently the biggest weakness of both of these is locating documentation, I started by just exploring the source and trying to figure out what functionality they provided.
more
Continue reading this entry »