Let’s jump right to some code.
::CODECOLORER_BLOCK_1::
versus:
::CODECOLORER_BLOCK_2::
They look pretty similar right? Near identical. Neither is really easier or harder to read. Performance wise, I suspect you couldn’t see much of a difference. If you’re thinking to yourself, “Aww geez Steve Nelson is about to go on a week long rampage about something.” You would be [...]
In my new effort to rid my life of global variables, I’ve been focusing on the arguments scope. I think the arguments scope is the key to solving this problem.
With my MVC-CFC framework I find it is easy as pie to live without global variables. In a nutshell, EVERYTHING is passed in through a <cfargument>. [...]
A few people have asked me if I’ve done anything with my MVC framework that I presented a year ago at the CF Frameworks conference. The short answer. Yes, but very minor.
I admit it. I’m an addict. Mostly it’s the utter simplicity that I love. It takes the power of CFCs with the simplicity of [...]
On frauds, chickens and Visio
There’s a quasi-psychological disorder called
“Impostor
Syndrome” wherein the sufferer feels that, despite appearing to others as
having mastered a particular skill and achieving numerous quantitative
successes, he or she is not really “worthy” of the titles or benefits (or
infamy) that goes along with those skills or successes. Sufferers are unable to
internalize their accomplishments. It’s [...]
The Case for Functional Business Specification Documents
FLiP is getting a little long in the tooth. When Jeff Peters and I codified Hal
Helms’s development methodology theories in our Fusebox book and coined the name
“Fusebox Lifecycle Process”, we were living very much in a “web 1.0″ world.
Fusebox was developed as a page-centric controller framework and we all [...]
I was more excited about the FB3 to FB5 presentation than this presentation, but a lot more people have requested the materials for this one, so here it is.
Download here Integrating.zip
The presentation didn’t have a working sample application, but inside, you will find the handful of example files I showed, as well as a PowerPoint
Comments [...]
I’ve had a few people ask for the materials from my “Making the Jump from FB3 to FB5″ presentation at the Frameworks Conference from earlier this month. Sorry for the delay, but I finally put together all the materials fit for consumption.
Download here turkeylogin.zip
Inside, you’ll find the PowerPoint along with a sample application which, although [...]
This CFC framework is too simple for you. It has too much power without enough work. It doesn’t even have a really clever name. Frankly, you’re not going to like it.
But in case you’re still curious, you can download my presentation, the codebase and a 5 page code walk through here:
http://labs.webapper.net
I have to be honest, I’m a little concerned that my presentation at 12:30 tomorrow. My new CFC framework/methodology/method (whatever you call it) is just too simple. I’m concerned that it won’t confuse enough people tomorrow.
I mean, this conference is about frameworks, the attendees are the smartest of the smart people in the CF community. [...]
For those of you who haven’t seen it yet, this is an interview between Michael Smith at Teratech and Steve Nelson here at Webapper, about Steve’s upcoming presentation at the Frameworks Conference, entitled “CFCs ARE the Framework”.
============================================
Michael Smith: Since you created the original Fusebox methodology, can I assume you’re speaking about Fusebox 5?
Steve Nelson: Nope, [...]