This Foxit : Adobe Acrobat Reader Replacement - Read Now

This Foxit : Adobe Acrobat Reader Replacement - Read Now

Fed up of Adobe Acrobat Reader's slow load times? Had enough of the huge download bills you keep paying thanks to its frequent and not so small updates?Well, then Foxitsoftware.com is the place you want to go to... quickly.

There you'll find Foxit Reader 2.0.

Its incredibly small (~1.5MB).
Its lightning fast
It can annotate
Its FREE


The only thing I found it lacking in was the management of
This Clear Putty's Cache - Read Now

This Clear Putty's Cache - Read Now

For all those of you who have been trying to clear Putty’s cache of host fingerprints (Windows) for development or testing, here is the answer:
1. Open the registry (regedit)
2. Go to HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\SshHostKeys
There you should see Putty’s cache of host keys.The ‘name’ column tells you which key is for which server.For example, it will have the format of @
This Java - Create Zip file in memory - Read Now

This Java - Create Zip file in memory - Read Now

I find myself writing and rewriting this piece of code whenever I want to zip a set of files (in memory) and return the zipped file back as an object in memory. I often use this when the user requests a download of multiple reports and the deployment environment doesn't allow for disk access.I thought I'd post it here so that I could copy-paste it the next time I need it :) If you've stumbled
This Print JNDI tree - Read Now

This Print JNDI tree - Read Now

At one point or another most of us would have wanted to see what was in the JNDI tree of the Application Server. This may have been because of a javax.naming.NameNotFoundException thrown by the application under development.After scouring the internet and not finding a way to do this seemingly simple task, I put this together in about an hours time.

import java.util.Hashtable;

import