Running Multiple Firefox sessions

As developers we come across the problem of accessing the same site with two or more different logins every so often. Problem is that if you are using Firefox the session cookies are shared across all running browsers. This means that you either run different browser applications or keep deleting session cookies and keep logging in, not really ideal.

Eclipse and static imports

Here is a way to fix static imports and make them available for code auto-complete (CTRL + space)

Eclipse abbreviated package names

"Another useful Eclipse trick is to use abbreviated package names. It's a nice feature on projects where you're inflicted with super.long.package.name.syndrome. Go to Window -> Preferences -> Java -> Appearance. Check the Compress all package names checkbox and type 1. in the text field."