WillyPrints wrote:
Quote:
Not sure he wants to pay $150 or not. Any other options? Thanks again, Willy |
other options, using server-side languages:
the most simple (and limited):
The client only wants to update text. Place the text content in include files, and explain to your
client how to upload a simple text file to the server. When he wants to edit the text, he simply
writes it on a simple text file, save it under the name of the current one on the server, and
uploads it. It will replace the old one, and the text apprearing on the web page will change
accordingly.
Same is possible for images. But then you need to let your client know of the maximum size the
images can be...
less simple:
place the content that the client wants to be able to edit in 'include' files, set these files to be
writable (if your host allows that), and build a simple application that will allow the client to
edit these files from his browser. If it's just text, it can be very easy. If there are images
involved, it's fairly easy to do too.
but it depends on whether your hosting server allows files to be writable by an anonymous user.
more complicated: set up a database and give access to some of the data to your client.
even more complicated: use an open source CMS, but these are usually overkill and way above my head
in terms of setup if it's just for simple edits of text or uploads of images...
--
seb ( --- (AT) webtrans1 (DOT) com)
http://webtrans1.com | high-end web design
Downloads: Slide Show, Directory Browser, Mailing List