top of page already a client? visit the client extranet.

Posts Tagged ‘mootools’

css, development, javascript

Written by
Brandon Quintana
Date
February 23rd, 2009
Tags
, ,
Reactions
View blog reactions
Comments
View Comments

Snook-Style Navigation With MooTools

David Walsh ported Jonathan Snook’s jQuery menu effects to MooTools. It a quick and easy tutorial which adds cool animation without having to use Flash.

While it doesn’t improve functionality of the menu, it does add a unique touch to the everyday CSS hovers we see in almost every website nowadays. I like to keep JavaScript at a minimum if possible, but this script seems pretty lightweight and fast loading.

Check it out here.

Related Posts

javascript, programming

Written by
Brandon Quintana
Date
February 6th, 2009
Tags
, ,
Reactions
View blog reactions
Comments
View Comments

11 Ways to Enhance a User Interface with MooTools

logoWhile I consider myself proficient in a variety of JavaScript libraries like Prototype, jQuery, and YUI, my library platform of choice at the moment is MooTools. I’ll evaluate each project on a case by case basis and each trial will be different, but I’ve found MooTools to do an adequate job for the type of projects I work on.

Web Design Ledger posted a good collection of user interface enhancements using the MooTools library. It’s got a few good tutorials that could probably be implemented in your next project.

Related Posts