Using Require JS to Load Mootools

There are many scripts for loading JavaScript. One of my favorites is RequireJS. David Walsh wrote an article about loading Mootools using RequireJS but his technique requires loading mootools core as a whole. What about loading the Mootools modules separately?...

Checking Forms for Modifications

Sometimes in applications forms are submitted without any changes being made. This can of course be a waste of bandwidth and processing time on the server. This very simple MooTools class checks the values in a form to see if its values have been modified and returns a result of true or false.

Using MooTools Packager

It is now possible and recommended to generate MooTools (and its plugins) yourself using MooTools Packager or MooTools Depender. These libraries combine multiple javascript files into one for single file deployment. Once you understand the convention these libraries use, building a single production file is a breeze. This article focuses on setting up your javascript files for use primarily with Packager.