jQuery: AJAX autocomplete for e-commerce products March 29, 2014 An AJAX autocomplete feature implemented in jQuery that allows users to see the product's details by entering their code. Read more
jQuery: AJAX pagination with PHP March 16, 2014 How to create an AJAX pagination with jQuery and PHP. Read more
JavaScript Pure JavaScript parallax scrolling: the basics February 22, 2014 A simple implementation of parallax scrolling in pure JavaScript. Read more
jQuery: check if users stop scrolling February 16, 2014 How to check if users stop scrolling a page with jQuery. Read more
Notes on "Creating a client-side shopping cart" for Smashing Magazine February 15, 2014 Some annotations on my recent article for Smashing Magazine. Read more
JavaScript No jQuery: creating a news ticker with JavaScript and CSS January 26, 2014 A pure JavaScript and CSS news ticker. Read more
CSS: animating the clip-path property with percentages makes WebKit-based browsers crash January 15, 2014 A strange behavior of WebKit-based browsers with CSS animations and the clip-path property. Read more
JavaScript Vanilla JavaScript: pros and cons January 3, 2014 Using JavaScript in our daily work as developers is often a compromise. Read more
WordPress: integrating Bitly in our themes January 3, 2014 How to integrate the Bitly's URL shortening service in our WordPress themes. Read more
jQuery: avoid duplicated values upon form submission with sessionStorage December 30, 2013 A simple technique to avoid duplicated values in forms using jQuery and sessionStorage. Read more