JavaScript JavaScript: change WordPress permalinks on internal links December 14, 2012 How to replace the old URLs of your WordPress internal links with the new permalink structure by using JavaScript. Read more
HTML5: debugging the offline application cache on Safari Mobile December 14, 2012 Some common debugging steps to follow when dealing with the HTML5 offline application cache in the Safari Mobile browser. Read more
The limits of jQuery with large data structures December 12, 2012 The current performance limits of jQuery when dealing with large data structures. Read more
JavaScript Pure CSS and JavaScript slideshow December 11, 2012 Look, ma: no jQuery! A simple JavaScript slideshow with CSS3 transitions. Read more
WordPress: how to replace the output of the the_content() function with the post's excerpt December 9, 2012 A simple way to filter out the output of the WordPress the_content() function and replace it with the post's excerpt. Read more
CSS: making an horizontal menu animated with transitions December 8, 2012 How to create an animated horizontal navigation menu with CSS transitions. Read more
jQuery: taming the horizontal space of CSS inline-block boxes December 8, 2012 How to manage with jQuery the horizontal space of CSS inline-block elements. Read more
jQuery: how to give focus to a label element December 8, 2012 How to add a special CSS class to a label element with jQuery when its related input element gets focus. Read more
jQuery: highlight words on titles December 7, 2012 How to highlight words on headings with jQuery. Read more
Some ideas on responsive jQuery slideshows December 4, 2012 I'm currently testing some new ideas for creating responsive jQuery slideshows for mobile devices. Read more