Archive

Archive for April, 2008

Using SSL Authentication on a non-SSL website

April 5th, 2008

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. Read more…

Christopher PHP

Ant for web developers

April 2nd, 2008

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. Read more…

Christopher DHTML/JS, PHP