What is the best way to design a website so that someone with no html...

Lara

New member
...skills can update and edit it? I usually use Dreamweaver for web design, but it needs to be more simple than that. A client wants to be able to make small changes and add info to the site himself in the future. Any suggestions for software or an online service that would give me design freedom and control, yet be easy for him to edit? It would be best if it is cheap or free and it has to be able to run on a mac and a pc. Thanks in advance!
 
Sounds like you would need a CMS or something like that. WordPress is one example.

If you hadn't said cheap or free, I would have said Adobe Contribute. It's designed to integrate with Dreamweaver and I believe that what you want is exactly it's main purpose.
 
If the client wants to edit it then they should expect to encounter some formatting code, it's the nature of the thing. Perhaps your best bet though is to use as much external CSS as possible so the client sees more text than code when looking at the HTML.

On a side note, I had to edit code once which was generated from Dreamweaver and the code was complete slop.
 
Komposer works on both and is free.
Still, you'll need to spend some time with the client and educating him on how to do the updates.
http://kompozer.net/
 
Yes!
You'll just have to learn something new =]

A server-side scripting language, such as PHP, can be used to add an interface where someone with absolutely no knowledge of website languages can update their site.

IE: A news section. There's an admin panel, where a textarea box for space to write in. Hit submit, data sent to database, PHP displays it on the news section.

You up to it?
Good Luck!
If you need further assistance/advice, feel free to contact me.
 
Back
Top