
July 7th, 2012, 07:53 AM
|
 |
Lost in code
|
|
|
|
|
If the site consists mostly of pages with static content then WordPress is a good choice for something like this.
I would allow at least a day to get WordPress set up the way you want (server configured, all your plugins installed, user accounts configured, categories created, etc.). Maybe two if you've never used WordPress before or are not that familiar with setting up PHP scripts.
I would allow 3-5 days for an experienced developer to build a custom WordPress theme, probably triple if you're not familiar with PHP.
For static pages I would allow 2-4 hours per page, depending on the complexity of the page. Also depending on how many browsers they want to support. If they want to support IE 7, add on another hour per page. If they want to support IE 6, add on another 2 hours per page. Supporting IE 8-9, Firefox (latest), Chrome (latest) and Safari is usually sufficient.
Without seeing the site I have no idea why you would need to hard code the index page and an internal page, but doing that would obviously take some time too.
If the site has anything dynamic, that would take extra time (things like e-commerce, anything that requires a user login, any forms that the user submits, any integration with third party APIs, etc.).
Overall the client is probably looking at $10k - $20k for a quality rebuild of the whole site by a professional developer.
|