How do i make real time edits on a website

DotCom

New Member
Example: i want to be able to cross out a word or change its color on my website without going into source. I also want to be able to drag and drop it.


What are the best languages to use to implement this?
what do i need to know?



PS
on a scale of 1 - 10 (10 being hardest)
how hard would this be to implement?
 

Dazc

New Member
The only way to do real time edits would be to use FTP & notepad++ .. edit the css/html files etc.. the drag & drop them to replace the ones on your FTP.. then refresh screen?
 

ronaldroe

Super Moderator
Staff member
Well, HTML5 has the contenteditable attribute. That, coupled with some AJAX might work. It would be pretty difficult to do. If you really want to edit the site without going into the code, maybe give CushyCMS a look. That, or build your site on some kind of CMS to begin with.
 
Top