Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS Bootstrap Basics Responsive Layouts With the Bootstrap Grid Column Sizing

2 Answers

Kevin Gates
Kevin Gates
15,052 Points

guram dgebuadze : you should check out this course: https://teamtreehouse.com/library/creating-wireframe-and-photoshop-mockups

In this live Workshop, Nick creates a mockup for the website of a fictional to-do list app. He starts out with wireframes using Balsamiq, then moves on to Photoshop and creates a high fidelity mockup. Finally, Nick shows how to prototype the mockup in HTML and CSS.


This other course will teach you basics of using Photoshop for the web: https://teamtreehouse.com/library/digital-media-through-photoshop

Graeme Oxley
Graeme Oxley
8,931 Points

Please correct me if I am misunderstanding your question, but are you asking if there is an automated way to take a PSD and generate HTML/CSS out of it?

As far as I know, no. For me, "PSD to HTML" simply describes the workflow of taking a PSD and then cropping/slicing out the images. Afterwards, coding the HTML/CSS based on the PSD (the "mockup") visual. No automation.

Admittedly it is not the best way to code a website, but that is the way that I have professionally developed for several years (with a dedicated design team providing the completed PSDs).