Prototype shortcut for Observe
I just posted some shortcut on observing events in PrototypeJS
Continue reading Prototype shortcut for Observe
Moving options from one select dropdown to another select dropdown in Javascript
This tutorial aims to show some code on how to move options from one select dropdown to another.
Continue reading Moving options from one select dropdown to another select dropdown in Javascript
How to Access Javascript Objects
How do you read objects that with properties that have dots?
Continue reading How to Access Javascript Objects
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.
Continue reading A Simple Mootools Drop Down Menu
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?
Continue reading Javascript double exclamation point !!
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
Continue reading Easy jQuery Promotional Footers with Meerkat
Image Viewer with Thumbnails using Mootools
This is a simple tutorial for creating an image viewer with thumbnails using Mootools.
Continue reading Image Viewer with Thumbnails using Mootools
Check One Check All Using jQuery

Today, we will be writing a jQuery Example of our Check One Check All functionality using Mootools
Continue reading Check One Check All Using jQuery