How can I create a ((CROSS BROWSER)) WYSIWYG Editor ?
I need some tuterials like this :
http://www.devguru.com/features/tuto...g/wysiwyg1.asp
but this sample can not work in FireFox
| SitePoint Sponsor |



How can I create a ((CROSS BROWSER)) WYSIWYG Editor ?
I need some tuterials like this :
http://www.devguru.com/features/tuto...g/wysiwyg1.asp
but this sample can not work in FireFox
Check these ready made ones out:
http://tinymce.moxiecode.com/
http://openwebware.com/products/openwysiwyg/
If you really want to write one yourself, these might help:
http://www.mozilla.org/editor/midas-spec.html
http://www.dotvoid.com/view.php?id=11
Keep in mind that WYSIWYG editors create badly written markup. I suggest you learn how semantics apply to X/HTML. Semantics is really a very important subject when it comes to X/HTML.
We miss you, Dan Schulz.
Learn CSS. | X/HTML Validator | CSS validator
Dynamic Site Solutions
Code for Firefox, Chrome, Safari, & Opera, then add fixes for IE, not vice versa.
I'd like to add the following one to the list
http://xinha.org
It's a community driven open source project
I think this is a prejudice, it's always about the user, if wysiwyg or not
True WYSIWYG editors are just tools and it is the responsibility of the person using it to clean up the code. The thing is that many people who use them don't bother to learn how tot code themselves, so they can't clean up the mess.
A WYSIWYG editor can't tell the semantics involved in marking up code, can it? I suggest you learn how semantics apply to X/HTML. Semantics is really a very important subject when it comes to X/HTML.
We miss you, Dan Schulz.
Learn CSS. | X/HTML Validator | CSS validator
Dynamic Site Solutions
Code for Firefox, Chrome, Safari, & Opera, then add fixes for IE, not vice versa.
Bookmarks