David Stamm
Member since Dec 11, 2008
- Profile: /members/1781-david-stamm.htm
- Comments: 2
Recent Blog Comments By David Stamm
-
EtherPad: Potential For Great Peer Debugging
Posted on Nov 21, 2008 at 9:20 AM
I'm particularly excited by the AppJet platform that EtherPad is built on. Another player in the server-side JavaScript field is most welcome!... read more »
-
Javascript Objects Cannot Have Complex Index Values
Posted on Nov 20, 2008 at 10:25 AM
If you override an object's toString() method, then you can control how JavaScript sets the key. domElement.toString = function() { return this.id; }; Sadly, IE doesn't let you override for DOM objects. But this works for custom objects in all browsers.... read more »