Object-oriented Javascript
Published July 26th, 2006Here’s a promising project: an effort to create an elegant OO implementation of Javascript. The author has taken a rather different approach to those I’ve seen in the past, and what he’s achieved already is quite impressive. I have to admit that I haven’t tried it yet, so it could be completely useless — but it certainly looks good.
And while we’re on the subject, if you’re interested in OO in JS, you really should read this article by Mike Koss.
Jeff on July 27, 2006
“I have to admit that I haven’t tried it yet…”
I’ve had a hard time knowing what to do to furthur develop and improve the library because no one has tried it and provided feedback. I need input from others to make sure I don’t create something useless
Brian on August 6, 2006
Hi there,
I was wondering if you could possibly help me? I am using your multiple file uploader script, and I would like to know if it is possible to make the script keep the original file form field and not make a new one? It appears that IE has problems when it generates a new file form field.
Thank you =)