Archive for December, 2010
The next version of the jQuery Timepicker Addon is now available. I unfortunately didn’t get as many changes in as I would have liked, but I felt it provided some critical bug fixes for everyone. There are also a couple nice additions to the plugin: separator option. The separator is the character(s) in between the [...]
I thought I’d take a moment to post an update on various projects of mine. I’ll touch base on just a few. jQuery Impromptu – Seems to be running pretty stable. Soon I will be moving the source over to Github with my other projects. Recent inquiries on this project mostly involve How To’s, and [...]
Its probably because I’m over thinking things, but is “else return ..something..” really necessary? Think about it. Shouldn’t both of these snippets give the same result? if(a == b){ return true; } else return false; And… if(a == b){ return true; } return false; In theory as well that would be a little less file [...]
