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?
Mootools, downloaded from github, comes with packaged with a utility called [...]
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.
Post Categories
- Ajax (2)
- Development (10)
- Dojo (6)
- General (3)
- Mootools (3)
- Photography (2)
- Poetry (3)
- Technology (3)
- Testing (1)
- Twitter Bootstrap (3)



