preload
Dec 02

Actually, Safari provides advanced debugging tools for web developers. By default, it turns off. You can turn it on by paste this command (defaults write com.apple.Safari IncludeDebugMenu 1) into Terminal. You can use additional functionality like the JavaScript console, Web Inspector, and spoof Internet Explorer.

Here is the screenshot of Web inspector tool:

Here is the video tutorial:


7 Responses to “Safari Web developer tools”

  1. Rodrigo Augosto Says:

    hello, very good site, to correct the blue border in the search engine uses border: none;
    Can I use the same design mentioning the author?

  2. Soichi Says:

    How do I do this on Windows? Do I have to do something with regedit?

  3. admin Says:

    There is an easy way to turn on “Developer toolbar” on safari on Windows. If you have installed Safari 3.0 or above, Select “Edit” > “Preferences” > “Advanced” tab > check the box “Show develop menu in menu bar” at the bottom of the dialog box. I hope this help. And, thank you for visiting.

  4. Willem Says:

    If you’re using Webkit, you can also enable the Webkit Developer extras by running “defaults write com.apple.Safari WebKitDeveloperExtras -bool true” on the command line (I’ve detailed this at http://www.geekology.co.za/blog/2009/02/enabling-the-safari-and-webkit-debug-menu-and-developer-tools/)

  5. John Says:

    There is also the Web Developer Toolbar that is really useful in Firefox. I use it all the time in my work.

    What is important here, encouraging here, is that the tools in Safari are improved and the need for web development tools is understood. Competition is a GOOD thing!

  6. Alex Says:

    Do you know how to edit a plugin for safari ?

  7. Nicholas Johnson Says:

    Nice but seriously lacking features. I’m still a huge fan of the web developer toolbar. If I’m hacking CSS I want to be able to see my actual CSS, not some hacked up corrected domified version, make changes to it, then cut and paste.

    If I’m styling an element, I want to be able to mouse over the element and see its dom path in a status bar, not click through the whole dom tree. Safari looks pretty but manages in the process to totally hide the raw data. If there’s a bug, it’s in the data, not one step removed in the dom.

    Since Mozilla messed up the source view and added offline mode I’ve been considering migrating away. Unfortunately Safairy isn’t the one yet. Roll on Chrome for Mac?

Leave a Reply