MooTools Roundup February 2010
Written By David Walsh, on Thursday, March 11th 2010, 9:11pmThe foundation of every great open source project is its community. The MooTools Team creates the base framework code but it’s all of you that take the framework and build outstanding plugins. These are just some of the new developments floating around the MooTools community.
12 Steps to MooTools Mastery
Jacob Thornton’s NetTuts article, 12 Steps to MooTools Master, is a high-level introduction to the MooTools JavaScript framework. The informative article touches on such MooTools topics as Mutators, Prototypal Inheritance, custom events, binding, and more. This tutorial probably isn’t for the complete beginner, but is a good place to start for people still relatively new to MooTools and those considering it for the first time.
http://net.tutsplus.com/tutorials/javascript-ajax/12-steps-to-mootools-mastery/
Meio.Autocomplete
Meio.Autocomplete is the latest plugin from MooTools Contributor Fábio M. Costa. Fábio’s class is packed full of options and events, making it one of the most flexible MooTools Autocomplete plugin available. Great work Fábio!
http://mootools.net/forge/p/meio_autocomplete
DynamicTextarea
DynamicTextarea is a MooTools class that resizes TEXTAREA elements as the user types. DynamicTextarea boasts numerous options and events for maximum control over chosen TEXTAREAs.
http://mootools.net/forge/p/dynamictextarea
Array.Math
Array.Math is an outstanding set of Math methods you can add to JavaScript’s native Array object. Need to find the sum of numbers in an array? Need to normalize elements in an array? Need to get the vector length of an array of numbers? Be sure to download Array.Math! Kudos to Arian Stolwijk for his excellent work!
http://mootools.net/forge/p/array_math
LazyLoader
LazyLoader is a unique MooTools plugin created by David Chan which allows you to defer loading of MooTools classes until they are needed. This is especially helpful when building large web applications. LazyLoader is very easy to use and implement.
http://mootools.net/forge/p/lazyloader
Locate
Locate is a Geolocation plugin authored by Christopher Beloch. Christopher’s plugin taps into the power of HTML5 and offers a few useful options and events to control the Locate instance.
http://mootools.net/forge/p/locate
Keep Up the Good Work!
These are just a few of the great MooTools plugins floating around the MooTools community recently. Keep up the good work and we look forward to featuring your plugins in future posts!
March 12th, 2010 at 8:16 am
This Meio.Autocomplete plugin rox! good job Fábio! :P Thanks guys! Keep up the nice posts!
March 13th, 2010 at 3:39 pm
Thanks for mentioning my Locate Class! Just pushed out Version 1.2 giving you cardinal directions added to heading direction and a function to calculate the distance to another location on earth