Changes between Version 9 and Version 10 of WebDevelopers


Ignore:
Timestamp:
Nov 23, 2010 10:09:25 AM (13 years ago)
Author:
dkeith@apple.com
Comment:

updated instructions on how to turn on Safari's Develop menu

Legend:

Unmodified
Added
Removed
Modified
  • WebDevelopers

    v9 v10  
    44The 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].
    55
    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 =
     7Safari 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.
    128
    139The 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].