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
Powerful Website Security | Continuous Web Threat Platform
Reflectiz is a comprehensive web exposure management platform that helps organizations proactively identify, monitor, and mitigate security, privacy, and compliance risks across their online environments. Designed to address the growing complexity of modern websites, Reflectiz provides full visibility and control over first, third, and even fourth-party components, such as scripts, trackers, and open-source libraries that often evade traditional security tools.
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.