Most recent Twitter update:

Maniacal Rage

Ego: Track stats on your iPhone
Prettify*: Icons and wallpapers
Here are my most recent posts:
24 Feb
18

#tip

Tip: Make Safari 4 Look Like Safari 3

Want to get the nice new rendering speed and features of Safari 4 but not the new interface? Drop these three commands into Terminal:

defaults write com.apple.Safari DebugSafari4IncludeToolbarRedesign -bool NO
defaults write com.apple.Safari DebugSafari4LoadProgressStyle -bool NO
defaults write com.apple.Safari DebugSafari4TabBarIsOnTop -bool NO

This will give you the old Safari 3 interface (including tabs below and the old loading bar) as well as the older Safari 3 behaviors for the tab bar like double-clicking dead space to create a new tab.

Don’t forget to customize your toolbar and add the Stop/Reload button.