JavaScript

JavaScript: generate a product key

Generating a product key in JavaScript is a matter of creating random segments from a given string.

December 26, 2015
jQuery

How to automatically insert Font Awesome icons with jQuery

Font Awesome makes use of empty elements to insert icons within a document. We can automate this process with jQuery.

December 26, 2015
AngularJS

Introduction to AngularJS for jQuery developers

This is a simple and practical introduction to AngularJS written from the point of view of a developer who already has a firm knowledge of jQuery.

September 5, 2015
CSS

CSS: creating an animation chain

Creating an animation chain with CSS is rather simple. We can do this by using a specific CSS property.

August 4, 2015
jQuery

The actual role of jQuery in data-driven web applications

You can't simply use only jQuery in data-driven web applications. This doesn't imply that jQuery cannot be used in such cases.

July 26, 2015
WordPress

WordPress: responsive images for mobile devices with the wp_is_mobile() function

The main problem with mobile devices is related to the bandwidth they can use.

June 28, 2015