Overblog
Follow this blog Administration + Create my blog

editor

Working with notepad++

Working with notepad++

Notepad++ is a free source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GPL License. Based on the powerful editing component Scintilla, Notepad++ is written in C++ and...

Read more

Internet Explorer used as rich editor

Internet Explorer used as rich editor

this code uses the internet explorer browser (can also use application) as a richtext application. the important point is that IE whose is the top of rich objects browser , can be editable. it have two modes for document object. -designMode="on" IE editable:can...

Read more

Advanced richtext editor : TinyMce

Advanced richtext editor : TinyMce

this is a demo of awesome richtext editor i pointed in previous posts(cool web app-see the link below). TinyMCE is a platform independent web-based JavaScript WYSIWYG HTML editor control released as open source under LGPL.TinyMCE enables to convert HTML...

Read more