I'm a programmer (in case some people believe otherwise), I built a web application using my tools of choice, which are not relevant to this question. I have some raw HTML and almost no CSS in the application. Shortly I'll get a PSD of how the application should look like and I haven't launched Photoshop in... I can't remember when was the last time I did it, but I remember it was frustrating because I don't know the tool.

Are there any good resources to learn to go from PSD to HTML/CSS for someone who does know HTML and CSS but not Photoshop? I'm looking for books, tutorials, anything that can help.

I'm not interesting in generic Photoshop usage, because I'll need something like 0.01% of Photoshop's features and for now, I want to learn only those. I may not know every CSS trick but I'll figure those out, my problem is dealing with Photoshop and a PSD, properly slicing the image and so on.

I seen an expert work on that and it's definitely not just common sense. There's a lot of knowledge gained from experience of what worked and what didn't. Hopefully someone wrote that down for others to learn.

link|improve this question

Wait, you're wanting to learn to go from PSD to HTML/CSS when you already know the latter but not the former? I'm confused. Just do what you normally do, surely? – Chris Morgan Sep 2 '11 at 7:26
1  
Well, if you know HTML and CSS, just look at the PSD's design, and figure out from there the measurements/spacing, and code accordingly. Keep good semantics and practices in mind, and there shouldn't be any problem? – Nightfirecat Sep 2 '11 at 7:27
@Chris I'm a programmer. – J. Pablo Fernández Sep 2 '11 at 7:29
@Nightfirecat Last time I fired photoshop, I couldn't figure out how to crop an image. No, I do not want to learn a book on how to use photoshop, just the barely minimum I need to measure, slice, etc. – J. Pablo Fernández Sep 2 '11 at 7:30
@J. Pablo: oh, so you're talking about dealing with images? – Chris Morgan Sep 2 '11 at 7:31
show 5 more comments
feedback

closed as not constructive by Will Sep 2 '11 at 15:06

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

5 Answers

You can use the slice tool. Slice design/PSD into some sort of table structure.

Press CTRL + ALT + SHIFT + S or click File > Save for web to export slices/pages.

Select all slices and make sure your export setting is set to HTML and IMAGES.

Here is a nice video tutorial : http://www.youtube.com/watch?v=DVfxe4pqvo8

link|improve this answer
Thanks... that's what I was looking for. – J. Pablo Fernández Sep 2 '11 at 7:45
No problem, good luck. :) Remember to mark it as Correct Answer. Cheerz – Marc Uberstein Sep 2 '11 at 7:51
One hint I can add from my experience: Throw away the HTML Photoshop is generating. It sucks like every other WYSIWYG editor. Slice the images you need in your layout, create solid areas and the position between elements by using CSS and background-colors, margins, paddings etc. – Sebastian Wramba Sep 2 '11 at 8:36
I agree, Photoshop's html export can be very messy. And it adds whitespaces in between that gets detected by IE6. – Marc Uberstein Sep 2 '11 at 8:56
feedback

Maybe this will help?

http://net.tutsplus.com/articles/news/how-to-convert-a-psd-to-xhtml/

http://net.tutsplus.com/articles/news/photoshop-to-html-slice-your-designs-like-a-pro/ - this one is not free.

I think that on tutsplus you can find a lot of free information about converting from psd to html.

link|improve this answer
Thanks... that's what I was looking for. – J. Pablo Fernández Sep 2 '11 at 7:46
feedback

http://creativenerds.co.uk/tutorials/70-tutorials-using-photoshop-to-design-a-website/

http://sixrevisions.com/photoshop/25-photoshop-tutorials-for-web-designers/

how about these?

link|improve this answer
I open some random ones and they are only about designing the page in Photoshop. That is done by someone else. I get the PSD with the finished design and I have to turn it into HTML and CSS for the app I built. Thanks anyway and I hope you stay in Stack Overflow. – J. Pablo Fernández Sep 2 '11 at 7:42
1stwebdesigner.com/design/… digital-photography-school.com/… these should explain some features of photoshop – Hazel Sep 2 '11 at 7:46
feedback

This might not be the answer you searched for, but you should also consider outsourcing it.

We made quite good experiences for example with PSD2HTML. From time to time we are on a tight schedule, and then we used its service. (I am in no way affiliated with them, it's just my experience.)

These services allow you to customize, what you want and need, and in my experience at least the mentioned one delivered good quality in HTML and CSS.

link|improve this answer
feedback

The first feature to look into is about slice. Then you can get familiar with layers.

Depends on what type of web frameworks (e.g. wordpress, drupal, or plain html+css) you work on, I'd suggest to buy some professional web site templates and study them. Select those comes with html/css and the original Photoshop PSD source.

link|improve this answer
I'm not using any CMS, I'm coding the HTML/CSS from scratch for a web app I built myself. – J. Pablo Fernández Sep 2 '11 at 7:34
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.