Interconnected is by Matt Webb, who can also be found at S&W.

This is his email address, and the syndication feed for this weblog is here.

Also on this page are search, the archives and a sitemap.

9 January, 2003:

Safari Enhancer enables the debug menu (and a couple of other things) in Safari, Apple's new web browser. The debug menu lets you browser the DOM and, nicely, provides an interface for testing how arbitrary html snippets are rendered.

If you don't want to use the enhancer application, go to the Terminal and type "defaults write com.apple.Safari IncludeDebugMenu 1" to switch the debug menu on, and "defaults delete com.apple.Safari IncludeDebugMenu" to remove it.