More Design Changes

The weather hasn’t been great this weekend so rather than go for a wander over the moors I’ve stayed in — accompanied by a little Beethoven and Bronski Beat — and tweaked the design a little. Welcome then to design 2007-2.4.

So what’s changed? Quite a lot actually but mostly under the bonnet. I have completely rewritten the HTML and as the different colours for each collection were making the stylesheet a little bulky I have replaced a significant number of duplicate entries with a handy PHP function. I’ve also split my stylesheets up into type, forms, and layout and recombined them again with PHP.

The last thing I’ve done in PHP is use it to calculate the line-heights, padding, and margins with and without borders to convert my chosen pixel values to ems. I can now change the font size and the baseline rhythm centrally very easily. That one was just for fun more than anything else.

My only concern with these changes is that it might slow down the loading time for each individual page as a result of a new stylesheet being served for each request and not cached but it seems fine thus far.

Front End Changes

I have removed the pseudo drop down menu that I had. It was a nice idea but I tired of it quickly.

I have also addressed one of the biggest problems I had with this design by adding some additional navigation at the bottom to move between posts. I think it fits much better now and feels more natural. This was inspired by Steve being inspired by Andy Rutledge, hence the large ‘Now?’.

I won’t go into detail about the rest of the changes; I think it is more fun to find things, unless of course you are an IE6 user in which case you probably won’t find very much. Sorry!.

There are still a few loose ends but I think I need to live with it for a little bit before I know how best to tidy those up.