20 month ago
wearehugh : Dean Edwards: Rules For JavaScript Library Authors
Simon Willison : Rules For JavaScript Library Authors - Rules For JavaScript Library Authors. The guiding principles behind Dean Edwards’ base2 library, entirely applicable to every JavaScript developer.
deusx : Dean Edwards: Rules For JavaScript Library Authors - "I wrote this about six months ago before starting work on base2. I decided not to post it at the time as I thought it sounded a little pompous. On reflection, they aren’t bad rules and I managed to stick to them."
# copy
32 month ago
wearehugh : Faster DOM Queries - a righteous flamewar over which non-standard javascript methods are more standards-compliant... love it
Simon Willison : Faster DOM Queries - Dean's IE-specific getElementsBySelector optimisation is evil genius.
Paul Hammond : Faster DOM Queries - while I think speeding up DOM queries is a worthy aim, I think that his “id hack†is a step too far
# copy
32 month ago
wearehugh : A Base Class for JavaScript Inheritance
Paul Hammond : A Base Class for JavaScript Inheritance - It’s a simple class and extends the Object object by adding two instance methods and one class method
deusx : A Base Class for JavaScript Inheritance - "I’ve created a JavaScript class (Base.js) that I hope eases the pain of JavaScript OO. It’s a simple class and extends the Object object by adding two instance methods and one class method."
Isofarro : A Base Class for JavaScript Inheritance - A base class that offers a cleaner way of extending and inheriting methods and attributes
# copy