10 steps to an easy web site mock-up

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hi,

I'm presented with the task of making a quick mockup of an entire
ecommerce site (with user administration, shopping basket and
whatnot).

I've previously been involved in developing a number of sites of the
same size, and have gotten used to a certain way of doing things, ie.
a number of steps to complete the task. Those steps would probably be
something like:

1) Make visual/UI presentation
2) Define database structure
3) Code CRUD pages
4) Code more Business Logic like pages

etc.

This was back in the scripting days...

Now I'm moving to aspx, and was just wondering, if this still is the
way of going about it. I'm mostly concerned that I will have to
develop an entire DataAccessLayer, BusinessLogicLayer etc. instead of
what used to be the case, where the database pretty much pushed data
directly into the UI.

So, what are your 10 steps when developing an aspx site?

btw. I'm pretty comfortable with typed datasets, databinding etc. from
regular winforms.

/bjarne

.