JavaScript On Is this year a leap year?

by Ali Karbassi, October 13, 2007 19:08

Owen:

According the Wikipe...

90dfcf7e54299842383ab503b6df1a65 Talk
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...

90dfcf7e54299842383ab503b6df1a65 Talk

JavaScript On Simple Form Validation

by Ali Karbassi, October 04, 2007 08:27

Travis: I love jQuery and a...

90dfcf7e54299842383ab503b6df1a65 Talk
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...

90dfcf7e54299842383ab503b6df1a65 Talk
1
2
3
function getElementsByClass(searchClass, node, tag)
{
...

JavaScript Simple Form Validation

by Ali Karbassi, October 02, 2007 18:55, 8 refactorings

All this does is check to s...

90dfcf7e54299842383ab503b6df1a65 Talk