Today I upgraded my Mac OS X Tiger version to 10.4.11. Included in this update is the new version of Apple's web-browser Safari.
One of the most useful new features, when it comes to web development, is definitely the new web inspector!
It is not activated by default, but entering this line to the terminal will enable it:
defaults write com.apple.Safari WebKitDeveloperExtras -bool true
Now you can right click and choose "Inspect Element" to open the web inspector.
But it gets even better: enter the following line to the terminal and you get a complete new menu point "Debug".
defaults write com.apple.Safari IncludeDebugMenu 1
Great!
(After entering these commands in the terminal, you'll have to restart safari to see the changes)
(via Pimp your mac)
Recent Comments