Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: AJAX Spell Checker


kevinjohngallagher
Member

@kevinjohngallagher

I’m currently using a modified version of Brandon Aaron’s spell checker on the client side, and have all but disabled it on all of my sites.

1) Some browsers do spell checking as standard, so it was overkill.

2) All browsers which do it as standard do so through an addon (yes, even the Mozilla suite).

3) Different people want the spell checker to work different ways – and it was a nuisance for some, and just plain old slow for others.

4) For subject specific forums, words not in the dictionary started to become a pain. I run my little brothers WoW guild’s website for example, and it annoyed some of them senseless.

5) The client side version isn’t the fastest

6) The server side implementation just adds another step to the posting process.

7) You complicate issues with having an “add to dictionary” or “ignore this word” feature, both of which are kind of standard in spell checkers.

It’s a nice idea, and i liked it once i wrote the plugin… but it just became too much hassle very quickly.

Skip to toolbar