In my current need, I don't want the users to interact with input on the web pages. Ideally I'd like them to maintain thier content and push it to a central location.
I'd like to write a javascript/html app that would display their content on the page in modal popup boxes at various points. I've done this in the past with XML files, exporting to xml on the server and loading that at need from javascript.
I'm sorry if it is sounding dense at this point, but can I provide an RTF editor to the content providers on their own systems, allow them to save the files separately, and display them by loading them modally like I did the XML data in the previous project?
I think that is how this can work using something like CKEditor.
Thank you for any insight on this.
Regards,
Troy Stone