PinoyTech.org

CodeIgniter, Kohana, Mootools, jQuery and CSS

Prototype shortcut for Observe

Posted by teejay on February 11, 2011

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

Posted by teejay on February 10, 2011

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

Posted by teejay on December 10, 2010

How do you read objects that with properties that have dots?

Continue reading How to Access Javascript Objects

 

A Simple Mootools Drop Down Menu

Posted by teejay on March 18, 2010

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 !!

Posted by teejay on March 8, 2010

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

Posted by teejay on December 23, 2009

meerkat.gif

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

Posted by teejay on December 17, 2009

image_viewer_w_thumbnails_using_mootools.gif

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

Posted by teejay on November 25, 2009

an image of a table with checkboxes

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