WordPress: fix the 404 Error on custom post types July 14, 2012 How to fix the 404 Error (Not Found) on WordPress custom post types. Read more
jQuery: using callback functions in plugins July 9, 2012 How to allow users to add an extra action to our jQuery plugins. Read more
jQuery: the correct event to handle checkboxes is change() July 9, 2012 Why the change() event is the correct solution to handle checkboxes with jQuery. Read more
jQuery: making AJAX data accessible outside AJAX methods July 7, 2012 A simple test on how to make AJAX data returned by jQuery methods accessible outside such methods. Read more
WordPress: display the number of comments outside the Loop July 7, 2012 How to get the comment count and display it outside the WordPress Loop. Read more
jQuery UI resizable() and images: a first look July 4, 2012 Some problems encountered during the study of the jQuery UI resizable() object applied to images. Read more
jQuery bug with offsets, positioning and hidden elements July 4, 2012 A strange behavior of jQuery concerning the handling of hidden elements and their offsets. Read more
jQuery: set focus on all elements July 1, 2012 Setting focus on all elements with jQuery involves the use of the tabindex attribute. Always bear in mind what this solution implies for accessibility. Read more
jQuery: paginating image galleries and handling navigation links July 1, 2012 How to create a basic pagination system for jQuery image galleries. Read more
JavaScript JavaScript pseudo-validation: pseudo-validating an email address without regular expressions June 27, 2012 JavaScript validation is a pseudo-validation. We should always bear this in mind. Read more