Actually, if you spell a word wrong it gets a red underline. That is a form of spell check. :)
@below, I'm using Google Chrome, I must have grown accustomed to such a convenient feature. ;)
vezha -> RE: Spell Check (11/25/2009 1:38:32)
Actually, Valane, that's not a built-in feature of the forums. That's something you must have turned on in your browser(Firefox?) Anyway, I think a built in spellcheck would be helpful. There are times when I make a long post, and I just loathe proofreading it. >_>
Falerin -> RE: Spell Check (11/25/2009 1:56:02)
Coding spell check is a major undertaking especially if it is context sensitive.While many webmailers do include spell check, many of them do it badly. Really, spell check is something quite a bit better suited to be client side than server side for a few reasons. Not the least of which that it would increase load on the servers.
Kain -> RE: Spell Check (11/25/2009 17:21:26)
I agree with Fal, there's no need to make the forums have a spell check feature when it's possible to do so in the browser, not to mention this feature might take too much forum memory for too little progress/results. A good thing would be give links to browser spell checks on Forum Resources.
Google Toolbar (available for both Firefox and Internet Explorer) has a SpellCheck button which finds any spelling mistakes whenever you type into a web form, including web-based email, discussion forums, etc. It logically has an AutoFix option that corrects the misspelled text it picks up.