Archive for April, 2008
Using SSL Authentication on a non-SSL website

The task is to provide a secure login on a website which doesn’t necessarily have any other secure content. If you have an SSL certificate for your webserver you can use SSL just for the login to reduce the traffic going over SSL. (more…)

Ant for web developers

I just spent the last day configuring an apache ant script to automate some tasks in our development environment and I figured I would share some of what I learned. (more…)