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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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.