So you already know how powerful spotlight is. It searches files, it’s a calculator, a dictionary, it’s just plain cool. I use spotlight every day, I’d rather use it than the dock or finder in most cases! Today I watched a video on the apple.com website on boolean searching in Spotlight.
Continue reading »
Security Update 2008-007 is recommended for all users and improves the security of Mac OS X. Previous security updates have been incorporated into this security update.
For information on the security content of this update, please visit this website: http://support.apple.com/kb/HT1222.
Some sites have popup’s that open a new browser window when browsing their site. Annoying, and you can block it. But what about web apps or sites that have legit pop up windows? You can open these windows in tabs instead!
To set this up, open Terminal and type in the following:
defaults write com.apple.Safari TargetedClicksCreateTabs -bool true
Hit enter and quit Safari. When restarting Safari, your windows will open in tabs instead!
To revert back, in Termina, type:
defaults write com.apple.Safari TargetedClicksCreateTabs -bool false
Quit Safari and restart…