I was not aware of the 1000 word limit. Googiespell "was here when I got here". We use it on our intranet which gets used a *lot* by about 100 users and I have not heard any complaints (And I *would* hear about it if there was).
I looked at the docs and there are a couple of other server side spell checkers other than Google. Googiespell itself uses a python script to do their server side spell checking (so you know that will work). Python is very common on Linux boxes so it prolly wouldn't take much to set this up in a shared hosting environment. http://orangoo.com/labs/GoogieSpell/Documentation/ Jerry Guido Programmer MGT of America, Inc. [EMAIL PROTECTED] The information contained in this electronic communication is intended only for the use of the addressee, and may be a confidential communication. If you are not the intended recipient, you are hereby notified that you have received this transmittal in error; any review, dissemination, distribution or copying of this transmittal is strictly prohibited. -----Original Message----- From: William Seiter [mailto:[EMAIL PROTECTED] Sent: Thursday, January 10, 2008 3:51 PM To: CF-Talk Subject: Re: Spell Checker There are some great suggestions here. (even the don't use words after 2003 suggestion, ;-) ) When this is eventually launched, the Googiespell limit (1000 words) will probably be used up by midday. (several active sites). I was really into it until I saw this limitation. I have found pure javascript solutions, but they seem too heavy and too slow. foundeo is the one that I have on my system for evaluation right now. Speller Pages at sourceforge.net is the one that requires aspell to be compiled (an on and on) I am trying to avoid building it from scratch as: 1. I have a deadline 2. It would cost more to build from scratch than to buy a pre-made system that runs quick and smoothly. Thank you all very much. If there are any other suggestions, please let me know. William > Hey all, > > I am looking for a good spell-checker program for one of my sites. I > was hoping someone here can point me in the right direction. > > I have spellcheck-cf from cfdev.com but: > 1. my boss wants me to try more versions before we decide > 2. it doesn't appear to have been updated recently (2003?) > > I am looking for something that is written from CF and Javascript, but > I am willing to consider PHP or Perl, if it is simple to migrate. I > am working on a deadline, as always. > > William ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:296413 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

