Re: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox)

2000-10-02 Thread Ken Wilson
Wow, that sounds amazingly like how I interpret and use the Fusebox method. Maybe it has changed since you last looked or maybe your just a closet Fuseboxer who didn't even know it. :) Ken > Before I respond to that perhaps I should revisit fusebox.org and refresh > myself on who's behind it.

RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox)

2000-10-02 Thread paul smith
I'm developing an application similar to this. It's basically fusebox, except each folder implicitly defines one fuseaction. URLs pass needed parameters a la: /HL/LL/index.cfm/AL.#REQUEST.alpha#/HD.#REQUEST.hdg_id# Thus, /HL/LL/index.cfm defines the fuseaction, AL & HD are parameters, and #R

RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox)

2000-10-02 Thread lsellers
> >Actually it turns me off for specifically because it does use this > >old > > > outmoded monolithic view of the things. I prefer a more > > encapsulated object-based way of coding. > > I'd be quite interested to hear how you are doing this. If you had > time to post a few, even nonworking samp

RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox) -- Reply to Dave Watts.

2000-09-20 Thread Dave Watts
> A question I've had about Fusebox and security/stability. In > some enterprise sites I've dealt with I've found it a good > practice not to pass variables along the URL if possible. It > becomes very easy for someone to "break" the app by altering > URLs - something they actually have access

Re: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox)

2000-09-20 Thread paul smith
I don't believe this is the WHOLE point of fusebox. It isn't even the PRIMARY reason I use Fusebox. best, paul At 04:05 AM 9/20/00 -0700, you wrote: >You know the whole point of fusebox is to reuse code right? If you are >duplicating code, you are not implementing fusebox correctly. ---

Re: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox) -- Reply to Dave Watts.

2000-09-20 Thread Sean Renet
> > that you post (e.g.., "If you can afford SQL Server, you can > > afford its own box"). Can you even believe that I am still harping on this? > In all honesty - today. This morning. I was reviewing a Fusebox application, > to fix some problems within that application. I'm familiar with the ba

Re: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox)

2000-09-20 Thread Sean Renet
ped me in my development career. Sean Renet - Original Message ----- From: "Dick Applebaum" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 19, 2000 8:38 PM Subject: Re: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox) > Sean >

RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox )

2000-09-20 Thread Reynolds, Adam
I don't believe Fusebox to be the methodology to use for all application development. What I have found though, is that Fusebox is good within large teams (where you may be using contractors) where long-term maintenance of code is required when you may not be able to refer back to a developer. It

RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox)

2000-09-19 Thread Scott, Andrew
at is Fusebox) - Original Message - From: "Mark Adams" <[EMAIL PROTECTED]> Newsgroups: cf-talk Sent: Tuesday, September 19, 2000 2:26 AM Subject: Re: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox) > fusebox.org > read read read :o) Is there *anyon

CF Methodologies (was: Ben Forta, I call on thee (was: What is Fusebox)) [CF-Talk]

2000-09-19 Thread Chris Montgomery
>-Original Message- >From: Billy Cravens [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, September 19, 2000 5:19 PM >To: [EMAIL PROTECTED] >Subject: Re: [CF-Talk] Re: Ben Forta, I call on thee (was: What is >Fusebox) > >Fusebox is a decent methodology. CFObjects and

RE: RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox)

2000-09-19 Thread Peter Theobald
Generation >www.eagletgi.com >[EMAIL PROTECTED] > > > >-Original Message- >From: David E. Crawford [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, September 19, 2000 1:54 PM >To: [EMAIL PROTECTED] >Subject: RE: RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is

Re: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox)

2000-09-19 Thread Dick Applebaum
Sean You do have a point, I have not used the Fusebox technique in a while... I imagine there new techniques. At 12:34 PM -0700 9/19/00, Sean Renet wrote: >Dick, I think you need to spend a bit of time looking at new techniques that >are being used in fusebox. I have similar logic solutions in

RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox) -- Reply to Dave Watts.

2000-09-19 Thread Mark Warrick
CQ: 346566 -- > -Original Message- > From: Evan Lavidor [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 19, 2000 7:15 PM > To: [EMAIL PROTECTED] > Subject: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox) > -- Reply to Dave Wa

RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox) -- Reply to Dave Watts.

2000-09-19 Thread Jeremy Allen
call on thee (was: What is Fusebox) -- Reply to Dave Watts. >From Dave Watts' message: > a) using Fusebox > 1. index.cfm?fuseaction=left_nav > 2. index.cfm?fuseaction=main > 3. index.cfm?fuseaction=cmd_frame > 4. index.cfm?fuseaction=data_frame > 5. index.cfm?fuseactio

RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox) -- Reply to Dave Watts.

2000-09-19 Thread Cameron Childress
meron Childress ElliptIQ Inc. p.770.460.7277.232 f.770.460.0963 > -Original Message- > From: Evan Lavidor [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 19, 2000 10:15 PM > To: [EMAIL PROTECTED] > Subject: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox

[CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox) -- Reply to Dave Watts.

2000-09-19 Thread Evan Lavidor
>From Dave Watts' message: > a) using Fusebox > 1. index.cfm?fuseaction=left_nav > 2. index.cfm?fuseaction=main > 3. index.cfm?fuseaction=cmd_frame > 4. index.cfm?fuseaction=data_frame > 5. index.cfm?fuseaction=socket_frame A question I've had about Fusebox and security/stability. In some enterp

RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox) -- Reply to Dave Watts.

2000-09-19 Thread Jeremy Allen
First: Naughty naughty!!! I encountered the exact same scenario my main frameset had a frame to display people in a 'chat room' the left nav, the main frame is the main data display frame the command frame is where you type in stuff to send to the room, the 'socket frame' is the one that act

Re: [CF-Talk] Re: Ben Forta, I call on thee (was: What is Fusebox)

2000-09-19 Thread Chris Lott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >I would have crippled as a > > programmer when I moved from a Fusebox to a non-Fusebox > environment. Never mind, I probably wouldn't have gotten the > "non-Fusebox" job to begin with because my programming skills would > have reflected the > result

RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox)

2000-09-19 Thread Duane Boudreau
#x27;t see replacing it for anything. Duane eMPower Project Manager Ektron, Inc > -Original Message- > From: Dave Watts [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 19, 2000 10:40 AM > To: '[EMAIL PROTECTED]' > Cc: '[EMAIL PROTECTED]' > Subj

RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox) -- Reply to Dave Watts.

2000-09-19 Thread Dave Watts
Warning! This is a very long and verbose response. If you're not interested in the topic, ignore this message. Remember, I warned you! > You know, I think you guys at Figleaf set the standard for what > client interface should be and your applications are certainly > the goal of programmers eve

Re: [CF-Talk] Re: Ben Forta, I call on thee (was: What is Fusebox)

2000-09-19 Thread Billy Cravens
Fusebox is a decent methodology. CFObjects and SmartObjects are pretty cool too. However, since we're talking about structure, let's discuss learning/teaching a language. I feel that it's extremely important to separate language from methodology. If teaching [insert your favorite methodology

RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox )

2000-09-19 Thread Mike Deane
Sean, your last response to Dave Watts ... Is there a chance could forward that to me. I wanted to print it out and read it more closely, however, I accidently deleted it. Thanks. /mdeane -- Archives: http://www.mail-ar

RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox )

2000-09-19 Thread Jeremy Allen
at, You cant always have your cake and >eat it too :) > >Jeremy Allen >[EMAIL PROTECTED] >-Original Message- >From: Dick Applebaum [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, September 19, 2000 12:54 PM >To: [EMAIL PROTECTED] >Cc: '[EMAIL PROTECTED]' &

RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox )

2000-09-19 Thread Jeremy Allen
Message- From: Sean Renet [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 19, 2000 3:44 PM To: [EMAIL PROTECTED] Subject: Re: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox ) Jeremy you are wrong, see my reply to Dave regarding dynamic frames. - Original Message

Re: RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox)

2000-09-19 Thread Chris Lott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >A book written on CF using Fusebox as the > > methodology only serves one camp, while the rest of us would be > only annoyed by having to try and use the examples in our own > devlopment implementation. Seems better to write books on how CF > works a

