JavaScript JavaScript: set a timeout for blocking scripts February 3, 2013 How to set a timeout when fetching remote scripts. Read more
WordPress: import your Blogger posts using the built-in core functions February 2, 2013 How to create an import script to move your posts from Blogger to WordPress. Read more
jQuery 1.9: AJAX methods and well-formed HTML January 26, 2013 HTML strings must be well-formed when passed to the jQuery's selector engine. This also affects AJAX methods. Read more
WordPress: let users choose their sidebar on posts and pages with custom values January 20, 2013 How to create a select box on posts and pages to let users choose their preferred WordPress sidebar. Read more
jQuery: prevent the text() method from affecting children elements January 10, 2013 The jQuery's text() method also affects the text of children elements. Here's a solution to this problem. Read more
jQuery: selecting external links is not that easy if you choose the wrong approach January 6, 2013 Selecting external links with jQuery can actually lead to unexpected results if you choose the wrong approach. Read more
jQuery plugins: how to write and document your CSS styles January 5, 2013 How to write the CSS code attached to a jQuery plugin by also providing a full documentation to the end-user. Read more
jQuery: cross-fading blocks January 4, 2013 How to create the effect of cross-fading HTML blocks with jQuery. Read more
jQuery: what we can do without plugins December 29, 2012 What we can accomplish by implementing our own jQuery solutions. Read more
jQuery: create image markers with custom data attributes December 27, 2012 How to create dynamic image markers with jQuery and the HTML5 custom data attributes. Read more