WordPress: responsive images for mobile devices with the wp_is_mobile() function June 28, 2015 The main problem with mobile devices is related to the bandwidth they can use. Read more
Do I really need a CSS framework? Only if... May 23, 2015 The answer to this question is not just a matter of taste or project requirements but it’s a simple test for your technical skills and basic knowledge of the theory behind CSS. Read more
Using jQuery in WordPress: techniques for theme authors February 22, 2015 jQuery techniques for working with WordPress themes. Read more
JavaScript JavaScript slideshows: an introduction December 21, 2014 In this article we'll cover the basics of JavaScript slideshows. Read more
WordPress: AJAX pagination with jQuery November 23, 2014 How to implement with jQuery an AJAX pagination system for WordPress. Read more
JavaScript JavaScript: show and hide elements like jQuery November 9, 2014 How to emulate the jQuery's show() and hide() methods with JavaScript. Read more
JavaScript A Flickr gallery with plain JavaScript November 9, 2014 How to create a Flickr gallery with plain JavaScript. Read more
jQuery: post to Twitter with AJAX October 26, 2014 How to use jQuery, AJAX and OAuth to post tweets to Twitter. Read more
JavaScript Creating a JavaScript slideshow: the JavaScript code October 19, 2014 It's time to complete our tutorial and take a closer look at the JavaScript component of a slideshow. Read more
Implementing an AJAX "Like" system on WordPress posts October 19, 2014 Implementing a "Like" button on WordPress posts (just as Facebook does) simply requires the use of AJAX combined with WordPress custom fields. Read more