WordPress: display the total number of posts on the current category June 7, 2012 How to get and display the post count on each WordPress category. Read more
jQuery: emulate CSS fixed positioning on mobile browsers June 7, 2012 How to emulate CSS fixed positioning on mobile browsers with jQuery. Read more
jQuery: invoking a function after a user has selected text (text selection callback) June 6, 2012 Handling text selection with jQuery so that we can invoke a callback function just after a user has selected text. Read more
WordPress: listing categories with the most recent posts June 6, 2012 How to create a nested list of WordPress categories featuring the most recent posts and the number of posts of each category. Ideal for an archive page. Read more
CSS: troubleshooting @font-face problems June 6, 2012 How to debug the problems you may encounter while using the CSS @font-face rule and web fonts. Read more
jQuery: selecting the new HTML5 input elements with a custom selector June 6, 2012 How to create a custom jQuery selector to match the new HTML5 input types. Read more
WordPress: implementing the body_id() function to assign a different ID to each section of a site June 5, 2012 How to assign a different ID to each section of a WordPress site by implementing a custom body_id() function. Read more
jQuery: animating letters with chained animations June 5, 2012 Creating chained and queued animations to animate letters with jQuery. Read more
WordPress: changing your syntax highlighter easily June 5, 2012 Switching between syntax highlighters in WordPress can be achieved very easily by using the right solution. Read more