Re: [PHP] Web based editor
Greg Donald wrote: I've tried lots of javascript wysiwyg editors. Tiny MCE is my pick. Fast and very customizable. The cleanup functionality works great with non-techies who like to draft stuff in MS Word first. We have ended up with it as the html option for bitweaver and it seems to behave itself nicely. -- Lester Caine - L.S.Caine Electronic Services Treasurer - Firebird Foundation Inc. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] Web based editor
Wow cool, looks nice. Our company does a lot of CMS stuff and I'm not a great fan of FCKeditor so far and am always on the look out for something better. -Original Message- From: Greg Donald <[EMAIL PROTECTED]> To: php-general@lists.php.net Date: Sun, 27 Nov 2005 19:16:47 -0600 Subject: Re: [PHP] Web based editor > On Sun, 2005-11-27 at 14:54 -0800, Curt Zirzow wrote: > > I wouldn't expect any wysiwyg editor to comply to any standard. > > Tiny MCE seems to make an attempt at XHTML 1.0: > > http://tinymce.moxiecode.com/tinymce/docs/option_valid_elements.html > > Having a copy of the 1216 page XHTML Black Book here on my desk makes > me > think their XHTML validation list is a bit incomplete, but it does look > like they have the most common elements in there. > > I've tried lots of javascript wysiwyg editors. Tiny MCE is my pick. > Fast and very customizable. The cleanup functionality works great with > non-techies who like to draft stuff in MS Word first. > > > -- > Greg Donald > Zend Certified Engineer > MySQL Core Certification > http://destiney.com/ > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php >
Re: [PHP] Web based editor
Here's one that I haven't used that claims it does XHTML 1.1 strict . It's not free though http://xstandard.com/ -Original Message- From: Curt Zirzow <[EMAIL PROTECTED]> To: php-general@lists.php.net Date: Sun, 27 Nov 2005 14:54:47 -0800 Subject: Re: [PHP] Web based editor > On Sun, Nov 27, 2005 at 12:52:42PM -0800, Mark Steudel wrote: > > > > > > > > I agree that FCKEditor is kinda slow as well. One of my problems is > that it > > doesn't provide XHTML valid code. But it's a very robust free > version. . But > > it does do some pretty amazing things like allow you to copy and > paste from > > a website directly into the editor, or browse the server etc. > > I wouldn't expect any wysiwyg editor to comply to any standard. > > Curt. > -- > cat .signature: No such file or directory > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php >
Re: [PHP] Web based editor
On Sun, 2005-11-27 at 14:54 -0800, Curt Zirzow wrote: > I wouldn't expect any wysiwyg editor to comply to any standard. Tiny MCE seems to make an attempt at XHTML 1.0: http://tinymce.moxiecode.com/tinymce/docs/option_valid_elements.html Having a copy of the 1216 page XHTML Black Book here on my desk makes me think their XHTML validation list is a bit incomplete, but it does look like they have the most common elements in there. I've tried lots of javascript wysiwyg editors. Tiny MCE is my pick. Fast and very customizable. The cleanup functionality works great with non-techies who like to draft stuff in MS Word first. -- Greg Donald Zend Certified Engineer MySQL Core Certification http://destiney.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] Web based editor
On Sun, Nov 27, 2005 at 12:52:42PM -0800, Mark Steudel wrote: > > > > I agree that FCKEditor is kinda slow as well. One of my problems is that it > doesn't provide XHTML valid code. But it's a very robust free version. . But > it does do some pretty amazing things like allow you to copy and paste from > a website directly into the editor, or browse the server etc. I wouldn't expect any wysiwyg editor to comply to any standard. Curt. -- cat .signature: No such file or directory -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] Web based editor
Tom - I noticed that too: http://209.204.172.137/emailer/php/examples/example_full.htm http://209.204.172.137/FCKeditor/_samples/php/sample01.php Todd Tom Chubb wrote: I don't know about TinyMCE - about to look at it, but I have found FCKeditor very slow. HTH On 26/11/05, Todd Cary <[EMAIL PROTECTED]> wrote: Joe - Thank you. I like how TinyMCE integrates. Todd Joe Wollard wrote: On Nov 26, 2005, at 12:11 PM, Todd Cary wrote: I want to provide the user with an editor like http://209.204.172.137/FCKeditor/_samples/php/sample01.php Is it best to use a JavaScript based editor? Are there some "favorites" out there or is the FCKeditor about as good as they get? Todd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php I don't know if one is better than the next, but I've used TinyMCE in the past and it has served me well. http://tinymce.moxiecode.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Tom Chubb [EMAIL PROTECTED] 07915 053312 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] Web based editor
I agree that FCKEditor is kinda slow as well. One of my problems is that it doesn't provide XHTML valid code. But it's a very robust free version. . But it does do some pretty amazing things like allow you to copy and paste from a website directly into the editor, or browse the server etc. Check out: http://www.htmlarea.com/ [http://www.htmlarea.com/] for a large list of free and paid for editors. -Original Message- From: Tom Chubb <[EMAIL PROTECTED]> To: Todd Cary <[EMAIL PROTECTED]> Cc: php-general@lists.php.net Date: Sun, 27 Nov 2005 20:44:33 +0000 Subject: Re: [PHP] Web based editor > I don't know about TinyMCE - about to look at it, but I have found > FCKeditor > very slow. > HTH > > On 26/11/05, Todd Cary <[EMAIL PROTECTED]> wrote: > > > > Joe - > > > > Thank you. I like how TinyMCE integrates. > > > > Todd > > Joe Wollard wrote: > > > On Nov 26, 2005, at 12:11 PM, Todd Cary wrote: > > > > > >> I want to provide the user with an editor like > > >> > > >> http://209.204.172.137/FCKeditor/_samples/php/sample01.php > > >> > > >> Is it best to use a JavaScript based editor? > > >> > > >> Are there some "favorites" out there or is the FCKeditor about as > > >> good as they get? > > >> > > >> Todd > > >> > > >> -- > > >> PHP General Mailing List (http://www.php.net/) > > >> To unsubscribe, visit: http://www.php.net/unsub.php > > >> > > > > > > I don't know if one is better than the next, but I've used TinyMCE > in > > > the past and it has served me well. > > > http://tinymce.moxiecode.com/ > > > > -- > > PHP General Mailing List (http://www.php.net/) > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > > > -- > Tom Chubb > [EMAIL PROTECTED] > 07915 053312 >
Re: [PHP] Web based editor
I don't know about TinyMCE - about to look at it, but I have found FCKeditor very slow. HTH On 26/11/05, Todd Cary <[EMAIL PROTECTED]> wrote: > > Joe - > > Thank you. I like how TinyMCE integrates. > > Todd > Joe Wollard wrote: > > On Nov 26, 2005, at 12:11 PM, Todd Cary wrote: > > > >> I want to provide the user with an editor like > >> > >> http://209.204.172.137/FCKeditor/_samples/php/sample01.php > >> > >> Is it best to use a JavaScript based editor? > >> > >> Are there some "favorites" out there or is the FCKeditor about as > >> good as they get? > >> > >> Todd > >> > >> -- > >> PHP General Mailing List (http://www.php.net/) > >> To unsubscribe, visit: http://www.php.net/unsub.php > >> > > > > I don't know if one is better than the next, but I've used TinyMCE in > > the past and it has served me well. > > http://tinymce.moxiecode.com/ > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Tom Chubb [EMAIL PROTECTED] 07915 053312
Re: [PHP] Web based editor
Joe - Thank you. I like how TinyMCE integrates. Todd Joe Wollard wrote: On Nov 26, 2005, at 12:11 PM, Todd Cary wrote: I want to provide the user with an editor like http://209.204.172.137/FCKeditor/_samples/php/sample01.php Is it best to use a JavaScript based editor? Are there some "favorites" out there or is the FCKeditor about as good as they get? Todd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php I don't know if one is better than the next, but I've used TinyMCE in the past and it has served me well. http://tinymce.moxiecode.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] Web based editor
On Nov 26, 2005, at 12:11 PM, Todd Cary wrote: I want to provide the user with an editor like http://209.204.172.137/FCKeditor/_samples/php/sample01.php Is it best to use a JavaScript based editor? Are there some "favorites" out there or is the FCKeditor about as good as they get? Todd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php I don't know if one is better than the next, but I've used TinyMCE in the past and it has served me well. http://tinymce.moxiecode.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php