Topic: admin page? (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: seattle |
posted 01-06-2004 22:32
Hello, |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 01-06-2004 23:19
wcr one: If I understand correctly you could do something like open up the entry and then save it again (all as a text file) and then you could include it or something like that. That sounds like the simplest solution but it would depend on what, if any, server-side scripting language you have available. |
Paranoid (IV) Inmate From: France |
posted 01-07-2004 01:02
wcr one: If you don't mind to spend ~ $149 you could also use Macromedia Contribute 2 which allow to maintain some websites though you write/know zero line of code. I've never used it, but Macromedia know their job and audience, so you should be quite happy with that soft. |
Paranoid (IV) Mad Scientist From: KC, KS |
posted 01-07-2004 01:21
What about having them edit a barebones .php file and then including that into the page? |
Paranoid (IV) Inmate From: seattle |
posted 01-07-2004 07:32
I was wondering about an include, and have used them in the past, but always on sites I control, so I do not have to worry about anyone else doing the changes. It is a golf course site, so I wanted to have the pro shop be able to put the course condition/opening time (i.e. frost, whatever). I have never tried php and wondered if it was appropriate for this. I will have to look at the host and see what is available, the host they chose leaves a bit to be desired for webmaster usability. |
Paranoid (IV) Inmate From: [s]underwater[/s] under-snow in Juneau |
posted 01-23-2004 08:14
Use rss feeds! I've just finished making a little application that does pretty much what you are referring to. The system has two components: |
Maniac (V) Inmate From: under the bed |
posted 01-23-2004 14:13
I would highly recommend using PHP and possibly a MySQL database to store the info that will be updated. Using a simple form on the website to input the new information each day. The info could also be written to a text file instead, if the DB is too much for this project. |