Microsoft
Software
Hardware
Network
Question : How to add a tool box to a web site?
What software is used to add a toolbox to a website so the user can edit online like live edit
Answer : How to add a tool box to a web site?
You may use
CKEditor :
http://ckeditor.com/
Demo here :
http://ckeditor.com/demo
Ajax :
http://tipsfor.us/2008/11/
21/stealth
-submit-us
ing-ajax-t
o-
save-for
m-data-wit
hout-submi
tting-the-
form/
a timer :
http://www.w3schools.com/j
sref/met_w
in_settime
out.asp
which one save the content of the CKEditor with an ajax call every 30 seconds for example : setTimeout("saveCKEditor()
",30000);
Random Solutions
CRON JOB - using cpanel for direct_mail extension for typo3
how to hide/ view columns in a gridview using checkboxes in CustomEditorpart in sharepoint
Outlook 2007 Continually asks for an Exchange Server password
VMware ESXI help
creating image using coldfusion
accessing exchange 2003 through an iphone
VB.NET Setup Installing App Files Without Asking What Folder to Install
How to set a number of lines on a report
Access the DOM of a pop up window
Upload a file to a ftp server usgin c# and asp.net