Recent Posts

The things a company must have’s

less than 1 minute read

Must have:basic encryption and decryption algorithms utils available for company to use.study md5, des and encryption providers.

Bad way of doing things

less than 1 minute read

Things NOT to do:how not to do thingsdon’t just do, confirm the requirements in writing before implementing.reduce the risk of customers saying i didn’t ask ...

Java toolkit

less than 1 minute read

If you want to use the image manipulation toolkit included with the JDK.when using this in eclipse:Image image = Toolkit.getDefaultToolkit().getImage(“tray.g...

Setting up netbeans 6.7.1

less than 1 minute read

<ul><li>install jdk 1.6.0_13</li><li>install netbeans 6.7.1 with java web capabilities and install glassfish to /sun/AppServer</li...