Re: [PHP] Best and easy html text area replacement tool?

2004-10-05 Thread Scott Chapman
On Monday 04 October 2004 01:50 pm, Bosky, Dave wrote:
 I'm looking for an easy to use html textarea replacement script and figured
 this was the place to locate the most popular.
Dave,
I've done some research on this issue.  There are a few out there to look at:

HTMLArea (http://www.interactivetools.com/products/htmlarea/)

TinyMCE (http://tinymce.moxiecode.com/)

WYSIWYGPro (http://www.wysiwygpro.com/)

The big issue for me in my research is the ability to edit HTML on IE and also on 
Mozilla based browsers with no problems.  You will find that HTMLArea has problems in 
these areas.
For instance, when you boldface something in a wysiwyg editor using IE, it will 
in-line CSS code around the text you are making bold.
Mozilla browsers will put strong/strong around them.  They don't work across 
platforms.

TinyMCE is free and deals with these issues fairly well, but it doesn't have a 
cross-platform spell checker.

WYSIWYGPro costs money but it does it all and is made explicitly for use with PHP.

If you don't care about cross-platform usability then HTMLArea would be a good choice. 
TinyMCE is rather new but actively developed.

Good hunting!

Scott

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Best and easy html text area replacement tool?

2004-10-05 Thread Jason Davidson
Whats this to do with PHP.. this should be in the javascript list.

Jason

Scott Chapman [EMAIL PROTECTED] wrote: 
 
 On Monday 04 October 2004 01:50 pm, Bosky, Dave wrote:
  I'm looking for an easy to use html textarea replacement script and figured
  this was the place to locate the most popular.
 Dave,
 I've done some research on this issue.  There are a few out there to look at:
 
 HTMLArea (http://www.interactivetools.com/products/htmlarea/)
 
 TinyMCE (http://tinymce.moxiecode.com/)
 
 WYSIWYGPro (http://www.wysiwygpro.com/)
 
 The big issue for me in my research is the ability to edit HTML on IE and also
 on Mozilla based browsers with no problems.  You will find that HTMLArea has
 problems in these areas.
 For instance, when you boldface something in a wysiwyg editor using IE, it will
 in-line CSS code around the text you are making bold.
 Mozilla browsers will put strong/strong around them.  They don't work across
 platforms.
 
 TinyMCE is free and deals with these issues fairly well, but it doesn't have a
 cross-platform spell checker.
 
 WYSIWYGPro costs money but it does it all and is made explicitly for use with
 PHP.
 
 If you don't care about cross-platform usability then HTMLArea would be a good
 choice. TinyMCE is rather new but actively developed.
 
 Good hunting!
 
 Scott
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Best and easy html text area replacement tool?

2004-10-04 Thread Greg Donald
On Mon, 4 Oct 2004 16:50:17 -0400, Bosky, Dave [EMAIL PROTECTED] wrote:
 I'm looking for an easy to use html textarea replacement script and figured
 this was the place to locate the most popular.

What is a html textarea replacement script ?

I could be wrong but it sounds like javascript, not PHP.


-- 
Greg Donald
Zend Certified Engineer
http://gdconsultants.com/
http://destiney.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Best and easy html text area replacement tool?

2004-10-04 Thread Warren Vail
I guess I have no patience with the topic police since it's difficult to
develop a good PHP user interface without the use of JavaScript, and I
consider anything that involves getting the most out of PHP on topic, but
since I'm in charge of absolutely nothing, all I can do is provide a little
information.

I've actually used a couple of these JavaScript add-on's and like the
structure and reliability of HTMLAREA.

http://www.interactivetools.com/products/htmlarea/

It provides a nice plug-in interface that other developers have used to make
JavaScript extensions available that includes;
* Image Upload Manager
* Spell Checking (On a Unix/Linux host)
* Enhanced Table Formatting
* Multiple Language Capability (haven't look too close at this one)
* Even something for Audio (haven't looked at this, either)
* And probably some that I haven't mentioned (doing this from memory).

And the price is the same as PHP (free).

Good luck,

Warren Vail

-Original Message-
From: Bosky, Dave [mailto:[EMAIL PROTECTED]
Sent: Monday, October 04, 2004 1:50 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Best and easy html text area replacement tool?

I'm looking for an easy to use html textarea replacement script and figured
this was the place to locate the most popular.



Thanks,

Dave









HTC Disclaimer:  The information contained in this message may be privileged
and confidential and protected from disclosure. If the reader of this
message is not the intended recipient, or an employee or agent responsible
for delivering this message to the intended recipient, you are hereby
notified that any dissemination, distribution or copying of this
communication is strictly prohibited.  If you have received this
communication in error, please notify us immediately by replying to the
message and deleting it from your computer.  Thank you.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php