Web Application Tasks Estimation

Posted by Ali on Programmers See other posts from Programmers or by Ali
Published on 2013-07-01T07:11:36Z Indexed on 2013/07/01 10:28 UTC
Read the original article Hit count: 435

I know the answer depends on the exact project and its requirements but i am asking on the avarage % of the total time goes into the tasks of the web application development statistically from your own experiance.

While developing a web application (database driven)

How much % of time does each of the following activities usually takes:

-- database creation & all related stored procedures

-- server side development

-- client side development

-- layout settings and designing

I know there are lots of great web application developers around here and each one of you have done fair amount of web development and as a result there could be an almost fixed percentage of time going to each of the above activities of web developments for standard projects

Update : I am not expecting someone to tell me number of hours i am asking about the average percentage of time that goes on each of the activities as per your experience i.e. server side dev 50%, client side development 20% ,,,,,

I repeat there will be lots of cases that differs from the standard depending on the exact requirments of each web application project but here i am asking about Avarage for standard (no special requirment) web project

© Programmers or respective owner

Related posts about web-development

Related posts about web-applications