Re: Spell Checking a Textarea

2006-02-14 Thread Jim Wright
You should be able to use the examples you have seen with ASPX, as the vbscript you are using will be client side...so the backend shouldn't really matter. And, as I'm sure you know, this will be IE only, and only if the security settings in IE allow it. On 2/14/06, Ciliotta, Mario <[EMAIL PROTEC

RE: ??SPELL CHECKING CONTENT ON AN UPDATE??

2001-07-17 Thread Peter Tilbrook
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 US spelling no doubt. - -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Pete Freitag Sent: Wednesday, 18 July 2001 12:49 AM To: CF-Talk Subject: RE: ??SPELL CHECKING CONTENT ON AN UPDATE?? Yes, We

RE: ??SPELL CHECKING CONTENT ON AN UPDATE??

2001-07-17 Thread Pete Freitag
Yes, We sell two products that do such a thing. The first is called JSpellCheck http://www.cfdev.com/spellcheck/index.cfm?ref=126 It provides an interface allows you to easily add spell checking to a textarea, or basically any Java Script variable. But it is a server side component (A C

RE: ??SPELL CHECKING CONTENT ON AN UPDATE??

2001-07-17 Thread Chris Martinez
There is an "out of the box" product from ektron called eWebEditPro that I have used several times. A licence cost $250 I think. Its worth a look. -Original Message- From: Nick Betts [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 17, 2001 3:32 AM To: CF-Talk Subject: ??SPELL CHECKING CO

RE: ??SPELL CHECKING CONTENT ON AN UPDATE??

2001-07-17 Thread Stephen Moretti
> > sorry, forgot to say its an ASP app (boo hiss) > Clever! Ask for asp help on a CF list. Go here - http://www.asp.net - only took 3 guesses. Stephen ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusion

RE: ??SPELL CHECKING CONTENT ON AN UPDATE??

2001-07-17 Thread Nick Betts
sorry, forgot to say its an ASP app (boo hiss) -Original Message- From: Paul Mone [mailto:[EMAIL PROTECTED]] Sent: 17 July 2001 11:58 To: CF-Talk Subject: RE: ??SPELL CHECKING CONTENT ON AN UPDATE?? CFX_Spell, courtesy of Ben Forta. http://devex.allaire.com/developer/gallery/info.cfm

RE: ??SPELL CHECKING CONTENT ON AN UPDATE??

2001-07-17 Thread Paul Mone
CFX_Spell, courtesy of Ben Forta. http://devex.allaire.com/developer/gallery/info.cfm?ID=CA347271-2830-11D4-AA 9700508B94F380&method=Full --- Paul Mone Ninthlink Consulting Group [EMAIL PROTECTED] http://www.ninthlink.com 619.222.7082 -Original Message- From: Nick Betts [mailto:[EMAIL

Re: Spell Checking a Textarea Field

2001-06-29 Thread Steve Reich
> http://www.spellchecker.net/ is quite good. Wow! That is very cool (and cheap)... thanks! Steve ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-arc

Re: Spell Checking a Textarea Field

2001-06-29 Thread W Luke
http://www.spellchecker.net/ is quite good. Rgds -- Will new media discussion for Berkshire -=- http://bnm.lukrative.com local classifieds -=- http://www.localbounty.com e: [EMAIL PROTECTED] icq: 31099745 - Original Message - From: "Steve Reich" <[EMAIL PROTECTED]> Newsgroups: cf-talk

Re: Spell Checking a Textarea Field

2001-06-28 Thread Dick Applebaum
Steve This is brute force, but practical... especially if need industry-specific dictionaries (medical, legal, etc)... copy/paste to a wp or other local program This may not be as heretical as it sounds... it is a lot easier to do text entry into a wp than into a browser, so why not rec

Re: Spell Checking a Textarea Field

2001-06-28 Thread Michael Dinowitz
Any way I can think of is to have the text 'sent' to the server to be run through something like Ben's CFX_Spell. You can do it on form submit or you can have an onchange event do a popup with the 'wrong' words. Either way, you need something on the server. To have anything on the client is going

RE: Spell Checking??

2001-05-04 Thread Cameron Childress
n advance. > > 2) You need to lock them if you need to lock them; that is, depends on the > tag and the situation. > > -Original Message- > From: Kola Oyedeji [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 04, 2001 10:41 AM > To: CF-Talk > Subject: RE: Spell Check

RE: Spell Checking??

2001-05-04 Thread Dylan Bromby
-Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: 04 May 2001 14:06 To: CF-Talk Subject: RE: Spell Checking?? > I have a customer who is insisting upon having a built-in > spell checker in an application I'm currently writing. The > only application I c

RE: Spell Checking??

2001-05-04 Thread mherbene
, depends on the tag and the situation. -Original Message- From: Kola Oyedeji [mailto:[EMAIL PROTECTED]] Sent: Friday, May 04, 2001 10:41 AM To: CF-Talk Subject: RE: Spell Checking?? 2 Questions 1. How do you know if a cfx tag is thread safe 2. Do you need to lock cfx tags

RE: Spell Checking??

2001-05-04 Thread Kola Oyedeji
2 Questions 1. How do you know if a cfx tag is thread safe 2. Do you need to lock cfx tags? Cheers KOla -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: 04 May 2001 14:06 To: CF-Talk Subject: RE: Spell Checking?? > I have a customer who

RE: Spell Checking??

2001-05-04 Thread Dave Watts
> I have a customer who is insisting upon having a built-in > spell checker in an application I'm currently writing. The > only application I can find seems to be Ben's CFX_Spell. > While I admire Ben, it is a 1.0 application that was developed > 4 years ago. Did he write the perfect applicati

Re: Spell Checking??

2001-05-04 Thread Dave Hannum
We use it here on one application. It works. Just follow the examples that come with it for your setup and you'll do fine. Dave - Original Message - From: "Bill Poff" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, May 04, 2001 8:20 AM Subject: Spell Checking?? I