is there a way to edit html files through a web browser instead of ftp’ing all the time? I’ll limit the editing to certain people with a simple php check on login usernames. I want certain people to edit without the ftp info? Plus, it’s just html text file. There is no php code and the text isn’t stored in a mysql database where a CMS can help out.
I think WYSIWYG editor is close to what I’m doing? I’ve tried TinyMCE, but failed.
A platform change to a CMS (Content Management System) is probably the best decision for increased efficiency, usability, and security. My favorite CMS is WordPress.
If this is not feasible, I would check out something like net2ftp, a web-based FTP client aimed at in-browser website management. Also, web hosting providers offer control panels like cPanel that allow for quick editing of files.