I generally use a manual process:
- Look at the page, figure out the semantic elements, and build the HTML
- Slice up the images I think I'll need
- Start writing CSS
- Tweak and repeat different steps as necessary
Got a better approach, or a tool?
|
6
|
|
|
|
|
|
I have a fairly natural way of coding. The key is to treat the page like a document or an article. If you think of it like this the following becomes logically clear:
That's just a few pointers, I'm sure I could think of more. Oh, and if you want a challenge write your XHTML first, then write the CSS. When CSS-ing you aren't allowed to touch the HTML. It's actually harder than you think (but I've found it's made me quicker). |
|||
|
|
|
|
Also, get to know the "Layer Comps" feature. I use this for changing button states.
|
||
|
|
|
|
I just thought it was worth pointing out that in addition to the excellent advice you've had so far I'd recommend getting a printed version of the design, using a red pen to mark up all the block elements on the design you think you can spot and sitting down with the designer for half an hour and talking through how they envisioned their design working for the use cases that don't fit the static design.
It'll also help you spot potential problems that you might otherwise not have realised were going to be issues until your elbow deep in css. Not only does it make your job easier after a few times doing it your designer will get a much stronger sense of what is involved in marking up their work - some designers have real trouble comprehending why something they think looks visually very simple will take a few days of css tweaking to make work. |
||
|
|
|
|
If you have money, outsource it to someone such as Psd2HTML |
||
|
|
|
|
I essentially do the same thing Jon does, but here are a few other ideas: 1.) Use Guides in Photoshop (and lock to them). Figure out all of your dimensions for each box/ region ahead of time. 2.) Collect all of your dimensions and color hex values into an info file (I use a txt file) that you can easily reference. This will reduce your alt-tab tax and selecting colors in Photoshop multiple times. 3.) After all my Guides are in place, I slice out the entire website into my images folder, starting with photos and grouped elements, and ending with the various background tiles/images, should they exist. (Tip: Use ctrl-click on the layer preview to select that layer's content). Notes on using Photoshop:
|
||
|
|
|
|
Well, when I build a website I tend to try and forget about the design completely while writing the HTML. I do this so I won't end up with any design-specific markup and so I can focus on the semantic meaning of the elements. Some pointers how to markup things:
And the CSS (same technique can be applied to the menu above if you would like a menu with graphical items):
I hope this helps :) |
|||
|
|
|
|
This page shows how to do it a little more automated. |
||
|
|
|
|
No shortcuts :) but everybody works slightly differently. This tutorial that popped up in my feedreader yesterday shows the process from start to finish and might help people who have never done it before but as you are an old hand it's just about streamlining your own methods. EDIT: The listapart link certainly is more automated for 'flat' designs where both imageready and fireworks have had pretty good support from day one and it's got better and more semantic with every release but if you have a more complex design it's the twiddly bits that make the design what it is and these have to be done by hand. |
|||
|
|
|
|
Some of the designers i know, usually uses Illustrator to make the design elements. |
||
|
|