Spell check web pages faster & more thoroughly
The world used to be simple. Before sending a document to a printer you'd run the spell checker. Job done. You might imagine that to
spell check web pages you'd follow the same process. Programs like Dreamweaver have a spell check feature, right?
Unfortunately it's not that simple anymore. Web pages can be complex beasts. A single web page might be made up of:
-
Static HTML
-
User generated content
-
Server generated content, hard-coded by a programmer
-
Content a programmer or database administrator placed in a database
All of this content is in different places. Are you sure it was all spell checked before it got there? That's why it's now necessary
to have a special tool to spell check web pages.
It must visit the pages in your site, download the html and analyses the spelling in the parts of the page a web browser will display.
That's why we designed DeepTrawl with a feature to spell check web pages on the fly...
|