Response headers

One thing that you need to decide when creating a site is what response headers to send when someone requests your page.  There are also a couple of different ways of sending them. Using .htaccess <IfModule mod_headers.c>   Header set Connection keep-alive </IfModule> Using PHP code header(“Connection: keep-alive”); So what headers am I setting on my…

Making WCG Online secure

I’m going to talk about one of my projects – WCG Online.  This project has been online for a couple of years, and it’s designed to give you, a valued member of the World Community Grid community, access to some more detailed statistics, as well as some lovely pretty graphs.  I’m hoping to add more functionality…