RE: [KCFusion] Measuring interest in attending a meeting

2002-09-24 Thread LaPlante, Bryan
either day is ok with me. Bryan LaPlante -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 i

RE: [KCFusion] Client side variable storage

2002-05-02 Thread LaPlante, Bryan
The example you sent me is exactly what I coded. The Person function is my collection and setName function is my Map. The difference is that you don't need to know the names of your properties to get them back out and you can choose to output them as an array or a list. -Original Message-

RE: [KCFusion] Implementing an Enterprise Single Login

2002-04-18 Thread LaPlante, Bryan
I didn't realize this solution was across different domains,boxes. The server scope will not span multiple boxes. Here is a link to another storage method that stores more complex data and allows more drive space on the client. I have a code example of how to use an xml store. The down side

RE: [KCFusion] Implementing an Enterprise Single Login

2002-04-17 Thread LaPlante, Bryan
Do you mean that you want to share a login among multiple 's? You could use the server scope to store your variable. Using a cookie will cause some issues if you try to access it from a separate domain, server variables will over come that. I would be glad to help you set this up if you need

[KCFusion] Beginner CF

2002-03-14 Thread LaPlante, Bryan
Has any one heard from the new leader of the CF group? I have been talking with some of the kids in my neighborhood and they were interested in attending a meeting that would cover an intro to CF. If anyone else is interested in that topic I would be happy to speak at that meeting. Bryan LaPlant

RE: [KCFusion] innerText Help!

2002-03-12 Thread LaPlante, Bryan
bited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of LaPlante, Bryan Sent: Tuesday, March 12, 2002 2:28 PM To: '[EMAIL PROT

RE: [KCFusion] innerText Help!

2002-03-12 Thread LaPlante, Bryan
use innerHTML instead -Original Message- From: Justin Hansen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 1:41 PM To: [EMAIL PROTECTED] Subject: [KCFusion] innerText Help! I am trying to replace a whole table in side a div tag with a new table. The new contents of the div co

RE: [KCFusion] Tuesday's meeting

2002-02-12 Thread LaPlante, Bryan
Does anyone know Ron Ramphal's email? I don't have it at work, he is the one that could confirm that a room would be available. Bryan -Original Message- From: Daryl Banttari [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 2:20 PM To: [EMAIL PROTECTED] Subject: Re: [KCFusion]

RE: [KCFusion] Tuesday's meeting

2002-02-12 Thread LaPlante, Bryan
it is in (semi-)public beta now. --Daryl ----- Original Message - From: "LaPlante, Bryan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 12, 2002 1:33 PM Subject: RE: [KCFusion] Tuesday's meeting I want a copy, I thought that neo wa

RE: [KCFusion] Tuesday's meeting

2002-02-12 Thread LaPlante, Bryan
I want a copy, I thought that neo was still under the NDA and could not be discussed yet. Bryan LaPlante -Original Message- From: Matthew W Jones [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 1:24 PM To: '[EMAIL PROTECTED]' Subject: RE: [KCFusion] Tuesday's meeting I want

RE: [KCFusion] scrollable div tags

2001-12-21 Thread LaPlante, Bryan
----- From: LaPlante, Bryan [mailto:[EMAIL PROTECTED]] Sent: Friday, December 21, 2001 11:48 AM To: '[EMAIL PROTECTED]' Subject: RE: [KCFusion] scrollable div tags does your style look something this? content larger than height and width -Original Message- From: Bakken, Kory [mai

RE: [KCFusion] scrollable div tags

2001-12-21 Thread LaPlante, Bryan
does your style look something this? content larger than height and width -Original Message- From: Bakken, Kory [mailto:[EMAIL PROTECTED]] Sent: Friday, December 21, 2001 10:43 AM To: '[EMAIL PROTECTED]' Subject: RE: [KCFusion] scrollable div tags Bryan or anyone else: Does anyone kno

RE: [KCFusion] Am I thinking right?

2001-11-20 Thread LaPlante, Bryan
want the custom tag the article talks about, let me know. -Original Message- From: LaPlante, Bryan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 20, 2001 10:02 AM To: 'CF-List (E-mail) Subject: [KCFusion] Am I thinking right? I am trying to remember how to check what secur

[KCFusion] Am I thinking right?

2001-11-20 Thread LaPlante, Bryan
I am trying to remember how to check what security level a user has access to by using the BitAnd(accessLevel,securityLevel) function. If I remember right you set each security level as an exponent of 2 so that you end up with something like users become 2 and the next level of superUser becomes 4

RE: [KCFusion] Help

2001-09-18 Thread LaPlante, Bryan
Are you using around your session variables -Original Message- From: Nathan Haley [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 18, 2001 11:47 AM To: '[EMAIL PROTECTED]' Subject: [KCFusion] Help Wondering if anyone else has had this experience. Running an app that relies on settin

RE: [KCFusion] Prepared statements

2001-08-31 Thread LaPlante, Bryan
I think I will test the performance diff's and see if I can get some idea what the best practice might be for this. -Original Message- From: Daryl Banttari [mailto:[EMAIL PROTECTED]] Sent: Friday, August 31, 2001 10:39 AM To: [EMAIL PROTECTED] Subject: Re: [KCFusion] Prepared statements

[KCFusion] isDefined(dynamic)

2001-08-23 Thread LaPlante, Bryan
While running a custom tag that takes scope and variable attributes I am trying to concatenate the two together and then see if a scope.variable has been created. If I try the following code I get an error. I get an error message here about can't convert session.myvar to a simple value. If I

RE: [KCFusion] cachedwithin

2001-08-21 Thread LaPlante, Bryan
query, not the query name. Robin Greenhagen President GreenSoft Solutions, Inc. -Original Message----- From: LaPlante, Bryan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 2:37 PM To: '[EMAIL PROTECTED]' Subject: [KCFusion] cachedwithin Does anyone know if having

[KCFusion] cachedwithin

2001-08-21 Thread LaPlante, Bryan
Does anyone know if having two different select statements with the same name attribute will create a conflict when using the cachedwithin property of the cfquery tag or does CF not consider the name of the query when deciding if it should pull from memory or the database? Bryan LaPlante

RE: [KCFusion]

2001-08-21 Thread LaPlante, Bryan
Where's my branding iron? Any body that wants things put on the kcfusion web site just send me some code in the format of header- Your code footer The site is in the above format and I would be happy to accommodate you all any way I can. -Original Message- From: Keith