Hi!
I dont actually need so much tips on functions, I rather need tips on the practical issues of wysiwyg editors. (What You See Is What You Get).
If anyone reading this post does not know what WYSIWYG is, it's simply an easy way for beginners to manipulate content.. If they want bold, they do not have to know that <b>blah</b> makes it bold. They simply press the button above the textarea for content-input.
What is my question?
Well, I know that most of the WYSIWYG editors out there use javascript to enter blah, ,,
, etc.
But I remember that some weeks ago, I stumbled across a way to convert from Word to html! Is this a good idea?
Is it possible to "extract" images from the word document?
Will this be too time consuming?
I dont want to use too much time on this, since it's not one of the main parts of the project I'm working on.
My project is a CMS, where all menu elements and contents are gathered from a database. The users know a little bit about "the internet", but they do not know html!
will it be smart of me to simply implement a javascript WYSIWYG editor?
Does anyone know of any *SIMPLE* WYSIWYG editors?
eg. I dont want something pre-made which is a BIG file, as I want to know what's going on backend!
is it maybe possible to use flash for WYSIWYG editing? or will it be hard to post from flash to a php script?
Any tips are welcome, no matter how "un important" they might seem to you!
I dont actually need so much tips on functions, I rather need tips on the practical issues of wysiwyg editors. (What You See Is What You Get).
If anyone reading this post does not know what WYSIWYG is, it's simply an easy way for beginners to manipulate content.. If they want bold, they do not have to know that <b>blah</b> makes it bold. They simply press the button above the textarea for content-input.
What is my question?
Well, I know that most of the WYSIWYG editors out there use javascript to enter blah, ,,
But I remember that some weeks ago, I stumbled across a way to convert from Word to html! Is this a good idea?
Is it possible to "extract" images from the word document?
Will this be too time consuming?
I dont want to use too much time on this, since it's not one of the main parts of the project I'm working on.
My project is a CMS, where all menu elements and contents are gathered from a database. The users know a little bit about "the internet", but they do not know html!
will it be smart of me to simply implement a javascript WYSIWYG editor?
Does anyone know of any *SIMPLE* WYSIWYG editors?
eg. I dont want something pre-made which is a BIG file, as I want to know what's going on backend!
is it maybe possible to use flash for WYSIWYG editing? or will it be hard to post from flash to a php script?
Any tips are welcome, no matter how "un important" they might seem to you!