RE: [CFCDev] Nested cftransaction error in CFMX 6.1

2004-06-17 Thread Brent Nicholas
First off hello everyone, I'm new here. As to your question I don't know I've not nested them before. You could however read this it may help. http://www.macromedia.com/devnet/mx/coldfusion/articles/cftransaction.html Thanks, BN Brent Nicholas - EclecticDetroit, LLC. http

[CFCDev] Data passing to CFC's

2004-06-17 Thread Brent Nicholas
emp_id = CAP / dept_id=952 / ItemSeq=45 The question is: Should I loop over the data, calling the cfc each time to insert one record, or place the contents in an array of structures and pass the whole thing to the CFC and let it do the work? or other? Thanks, Brent Nicholas - EclecticDetroit, LLC

[CFCDev] OT: Code Visualization

2004-07-23 Thread Brent Nicholas
is in place and do these things on the computer instead of sprawled out on the floor of a conference room? A touch screen the size of my wall would be great.. but I doubt that will happen anytime soon. Thanks, Brent Nicholas - EclecticDetroit, LLC. http://www.EclecticDetroit.com 248.767.5516

[CFCDev] CFC's Refreshing and MX 6.1

2004-07-26 Thread Brent Nicholas
the update too. I was doing some coding right afterwards. I then went to lunch.. and blammo it was doign this when I came back. Ideas? Thanks, Brent Nicholas Application Architect / Developer Ricardo Inc. Detroit Technical Center 4 Ricardo Drive Van Buren Township, MI 48111 phone 734.394.3808 fax

Re: [CFCDev] CFC's Refreshing and MX 6.1

2004-07-26 Thread Brent Nicholas
Ok, that did it. Thanks Ben. BN Brent Nicholas - EclecticDetroit, LLC. http://www.EclecticDetroit.com 248.767.5516 From: Ben Curtis [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [CFCDev] CFC's Refreshing and MX 6.1 Date: Mon, 26 Jul 2004 12:33:13 -0700 MIME

RE: [CFCDev] Source Control

2004-10-19 Thread Brent Nicholas
just grab the file db and drop it on a new VSS server and go. Hope that was helpfull. BN Brent Nicholas - EclecticDetroit, LLC. http://www.EclecticDetroit.com 248.767.5516 [EMAIL PROTECTED] [EMAIL PROTECTED] From: Ryan Duckworth [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED

RE: [CFCDev] Source Control

