PinoyTech.org

CodeIgniter, Kohana, Mootools, jQuery and CSS

Implementing jQuery Live in Mootools

Posted by teejay on March 8, 2010

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.

Continue reading Implementing jQuery Live in Mootools

 

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

 

Pirobox: a jQuery Lightbox Plugin

Posted by teejay on December 15, 2009

pirobox

Pirobox, a new jQuery Lightbox plugin created by Pirolab is a super small lightbox script that can also work as a slideshow.

Demo: Pirobox Demo Area

Download: Pirobox Download Area

License: Pirobox is open source licensed plugin under the Creative Commons license

Continue reading Pirobox: a jQuery Lightbox Plugin

 

AJAX with CodeIgniter

Posted by teejay on November 13, 2009

AJAX can be seen almost everywhere on the web. Yahoo uses it. Google uses it. My boss uses it. My grandmother uses it — well maybe not but that shouldn't stop you from using it.

Here's an awesome tutorial to use AJAX with CodeIgniter.

Continue reading AJAX with CodeIgniter

 

Optimizing jQuery with Context

Posted by teejay on November 11, 2009

The context is the optional argument in jQuery selectors.

$('a', '#context)

Continue reading Optimizing jQuery with Context

 

Retrieving JSON data from a MySQL Resultset using jQuery

Posted by teejay on November 7, 2009

This is a follow-up to the previous post, How to Use JSON with jQuery AJAX.

Continue reading Retrieving JSON data from a MySQL Resultset using jQuery

 

How to Use JSON with jQuery AJAX

Posted by teejay on November 6, 2009

This tutorial aims to show a brief sample of how to use jQuery AJAX with JSON.

Continue reading How to Use JSON with jQuery AJAX

 

Using JQuery Live Events

Posted by teejay on April 22, 2009

jQuery 1.3 was released a few months ago but I really didn't try out the changes, especially the live event.

Continue reading Using JQuery Live Events