A Simple Mootools Drop Down Menu
I'm really learning Javascript throught Mootools and as one of my efforts, I tried and succeeded in creating a Mootools Drop Down Menu. Like most Javascript dropdown scripts, it works by simply displaying and hiding unordered lists.
Creating A Mootools Plugin for Ajax Form Submissions
Ajax forms are in right now. I just decided to create a plugin, I've been using for a personal project I am on. It works by stopping the submission event and sending it via AJAX.
Javascript double exclamation point !!
I spend my time developing applications and have geared most of my time to learn and hopefully 'master' javascript. One of the things I've noticed while reading the Mootools Core source code(Yeah, I'm hard core :p ) is the double exclamation points.
function $chk(obj){
return !!(obj || obj === 0);
};
What does that mean?
Implementing jQuery Live in Mootools
If you're like me, I've been wanting to have a jquery live implementation in Mootools for the longest time. Luckily someone from Stackoverflow did it for us.
Easy jQuery Promotional Footers with Meerkat

Meerkat is an excellent jQuery plugin that allows you to do just that with your own website and more.
Demo: Meerkat Demo Area
Download: Meerkat Download Area
License: Meerkat is free but not using any the free licenses
Image Viewer with Thumbnails using Mootools
This is a simple tutorial for creating an image viewer with thumbnails using Mootools.