java sample code tips and tricks Friday, April 11, 2008 New Java - Create Zip file in memory By Patricbensen 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 ...
iMac tips and tricks Wednesday, January 9, 2008 New iMac - Dual boot Mac OS X and Win XP with Shared Drive By Patricbensen You've just got an iMAC; you want to dual boot it with XP; you want a shared partition where both, Mac and XP can read/write; you've...
Mobile tips and tricks Friday, December 21, 2007 New Problem accessing Gmail using Nokia 6320i or any S40 v2,v3 phone By Patricbensen ...well, not any more! Nokia's S40 v2 and v3 phones dont have a way to specify a proxy for an 'Access Point' configuration that ...
freeware Tuesday, October 9, 2007 New ZoneAlarm Free Version - Full Download Link By Patricbensen For all those of you behind a firewall, here is the link to download the full version of the ZoneAlarm Free edition. Just click on the link ...
java sample code tips and tricks Thursday, July 12, 2007 New Java - calculate the difference between two dates By Patricbensen Finding the difference between two dates isn't as straightforward as subtracting the two dates and dividing the result by (24 * 60 * 60...
java sample code tips and tricks Tuesday, April 17, 2007 New Java's UTF-8 and Unicode writing is broken - Use this fix By Patricbensen Many of you might not believe this but try creating a file in UTF-8 encoding using a java program like this one (found on the java tutorial ...
freeware java Thursday, April 12, 2007 New Freeware (older) version of DJ Java Decompiler By Patricbensen DJ Java Decompiler is a great piece of software that allows you to decompile java class files into java source. It internally uses JAD as th...