Cost: $59.97
Size: 6.02 MB
Release date: Apr 09 2015
Platform: WinXP,Win7 x32,Win7 x64,Windows 8,WinVista,WinVista x64
Publisher’s Site: http://www.blumentals.net/
Publisher’s Product Page: http://www.rapidseotool.com/
Country: Latvia
The spellcheck plugin can also be used to spellcheck rich/wysiwyg HTML Editors such as TinyMCE and CKEditor. JQuery spell check can also be used in ‘abstract’ as a behind-the-scenes spell-checker for form-processing or online word games.
JQuery spell check is unique in that it does all of the spell checking its self. It runs using AJAX behind teh scenes to avoid users having to download huge dictionary files. We have AJAX handlers for ASP VBScriupt, PHP, ASP.Net (C# and VB.Net…) and Java. Unlike other plugins we never send your data across the Internet for remote processing on a 3rd party server. This makes jQUery spell-check ideal for use in an Intarnet or secure login environment. It can be installed on Windows, Linux and OSX just by uploading 1 folder into your website project. YOu can read the full guide at http://www.javascriptspellcheck.com/jquery-spell-check/#tabs-3
Users can also ‘Add’ or ‘Learn’ words just lke in Microsoft Word. These words are stored locally and affect only 1 user. With advanced setup ( http://www.javascriptspellcheck.com/JavaScript_SpellChecking_Dictionaries ) the developer can also cause those words to be added to a central repository for all users to share. This is very popular on Medical and Engineering intarnet projects.
You probably want to get started – so the first step is to read the jQuery SpellCheck tutorial at http://www.javascriptspellcheck.com/jquery-spell-check/ . See the example with source code, and download the plug-in for your own project.
Here is come example PHP5 code: $minified_html = PHPWee\Minify::html($any_html);
PHPWee has been tested on optimized websites – offering a compression of almost 10% on wikipedia.com. On the developers- website – http://searchturbine.com – we see 17% compression of HTML and 30% for CSS and Javascript.
The PHPWee HTML compression technology is totally new. It actually parses HTML documents and removes unneeded spaces and verbosity without changing meaning in any way. The output is generally at least as W3C compliant as the input.
The CSS minifier is based on CssMin package by Joe Scylla joe.scylla@gmail.com. The JavaScript compressor is also a composite work based on Douglas Crockford’s JSMin.
Why Minify?
If you care to take a look at Google Page Speed tools – page loading speed is becoming not only an important part of web user interface design – but is also starting to affect organic search positioning. Poorly optimized code may be slowing the web down by as much as 20% – even after GZip compression is applied at the server side.
PHPWee Performance?
We typically see a 15%+ improvement on page load speed on un-optimized websites by applying phpwee. Even Wikipedia and Github.com can get a boost. The benchmark tests can be found at searchturbine.com/php/phpwee.
Why PHPWee?
There are some excellent tools to minify code out there – such as YUI compressor and Google Closure. PHPWee is the first full-stack HTML, Javascript and CSS minifier for PHP. It can be set up on any modern PHP host in under 5 minutes – can takes only 1 line of code to implement.