Keeping Up With MooTools

By  on  

It's always fun to keep up with the MooTools project. You can learn a lot from its developers and other developers by checking out a few different websites. Here a few Moo-related web addresses to bookmark.

LightHouse

LightHouse houses all tickets and announces changesets to the MooTools project.

http://mootools.lighthouseapp.com/

#mootools

This is the MooTools IRC chart room where you can ask for help, help others, or interact with the MooTools Developers.

irc://irc.freenode.net/#mootools

User Group

The user group (forum) is now hosted at Google. Here is another place you can ask questions.

http://groups.google.com/group/mootools-users

MooTools Core Developers' Websites

Many of the core developers have their own blogs where they create MooTools plugins and preach JavaScript good practices.

The ClientSide

ClientSide has numerous plugins and blog entries for MooTools developers. Core developer Aaron Newton runs this website.

http://www.clientcide.com

Recent Features

  • By
    Page Visibility API

    One event that's always been lacking within the document is a signal for when the user is looking at a given tab, or another tab. When does the user switch off our site to look at something else? When do they come back?

  • By
    CSS Filters

    CSS filter support recently landed within WebKit nightlies. CSS filters provide a method for modifying the rendering of a basic DOM element, image, or video. CSS filters allow for blurring, warping, and modifying the color intensity of elements. Let's have...

Incredible Demos

  • By
    Translate Content with the Google Translate API and JavaScript

    Note:  For this tutorial, I'm using version1 of the Google Translate API.  A newer REST-based version is available. In an ideal world, all websites would have a feature that allowed the user to translate a website into their native language (or even more ideally, translation would be...

  • By
    Scrolling “Go To Top” Link Using Dojo

    One of the most popular code snippets of posted on my blog has been the scrolling "Go To Top" link snippet. The premise of the snippet is simple: once the user scrolls an element (usually the BODY element) past a given threshold, a "Go...

Discussion

  1. Nice post and thanks for the mention. Two things though:

    CNET’s Clientside is now http://www.clientcide.com, and you have a typo in my name.

    Now worries though. The url redirects, and the typo is kinda funny sounding if you read it out loud.

  2. Updated Aaron! Sorry! Thank you for all of your work on MooTools!

  3. Alex

    There are some cool mootools snippets and plugins at http://tools.uvumi.com/ also.

  4. Hi Alex
    http://tools.uvumi.com/ is cool, thanks for sharing

Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!