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
    I’m an Impostor

    This is the hardest thing I've ever had to write, much less admit to myself.  I've written resignation letters from jobs I've loved, I've ended relationships, I've failed at a host of tasks, and let myself down in my life.  All of those feelings were very...

  • By
    Creating Scrolling Parallax Effects with CSS

    Introduction For quite a long time now websites with the so called "parallax" effect have been really popular. In case you have not heard of this effect, it basically includes different layers of images that are moving in different directions or with different speed. This leads to a...

Incredible Demos

  • By
    Detect Vendor Prefix with JavaScript

    Regardless of our position on vendor prefixes, we have to live with them and occasionally use them to make things work.  These prefixes can be used in two formats:  the CSS format (-moz-, as in -moz-element) and the JS format (navigator.mozApps).  The awesome X-Tag project has...

  • By
    AJAX For Evil:  Spyjax with jQuery

    Last year I wrote a popular post titled AJAX For Evil: Spyjax when I described a technique called "Spyjax": Spyjax, as I know it, is taking information from the user's computer for your own use — specifically their browsing habits. By using CSS and JavaScript, I...

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!