Link to home
Start Free TrialLog in
Avatar of akjells
akjells

asked on

Best program for a customer to update news on a webpage

A customer have a webpage on a webserver whats the best program for them to use to update the news page.
The webserver have a ftp so i was thinking maybe they could use Frontpage or Web express to update the news page.

But I looked at the news html and all the news is done in utf-8 becouse they have diffrent languages is there a good translator from text to utf-8?

Is there anyone good at this what are people that are not as good at html and computers using when they update their webpages?
Avatar of bluefezteam
bluefezteam

if the webserver supports PHP or ASP you can make a small database and a form for them to add articles.

Alternatively install some blog software and for them it will be like using Microsoft Word - they login and create new articles.

Wordpress is a popular free tool
http://wordpress.org/
By that I mean they dont even have to FTP any files, they just edit the website by going to a special section of their site and updating articles.

This is a tutorial for ASP
http://www.asp101.com/articles/jesus/simplecms/default.asp

ALternatively you could go for a FREE CMS (content managed system) such as Joomla or PHPNuke

Giving the client the ability to edit their own pages and upload them to the server is potentially the worst thing you can do if they mess things up - with a CMS (even a basic one) they just type text into the form and it will display the text live on the website.
ASKER CERTIFIED SOLUTION
Avatar of webopius
webopius
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial