Making web sites
Writing about web page http://theheels.co.uk
So I decided I wanted to make a simple web site for my band, The Heels. (theheels.co.uk if you’re interested) Along the way I discovered two or maybe three things:-
- If you’re used to working with a content management system, it’s an unpleasant slap in the face to have to go back to using CSS & HTML for layout. It’s easy to kid yourself that if you know enough HTML to do simple formatted text, images and tables, that you know enough to do layout but that’s tragically untrue.
- Equally, though, for a web site as small as the one I made, it’s not worth the effort of trying to select, install, and learn how to drive a content management system of any sort. It would have taken significantly longer to get any CMS working than it did to write a dozen or so pages by hand.
- One thing that’s annoying to have to do by hand is a change to every page; often a CMS saves you from this. But if you pack as much as you can into common CSS files, that fixes the problem from one side, and if you have a text editor which can search and replace across many files and folders, that fixes it from the other.
Add a comment
You are not allowed to comment on this entry as it has restricted commenting permissions.