Quick browser tip

This comes from one of the technical lists I'm on...

Have you ever wanted to resize your browser to a specific size, either for testing purposes, or just because that's how you like your browser sized? Well, there's a quick and easy way to do it with Javascript that works in most modern browsers. Simply type the following (with the desired dimensions) into the browser's address bar and click Go (or hit the enter key, etc.):

javascript:resizeTo(800,600);

Voila! Your browser window is now the desired size. You can even save this as a shortcut to make it even easier.