Recent Features
![7 Essential JavaScript Functions]()
7 Essential JavaScript Functions
I remember the early days of JavaScript where you needed a simple function for just about everything because the browser vendors implemented features differently, and not just edge features, basic features, like
addEventListenerandattachEvent. Times have changed but there are still a few functions each developer should...![Vibration API]()
Vibration API
Many of the new APIs provided to us by browser vendors are more targeted toward the mobile user than the desktop user. One of those simple APIs the Vibration API. The Vibration API allows developers to direct the device, using JavaScript, to vibrate in...
Incredible Demos
![jQuery Chosen Plugin]()
jQuery Chosen Plugin
Without a doubt, my least favorite form element is the
SELECTelement. The element is almost unstylable, looks different across platforms, has had inconsistent value access, and disaster that is the result ofmultiple=trueis, well, a disaster. Needless to say, whenever a developer goes...![Create an Animated Sliding Button Using MooTools]()
Create an Animated Sliding Button Using MooTools
Buttons (or links) are usually the elements on our sites that we want to draw a lot of attention to. Unfortunately many times they end up looking the most boring. You don't have to let that happen though! I recently found a...




