Forum Moderators: coopster
I basically am building a site that will be self-sustaining, but 1 part(the News page) of the site needs to be editable. But I want to dummy proof it, so people that don't have HTML experience can still do changes to this one page.
Any input is great.
Thanks
Mike
I have one, as I imagine most of us do, but I coded it myself. I found that I needed it to be tailored to my exact situation. If I grabbed one from somewhere I would still have to change all of the db code and add or remove fields in the form. Then add all of the handling of those extra fields.
It just seemed so much simpler to do it myself. If you really want to grab one from somewhere you could always dowload a CMS from hotscripts or the like and pick apart the code or use it as a reference.
But your saying it's easier to write it up yourself eh... cool, I suppose I can do that. Although it would've been nice if something was built already too I guess :)