Safari 3.0 Tips for Developers
Monday, February 11th, 2008If you have upgraded from the Apple Safari version 2.0 web browser to 3.0 here are two quick tips that developers and Q&A folks might find useful. The first tip is to turn on the built-in Web Developers Kit which is similar to the Firefox Firebug plug-in. Once you activate it (instructions are below) you can launch it by right clicking the browser window and selecting “Inspect Element.” The other tip changes the page loading progress bar (the standard filling of the address bar from left to write in blue) to a simple pie chart that fills clockwise indicating page load completion. If you wish to deactivate either of these features you can use the same instructions replacing the “-bool true” with “-bool false”
Finder->Applications->Utilities->Terminal defaults write com.apple.Safari DebugUsePieProgressIndicator -bool true defaults write com.apple.Safari WebKitDeveloperExtras -bool true




Recent Comments
SureshReddy Lakshmi wrote:
SELECT column FROM tableORDER BY RAND()
Jef wrote:
haha. I had just begun my...
Rob White wrote:
I need to post mine. My...