Posted by admin | Posted in Javascript, MooTools | Posted on 08-05-2010
0
Form validation is one of those problems that every IT developer has to deal with at one point or another. Form.Check is a MooTools plug-in library for dealing with client-side validation easily:

Popularity: 1% [?]
No Tag
Posted by admin | Posted in Ajax, JQuery, Javascript | Posted on 10-11-2009
0
It’s really amazing to see what one can create using jQuery. Developers just don’t stop making incredibly interactive web applications every now and then. This post just demonstrates excellent examples of some of the best jQuery plugins out there.
jQuery Sliders
1) Slider Gallery- A similar effect used to showcase the products on the Apple web site. This ‘product slider’ is similar to a straight forward gallery, except that there is a slider to navigate the items, i.e. the bit the user controls to view the items. Simple stuff.
Popularity: 1% [?]
No Tag

Drop-down menu (also known as pull-down menu) is an essential in most web design. It plays important role in the creation of an effective and user friendly website. It’s a good solution to trim down long menu that is overwhelming the screen space, getting them to display in a more organize category-sub category pattern.
In this article, we’d like to show you some of the best drop-down menu scripts we come to know. These drop-down menu varies from CSS only, CSS & Javascripts and menu that will work with your current Javascript library like jQuery, MooTools and Prototype. Full list after jump.
Popularity: 1% [?]
No Tag
Posted by admin | Posted in Javascript, Main | Posted on 03-08-2009
0

JavaScript has always been one of the most popular programming languages on the web, and with the arrival of AJAX it quickly became the number one choice for pro web developers.
With the rapid rise of Javascript and Ajax many frameworks and libraries have been created by developers, namely MooTools, Scriptaculous, Prototype, and, of course the ever more popular and versatile jQuery.
All of these JavaScript cheat sheets are designed to act as reminders and as a comprehensive reference sheet, displaying the many Functions and Methods, Regular Expressions, XMLHttpRequest, Event Handlers… Basically, you will find, every aspect of Javascript and Ajax covered to aid you with development.
You will also find cheat sheets for all the major Javascript frameworks.
Popularity: 1% [?]
No Tag

Author: Diogo Terror
MooTools is a JavaScript framework that focus on being flexible, modular and compact. While still not on par in number of resources with other JavaScript frameworks such as jQuery, the MooTools community has generated a large number of articles, tutorials and third party plugins that can be considered and mature and sophisticated enough for most needs.
A word about MooTools
One of the core principles of MooTools is to provide a better application programming interface for JavaScript developers, making the language better by extending its native elements and providing more concise object oriented utilities.
As a consequence of that, some people may be inclined to think that MooTools treats browser scripting as a less important feature. Indeed, MooTools is not a DOM scripting toolkit, but the whole purpose of making JavaScript better is that developers have a more solid base over which to create readable, robust, reusable browser scripting libraries.

Popularity: 2% [?]
No Tag