In case I write long articles I always make a nice index by hand so the user knows what to expect reading the article. It’s a lot of work to do this by hand so therefore I’ve written a Mootools class witch automatically creates an index of all the h2 elements in the content.

View example Download file

Continue Reading »

For a new application I’m writing for my new blog I was trying to create several Google Maps on one page. I haven’t found any solution for this issue on the Internet so now I post this Mootools class for the people who found this very interesting. You can add several functions to the class to make them even more useful.

This class is works with Firefox, Safari, Chrome, Opera but not yet with Internet Explorer…
multiple_gm

See the demo Download file

Continue Reading »

logo-mootoolsMootools is a javascript framework that adds more functionality to your website on a easy way. The Mootools core team says:

MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer. It allows you to write powerful, flexible, and cross-browser code with its elegant, well documented, and coherent API.

Continue Reading »

Top of Page