Refactor in MyEclipse

Steps to reproduce the refactoring problem:-

Rename the project from VoterBean to VoterBeanProject
Redeploy the project in the Tomcat

http://localhost:8080/VoterBean still working fine (reason is conf/server.xml has defined the path as VoterBean)
http://localhost:8080/VoterBeanProject results HTTP Status 404

If you check in the Tomcat list for the deployed project under Server tab:

The project name is VoterBeanProject
The path for the project [...]

Browsing History Defines Your Gender?

I just remembered that I had read an interesting site few months ago that uses Javascript to guess the user’s gender based on the browser URL history.
Although the idea sounds interesting but the thing that more attracts my interest is how to make it happens. The author has done a research for the most visited [...]

Installation of Subversion 1.6.5 on Ubuntu 8.10

In order to install Subversion on Ubuntu 8.10, you will need to perform this command:

sudo apt-get install subversion

The default version of the Subversion at the current moment that you will get installed is Subversion 1.5. You can check the version with this command:

svn –version

And it will display the following message:
svn, version 1.5.1 (r32289)
compiled Aug [...]