This is a discussion on "Allowing people to edit text without accessing the HTML Code." within the Starting Out section. This forum, and the thread "Allowing people to edit text without accessing the HTML Code. are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Allowing people to edit text without accessing the HTML Code.
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Allowing people to edit text without accessing the HTML Code.
Hello!
I'm about to begin developing websites for people as the HTML/CSS programmer with the help of my colleague who specialises in Website Graphics and Templates. I do however, have one issue. I would like to find a method that would allow my 'clients' to edit the text of the website without editing any of the HTML code. If anyone could answer such a question, I would be most greatful. Thanks, Eamon |
|
|
|
||||
|
Re: Allowing people to edit text without accessing the HTML Code.
You would need to use a 'CMS' - or Content Management System.
A CMS enables the client or user to log in to a control panel, where they can manage, modify and add pages and files, usually with very little or no knowledge of programming language. The CMS 'protects' (to a certain extent) the core of the site, since the user can only modify the content - i.e. text and images. A CMS will use a template you specify or create, and apply it to each subsequent page added or modified by the user. You can of course code your own, but it requires a certain amount of work. However, there are hundreds of open source systems available you can implement with (usually) little effort. OpenSourceCMS is a great site where you can try out an array of CMS's already installed and running. Among them, Wordpress is the popular choice for 'blogging', whilst Drupal, Joomla, Mambo and Textpattern are more advanced 'full-blown' systems.
Last Blog Entry: The Google Misconception (Feb 3rd, 2008)
|
|
|||
|
Re: Allowing people to edit text without accessing the HTML Code.
Or, if you don't want that hassle.. I've done this one for a customer of mine. As long as the customer knows how to upload a file to his or her ftp this might do:
Index.php reads the tekst.txt when it's loaded and done! |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to Interface To Edit Text? | MikeE | Web Page Design | 4 | Jun 12th, 2008 17:01 |
| [SOLVED] Problem with Mac and Text Edit | Claridge | Starting Out | 6 | Nov 29th, 2007 08:43 |
| HTML Easy Edit v1.0 | split-visionz | Scripts and Online Services | 7 | Oct 25th, 2007 00:09 |
| Edit text in popup windows. | Janisf | Flash & Multimedia Forum | 7 | Aug 2nd, 2007 15:56 |
| html cant edit | TTVersion | Web Page Design | 13 | Dec 8th, 2003 12:07 |