After numerous requests, I finally got my presentation from the FB conference, along with the example code, zipped up and available for download. It should also be posted on the conference web site, but I'm not exactly sure where.
Recent Posts
Capitalism?
Categories
- ajax (8)
- amazon (5)
- aside (10)
- biking (10)
- bluedragon (19)
- cfml (46)
- coldfusion (62)
- database (3)
- development (99)
- eclipse (1)
- flex (22)
- fusebox (11)
- golf (1)
- gpsracr (4)
- grails (2)
- groovy (11)
- iphone (4)
- java (12)
- javascript (16)
- jfission (6)
- meta (48)
- neuromancer (6)
- osx (4)
- personal (71)
- railo (7)
- tools (51)
- Uncategorized (12)
- wordpress (4)
Just curious, the core files of your app here says "fusebox41." while the current version on fusebox.org says "fusebox4.". Also your core files don't have any of functions that are supposed to be in there such as fb_appendLine, fb_increaseindent(), and fb_decreaseindent(). How come?
I'm running FB4.0 in this code, not FB4.1. The 4.1 cores removed the minor version from the filename, and added the fb_ function library to ease creation of custom lexicons. There are definite reasons to use 4.1 over 4.0, but this presentation was made before 4.1 was publicly available, and I haven't updated it. Little to nothing should change, however.
Link for download doesn't work now. Please post new link.
Paul,
The presentation is 3.5 years old, and largely obsolete. I can probably dig up a copy from somewhere, but here's the short version: use MVC, where the M is CFCs, the V is the dsp_ fuses, and the C is the circuit file. There's a bunch more with managing the CFCs that has been basically completely superseded by ColdSpring.