RE: [KCFusion] session vars

2003-03-18 Thread Dunwiddie, Bruce
There's no such thing as too many. It would totally depend on your application and how much RAM your server has. It would also depend on the amount of data in each variable. You just have to think ahead and try to limit session variable usage to variables that will be requested alot and

RE: [KCFusion] session vars

2003-03-18 Thread Dunwiddie, Bruce
Title: RE: [KCFusion] session vars you don't double quote the session variable name in structdelete, structclear, or structinsert. that's most likely your problem. I'd recommend just clicking on the word in cf studio if you have it and hitting f1 and looking at their examples. I don't know

RE: [KCFusion] CF on Netscape and IE

2003-03-18 Thread Dunwiddie, Bruce
Title: RE: [KCFusion] CF on Netscape and IE blood, sweat, and tears. there's no easy way to go about it. if they, your bosses or whoever, for whatever reason, can't spend the time to go back and forth, back and forth, testing for both, then they won't be able to get them to work on both.

RE: [KCFusion] Printer Friendly Directory Listing

2003-03-11 Thread Dunwiddie, Bruce
Title: Message if you say apply that to a table tag, and then have multiple tables each having that style, it will have a page break between them. of course, I'm sure it's only ie, but better than nothing. -Original Message-From: Chris Holdman [mailto:[EMAIL PROTECTED]Sent:

RE: [KCFusion] storing files

2003-03-10 Thread Dunwiddie, Bruce
I'm pretty sure there's a file size limit as to how much you can store in the database. You will obviously cause some overhead when loading these files from the server as compared to loading natively through just iis. You will also ramp your database file size. In general I find it a very

RE: [KCFusion] storing files

2003-03-10 Thread Dunwiddie, Bruce
I don't necessarily disagree, but there's a difference here. We all have to admit that modern operating systemsalready basically have a database that stores files, it's just that that file system database is very native to the operating system, as compared to a database that is installed on

[KCFusion] include vs custom tag

2003-03-06 Thread Dunwiddie, Bruce
Title: include vs custom tag We're still using cf 4.5 sp2. We're currently having a disagreement about whether to define our new framework for a site based on custom tags for each page basically, or the same thing using includes instead. I personally think the custom tags are a complete

RE: [KCFusion] include vs custom tag

2003-03-06 Thread Dunwiddie, Bruce
Title: include vs custom tag I'm seeing it on one of our test servers as .5 ms avg to run an include, and 1 ms to run a custom tag. Can anyone else verify that the custom tag would take about twice the time? -Original Message-From: Dunwiddie, Bruce [mailto:[EMAIL PROTECTED]Sent

RE: [KCFusion] include vs custom tag

2003-03-06 Thread Dunwiddie, Bruce
06, 2003 11:02 AMTo: [EMAIL PROTECTED]Subject: Re: [KCFusion] include vs custom tag Curious. If you have time, can you explain what you mean exactly when you say you are going to use custom tags for the framework? A. - Original Message - From: Dunwiddie

RE: [KCFusion] include vs custom tag

2003-03-06 Thread Dunwiddie, Bruce
: [KCFusion] include vs custom tag what version of fusebox are you changing? -Original Message-From: Dunwiddie, Bruce [mailto:[EMAIL PROTECTED]Sent: Thursday, March 06, 2003 11:11 AMTo: '[EMAIL PROTECTED]'Subject: RE: [KCFusion] include vs custom tag I'll leave

RE: [KCFusion] include vs custom tag

2003-03-06 Thread Dunwiddie, Bruce
Title: include vs custom tag well, we would probably use cfmodule instead of the custom tags if custom tags win this discussion, so I'm not really worried about that part. your viewpoints on using cfmodule instead of cfinclude however are interesting. -Original Message-From: Glenn

[KCFusion] http file uploads

2003-02-28 Thread Dunwiddie, Bruce
Title: http file uploads we have the need to do some large http file uploads. I seem to remember some limitations, especially on macs. does anyone know these limitations that we would run into offhand?

RE: [KCFusion] March Meeting questionnaire - Contribute demo

2003-02-27 Thread Dunwiddie, Bruce
Title: RE: [KCFusion] March Meeting questionnaire - Contribute demo ryan, for those of us who don't really pay any attention to news events at all of the software companies, can you explain what mm contribute is? I currently have no idea and would have to look it up and probably wouldn't get

RE: [KCFusion] What Contribute is - synopsis

2003-02-27 Thread Dunwiddie, Bruce
Title: RE: [KCFusion] What Contribute is - synopsis thanks for the info. -Original Message- From: Ryan Hartwich [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 27, 2003 2:48 PM To: [EMAIL PROTECTED] Subject: [KCFusion] What Contribute is - synopsis From MM's site Macromedia

RE: [KCFusion] Uploading file from Web form

2003-02-26 Thread Dunwiddie, Bruce
by reply email and destroy all copies of the original message. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Dunwiddie, Bruce Sent: Wednesday, February 26, 2003 2:37 PM To: '[EMAIL PROTECTED]' Subject: RE: [KCFusion] Uploading file from Web form

RE: [KCFusion] CFMX Extended Path Info Processing

2003-02-21 Thread Dunwiddie, Bruce
I think this is the pattern in the xml file that you're missing. I've seen it listed in several different sources over the past couple of months in response to the same problem although I have not ever attempted it.

RE: [KCFusion] same field names

2003-01-28 Thread Dunwiddie, Bruce
the best thing would probably be to use the aliasing in the query as opposed to renaming the column in the table like this... select parentTable.state as parent_state, childTable.state as child_state from parentTable, childTable where something = something then you can use

RE: [KCFusion] file property

2003-01-24 Thread Dunwiddie, Bruce
] Subject: RE: [KCFusion] file property How is the data file being created? Is is being exported from another DBMS? Is it getting generated through a program? Dunwiddie, Bruce To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] BDunwiddie@henry cc: wurst.com Subject: RE: [KCFusion] file property

RE: [KCFusion] file property

2003-01-24 Thread Dunwiddie, Bruce
level in a while so I'm not sure its still an issue. -Original Message-From: Dunwiddie, Bruce [mailto:[EMAIL PROTECTED]]Sent: Friday, January 24, 2003 3:56 PMTo: '[EMAIL PROTECTED]'Subject: RE: [KCFusion] file property It's being sent to us from another company

RE: [KCFusion] Encrypted URL and JS

2003-01-23 Thread Dunwiddie, Bruce
Title: RE: [KCFusion] Encrypted URL and JS this would be the result using ron's advice. A HREF="" ', \', all)#') Click here/A -Original Message- From: Keith Purtell [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 10:12 AM To: [EMAIL PROTECTED] Subject: RE:

RE: [KCFusion] Encrypted URL and JS

2003-01-23 Thread Dunwiddie, Bruce
PROTECTED]]On Behalf Of Dunwiddie, Bruce Sent: Thursday, January 23, 2003 10:30 AM To: '[EMAIL PROTECTED]' Subject: RE: [KCFusion] Encrypted URL and JS this would be the result using ron's advice. A HREF="" ', \', all)#')Click here/A -Original Message- From: Keith Pu

