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.
Continue reading Implementing jQuery Live in Mootools
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
Pirobox: a jQuery Lightbox Plugin

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

