Changes between Version 9 and Version 10 of WebDevelopers
- Timestamp:
- Nov 23, 2010, 10:09:25 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebDevelopers
v9 v10 4 4 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:"WebInspector" can be found here]. 5 5 6 = Debug menu = 7 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: 8 9 {{{ 10 defaults write com.apple.Safari IncludeInternalDebugMenu 1 11 }}} 6 = Develop menu = 7 Safari includes a develop menu that contains some tools that may be useful to web developers. The Develop menu can be enabled in Preferences under the Advanced tab. 12 8 13 9 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].