Sorcerer's Isle

Welcome to Sorcerer's Isle, a weblog covering a multitude of topics, ranging from programming to 3D graphics; photography to gadgets; tutorials to tinkering.


Within Sorcerer's Isle are three sub-blogs, which each focus on different aspects:

At Sorcerer's Tower you'll find programming and web dev; Midnight Isle covers photography and digital art; and with 100% Geek you'll find gadgets, gaming, technology, and more.

Articles may appear on just one of the weblogs, or across multiple, but every article posted will always appear on this one.

Topics Covered

Fusebox 5.5 is out now!

The highly anticapted next major version of Fusebox has finally been released to the website.

Fusebox 5.5 allows you to use the Fusebox applications without using XML, which should please many people.

Instead of fusebox.xml it checks conventional places for your circuits, and instead of circuit.xml it can either use CFCs, where each function is a fuseaction, or just a directory, where each file is a fuseaction.

It also brings support for dynamic do to both xml and non-xml configuration, which is a feature I've really wanted on a couple of occasions.

Get it while it's hot...

http://fusebox.org/go/fusebox-downloads/core-files

Posted:
03 December 2007, 23:44
Tags:
CFML
Fusebox
Software
Web Development
Comments:
None

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.

Posted:
08 November 2006, 17:54
More
Tags:
CFML
Fusebox
Comments:
None
RSS Atom