PinoyTech.org

CodeIgniter, Kohana, Mootools, jQuery and CSS

isset in Javascript

Posted by teejay on November 13, 2009

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

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

 

Adding an Icon to External links using Mootools

Posted by teejay on June 4, 2009

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

Posted by teejay on June 1, 2009

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 Mootools

 

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