Coding help - Is this possible? I think it is.

Reply

Join Date: Dec 2006
Posts: 3
Reputation: msndrstd is an unknown quantity at this point 
Solved Threads: 0
msndrstd msndrstd is offline Offline
Newbie Poster

Coding help - Is this possible? I think it is.

 
0
  #1
Dec 12th, 2006
I need a way to setup my websites so that my clients can edit content easily without knowing any programming languages. Basically I need setup the page with some programming code that will access another file such as a text file and still keep the same formatting style.

For example Ihave one client that has a menu for his restaurant and he wants to make changes to it every so often. I have another client that is a rock band and needs to change out upcoming show dates on one page as well as news on another. What is the simplest way to handle all three of these scenarios with one solution in which none of these clients need any knowledge of web-based programming languages AND without them being dependent on third party DB or FTP software. Is it possible. Can I set up a page with text forms on it that the corresponding pages can access dynamically? Any help is appreciated. Thanks in advance.
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 1,422
Reputation: stymiee is on a distinguished road 
Solved Threads: 35
Moderator
stymiee's Avatar
stymiee stymiee is offline Offline
He's No Good To Me Dead

Re: Coding help - Is this possible? I think it is.

 
0
  #2
Dec 12th, 2006
Sure you can. You can use flat files just like you would use a database to store the information. You can even use a tool like fckeditor to act as a wysiwyg so they don't even need to know HTML to edit their pages.
John Conde
Brainyminds | Merchant Account Services | I Love Code
IT'S HERE: Merchant Accounts 101 Everything you need to know about merchant accounts!
Reply With Quote Quick reply to this message  
Join Date: May 2005
Posts: 46
Reputation: selbourne is an unknown quantity at this point 
Solved Threads: 0
selbourne's Avatar
selbourne selbourne is offline Offline
Light Poster

Re: Coding help - Is this possible? I think it is.

 
0
  #3
Dec 12th, 2006
Well you should have a database driven site. Where the content is stored in the database. The data would be updated via a password protected admin. You can use a number of free Content management scripts on the web
Selbourne.com is a professional Web designing company offering free hosting reseller accounts and affordable web site Hosting for your business
Search engine submitter || Web templates
Reply With Quote Quick reply to this message  
Join Date: Dec 2006
Posts: 3
Reputation: msndrstd is an unknown quantity at this point 
Solved Threads: 0
msndrstd msndrstd is offline Offline
Newbie Poster

Re: Coding help - Is this possible? I think it is.

 
0
  #4
Dec 12th, 2006
Where would be the best place to start looking for these free scripts so I can learn more. What would be the best term to search for this to find what I am looking for

I tried "dynamic web content" and a few other search strings but as you can imagine they all gave me very broad results. How can I narrow it down to get what i am looking for. Thanks again.
Reply With Quote Quick reply to this message  
Join Date: Sep 2006
Posts: 44
Reputation: MCP is an unknown quantity at this point 
Solved Threads: 3
MCP MCP is offline Offline
Light Poster

Re: Coding help - Is this possible? I think it is.

 
0
  #5
Dec 12th, 2006
Smarty (http://smarty.php.net) is a pretty good templating system that you can use as part of a flat file db system. You'll still need to store the editable data somewhere -- flat file or db -- and provide an edit style interface though. You'll somehow have to impose structure to it too, either through "write the file this way", or a custom form that will write the data that way.
Reply With Quote Quick reply to this message  
Join Date: Sep 2006
Posts: 23
Reputation: DennisP is an unknown quantity at this point 
Solved Threads: 0
DennisP DennisP is offline Offline
Newbie Poster

Re: Coding help - Is this possible? I think it is.

 
0
  #6
Dec 13th, 2006
If you're looking for a decent Content Management System, I would recommend Drupal. I find it's a pretty good one. If you don't like that, I'd say take a look in the HotScripts directory.
Simple PHP Pagination - No Database Required.
If you like it, give me some props. ;)
Reply With Quote Quick reply to this message  
Join Date: Dec 2006
Posts: 3
Reputation: msndrstd is an unknown quantity at this point 
Solved Threads: 0
msndrstd msndrstd is offline Offline
Newbie Poster

Re: Coding help - Is this possible? I think it is.

 
0
  #7
Dec 13th, 2006
Thanks I'll check it out. Do you think these are easy for customers to update their info on the websites I build?
Reply With Quote Quick reply to this message  
Join Date: Jul 2004
Posts: 494
Reputation: Puckdropper is an unknown quantity at this point 
Solved Threads: 21
Puckdropper Puckdropper is offline Offline
Posting Pro in Training

Re: Coding help - Is this possible? I think it is.

 
0
  #8
Dec 13th, 2006
If your solution is completely web based, then you don't need to worry about your clients knowing any specific languages.

Your HTML will be dynamically generated by your script, so you can change the appropriate values as necessary. You can even think of your HTML as a document template.

It's not a difficult thing to do conceptually, but it will take some work.
www.uncreativelabs.net

Old computers are getting to be a lost art. Here at Uncreative Labs, we still enjoy using the old computers. Sometimes we want to see how far a particular system can go, other times we use a stock system to remind ourselves of what we once had.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC