tags:

views:

92

answers:

3

So that user(non-technical) can have full control of each part of final web page?

Which place holders should there be?

+3  A: 

Check out cushy cms. Doesn't need anything to be installed on your server, and they have some great examples on their web site on how to use it!

Edit:

There are tons of really good open source cms systems, so you should really consider using one of them before creating something new from scratch!

Google for some tutorials on this subject (where you also can include your technology, since this is not mentioned in your post), or have a look at this

code-zoop
I'm asking **how** to implement such a system.
Well, a good starting point would still be to check how other cms-es are implemented! You really need to rewrite your question if you want to know how to write a cms from scratch!
code-zoop
A: 

Your question is too broad IMO.

What do you really need? advise on technology to use? tutorials?

And what do you mean by "best html" ?

Soufiane Hassou
My boss requires a CMS-like system for our site.
A: 

joomla is a very nice CMS which i have used several times in the past with success. it's php + mysql on apache

Konstantinos