Encoding HTML entities on web forms with jQuery July 29, 2012 How to escape and encode the content inserted in web forms with jQuery. Read more
WordPress: get the FeedBurner subscriber count the right way July 29, 2012 How to get the actual number of our FeedBurner subscribers by using the WordPress Transient APIs. Read more
Spaghetti code in jQuery July 29, 2012 How to avoid some common coding mistakes when using jQuery. Read more
jQuery: reading the default PHP session cookie (and its token) July 22, 2012 How to read the default PHP session cookie with jQuery. Read more
jQuery: using cookies to cache Twitter data July 22, 2012 How to cache our Twitter results by using cookies with jQuery. Read more
CSS: create asymmetrical grids with generated content July 16, 2012 How to create asymmetrical CSS grids with generated content. Read more
jQuery: how the siblings() method works July 15, 2012 A practical example that explains how to use the jQuery's siblings() method. Read more
Responsive jQuery slideshows with the CSS background-size property July 14, 2012 How to create fully responsive jQuery slideshows using the CSS3 background-size property. Read more
jQuery: filter and remove classes except one July 14, 2012 How to leave only the chosen class on an element and remove all the others with jQuery. Read more