wiki:WebDevelopers

Version 9 (modified by possessedpenguinbob@gmail.com, 13 years ago) (diff)

Minor update to Web Inspector link to avoid having to click through on the redirect from the old page to the new one.

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 can be found here.

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 Surfin' Safari blog has more information about using the PLT as does this page on 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 Detecting WebKit with JavaScript page.

Useful Links