RE: [KCFusion] Local Java Training?

2003-01-20 Thread Dunwiddie, Bruce
Title: RE: [KCFusion] Local Java Training? This company donates quite a bit to the local java user's group and are pretty nice people, but I've never taken any classes from them. They took over after conseva. They're at 8700 State Line. http://www.fosstraining.com/ -Original

RE: [KCFusion] ColdFusion and JSP pages

2002-12-04 Thread Dunwiddie, Bruce
I found this article very interesting on this topic and several related issues. http://www.macromedia.com/desdev/mx/coldfusion/articles/java.html -Original Message-From: Chris Holdman [mailto:[EMAIL PROTECTED]]Sent: Wednesday, December 04, 2002 11:29 AMTo: '[EMAIL

RE: [KCFusion] a design question (off topic)

2002-12-04 Thread Dunwiddie, Bruce
don't use type="submit" for onclick actions. I think ns is probably the reason I've made this rule but who knows. try either making it a type="button" or using the onsubmit of the form instead of the onclick of the submit. you shouldn't have any problems with either of those.

RE: [KCFusion] a design question (off topic)

2002-12-04 Thread Dunwiddie, Bruce
on't respond, then I spose I can take another look at it and see if I can find some other possible conflict. -Original Message-From: Dunwiddie, Bruce [mailto:[EMAIL PROTECTED]]Sent: Wednesday, December 04, 2002 4:31 PMTo: '[EMAIL PROTECTED]'Subject: RE: [KCFusion] a design questio

RE: [KCFusion] Server Problem

2002-12-03 Thread Dunwiddie, Bruce
Title: RE: [KCFusion] Server Problem as for that error message, you can see what is somewhat causing it in this article http://support.microsoft.com/default.aspx?scid=KB;en-us;q226494 under the heading of Collect Timeout. I don't think that will help you resolve your problem any, but it might

[KCFusion] FW: sql server help please

2002-12-03 Thread Dunwiddie, Bruce
Title: sql server help please Daryl to the rescue. Now running in 2-3 seconds. Thanks Daryl. -Original Message-From: Daryl Banttari [mailto:[EMAIL PROTECTED]]Sent: Tuesday, December 03, 2002 1:32 PMTo: Dunwiddie, BruceCc: LaPlante, BryanSubject: Re: sql server help please Ack!

RE: [KCFusion] messed up indexes in sql server

2002-11-30 Thread Dunwiddie, Bruce
luck and let me know how it goes. Chris --- Dunwiddie, Bruce [EMAIL PROTECTED] wrote: I'm really kind of stuck on this one and it's a bit out of my realm, but we really need to find a solution. Basically, a query that's been basically been running fine on the dev server was moved

[KCFusion] messed up indexes in sql server

2002-11-29 Thread Dunwiddie, Bruce
Title: messed up indexes in sql server I'm really kind of stuck on this one and it's a bit out of my realm, but we really need to find a solution. Basically, a query that's been basically been running fine on the dev server was moved to the production server along with a few database changes,

