WordPress: get all the post attachments from the database June 15, 2012 How to get all the post attachments of a WordPress site by running a simple query on the database. Read more
jQuery: image division and explosion June 15, 2012 How to divide and explode images with jQuery and jQuery UI. Read more
JavaScript JavaScript: create a unique ID from a string June 15, 2012 How to create a random, unique ID from a string with JavaScript. Read more
JavaScript Look, ma: no jQuery! Creating footnotes with JavaScript and the DOM June 14, 2012 How to create footnotes with plain JavaScript and the DOM. Read more
The concept of perceived rendering of CSS layouts June 14, 2012 How users perceive our CSS layouts? Some things to consider. Read more
JavaScript JavaScript: how to slice DOM elements June 14, 2012 A simple way to use array's methods provided by JavaScript on DOM elements. Read more
Pure CSS star rating June 14, 2012 A full and accessible star rating system entirely generated by CSS. Read more
WordPress: add login/logout and register links to the main menu and redirect users after login June 14, 2012 Two filter functions to add the login/logout and register links to the WordPress main menu and redirect users after login. Read more
JavaScript Web storage: an alternative to PHP for managing Twitter data June 13, 2012 Web storage could be used to manage tweets and other Twitter's data without using PHP. Read more
jQuery: resize images proportionally June 13, 2012 How to proportionally resize images with jQuery. Read more