In what order do people build websites?

Posted by Corey on Programmers See other posts from Programmers or by Corey
Published on 2011-02-11T02:15:10Z Indexed on 2012/10/24 5:26 UTC
Read the original article Hit count: 177

Filed under:

For a website, you need to have an idea, you need to have a design and you need to have data, events and output, right? Whether it be a blog, web app, Q&A site, search engine...

Anyway, that is only slightly related to my question. My question is, when designing a website, providing I know the purpose, what should I start with?

Should I start with the CSS, design and look&feel using dummy data first, or should I program in the logic, events and output, and style it later? What is the design process of most websites that are built from the ground up?

© Programmers or respective owner

Related posts about web-development