ClickAider
You are currently browsing the Bogle’s Blog weblog archives for the day Wednesday, April 20th, 2005.

JavaScript Shell

JavaScript Shell is an open source interactive interpreter for Javascript. It has some nice features you might not expect like property name autocompletion.

There’s nothing to install, you can use it from your browser, and it works in both Firefox and IE.

In particular, see the Firefox bookmarklets. One allows you to open an interactive shell on any web page. Others allow you edit the styles of the document and see the changes in real time, or lets you see the script generated source of the document as HTML; good for understanding dynamically generated pages.

AddToPath utility for the Windows Command Shell

It’s a big hassle to add a directory to the Windows system path using the control panel.

I finally got tired of this and wrote Addtopath, which allows you to easily add the current directory (or any other directory) to the system path from the command line.

More…