RE: [KCFusion] actual space

2002-10-18 Thread Dunwiddie, Bruce
it would depend on the datatype and the database, but I think their point was that a null value takes up the same amount of space as if it had a value, so it would take the amount of space required to hold a value, but for readability and usability, and possibly because I'm just plain lazy,

[KCFusion] max length of a query using cfquery

2002-10-16 Thread Dunwiddie, Bruce
I seem to remember that there's a max length to a query that can be sent using cfquery. we're using cf 4.5 and ms sql. Specifically, we're having a discussion about whether or not to save a list of id's and then have a VERY large not in () outputting the saved list of id's using cf, or instead

RE: [KCFusion] Net Send Spam

2002-10-11 Thread Dunwiddie, Bruce
it happened to me at home twice within a couple weeks. the firewall didn't catch it for some reason, but I haven't shut down that port entirely in the firewall. I just shut down the service. -Original Message-From: Greenhagen, Robin [mailto:[EMAIL PROTECTED]]Sent: Thursday,

RE: [KCFusion] Measuring interest in attending a meeting

2002-09-24 Thread Dunwiddie, Bruce
wed yes, thurs no (vacation) -Original Message- From: Ryan Hartwich [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 12:04 PM To: [EMAIL PROTECTED] Subject: [KCFusion] Measuring interest in attending a meeting TO: KC MM Tools, CF, Web Sig Subject: Measuring interest in

RE: [KCFusion] KC CF employment opportunity

2002-09-18 Thread Dunwiddie, Bruce
whenever I see requirements of vb and c++ together, let alone the cold fusion thrown in for good measure, I just figure it's a recruiter trying to fill multiple spots. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 1:54 PM To:

RE: [KCFusion] help reading a text file...

2002-08-02 Thread Dunwiddie, Bruce
we have tried this and are using it, somewhat different in how things go, but you can set up a datasource to a folder, and then your queries are something like select * from somefile.csv and if there's a header line in the csv, you will get a nice normal query to work with after that point.

RE: [KCFusion] Implementing an Enterprise Single Login

2002-04-18 Thread Dunwiddie, Bruce
we also came up with another solution that is somewhat complex to code, but the end result is pretty fair. have the authorization/main server send it's sessionid for this particular client to the other server in the first request, which could even be done with a post method. then, have the

RE: [KCFusion] AddToken = Yes

2002-03-18 Thread Dunwiddie, Bruce
: [KCFusion] AddToken = Yes But what it adds will be compatible for both Client Session scoping correct? CF doesn't differentiate between the two for managing state on the browser side right? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Dunwiddie, Bruce

RE: [KCFusion] Retrieving alias from SQL sub-query

2002-01-07 Thread Dunwiddie, Bruce
if I understand what you're saying, this should give you what you want in one query... select loopip, rec_num, lastvisit, count(loopip) as loop_count from tablename where loopip in (#listqualify(listofips, ')#) group by loopip -Original Message- From: Keith Purtell [mailto:[EMAIL

RE: [KCFusion] background

2002-01-02 Thread Dunwiddie, Bruce
it's hard for me to follow all of your cells and make sure they're all ending right, but I'd suggest you opening it up in netscape, because it looks like you're missing some ending tags. I'm not sure that that's the problem, but definately some things you probably want to fix. In IE 5.0,

RE: [KCFusion] Scheduled Datasource Updating

2001-12-13 Thread Dunwiddie, Bruce
am I crazy, or this a rediculous solution in the age of providing worldwide services in all timezones? and I can only assume that this maintenance is necessary because you're using an access db? -Original Message- From: Ellis, Randy [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13,

RE: [KCFusion] Scheduled Datasource Updating

2001-12-13 Thread Dunwiddie, Bruce
- From: Dunwiddie, Bruce [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 12:19 PM To: '[EMAIL PROTECTED]' Subject: RE: [KCFusion] Scheduled Datasource Updating am I crazy, or this a rediculous solution in the age of providing worldwide services in all timezones? and I can only assume

[KCFusion] recordset sql statement

2001-12-12 Thread Dunwiddie, Bruce
in the debug window, under recordsets, there's a column that shows the sql that ran to generate that query. is this an exposed variable that we have access to on a page? like in the form of something like #queryname.statement# or is it restricted to only their debug window and they're grabbing it

[KCFusion] UPSPrice.cfm

2001-12-07 Thread Dunwiddie, Bruce
Does anyone have a page working that gets the online ups shipping cost? We looked at this a while back, and Ben Forta's tag UPSPrice.cfm was working then, but now that we're ready to put something in place, I'm getting a Connection Failure error and after looking in to it, it looks like the tag

RE: [KCFusion] off topic - IMail javascript box

2001-11-15 Thread Dunwiddie, Bruce
I'm not sure that forta's page that you're referring to actually uses document.write to produce that. I think he's just including it in a way to hide it, which I do give you that your source viewer does pull it out of there, but I'm under the assumption that it's actually straight html in that