isset in Javascript
Here's another quick post regarding isset in Javascript.
How do you know if a Javascript variable has been set?
In PHP, this could easily be solved by using the native isset function:
Continue reading isset in Javascript
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
Adding an Icon to External links using Mootools
Some usability websites have said that adding a certain image or indicator for links linking outside your domain should be done. I really don't know but as part of regularly modifying this blog, I decided to add this as well.
Continue reading Adding an Icon to External links using Mootools
Learning Mootools
When I needed to finish your work as soon as possible, jQuery was there for me, especially with my 'very' limited javascript knowledge :)
Continue reading Learning MootoolsUsing 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

