Connecting Tech Pros Worldwide Forums | Help | Site Map

Sugestions for an JavaScript spell checker

Expert
 
Join Date: Nov 2006
Posts: 392
#1: Dec 17 '08
I am looking at different options for a spell checking option to be used in an email web app. It would presumably need to be a JavaScript option using AJAX, but I am open to other ideas as long as the server side component is Java. I am already looking at JSpell. Does anyone know of any other tools/libraries that would do this?

acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,581
#2: Dec 17 '08

re: Sugestions for an JavaScript spell checker


Speller Pages is good. You can use GNU Aspell installed on the server.
rnd me's Avatar
Expert
 
Join Date: Jun 2007
Location: Urbana IL
Posts: 411
#3: Dec 18 '08

re: Sugestions for an JavaScript spell checker


don't forget that firefox has it built in, so don't double correct...
Newbie
 
Join Date: Dec 2008
Posts: 1
#4: Dec 18 '08

re: Sugestions for an JavaScript spell checker


Neither Speller Pages nor GNU Aspell use Java
acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,581
#5: Dec 18 '08

re: Sugestions for an JavaScript spell checker


True, but it wouldn't be difficult to program something to use Aspell.
iam_clint's Avatar
Forum Leader
 
Join Date: Jul 2006
Location: Oklahoma
Posts: 1,076
#6: Dec 18 '08

re: Sugestions for an JavaScript spell checker


JavaScript Spell-Check - The Spell Checking Component for Java Script, DHTML and AJAX

JSpell Evolution - As you type, AJAX Spell Checker [I like this one]
acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,581
#7: Dec 19 '08

re: Sugestions for an JavaScript spell checker


Both are commercial products and the second one is only supported in IE and Firefox.
Reply