Technology, life, programming, travel and money.

Archive for June, 2008

QuickSort Implementation Code in C++

I was having a look at the QuickSort algorithm (as you do for fun) and was trying to find a tidy looking implementation in C++. I found a lot of implementations out there but most of them looked far more complicated than I thought they should have been. The QuickSort algorithm as printed in the book looks relatively simple. I wanted a C++ [...]

Telephone log for dealing with recruitment agencies

Telephone log for dealing with recruitment agencies

If you are looking for a new job you might upload your CV to somewhere like Jobsite or PlanetRecruit. Sites like these allow recruitment agencies to find your CV directly and contact you if they have a suitable job. If you are lucky and have in-demand skills you may start getting loads of calls. It is important that you have a system for keeping [...]

Using a common form mail script for multiple websites

I run a number of different websites. Most of them have a contact page which is powered by a form mail script. Until recently each of these websites used an almost identical copy of the same form mail script - I use PHPFormMail but you could adapt this solution for other form mail scripts. Each contact us page has very similar HTML in it. I wanted [...]