Posts: 849
Name: Matt Pealing
Location: England, north west
|
My basic method involves firstly slicing up each individual image from the design (I do normally forget the odd small one or two that I have to go back to later on).
I also normally create separate .psd files for each element, I find this makes things much easier when it comes to maintaining the web page in the future.
Once I have all the flat images ready, I then start coding the main CSS elements e.g. body, #wrapper, #header, #footer etc.
Then I sort of swap between CSS and HTML as I go along. I used to be constantly switching between the two but lately I've started doing the CSS in bigger chunks.
I also used to be constantly switching between FF and IE6 + 7. But I've started looking at IE less and less also, and saving most of the fixing for the end.
After watching this:
http://net.tutsplus.com/videos/scree...dice-that-psd/
It's made me think of maybe coding all of the HTML first, as the author does. I think it's fine for a simple design like in the example, but what about a really complex design?
How does everyone here go about it?
|