Category Archives: JavaScript

DOM Monster

Amy Hoy and Thomas Fuchs have teamed up together again to bring another excellent tool for JavaScript developers: The DOM Monster Bookmarklet. This is an interesting approach to JavaScript performance that analyzes the DOM to report potential optimization points. It’s … Continue reading

Posted in JavaScript | Leave a comment

JavaScript Design Patterns

For those who are interested, I’ve started cataloging some of the design patterns common in modern JavaScript programming. For those of you who have been following me for some time, you’ll recognize this as an evolution to a post series … Continue reading

Posted in JavaScript | Leave a comment

High-performance JavaScript: Why Everything You’ve Been is Wrong

I’ve been going through some old videos from the YUI podcast. This is an old one, but a good one. via Joseph Smarr: “High-performance JavaScript: Why Everything You’ve Been on Yahoo! Video.

Posted in JavaScript | Leave a comment