John Ballinger
I make things like:
hurl.ws
tweet-r.com
tw3t.com

and some iPhone
applications.

Save screen captures into a Stack in Leopard - awesome

sneak:

I use the built-in OSX screen capture tools a lot when I’m working. By default, when using the Command+Shift+3/4 options, these captures are saved to the desktop — which gets messy fast when you use them often. A number of months ago I found a great tip on changing the default save location of these screen captures, and so now I have them saving to a folder in my Documents and have put that folder into my dock as a Stack, making them easily accessible but out of the way.

To change the default save location, open up Terminal and run the following command:

defaults write com.apple.screencapture location /Users/YOURUSERNAME/Documents/Screenshots

Obviously you would change the path to match whatever folder you want the captures to save into. You will need to log out and back in before you will see the changes. Once done, go to the new save folder and drag it down into the right-hand side of your dock. Now whenever you save a screen capture it will automagically appear down in your Stack :)

Of course, if you don’t need a saved copy of the capture you can also add the Ctrl key to the mix when taking it — this will save the screen capture onto your clipboard rather than saving a file, and you can then paste it directly into a document.