How do web site designers make websites? (explained fully in post)

eliezer

Registered
Hi

I was wondering how this web site was made: http://www.rsportscars.com/

It's a car web site and evrything that goes on it must all be very repetitive. For example, every time that they add a new car to the web site, the same process happens again and again. How did the person(s) that created the website deal with this?

elie
 
1) You start off by doing a static page of each kind
There'll most likely be pieces common to all pages.
Time used on designing the common pieces: about a man-month
Time used on designing the variable part of a page: about a man-month

2) Then you indentify the static and dynamic pieces of the pages

3) You code the dynamic parts and leave the static ones alone
coding: at least a man-month per page

4) You then integrate the two and - vupti !
Time: at least a man-week of debugging per page type

The page you are referring to has an extensive database backend. It has taken them thousands of hours to get their database up and running. To keep it up to date has to be the work of at least 4 people working full-time.
 
Back
Top