Home arrow JavaScript arrow Page 2 - Introducing MooTools and MooFX
JAVASCRIPT

Introducing MooTools and MooFX


MooTools and MooFX are JavaScript libraries designed to save you time and effort. Both are completely open source. Keep reading to find out what these versatile libraries can do for you.

Author Info:
By: Dan Wellman
Rating: 4 stars4 stars4 stars4 stars4 stars / 5
June 05, 2007
TABLE OF CONTENTS:
  1. · Introducing MooTools and MooFX
  2. · MooTools Modules
  3. · More MooTools Modules
  4. · MooFX2 Modules

print this article
SEARCH DEVARTICLES

TOOLS YOU CAN USE

advertisement
Introducing MooTools and MooFX - MooTools Modules
(Page 2 of 4 )

The MooTools library is composed of a series of components that provide different sets of functionality. When downloading the library you get the option of creating a custom build of the library that features just the tools you need or want. Some of the components within each module depend on other components to work; if you choose a component as part of your build, any other components that it relies upon are automatically selected as well. Being able to select only the components you require can help to cut down on the size of the library and means that you needn't keep track of which of your web applications uses which components; you can just download a new build tailored specifically to the needs of each of your projects.

There is only one component that is mandatory in all implementations and must be included in your build and in every page that makes use of the library - the Moo module. This is the core component of the library and deals with the implementations of the various classes used when designing with the library. It has no dependencies itself and can be used entirely stand-alone to just make your life as a developer a little easier when writing custom JavaScript.

The other component that makes up the core of the library is the utility.js module, which contains a general set of utility functions for dealing with objects and some useful window properties for browser detection purposes.

Next is the Native component, which extends some of the objects native to JavaScript. It is composed of array, element, event, function and string modules. This component builds on and extends exiting concepts fundamental to JavaScript. It allows you to perform advanced actions that would otherwise be impossible or take time saving shortcuts in your coding for things that are already possible but may be slightly cumbersome or long winded to do manually.


blog comments powered by Disqus
JAVASCRIPT ARTICLES

- More Top jQuery Tutorials for Beginners
- More Top jQuery Plugins for Menus
- Top jQuery Tutorials for Beginners
- New UI Framework and SDK for JavaScript Rele...
- JavaScript OpenPGP Tool, Node.js 0.6.3 Avail...
- Yahoo Releases Cocktails Language and Develo...
- Customizing jQuery Slideshows: Dynamic Contr...
- Customizing jQuery Slideshows: the animate()...
- Customizing jQuery Slideshows: slideUp() and...
- Customizing jQuery Slideshows: hide() and sh...
- Web Workers: Performing Calculations in Para...
- More Top JavaScript Frameworks and Libraries
- More Dynamic jQuery Styling Techniques
- The Top JavaScript Libraries
- The Top JavaScript Frameworks

Dev Articles Forums 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Weekly Newsletter
 
Developer Updates  
Free Website Content 
Contact Us 
Site Map 
Privacy Policy 
Support 



© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 5 - Follow our Sitemap
Popular Web Development Topics
All Web Development Tutorials