jQuery: get Twitter followers count June 5, 2012 How to get the number of your Twitter followers by using jQuery. Read more
jQuery: extending HTML DOM elements with $.extend() June 4, 2012 How to extend the base DOM HTML elements by using the jQuery's $.extend() utility method. Read more
WordPress: get and display images from the Media Library June 3, 2012 How to get and display images taken from the WordPress Media Library. Read more
jQuery: turning text into an HTML list June 3, 2012 How to turn a text string into an HTML list using jQuery. Read more
jQuery: changing multiple CSS classes on a single click event June 3, 2012 How to change multiple CSS classes on a single jQuery click event. Read more
CSS: Opera's bug with the overflow property and the iframe element June 2, 2012 Opera is not able to set correctly the CSS overflow property on the iframe element. Read more
JavaScript Look, ma: no jQuery! Creating a page summary with JavaScript and the DOM June 2, 2012 An example of DOM manipulation with JavaScript without using jQuery. Read more
WordPress: debugging the the_content filter: when the content is not displayed June 2, 2012 While using the the_content WordPress filter, there are a couple of things to bear in mind for preventing WordPress from suppressing content. Read more
WordPress: taking control over the Loop June 2, 2012 How to fully control the WordPress Loop. Read more