Category Archives: Web Development

ASP & PHP, E-Commerce, Flash Tools, HTML Tools, Java & JavaScript, Log Analysers, Other, Site Administration, Wizards & Components, XML/CSS Tools

Rapid SEO Tool 2.0

Type: Shareware
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


Rapid SEO Tool

Rapid SEO Tool is unique search engine optimization and position monitoring software designed to ease the task of improving web page position on search results. It will literally look at your web page code and suggest what should be improved to get better results. You don’t even have to be an SEO professional. Rapid SEO Tool is the first full-scale side-by-side SEO software that will compare your SEO efforts against your competitors and suggest how to overtake them. Unlike other search engine optimization tools and keyword density analyzers, Rapid SEO Tool is not about keyword stuffing, but rather about comparison and intelligent tweaks.

jQuery Spell Check 4.3

Type: Shareware
Cost: $89
Size: 1.03 MB
Release date: Nov 12 2014
Platform: Win2000,WinXP,Win7 x32,Win7 x64,Windows 8,WinServer,WinVista,WinVista x64,Unix,Linux,Linux Console,Linux Gnome,Linux GPL,Linux Open Source,Mac OS X,Mac Other,Java,Other
Publisher’s Site:  http://tinymcespellcheck.com/who
Publisher’s Product Page:  http://www.javascriptspellcheck.com/jquery-spell-check/
Country: United Kingdom


jQuery Spell Check

‘jQuery spellcheck’ is the industry leading spellchecker plugin for jQuery flavor JavaScript from javascript-spellcheck.com. The plug-in provides an easy way to add spell-check-as-you-type (scayt) or spell-checking dialog popup windows to any HTML web application using just 1 or 2 lines of jQuery code. You can seen an example of jQuery spell check and download it for free from http://www.javascriptspellcheck.com/jquery-spell-check/

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.

PHPWee 1.0

Type: Freeware
Cost: $0
Size: 37.00 kB
Release date: Mar 25 2015
Platform: WinServer,Unix,Linux,Linux Console,Linux Gnome,Linux GPL,Linux Open Source,Mac OS X,Mac Other
Publisher’s Site:  http://searchturbine.com
Publisher’s Product Page:  http://searchturbine.com/php/phpwee
Country: United States of America


PHPWee

PHPWee is a free (BSD License) open-source PHP5 minifier script for HTML, HTML5, XHTML, CSS1-3 and JavaScript assets.
Simply put – it reduces file size and load time for websites without any PHP code changes.

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.