jQuery Plugin – Increment

Inspired by this article on css-tricks.com, I decided to release a plugin dedicated solely to quick keyboard-based manipulation of numeric values in HTML input fields. It’s called Increment. ยป See the Demo Simply assign the set of inputs you wish to attach this behavior to: $(‘input.hours’).increment(); And let your fingers do the walking: use the […]

Tutorial: How To Create Your Own URL Shortener

I’ve been thinking about posting this for a while now. Then came the announcement on Sunday, from URL shortening service tr.im, that they are shutting down, effective immediately. It brought to light the issues with relying on the cloud. Admittedly, this is not as devastating an announcement as your trusted e-mail, or even photo hosting, […]