BlogCFC and GoogieSpell

Attached is a zip file that integrates GoogieSpell into Ray's BlogCfC

As explained in previous posts we have had to modify the actual release code of googiespell 3.78 to get it running with coldfusion, due to the way it was sending the form scope.

The only actual change in the blogcfc code is the addition of 3 javascripts and 1 css in the entry.cfm page.

The other change you may have to make is relative to where the googleapi.cfm is sitting. currently I have it sitting in the root and pointing to

http://#cgi.HTTP_HOST#/googiespell/googleapi.cfm?

Yet you may need to change this if it is incorrect.

For an example of the spell checking working with blogcfc add a comment to this blog entry as we have integrated it here for demo purposes.

Comments