Feed on
Posts
Comments

In the last few months we upgrade from upgrade from Coldfusion 7 to 8. In the process of testing and usingColdfusion 8 we found some new features/tags that we really, really like.
CAPTCHA - The CFIMAGE tag can be used to create CAPTCHA images which help to reduce comment spam.
WYSIWYG Editor - Based on FCKEditor. This [...]

Read Full Post »

Tags:

I’ve been posting off and on about ways to transform an RSS or Atom feed into HTML using an XSLT, and Coldfusion. However, I failed to mention that you can also use the DOM and Coldfusion to make the transform happen. Here is a working example that does RSS 1.0, RSS 2.0, and Atom 1.0 [...]

Read Full Post »

Tags: , , ,

More Coldfusion and XML fun

I really wish that I had time to spend working on one project consistently. My XML project has been dragging as I work on a bunch of other job duties (most of them not related to coding). I was excited that Bruce has some suggestions about how to make my transformation for efficient. Unfortunately his [...]

Read Full Post »

Tags: , ,

Transforming RSS and Atom feeds

I’m still working on getting Coldfusion to transform RSS and Atom feeds into HTML and I’ve got stylesheets that work for each of the flavors of these RSS 0.9, 1.0, and 2.0 and Atom 1.0 and 0.3 . However, I’m having troubling with getting Coldfusion to tell that an Atom 0.3 feed is that so [...]

Read Full Post »

Tags: , ,

Coldfusion and XML issues

I spent the better part of two days this week working on getting Coldfusion to properly transform a finding aid from EAD into HTML so that we can display our archival finding aids as part of our website. The biggest problem with this process has been the fact that Coldfusion doesn’t like the way in [...]

Read Full Post »

Tags: , ,