January 2012
2 posts
7 tags
Modernizr & Plugin Detection
Modernizr is a popular javascript library that helps you build the next generation of html5 and css3-powered websites. If your not familiar with it and your a developer, I recommend you visit there website.
Apart from its amazing feature detection abilities I’ve decided to play with its api a little. In a recent project of mine I wanted to seporate my javascript logic into 2 main categories...
4 tags
JavaScript Closures
JavaScript objects are at the heart of every application. Unfortunately theres alot of misuse of objects. Before diving into this brief explination I want to start by saying “If you understand the framework, the rest is just syntax”. Dont get caught up on trying to understand all of the syntax.
Think of an object as a container. That containers content should be relevant to its...