How to create your own WordPress shortcodes
In version 2.5 WordPress introduced shortcodes, and all of us have probably used them at one time or another. They…
In version 2.5 WordPress introduced shortcodes, and all of us have probably used them at one time or another. They…
In the first part of this article about CoffeeScript, you saw its basic capabilities; but let’s be honest, most of…
Hidden away in the depths of the CSS specification you’ll find CSS counters. As the name suggests they allows you…
Creating an to-do app is usually the first application you learn how to build in JavaScript but the problem with…
HTML5 came with all new APIs, new input types and attributes for forms. As is often the case, those major…
Recently, there’s been a lot of talk about markdown as an alternate way to format text. I decided to do…
If you plan to use CSS on a regular basis you need to develop an understanding of what specificity is…
With increasing diversity in monitor sizes, it’s not practical to design single blocks of text that take up the entire…
Creating canvas apps is the new thing, we can even create games with it, it’s supported in all major browsers…
Bundled with HTML5 came a large number of API goodness and one of the best was the Fullscreen API that…
RequireJS is an effective way to improve the speed and quality of your JavaScript code additionally making it a lot…