2004-10-19 Thread Brent Nicholas
2 cents - I found this thread to be of value. It helped me to become aware of other VersionControl systems. I also agree with your position on short burst threads. BN From: Raymond Camden [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: [CFCDev] Source Control

RE: [CFCDev] CFC Cohesion

2004-11-09 Thread Brent Nicholas
For the calculations that are repetitive, would a UDF be a good solution? Or does that move us away from the OO goal? BN Brent Nicholas - EclecticDetroit, LLC. http://www.EclecticDetroit.com 248.767.5516 [EMAIL PROTECTED] [EMAIL PROTECTED] On the other hand, you have different fingers. From

[CFCDev] CFC Error - Name Can't be empty

2004-11-12 Thread Brent Nicholas
IAWP_AUDIT_SEQ = '#ARGUMENTS.IawpAuditSeq#' cfif ARGUMENTS.WorkFlowCode neq AND WORKFLOW_CODE = '#ARGUMENTS.WorkFlowCode#' /cfif /cfquery cfreturn GetAuditWorkflow /cffunction Thanks for your time - Brent Nicholas - EclecticDetroit, LLC. http

[CFCDev] CFC Not Found

2004-11-16 Thread Brent Nicholas
another CFC named Security, in another folder com.Ricardo.InternalAudit.Security or /com/Ricardo/InternalAudit/Security.cfc (however you like to think about it) Thoughts? Thanks, Brent Nicholas - EclecticDetroit, LLC. http://www.EclecticDetroit.com 248.767.5516 [EMAIL PROTECTED] [EMAIL PROTECTED

RE: [CFCDev] CFC Not Found

2004-11-16 Thread Brent Nicholas
an other CFC folder, pasted it into my current project folder and began to edit it. That's when it wouldn't show up in the CFC browser for what ever reason. When the CFC was created from a new doc, but with identical contents it worked fine. BN Brent Nicholas - EclecticDetroit, LLC. http

RE: [CFCDev] Arrays and Web Services

2004-12-01 Thread Brent Nicholas
I was ok just creating an array that CF would make by default. Brent Nicholas - EclecticDetroit, LLC. http://www.EclecticDetroit.com [EMAIL PROTECTED] [EMAIL PROTECTED] On the other hand, you have different fingers. From: Justin Balog [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: '[EMAIL

RE: [CFCDev] Arrays and Web Services

2004-12-02 Thread Brent Nicholas
Message- From: Brent Nicholas [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 01, 2004 5:12 PM To: [EMAIL PROTECTED] Subject: RE: [CFCDev] Arrays and Web Services I was ok just creating an array that CF would make by default. Brent Nicholas - EclecticDetroit, LLC. http

RE: [CFCDev] Upload Tab Delimited file

2004-12-07 Thread Brent Nicholas
Brent Nicholas - EclecticDetroit, LLC. http://www.EclecticDetroit.com 248.767.5516 [EMAIL PROTECTED] [EMAIL PROTECTED] On the other hand, you have different fingers. From: Schreck, Tom [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [CFCDev] Upload Tab Delimited file Date

RE: [CFCDev] sending complex types to webservices

2004-12-09 Thread Brent Nicholas
; ws = createObject(webservice, #ARGUMENTS.WebServiceSource#); response = ws.CreateAction(createActionRequestBean); /cfscript ---code end--- Brent Nicholas - EclecticDetroit, LLC. http://www.EclecticDetroit.com 248.767.5516 [EMAIL PROTECTED

[CFCDev] WebService

2005-01-17 Thread Brent Nicholas
But I get the password screen instead of loging in and refreshing. Other thoughts? Thanks again - Brent Nicholas Application Architect / Developer Ricardo Inc. Detroit Technical Center 4 Ricardo Drive Van Buren Township, MI 48111 phone 734.394.3808 fax 734.394.3838 [EMAIL PROTECTED] http

Re: [CFCDev] WebService

2005-01-18 Thread Brent Nicholas
posted a link to this blog post that discusses programatic refresh of web services: http://www.bpurcell.org/blog/index.cfm?mode=entryentry=965 I have not read it though so, I'm just repeating :O) Hope it helps. Bill On Mon, 17 Jan 2005 14:55:30 -0500, Brent Nicholas [EMAIL PROTECTED] wrote: All - I

Re: [CFCDev] cfc organisation

2005-03-09 Thread Brent Nicholas
files) for that app. Personally I'm against this. I prefer a structure of organizational resources seperate from the UI. 2cents Brent Nicholas - EclecticDetroit, LLC. http://www.EclecticDetroit.com [EMAIL PROTECTED] [EMAIL PROTECTED] On the other hand, you have different fingers. From: Jeff

[CFCDev] OT: Laszlo

2005-03-21 Thread Brent Nicholas
I just discovered this, upon first glance and a bit of digging into it seems like a very cool tool. We'll see... Anyone else have any experience with it? http://www.laszlosystems.com Brent Nicholas - EclecticDetroit, LLC. http://www.EclecticDetroit.com [EMAIL PROTECTED] [EMAIL PROTECTED

Re: [CFCDev]

2005-04-20 Thread Brent Nicholas
It's prolly just a virus?? Brent Nicholas - EclecticDetroit, LLC. http://www.EclecticDetroit.com [EMAIL PROTECTED] [EMAIL PROTECTED] On the other hand, you have different fingers. From: Bill Rawlinson [EMAIL PROTECTED] Reply-To: CFCDev@cfczone.org To: CFCDev@cfczone.org Subject: Re: [CFCDev] Date

RE: [CFCDev] CFC Analysis

2005-11-18 Thread Brent Nicholas
site BN Brent Nicholas - EclecticDetroit, LLC. http://www.EclecticDetroit.com [EMAIL PROTECTED] [EMAIL PROTECTED] On the other hand, you have different fingers. - Homer Simpson From: Baz [EMAIL PROTECTED] Reply-To: CFCDev@cfczone.org To: CFCDev@cfczone.org Subject: [CFCDev] CFC Analysis

Re: [CFCDev] Helms and Peters Out Loud

2005-12-05 Thread Brent Nicholas
As I already told Hal, I think what you are doing with the recordings is great. I listen to them often while driving, though the wife forbids me from them when she's in the car... ;)) 2cents. BN Brent Nicholas - EclecticDetroit, LLC. http://www.EclecticDetroit.com 248.767.5516 [EMAIL

RE: [CFCDev] Google with CFCs?

2005-12-21 Thread Brent Nicholas
tickets to the moon. Brent Nicholas - EclecticDetroit, LLC. http://www.EclecticDetroit.com [EMAIL PROTECTED] From: Jason Parkils [EMAIL PROTECTED] Reply-To: CFCDev@cfczone.org To: CFCDev@cfczone.org Subject: [CFCDev] Google with CFCs? Date: Wed, 21 Dec 2005 11:30:06 -0500 MIME-Version: 1.0

[CFCDev] Frameworks

2006-01-30 Thread Brent Nicholas
of? Thanks, Brent Nicholas -- You are subscribed to cfcdev. To unsubscribe, send an email to cfcdev@cfczone.org with the words 'unsubscribe cfcdev' as the subject of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported

Re: [CFCDev] Frameworks

2006-01-31 Thread Brent Nicholas
Thanks everyone for your responses. There's alot out there I had no idea about. Thanks, BN Brent Nicholas - EclecticDetroit, LLC. http://www.EclecticDetroit.com 248.767.5516 [EMAIL PROTECTED] Brent Nicholas - Michigan DJ Service http://www.MichiganDJService.com 248.767.5516 [EMAIL

Re: [CFCDev] Excel CSV Parsing

2006-03-06 Thread Brent Nicholas
Do you have the option of using a different delimiter? Or is this after the fact and there is no going back? Anyway, we alway pick a really odd delimiter that is very unlikely to show up on data. 2 cents. BN Brent Nicholas - EclecticDetroit, LLC. http://www.EclecticDetroit.com 248.767.5516

[CFCDev] OT: Sending Files to Browsers

2006-03-16 Thread Brent Nicholas
Firstly - Sorry for sending an OT item to this list. I kinda feel we have a good group of experts here, so I'm hoping someone will have some guidance. The issue: When users try to download files they work nearly all the time, though today it seems files that are above 30MB (rough estimate)

Re: [CFCDev] OT: Sending Files to Browsers

2006-03-16 Thread Brent Nicholas
, Brent Nicholas Application Architect / Developer Ricardo Inc. Detroit Technical Center 4 Ricardo Drive Van Buren Township, MI 48111 phone 734.394.3808 fax 734.394.3838 [EMAIL PROTECTED] http://www.ricardo.com -- You are subscribed

RE: [CFCDev] OT: Sending Files to Browsers

2006-03-16 Thread Brent Nicholas
Phil / All - Thanks - I got it. Works like a charm and the best part is now that I'm not doing CFFILE reads the performance of the site is even better. YEAH! Thanks again - BN Brent Nicholas Application Architect / Developer Ricardo Inc. Detroit Technical Center 4 Ricardo Drive Van

RE: Re: [CFCDev] Verity Search Engine

2006-06-07 Thread Brent Nicholas
If you need any help with setting up the K2 server drop me a line. I can send you my notes. I'd send em' not but they are at work. BN --- Date: Wed, 7 Jun 2006 23:15:58 -0400 From: [EMAIL PROTECTED] To: CFCDev@cfczone.org Subject: Re: [CFCDev]

[CFCDev] OT: Job in DC

2006-06-19 Thread Brent Nicholas
Off topic.. sorry Very quickly I had to turn down work in the DC area (I decided to move to Denver.) so it's open to other candidates. It is through a head hunter so you'll have to deal with their hoo-haa, but I didn't think they were too bad. Job is contract with true intent to hire on

[CFCDEV] OT: CFLogin

2006-09-14 Thread Brent Nicholas
Before I go posting a huge OT item, I'm wondering if anyone would be interested in helping out with a CFLOGIN issue I'm having. I'm pretty sure it's something with the session or something else obvious... ?? Thanks - Brent Nicholas - 248.767.5516 -[EMAIL PROTECTED]"I can't afford to

RE: [CFCDEV] pls forgiv OT: layer7 switches and sessions - is this correct?

2006-09-19 Thread Brent Nicholas
I hate answering with "I thinks.." but I do recall in the Advanced CF Book for CF4.5 it had write up's oncluster cats in it for load balancing, I recall it talked about different techniques for making sessions portable. I'm guessing the new Advanced CF books might too. If that's of help

[CFCDEV] Semi-OT: Error catching and CFC's

2006-09-21 Thread Brent Nicholas
into the CFC's since it seems to bubble up into the calling template. Thanks,Brent Nicholas -[EMAIL PROTECTED]"I can't afford to make exceptions. Once word leaks out that a pirate has gone soft, people begin to disobey you, and then it's nothing but work, work, work, all the time."-- Ma

RE: [CFCDEV] Semi-OT: Error catching and CFC's

2006-09-21 Thread Brent Nicholas
ate.Thanks,Brent Nicholas -[EMAIL PROTECTED]"I can't afford to make exceptions. Once word leaks out that a pirate has gone soft, people begin to disobey you, and then it's nothing but work, work, work, all the time."-- Man in Black - Princess BrideYou are subscribed to cfcdev. To unsubs

[CFCDEV] CFC Image Manipulate / Image Object Question

2006-10-16 Thread Brent Nicholas
results14 = imageCFC.flipHorizontal(results13.img, "", "")-- Do I just read the image and load it into a var called results.img and call it good? This seems too simple. Is this clear as mud? Thanks for ever

RE: [CFCDEV]

2006-10-17 Thread Brent Nicholas
test test... is this thing on?Brent Nicholas -[EMAIL PROTECTED]"I can't afford to make exceptions. Once word leaks out that a pirate has gone soft, people begin to disobey you, and then it's nothing but work, work, work, all the time."-- Man in Black - Princess Bride Subject: [CFC

RE: [CFCDEV] Application CFC Inheritance Problems

2006-11-29 Thread Brent Nicholas
BandwidthAssociates? If so, you need to change the name of folder from Bandwidth Associates to BandwidthAssociates. Teddy On 11/29/06, Brent Nicholas [EMAIL PROTECTED] wrote: All - I'm finally learning how to use the 'new' Application.cfc framework and need to use inheritance on it. Thus I

RE: [CFCDEV] Application CFC Inheritance Problems

2006-11-29 Thread Brent Nicholas
to bother everyone... Thanks,Brent Nicholas - 248.767.5516 - [EMAIL PROTECTED] I can't afford to make exceptions. Once word leaks out that a pirate has gone soft, people begin to disobey you, and then it's nothing but work, work, work, all the time. -- Man in Black - Princess Bride Date: Wed, 29

[CFCDEV] Application.cfc and the Request scope best practice

2006-11-30 Thread Brent Nicholas
in the app_Globals.cfm as 'request.varName' variables, and include into the second Application.cfc file. This seems right, but I just wanted to run it by people who have been doing this longer than I. Thanks for your time,Brent Nicholas - 248.767.5516 - [EMAIL PROTECTED] I can't afford to make

[CFCDEV] OT: File management with CF on DB and FileSys

2006-12-19 Thread Brent Nicholas
complicate sometimes. Anyone done this? Or know of a place to read about it. I've already googled it, but didn't find much relevant. I'd expand on what I've done and learned but I wanted to keep the email short. Thanks for your time,Brent Nicholas - 248.767.5516 - [EMAIL PROTECTED] I can't

RE: [CFCDEV] OT: File management with CF on DB and FileSys

2006-12-19 Thread Brent Nicholas
practices' for. Thanks for your time, Brent Nicholas - 248.767.5516 - [EMAIL PROTECTED] I can't afford to make exceptions. Once word leaks out that a pirate has gone soft, people begin to disobey you, and then it's nothing but work, work, work, all the time. -- Man in Black - Princess Bride

[CFCDEV] OT: Quick question

2007-02-23 Thread Brent Nicholas
,Brent Nicholas I can't afford to make exceptions. Once word leaks out that a pirate has gone soft, people begin to disobey you, and then it's nothing but work, work, work, all the time. -- Man in Black - Princess Bride You are subscribed to cfcdev. To unsubscribe, please follow the instructions

[CFCDEV] Answered: OT: Quick question

2007-02-23 Thread Brent Nicholas
filters are called that create a distorted bunch of characters that the user needs to type into a text field before they can submit the form? Thanks,Brent Nicholas I can't afford to make exceptions. Once word leaks out that a pirate has gone soft, people begin to disobey you, and then it's nothing

RE: [CFCDEV] Answered: OT: Quick question

2007-02-23 Thread Brent Nicholas
) From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brent Nicholas Sent: Friday, February 23, 2007 2:22 PM To: cfcdev@cfczone.org Subject: [CFCDEV] Answered: OT: Quick question Figures, right after I ask I find it. :) It's called Image Verification.. or at least that'll bring

[CFCDEV] Application cfc inheritance confusion

2007-03-02 Thread Brent Nicholas
for everyone's time - Brent Nicholas You are subscribed to cfcdev. To unsubscribe, please follow the instructions at http://www.cfczone.org/listserv.cfm CFCDev is supported by: Katapult Media, Inc. We are cool code geeks looking for fun projects to rock! www.katapultmedia.com An archive of the CFCDev

RE: [CFCDEV] Application cfc inheritance confusion

2007-03-02 Thread Brent Nicholas
or CF mapping called that either? Solution: create a ColdFusion mapping called CFLHDIntranet that points to D:\IntranetRoadMap\. NB: CF has no idea about and does not / cannot (??) use the virtual IIS mapping you created called CFLHDIntranet. HTH Aaron Brent Nicholas wrote: Howdy all

RE: [CFCDEV] table driven file system

2007-04-12 Thread Brent Nicholas
while storing the files on a file system. Is this what you're after? Thanks, Brent Nicholas - There, I guess King George will be able to read that! - John Hancock Original Email - -Has anyone ever used cfcs for a table driven file

[CFCDEV] Looking for the CF-Dev List admin...

2007-04-13 Thread Brent Nicholas
Who's the supreme leader? I've got a question. Thanks,Brent Nicholas There, I guess King George will be able to read that! - John Hancock You are subscribed to cfcdev. To unsubscribe, please follow the instructions at http://www.cfczone.org/listserv.cfm CFCDev is supported by: Katapult

[CFCDEV] access to applicationname in extended CFC

2007-04-23 Thread Brent Nicholas
in the CF debug: Scope Variables - Application Variables:applicationname=CFLHDIntranet Thoughts? Thanks for your time - Brent Nicholas - There, I guess King George will be able to read that! - John Hancock You are subscribed to cfcdev. To unsubscribe, please follow the instructions at http

RE: [CFCDEV] access to applicationname in extended CFC

2007-04-23 Thread Brent Nicholas
Ok, it's Monday the answer is: this.name 'sigh' :)Brent Nicholas - There, I guess King George will be able to read that! - John Hancock From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: [CFCDEV] access to applicationname in extended CFCDate: Mon, 23 Apr 2007 15:03:47 -0600 Howdy all

RE: [CFCDEV] access to applicationname in extended CFC

2007-04-23 Thread Brent Nicholas
Aaron - Thanks for the reply. Ideally I could learn the techniques you mentioned, though being the only developer on staff I can't take the risk of using some of the more interesting uses the cfc's have taken on. I see the value, I just have to show results faster than I feel I can learn OO

RE: [CFCDEV] access to applicationname in extended CFC

2007-04-24 Thread Brent Nicholas
Is anyone extending Application.cfc? I never thought of that before. I do it just to make sure my Datasource, Schema and a few other high level vars are always present. But then again, I'm not doing any OO cfc work. BNBrent Nicholas - There, I guess King George will be able to read that! -

RE: [CFCDEV] Is there a point to staying here?

2007-04-30 Thread Brent Nicholas
Mike - I see plenty of good talks about CFC OO and various other topics. Lot's to learn. You should check the web page that allows you to browse the postings and see if you are actually getting all of them. Otherwise maybe your spam filter is only letting spam through and filtering the

[CFCDEV] here we go again...

2007-05-24 Thread Brent Nicholas
I hate to be the guy to drag in the dead horse to kick... But I thought I'd bring this up for discussion and wonder what other people are seeing out there. Personally I think all programming will 'die' in the US from outsourcing, so getting a PMP degree might be the smart thing for any

RE: [CFCDEV] here we go again...

2007-05-24 Thread Brent Nicholas
that, if I am wrong, I don't think that a PMP certification saves you, either. If you can successfully outsource programming, you can successfully outsource project management, as well. Just my 2 cents. Eric On 5/24/07, Brent Nicholas [EMAIL PROTECTED] wrote: I hate to be the guy to drag

[CFCDEV] OT: Quick AJAX Poll

2007-06-12 Thread Brent Nicholas
the same about dojo. Right now I'm finding dojo a little cryptic, despite the few 'starter guides'. I'm initially looking for reasonable learning curve and loose coupling. Thanks for your time,Brent Nicholas - 248.767.5516 - [EMAIL PROTECTED] There, I guess King George will be able to read

[CFCDEV] Application.cfc variables and cflogin

2007-08-23 Thread Brent Nicholas
Howdy all - Summary: A top level Application.cfc sets up the application vars and handles login with CFLOGIN. A child folder Application.cfc (extends parent) does not seem to have access to the GetAuthUser() set in the parent Application.cfc The index.cfm file in this child folder however

RE: [CFCDEV] Application.cfc variables and cflogin

2007-08-24 Thread Brent Nicholas
hmm.. so either this question was so dumb I provided everyone with a good chuckle or it's truly perplexing.. :)Brent Nicholas From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: [CFCDEV] Application.cfc variables and cfloginDate: Thu, 23 Aug 2007 15:29:28 -0600 Howdy all - Summary:A top level

RE: [CFCDEV] Application.cfc variables and cflogin

2007-08-25 Thread Brent Nicholas
() returns '707'=EMP_ID as it should. Brent Nicholas - 248.767.5516 - [EMAIL PROTECTED] There, I guess King George will be able to read that! - John Hancock Date: Sat, 25 Aug 2007 13:00:49 -0700 From: [EMAIL PROTECTED] To: cfcdev@cfczone.org Subject: Re: [CFCDEV] Application.cfc variables

RE: [CFCDEV] Application.cfc variables and cflogin

2007-08-25 Thread Brent Nicholas
] Application.cfc variables and cflogin On 8/25/07, Brent Nicholas [EMAIL PROTECTED] wrote: Will this work? THe intention is to set that value that GetAuthUser() returns to 'emp_id' for use everywhere. However it seems the child Application.cfc is still returning the 'domain\username

RE: [CFCDEV] Tom Minderson and anti-OO

2007-08-29 Thread Brent Nicholas
and no excuses. So I've been shy on the CF OO thing because it seemed like such a monumental effort, maybe that's where these guys are comming from.. high pressure, high stress, I don't have time..Brent Nicholas - There, I guess King George will be able to read that! - John Hancock From: [EMAIL

RE: [CFCDEV] Tom Minderson and anti-OO

2007-08-29 Thread Brent Nicholas
hmm... well I didn't intend to send this after writing it... since after I wrote I thought.. hmm.. I'm just thinking out loud. however my mouse and hand conspired against me... So feel free to chuckle and guffaw.. :) BN Brent Nicholas - There, I guess King George will be able to read