Archive

Posts Tagged ‘framework’

Script.aculo.us – Web 2.0 Javascript

May 11th, 2008 No comments

Script.aculo.us is a JavaScript framework that allows you to add effects and advanced JavaScript features to any web page. Although Script.aculo.us can be a little slower than Mootools on occasion it makes up for this by having more stuff built into the library components. For example, the slider control is available of both frameworks, but the Script.aculo.us version comes with some handy features (like filling one part of the slider) where the Mootools version doesn’t.

Script.aculo.us JavaScript framework

My one problem with Script.aculo.us is the website. There are a few examples and descriptions, but most of what you need to know about seems to be poorly documented or it hasn’t been updated for many months. There is a forum where people can put questions and offer solutions, but again, this seems to be very much out of date and any solutions offered seem to only work with older versions of the framework.

Overall a good framework, with a poor site.

MooTools Home Page

March 23rd, 2008 No comments

If you are looking for information about the MooTools JavaScript framework then your first stop should be the MooTools home page. The site not only allows you to download MooTools, but it is also a great resource for learning how to use MooTools.

MooTools JavaScript Framework

There are examples of all the things you can do on the demo page, and information about all of the classes available in the framework on the documentation pages.

If you are wondering if MooTools is worth a look, and the examples haven’t convinced you yet, then take a look at this excelent selector speed comparison between Dojo, JQuery, MooTools and Prototype. MooTools isn’t faster than every framework for everything, but is always the fastest framework overall.