March 22, 2006, 8:38 am by Alex
|
Comment
Finally fixed a little problem we’ve been having on our web servers running ColdFusion where cfgraph tags weren’t displaying the graphs at all, although neither were errors being thrown. It’s not been a big problem, just something that was nice to get finished. I found lots of forum posts from other people having this same issue with cfgraph (and specifically IIS6), and eventually found the ‘right’ solution (well, right for me!), it was to do with the CFIDE not having all the necessary templates included and to fix the problem you need to add a couple of empty files. The full instructions are here: http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_18516 and just follow the instructions noted in section 4 ("Create zero-byte files for internal ColdFusion processes").
May 19, 2005, 9:52 am by Alex
|
Comment
Have now got the spellerpages application working correctly with the FCK Editor and ColdFusion. The solution had been emailed to me following a help message I put up on the spellerpages sourceforge forum. You can download the fix/patch from the sourceforge site.
Still been spending most of my time working on the Learning Design project (hence why I’ve not been posting much stuff here!)
March 30, 2005, 3:00 pm by Alex
|
Comment
Been spending a little time trying to get the SpellerPages integrated with the FCK Editor using the ColdFusion server script. It’s not being as straightforward as I’d hoped! Am slowly but surely getting there – there doesn’t seem to have been many people who’ve used CF over php for the spell checking – so once I’ve got it sorted I’ll post up what I had to do to get it to work correctly.