Posts tagged “JavaScript”
-
jsTrace two days on
The reception for our latest script release,
jsTrace
, has been fantastic. From the write-up on the DOM Scripting Task Force blog to all of the emails and comments, it’s been great. -
Debugging JavaScript just got a little bit easier
Like many of you, I'm sure, I hate debugging JavaScript. Really, it's not the debugging, per se, as much as it's using
alert()
to echo stuff out to the screen. It's stupid and distracting and takes for ever if you're debugging a lot of stuff. -
Jeremy Keith and Me
It managed to sneak past me for a few days, but my recent interview with Jeremy Keith has made its way into the latest issue of Digital Web Magazine. In the interview we cover the impetus behind his new book, WaSP's DOM Scripting Task Force, and Jeremy's future as a rockstar.
-
Death to bad DOM Implementations
I just encountered a DOM implementation issue in IE which took about three hours to solve (and like a year off my life).
-
Trash + DOM = Treasure?
I am also a big believer in clean, semantic markup, so I become concerned when anyone is adding superfluous code to the document to force a design issue.