Bad Spelling
I had a great idea in the shower this morning.
As you may or may not know, Windows servers don’t have access (please correct me if I’m wrong) to the aspell spelling resources of PHP that Linux servers do. As a result, many of the spell-checkers that one might install for WordPress just won’t work on Windows.
Here’s my idea: Create aplugin that exposes an XMLRPC method for spelling. The method would accept an array of unique words and return an array of misspelled words, each with an array of suggested replacements.