1 2 3 4
String.prototype.ucfirst = function() { // Split the string into words if string contains multiple words. ...
JavaScript ucfirst
by Ali Karbassi,
October 08, 2007 22:41,
6 refactorings
I'm wondering if this could...
JavaScript On Simple Form Validation
by Ali Karbassi,
October 04, 2007 08:27
Travis: I love jQuery and a...
1 2 3 4
Object.extend(Date.prototype, { isLeap: function() { ...
JavaScript On Is this year a leap year?
by Ali Karbassi,
October 02, 2007 19:03
Going of what "br" said and...
1 2 3
function getElementsByClass(searchClass, node, tag) { ...
JavaScript Simple Form Validation
by Ali Karbassi,
October 02, 2007 18:55,
10 refactorings
All this does is check to s...
Owen:
According the Wikipe...