show/hide this revision's text 2 added 577 characters in body

Mostly I work as you defined here :

Code the functionality (which includes creating the active elements on each page) without caring about (specifying) their layout and styling

Then, at the end, after the designer and the customer have agreed on a design, then cut-and-paste the active elements into the designer's prototype pages.

At first I develop backbone of application, entities, data layer, my reusable utility classes. At the same time a designer creates a design and we show them to customer.

While I develop application's functionality, the design gets ready. I just add links textboxes buttons on page. only breaks and spaces added for design.

When we are ready for the first demo, I apply the design. This make-up operation is the most boring part of the work. Especially if client wants smart grids. But it happens only one or two times.

EDIT (START) :

First I took recurring parts and split them into custom controls. and I add masterpages as containers. I add the custom controls into master pages. then the environment is ready.

Then I start to add masterpage references to my active pages and I add css references or other html elements into active pages if necessary. I mean I do not re-write my active pages. Most of the work done by masterpages and custom controls. I only add a table and some css references to my active pages.

EDIT (END)

I use CSS, ASP.NET Themes, Masterpages and Custom Controls to make design easier and to minimize the design related files.

show/hide this revision's text 1

Mostly I work as you defined here :

Code the functionality (which includes creating the active elements on each page) without caring about (specifying) their layout and styling

Then, at the end, after the designer and the customer have agreed on a design, then cut-and-paste the active elements into the designer's prototype pages.

At first I develop backbone of application, entities, data layer, my reusable utility classes. At the same time a designer creates a design and we show them to customer.

While I develop application's functionality, the design gets ready. I just add links textboxes buttons on page. only breaks and spaces added for design.

When we are ready for the first demo, I apply the design. This make-up operation is the most boring part of the work. Especially if client wants smart grids. But it happens only one or two times.

I use CSS, ASP.NET Themes, Masterpages and Custom Controls to make design easier and to minimize the design related files.