RE: [CF-Talk] Re: Ben Forta, I call on thee (was: What is Fusebox)

2000-09-19 Thread Joshua Miller
, September 19, 2000 1:54 PM To: [EMAIL PROTECTED] Subject: RE: RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox) This is a multi-part message in MIME format. --=_NextPart_000_0232_01C02262.8F29BAF0 Content-Type: text/plain; charset="iso-8859-1" Content-T

RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox )

2000-09-19 Thread Peter Theobald
at, You cant always have your cake and >eat it too :) > >Jeremy Allen >[EMAIL PROTECTED] >-Original Message- >From: Dick Applebaum [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, September 19, 2000 12:54 PM >To: [EMAIL PROTECTED] >Cc: '[EMAIL PROTECTED]' &

Re: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox )

2000-09-19 Thread Sean Renet
Jeremy you are wrong, see my reply to Dave regarding dynamic frames. - Original Message - From: "Jeremy Allen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 19, 2000 10:50 AM Subject: RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What

Re: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox )

2000-09-19 Thread Sean Renet
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, September 19, 2000 9:54 AM Subject: RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox ) > At 10:39 AM -0400 9/19/00, Dave Watts wrote: > > > >At Fig Leaf, our goals are

RE: RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox)

2000-09-19 Thread Joshua Miller
, September 19, 2000 1:54 PM To: [EMAIL PROTECTED] Subject: RE: RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox) This is a multi-part message in MIME format. --=_NextPart_000_0232_01C02262.8F29BAF0 Content-Type: text/plain; charset="iso-8859-1" Content-T

Re: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox) -- Reply to Dave Watts.

2000-09-19 Thread Sean Renet
Dave, You know, I think you guys at Figleaf set the standard for what client interface should be and your applications are certainly the goal of programmers everywhere. I also like the thought process behind what you guys do. And I can't imagine there is anyone that does not appreciate all the

RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox)

2000-09-19 Thread Dave Watts
> And by the way - I can code a site in the Fusebox style > faster than you can code it straight any day of the week. > And I know the other Fusebox coders would say the same. There are two problems with your proposition. 1. Faster != better. You may be able to code something faster, but that

Re: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox)

2000-09-19 Thread Chris Lott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >Actually it turns me off for specifically because it does use this >old > > outmoded monolithic view of the things. I prefer a more > encapsulated object-based way of coding. I'd be quite interested to hear how you are doing this. If you had time to

Re: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox)

2000-09-19 Thread Howie Hamlin
Monoliths will be all the rage next year :-) Howie - Original Message - From: "lsellers" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 19, 2000 1:57 PM Subject: RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox) > >

Re: [CF-Talk] Re: Ben Forta, I call on thee (was: What is Fusebox)

2000-09-19 Thread Chris Lott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I don't think it would change the way CF was viewed, or revolutionize CF or anything. But it sure would make maintaining other people's code easier :) And in my experience it forces people to develop in a little more structured and thought-out of a ma

RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox)

2000-09-19 Thread lsellers
> There are many things about the Fusebox "standard" > that I don't like, and don't use. However, the idea of channeling every > page request through ONE handler file (index.cfm) is a fantastic idea > which has made my life easier not only in Cold Fusion but in Perl CGI > programming as well. It m

RE: RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox)

2000-09-19 Thread David E. Crawford
This is a multi-part message in MIME format. --=_NextPart_000_0232_01C02262.8F29BAF0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Re: RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox)How about we take this debate over

RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox )

2000-09-19 Thread Jeremy Allen
lto:[EMAIL PROTECTED]] Sent: Tuesday, September 19, 2000 12:54 PM To: [EMAIL PROTECTED] Cc: '[EMAIL PROTECTED]' Subject: RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox ) At 10:39 AM -0400 9/19/00, Dave Watts wrote: > >At Fig Leaf, our goals are not to build

RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox)

2000-09-19 Thread Benjamin S. Rogers
PROTECTED]] Sent: Tuesday, September 19, 2000 1:09 PM To: [EMAIL PROTECTED] Subject: RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox) I'm sorry, but since when was Front Page or any other WYSIWYG editor considered a "high-level" development tool? And by the way -

RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox)

2000-09-19 Thread Peter Theobald
vice or wire malfunctions, the fuse cuts the power.) At 01:00 PM 9/19/00 +, David E. Crawford wrote: This is a multi-part message in MIME format. --=_NextPart_000_0176_01C02239.952D0610 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Re:

RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox)

2000-09-19 Thread Mark Warrick
;[EMAIL PROTECTED]' > Subject: RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is > Fusebox) > > > I personally think it has major advantages when there is more than one of > you working on a site. It's also extremely good when Client > requirements are &

RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox )

2000-09-19 Thread Dick Applebaum
At 10:39 AM -0400 9/19/00, Dave Watts wrote: > >At Fig Leaf, our goals are not to build CF-centric applications, but n-tier >applications. We partition application logic between the application server >(CF), the database, the client, and potentially object tiers between the >application server and

RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox)

2000-09-19 Thread Dave Watts
> Is there *anyone* who doesn't like Fusebox!? Certainly seems > that way.. Sure there is. Personally, I don't use Fusebox, and I'm unlikely to use it for future projects. I don't know that I'd say I don't "like" it, but it certainly doesn't fit within my development process, nor that of Fig Le

RE: [CF-Talk] Re: Ben Forta, I call on thee (was: What is Fusebox)

2000-09-19 Thread Jeremy Allen
--Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Sent: Monday, September 18, 2000 2:10 PM To: [EMAIL PROTECTED] Subject: [CF-Talk] Re: Ben Forta, I call on thee (was: What is Fusebox) No disrespect to Ben, but there are at least two books on fusebox coming out and I'

RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox)

2000-09-19 Thread David E. Crawford
This is a multi-part message in MIME format. --=_NextPart_000_0176_01C02239.952D0610 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Re: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox) Yes, I believe there are people who

RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox)

2000-09-19 Thread Reynolds, Adam
orta, I call on thee (was: What is > Fusebox) > > - Original Message - > From: "Mark Adams" <[EMAIL PROTECTED]> > Newsgroups: cf-talk > Sent: Tuesday, September 19, 2000 2:26 AM > Subject: Re: [CF-Talk] RE: Ben Forta, I call on thee (was: What is > Fu

Re: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox)

2000-09-19 Thread W Luke
- Original Message - From: "Mark Adams" <[EMAIL PROTECTED]> Newsgroups: cf-talk Sent: Tuesday, September 19, 2000 2:26 AM Subject: Re: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox) > fusebox.org > read read read :o) Is there *anyone* wh

Re: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox)

2000-09-18 Thread Mark Adams
fusebox.org read read read :o) -Mark - Original Message - From: Rich <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 18, 2000 11:45 AM Subject: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox) > > I want to learn Fusebox from the be

RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox)

2000-09-18 Thread Mark Warrick
CQ: 346566 -- > -Original Message- > From: Rich [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 18, 2000 11:46 AM > To: [EMAIL PROTECTED] > Subject: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox) &

[CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox)

2000-09-18 Thread Rich
I want to learn Fusebox from the beginning. Where to start?? -Original Message- From: Gregory Harris [mailto:[EMAIL PROTECTED]] Sent: Monday, September 18, 2000 12:33 PM To: [EMAIL PROTECTED] Subject: Ben Forta, I call on thee (was: What is Fusebox) Ben, my challenge to thou art

[CF-Talk] Re: Ben Forta, I call on thee (was: What is Fusebox)

2000-09-18 Thread Michael Dinowitz
No disrespect to Ben, but there are at least two books on fusebox coming out and I'm quite sure at least one of them will cover what you want. This has been talked about more on the Fusebox list. > Ben, my challenge to thou art: > > Develop a book in ColdFusion (either 4.5 or the upcoming 5 relea

Ben Forta, I call on thee (was: What is Fusebox)

2000-09-18 Thread Gregory Harris
Ben, my challenge to thou art: Develop a book in ColdFusion (either 4.5 or the upcoming 5 release) that is entirely re-written using fusebox examples (or at least a similair technique). Let's start off the beginners as the awesome developers that they have the potential to be! Imagine what