A couple of notes for web developers on browser tools. First is Safari Enhancer allows you to disable Safari’s cache completely and enable the debug menu. Disabling the cache seems to help when you are working on a website and gets around the problem of refreshing the page with cached content.

The other is a cool discovery that outlines how to install multiple IE instances on the same machine. So you can install IE 5.0, 5.5, and 6.0 all on the same machine for testing purposes.

Comments are closed.