So ,how do you start to build a website? Do you write something like documentation or you keep in mind what are you going to do? From where you start to build it? From the login system or you leave it last?

link|improve this question

You should checkout stackexchange; webmasters.stackexchange.com/questions/164/… – RJFalconer Sep 26 '10 at 10:09
What exactly do you want to do? Can you elaborate a little? – matsolof Sep 26 '10 at 12:05
feedback

closed as not a real question by Amber, romaintaz, gbn, skaffman, Gregory Pakosz Sep 26 '10 at 10:10

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

1 Answer

I get a designer to sketch the site. Then from the scetchs and discussions with the customer I start to write tests. I then use these tests to drive the development. It's called Test Driven Development. http://en.wikipedia.org/wiki/Test-driven_development

link|improve this answer
feedback

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