jQuery: is plain text a valid alternative for handling AJAX responses? December 25, 2012 The pros and cons of the text/plain format used to handle AJAX responses with jQuery. Read more
Crunching: how WordPress resizes featured images: problems and solutions December 24, 2012 How to fix the problems created by WordPress when resizing featured images. Read more
jQuery: create a font resizer December 23, 2012 How to increase or decrease the font size of an element with jQuery. Read more
WordPress: create a different single.php template for each post format December 22, 2012 How to create a different single.php template for each WordPress post format. Read more
JavaScript JavaScript: implementing the fadeIn() and fadeOut() methods without jQuery December 20, 2012 How to implement the fadeIn() and fadeOut() animation methods in pure JavaScript. Read more
CSS polaroid thumbnails: a case study in responsive images December 19, 2012 How to create fully responsive CSS polaroid thumbnails. Read more
jQuery: creating a table of contents automatically December 17, 2012 How to automatically create a table of contents for an HTML document with jQuery. Read more
jQuery plugins: the this keyword and its context: beware of the each() loop December 15, 2012 The this keyword used in jQuery plugin development must be used within its proper context. Read more
jQuery: FlexSlider and IE 8/9: investigating a possible bug December 14, 2012 A possible bug in IE 8/9 with the jQuery's FlexSlider plugin. Read more