Been Looking for This Capability for a Long Time
Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Web Design Discussion
Forum Description: Discussion on web design and development subjects.
URL: https://forums.webwiz.net/forum_posts.asp?TID=27659
Printed Date: 28 March 2026 at 4:47am Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com
Topic: Been Looking for This Capability for a Long Time
Posted By: SteelNerveDesigns
Subject: Been Looking for This Capability for a Long Time
Date Posted: 03 August 2009 at 3:09pm
Hey, so I'm not sure what it's called which is why I'm asking.
Say you've got a webpage and you've finished and you want a client to be able to edit some areas of the site as far as text goes. How can you set it up so that there's a word document right next to the .html file that has a little snippet of text and if they edit the text in the document, the text on the site changes.
Thanks!
-Ray-
|
Replies:
Posted By: 123Simples
Date Posted: 03 August 2009 at 4:09pm
It's called CMS - Content Management System - and you can http://vandelaydesign.com/blog/web-development/cushy-cms-tutorial/" rel="nofollow - read about it here and http://en.wikipedia.org/wiki/Content_management_system" rel="nofollow - here which will hopefully clarify what you are looking to do The other way is to define editable regions of a webpage so only they can be edited and not the bits that make it all work
------------- http://www.123simples.com/" rel="nofollow - Visit 123 Simples Web Design
|
Posted By: SteelNerveDesigns
Date Posted: 03 August 2009 at 8:37pm
Thank you for the reply. I am aware of CMS, what i speaking about is something similar to
"<?php echo file_get_contents('path/to/mytextfile.txt'); ?>"
except in html. As in literally grab the text from a text file and display it on the page. CMS is the concept that it sounds like i'm askign about but i need this because i have a C++ program writing to a text file and i want to be able to graphically display the data in the text file on a webpage. Hope that makes sense?
|
|