Monthly Archives: August 2011

Magic Charger for Magic Mouse

Magic Charger for Magic Mouse

If you love your magic mouse but hate how it eats up batteries, then check out this cool little charger.  It’s a wireless inductive charger. The initial cost may be high at $49.90 but if you take into account how often you replace batteries, it should pay for itself over time….besides, it’s really nifty!! =)

http://www.mobeetechnology.com/the-magic-charger.html

Lion Launchpad Configuration

Lion Launchpad Configuration

So, I love much of what I’ve played with in Lion but the inability to customize the launchpad beyond the basics of deleting apps to make them disappear, redoing code to only have all the apps reappear after adding a new app was a frustrating experience to say the least.  But, here is a great little tip on how to clean up your launchpad and start fresh.

  1. Open your Utilities folder and choose Terminal
  2. In case you need to restore it, it’s a good idea to backup the current launchpad config.  To do so, enter the following into terminal:  mkdir ~/Desktop/DB_Backup
  3. Then, enter the following:  cp ~/Library/Application\ Support/Dock/*.db ~/Desktop/DB_Backup/
  4. Finally, enter: sqlite3 ~/Library/Application\ Support/Dock/*.db 'DELETE FROM apps;'&& killall Dock

You should be set….if you see empty app folders, just drag an app into it and out of it and you’ll see it disappear.  Thanks to the folks at cultofmac for their help with this.