I wanted to create my own website because there was nothing out of the box that done everything I wanted it to do. There is going to be a lot going on in the site, including:
Training Logs (custom php and MySQL DB).
Each time I go out training, I'll be tracking myself via GPS and saving the track to GPX format. The training log is split into two pages. The first is a table of all the training walks. You can then click on a link for each walk, and it will show the details of each in a dynamic page, with a google map that displays the GPX track and info. I've completed this now, and it works well. Also created admin pages for this.
Blog (Wordpress install)
I've sorted this now, and I can post up relevent news etc.
The sponsors and sponsorship (custom php and MySQL DB).
I've created a table in the DB, where info on all my sponsors will be held, including amounts. The data can then be output to the sponsorship amount raised graph, and also to some other pages I'm going to be creating. I've created some admin pages for this, to allow input and editing.
GPS Tracking
This is an iFrame where a google map will show my current location, which will be used on the sponsored walks as and when I'm completing them. The location is sent from my WP7 phone, making use of the built in GPS.
There was nothing I could find that would allow me to have all the above functionality, apart from some dodgy WP plugins, that didn't work exactly as I wanted them to. I'm learning php and MySQL, so I thought I would have a crack at building the functionality myself. The live GPS tracking was above my skills though, so I used a 3rd party script for that. I know the styling isn't brilliant, but if I can make the site work as I wanted it to, then that's a trade off I'm prepared to make. I would like a shiny site, but the functionality and content are more important to me. I didn't want to use a template because I will have learned nothing by doing so, apart from titivating it to my own tastes. I am keen to learn and the only way I can is by getting my hands dirty and starting from scratch.
Cheers,
Stu
This post has been edited by StuartPB: 18 December 2011 - 11:18 AM