Advanced
How to debug Java programs using the Debugger in Eclispe?
Posted December 8th, 2007 by administrator
This is very simple tutorial about how to use built in Eclipse Debugger for Java Programs.
SSL made easier for Testing By Dummy SSL
Posted December 7th, 2007 by administrator
Introduction
JDK 1.4.2 and above JSSE allows to plugin the implementation of the ssl security provider.
Sometimes its difficult to get the ssl/jsse working correctly due to a number of reasons.
Specially in testing applications, where the url's are accessible via ssl , parts or all of the the ssl implementation/provider can be swapped sith a custom
if the server certificate is a self signed cert, not valid or not a trusted cert.
Clash of the Technology Titans - A Recap
Posted December 5th, 2007 by administrator
Introduction
Interestingly enough this power clash has been going on for more than a year now. Even though nothing concrete has come up from it. Even with the latest news about Yahoo and Ebay working together in Japan does not change a thing. EBay withdrew from Japan in 2002 after only two years of operation.Could not compete with well established site Yahoo Japan and Rakuten.
Clean up Rail Sessions
Posted November 27th, 2007 by administrator
By default rails does not clear out stale sessions from the session store. Depending on the configuration session can be stored in the local file system or the database.
Ruby Cheat Sheet Part 1 v1.0
Posted August 23rd, 2007 by administrator
Ruby Cheat Sheet Part 1.
Version 1.0

Ruby Mini Guide v1.0
Posted August 23rd, 2007 by administrator
Mini Guide v1.0 for Ruby Language. It based on ruby 1.8.4.