flaccdev
|
| Posted: 08/29/2005, 2:31 PM |
|
Have you found a free or commercial spell checker that can be integrated with ASP or PHP pages? The spell checker must run on the local server.
TIA
|
|
|
 |
Benjamin Krajmalnik
|
| Posted: 08/29/2005, 7:35 PM |
|
Have yoy checked out www.iespell.com?
Only works on IE, but it is an excellent free specll checker, totally
handled client side (which is the efficient way of doing this).
Not exactly what you are looking for, but maybe it will do.
|
|
|
 |
E43509
Posts: 283
|
| Posted: 08/30/2005, 7:24 AM |
|
I really like IE spell and encourage its use.
Unfortunately, you can't count on every user having it.
Depending on the number of users/queries you are going to get, you can also build in a 'free' spell check from google. Check out http://www.asp101.com/articles/jeremy/googlespell/default.asp for how to invoke the google api
|
 |
 |
KevinA
|
| Posted: 09/03/2005, 10:21 AM |
|
Check out: http://www.zend.com/zend/spotlight/spellchecking.php?ar...=0&view=1#notes
|
|
|
 |
kam
|
| Posted: 09/10/2005, 10:58 AM |
|
If you use Firefox / Mozilla (a great open source web browser http://getfirefox.com), use the SpellBound plug-in (http://spellbound.sourceforge.net/). It allows you to spellcheck any text field just like a word processor. It's awesome!
|
|
|
 |