Version 1.6

If you use this code, please give me credit.  I'd also like to see where you're using it.  So send me urls!


This code requires php and the pspell module to work correctly.
It has only been tested on Firefox and Internet Explorer so far, and I'm
told that it works fine in Safari too.

If you find any bugs or anything please email me and let me know.


Garrison Locke

gplocke@broken-notebook.com

http://www.broken-notebook.com


---------------------------------------------------------------------------------
Changelog
---------------------------------------------------------------------------------

Fixes in Version 1.6
--------------------------------------------------------------
- Reverted back to Sajax instead of CPAINT.  I had reports of it
  not working well with some browsers.  Will wait for later version.


Fixes in Version 1.5
--------------------------------------------------------------
- Code no longer uses Sajax cause it was slow and very inefficient.
  Uses a new homebrew AJAX library called CPAINT by BooleanSystems.
  http://www.booleansystems.com.  Now the code is hella fast.

- Separated Javascript and CSS from the file.  Also added a compressed
  version of the Javascript so it's faster and smaller.


Fixes in Version 1.4
--------------------------------------------------------------
- Fixed a little bug where it wouldn't convert html entites back 
  to their applicable characters.


Fixes in Version 1.3
--------------------------------------------------------------
- Fixed the bug where it would add breaks for no good reason in Firefox
  if you had a lot of text.  Firefox tries to pretty up 
  the formatting of your html, which I didn't want it to do.


Fixes in Version 1.2
--------------------------------------------------------------
- Made a change to the Sajax.php file to make it use POST so
  that large pieces of text go through properly.

--------------------------------------------------------------