Speller Pages is a Web interface and JavaScript library for a server-side spell check program. Available in PHP or Perl/CGI versions, Speller Pages allows you to bring the superior spelling suggestion capabilites of GNU Aspell to users of your Web site.
License
GNU Library or Lesser General Public License version 2.0 (LGPLv2)Follow Speller Pages
Other Useful Business Software
Simplify IT and security with a single endpoint management platform
NinjaOne automates the hardest parts of IT, delivering visibility, security, and control over all endpoints for more than 20,000 customers.
The NinjaOne automated endpoint management platform is proven to increase productivity, reduce security risk, and lower costs for IT teams and managed service providers. The company seamlessly integrates with a wide range of IT and security technologies. NinjaOne is obsessed with customer success and provides free and unlimited onboarding, training, and support.
Rate This Project
Login To Rate This Project
User Reviews
-
Easy for use.
-
I tired a few approaches to this myself, and found your presentation to work out very well. It looked great. Love it. It did not work initially for IE7 and 8. Thanks to the awesome script debugging tools provided for IE [/sarcasm] 2 problems (I spent the better part of 4 hours tracing them). 1. The function call: window.open( this.popUpUrl, this.popUpName, this.popUpProps); in Spellchecker.js fails - after some looking, IE has a horrid implementation of window.open. Make sure the you have no spaces saved in your variable's values; Namely popUpName. 2. IE cannot open a window with a url located on another domain. It throws and exception.
-
It would have been nice if the index.html file is separated from actual spell checker files. If I have multiple pages where I need to use the spell checker, I would keep the spell checker files in a parent folder and access them by providing the path. It is not working that way. If I move the index.html page to some other folder outside of spell checker files, it is not working. I tried changing paths of other files but still no use.