Sorcerer's Tower

Entries tagged "CFML"

CFML is a dynamic RAD server-side programming language.

It originated as the language powering ColdFusion, but these days there are two FLOS CFML engines, Open BlueDragon and Railo, both with active development and innovative features.

Found 32 entries tagged with "cfml", displaying entries 31..32.

View entries: 1..5 6..10 11..15 16..20 21..25 26..30 31..32

Link lexicon verb for Fusebox 5

I have created a simple custom verb which allows you to link specified resource files from circuit.xml, without having to go to the bother of writing it all in a script and including it.

For example, you can do this:

<cf:link resource="/res/bubbles.css"/>
<cf:link resource="/res/bubbles.js"/>

And it will convert that and place the following inside your HTML head:

<link rel="stylesheet" type="text/css" href="/res/bubbles.css"/>
<script type="text/javascript" src="/res/bubbles.js"></script>

This should be useful if you have a lot of different circuits that all have unique styles and scripts, and you'd rather avoid putting lots of conditional statements in your layout pages.

For more information and a download link, read the article.

Railo

Railo is the best CFML engine.

I guess you'll be wanting me to validate that statement? Well I'll make a start on that in a moment, but first I think I'll post a few disclaimers to pre-empt any potential whiney people.

I have nothing against Adobe, NewAtlanta, CFMX, nor BlueDragon. They're both great companies/products - without the company formally known as Allaire, I'd never have had my life enriched by the joy that is ColdFusion - and BlueDragon is no doubt a fine product if you find yourself stuck using that .NET thing. ;)

But Railo is better than both of them, and here is why...