[[PageOutline]] = Web Inspector = The Web Inspector is tool that allows you to view information about CSS styles, DOM hierarchy and more in a compact floating window. More information about the Web Inspector [wiki:"Web Inspector" can be found here]. = Drosera = Drosera is a debugger for JavaScript. Drosera has been replaced by an improved debugger built into the Web Inspector. More information can be found on the [wiki:"Drosera" Drosera page]. = Debug menu = Safari includes a debug menu that contains some tools that may be useful to web developers. To enable the debug menu, enter the following command in Terminal and restart Safari: {{{ defaults write com.apple.Safari IncludeInternalDebugMenu 1 }}} The Page Load Test might also useful for those interested in performance. The [http://webkit.org/blog/?p=75 Surfin' Safari blog] has more information about using the PLT as does this page on [http://webkit.org/projects/performance/index.html general WebKit performance]. = Detecting WebKit with Javascript = If you need to detect a specific version of WebKit, we have a JavaScript library to help you. More information can be found on the [wiki:"DetectingWebKit" Detecting WebKit with JavaScript page]. = Useful Links = * [http://developer.apple.com/internet/safari/uamatrix.html Safari/Webkit Version Matrix] List of all Safari/WebKit versions and the corresponding updates they shipped with. * [http://developer.apple.com/internet/safari/faq.html Safari FAQ] Answers many common questions about Safari/WebKit. * [http://developer.apple.com/opensource/internet/nightlywebkit.html Working with the WebKit Nightly Builds] Includes information about changes to the {{{