I’ve made a micro-site based around healthy living, specifically student healthy living. This mini project was the first part of the client module this year, its acted as a practice for the real thing that’s coming up shortly, more on that later…
I chose the topic of healthy living because an idea popped into my head as soon as i saw the list of potential topics, i am terrible at cooking but am frustrated with what i eat and know that a lot of students feel the same so a micro-site containing short simple recipes for a healthy balanced diet would be the perfect solution to this brief.
The initial research process lead me down a path of handwritten fonts and hand crafted aesthetics, they are a bit of a trend at the moment and i thought it would fit the student concept well, with the vague concept being that the site could look as if it was scribbled down by a student in their notebook whilst bored in a lecture or something.
I drafted up this mock up in photoshop…

So using that design as a base i began constructing the site in HTML & CSS. I really learnt a great deal about CSS layout techniques during this process, a lot of the techniques i had used in the past i found were more on the side of workarounds than best practices, i was conscious of the need to make sure everything validated and as a result i feel my knowledge has come on leaps and bounds.
So after a hectic few days coding the site, and dealing with ie7 (didn’t even get started on ie6, more on that later in the post!) i arrived at the outcome of the image below…

I made a few adjustments from the original mock up, the main one being adding more detail to the page background image, the little doodles really enhance the hand drawn look.
One of the things that I’m not happy with is the typography, i like the custom fonts used in the headers but the body text just doesn’t look right. I didn’t have time before the deadline to tweak it as much as I’d liked, i just haven’t got to grips with web typography yet. Very much going to get some books and nail it on my next project, its often an area that I’ve overlooked and as a result my skills in this particular area are a little underdeveloped at the moment.
One of the main learning outcomes of this project has been dealing with cross browser issues. I wanted it to work in firefox and ie7 as minimum, and in the end that turned out to be what happened as i just didn’t have time to deal with ie6. I was experiencing great problems with ie7 that lead to a complete restructuring of my css rules about half way through construction. This turned out to be a good thing as it enhanced my understanding of css and how best to use it. I got to a stage where the site was nearly the same in both browsers but there were a few layout issues in ie7 that i just couldn’t fathom so i used conditional commenting to load an additional stylesheet for ie7 users that fixed the errors, a very useful technique that i’m sure i will be using again! Would liked to have made it work in ie6, particularly as my next project will definitely need to work in that browser, but i just didn’t get time to start implementing all the various browser hacks that would have been required for my site to display as intended in this terrible excuse for a browser. I’m aware that future sites will need to work in ie6 so definitely will allow more time for that next time!
Here is a shot of the site in ie7…

So all in all i feel pretty pleased with this project, ive certainly learnt a great deal and it also had the added benefit of helping me get my head back into web design after some time consuming extra curricular distractions of late, but thats another story for another time.
I will get a live version of the finished site online soon. Just need to sort out some copyright issues first, i ‘borrowed’ the recipes from a popular cook book for the purposes of this project so will come up with some original ones for the public domain version of the site.