Stop Spotlight From Indexing External Drives

Spotlight in OS X annoyingly indexes external devices like USB pen drives and cameras when mounted. You can block spotlight by using the ‘privacy’ setting in preferences, however once unmonted this seems to get forgotten. To make sure spotlight never indexes a drive you can add a hidden file to the root folder of that device to prevent it getting indexed forever. Create a file called .metadata_never_index For example to block my camera all I did was :
touch /Volumes/CAMERA/.metadata_never_index
Now if only there was a setting to block all external drives…

Getting Text Back From All Caps In Photoshop Elements (Not CAPS LOCK!)

After getting rather confused as to why my text layer in Photoshop Elements 6 would not budge from being in all caps (no not because of CAPS LOCK!) I discovered that to get it back to normal you need to do : Mac :
Command ('Apple Key') + Shift + Y
Windows :
Ctrl + Shift + Y
This will put the text back to sentence case or lower case (whatever it should be before it was being forced into all caps)

Shortcut To Show / Hide Hidden Files In OS X

Working with OS X is a pleasure for me, but there are some things that really frustrate me, like having no easy way to show/hide hidden files. Whenever I wanted to do this in the past I had to first Google it, then open up terminal and change the Finder config before relaunching Finder:

defaults write com.apple.Finder AppleShowAllFiles YES

But no more! Tim Fletcher has written a small application that can be dragged into your finder toolbar which runs the command. So no more Googling necessary.