Friday, January 07, 2005

Cl� Ma'ck Entertainment
There are some really high quality images of celebs over here

Wednesday, January 05, 2005

irt.org - JavaScript Objects FAQ Knowledge Base
Check this link,
think you know a lot about JavaScript ? Check their FAQs and stuff amazing...

Monday, January 03, 2005

start [JPSPAN]

I've been linking many XMLHttpRequest posts. But here is one that could be really ... really useful. Its a sourceforge project, that uses php to make Javascript code to use the XMLHttpRequest.
Check out these xamples
dltypeof - Custom JS typeof operator - DHTML Lab - WebReference.com
Javascript Guys must have used the native function typeof(), But U guys must have as well been frustrated when it returns a dumb "object" When you thought it would have returned "date" , "array" or so on.

Well here comes the dltypeof() which is not pre-build into JS... :( But thanks to WebReference DHTML article that I was going through, It helps you return a little more required datatypes "the one that you expected"