Yay! Programmer art!
Yay! Programmer art!

Monthly Archives: May 2007

Enumerating Local Variables in JavaScript

One day I was trying to do some debugging in browsers other than FireFox (FireBug rocks and is highly recommended). I decided it would be useful if I could enumerate local variables such that I could quickly find and display their values in an alert box. Unfortunately, there didn’t appear to be any […]

Example of adding client side filtering to an XML File

The question recently came up about possible ways to filter data in a browser client where the source was an XML file. There are, of course, many different ways this could be done, but I decided to use XSL to create a list of the data in XHTML and to include JavaScript in the […]