Click to See Complete Forum and Search --> : a little design advice


SgtKellogg
06-29-2009, 08:57 AM
Hello All,
This is my first post on this forum and I would first like to than the moderators and members for their help and support!

This is my general situation:
I have a small intranet website that I made using HTML and small snipets of javascript. It is a "factbook" similar to the CIA World factbook, in that there are dozens of individual pages, each one with information about a country. These pages must also contain information about individuals that do work in those countries, such as contact info and office locations. This information changes quite regularly and therefore must be easy to update by people who do not know any HTML.

What is the best way to implement a system with several dozen pages of information that can also be easily updated by anyone in the absence of a server?

I have looked at Access databases but I do not see a way to make a single database that allows for only certain sections of its contents to be displayed at a time.

Any suggestions would be greatly appreciated!

KDLA
06-29-2009, 02:26 PM
Do some research with regard to Content Management Systems (CMS). These are web-based applications that allow multiple authors edit a website. Depending on your server set-up/platform, there are several free ones available for download.

Or you can consider a wiki, which is how Wikipedia works, allowing several editors (or viewers) right to edit information.