Re: [PHP] Web based editor

2005-11-28 Thread Lester Caine
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 behav

Re: [PHP] Web based editor

2005-11-27 Thread Mark Steudel
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/ti

Re: [PHP] Web based editor

2005-11-27 Thread Mark Steudel
  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

2005-11-27 Thread Greg Donald
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

Re: [PHP] Web based editor

2005-11-27 Thread Curt Zirzow
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 pa

Re: [PHP] Web based editor

2005-11-27 Thread Todd Cary
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

Re: [PHP] Web based editor

2005-11-27 Thread Mark Steudel
: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

Re: [PHP] Web based editor

2005-11-27 Thread Tom Chubb
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

Re: [PHP] Web based editor

2005-11-26 Thread Todd Cary
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 "fav

Re: [PHP] Web based editor

2005-11-26 Thread Joe Wollard
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 -