When I first started working on my own websites I only used HTML pages, which are great, but you reach a point where you want to spend more of your time writing content, and less time working on your HTML coding. Then you start to realise that a content management system (CMS) is needed. I guess you could use Dreamweaver and its templates, but your website will still be HTML, and this reduces your flexibility somewhat.
Of course the problem with most cms software (and blogging tools are included here) is that they are usually written in php and have a database to manage your pages. This is great because it lets you do so much more with your website, but now you can't test your website on your own computer anymore, it needs to be tested on a webserver. If you have 'Windows XP Home edition' installed on your computer, you'll know that a webserver doesn't ship with our version. Thankfully I found a solution. Read More


