If you don't vote, who will? Login and vote now.
Multiple Profiles using firefox
This is very useful for web developers and testers, especially when you want to test application with different sets of users.
0 commentsSave Tags: how-to, usability
Lets discuss Array Typecasting
I just try to explain why the below code complains at runtime: Object[] objs = new Object[2]; objs[0]="Hello"; objs[1]="World"; String[] strs =... more »
0 commentsSave Tags: java
SSL setup using Apache
I have put practical steps for setting up Apache with SSL with apache 2.x
0 commentsSave Tags: security, server, unix-linux, web design
HTTP Redirect : Do it the right way !
There are two ways to redirect a user to a different page A) Server redirect B) Client redirect. I have put some details about these in my blog.
0 commentsSave Tags: server, usability, web design