Virtual Directories

2002-06-12 Thread Kevin Schmidt

We have a IIS virtual directory to a SNAP server and it seems that it
gets dropped about every 60 seconds, and ColdFusion has to wake it up.
Basically we store images on this server and call them from the web
server.  First time around if the connection is severed we get broken
images, hit refresh and bingo, there they are.  Anyone have any ideas on
this one?

 

 

Kevin Schmidt

 

 

 


__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: XML output

2002-05-30 Thread Kevin Schmidt

Try enclosing your XML variable in the  tags

IE #xmlfeed#

-Original Message-
From: Andres [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, May 30, 2002 9:46 AM
To: CF-Talk
Subject: XML output

I'm trying to output an xml page on IE. This is the code i'm using:


#xmlfeed#

All i get is a blank page. I can see the xml generaged when i view the
source of that page.

Do i need to set other types of content on the cf content tag?

Thanks for all input!

Andres


Andres Leon
[EMAIL PROTECTED]
Vitacost.com
2049 High Ridge Road
Boynton Beach, Fl 33426
1.800.793.2601 x 225

__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Array questions

2002-05-24 Thread Kevin Schmidt

Dave,

It barfs, saying it encountered non numeric values.

Kevin


-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]] 
Sent: Friday, May 24, 2002 2:36 PM
To: CF-Talk
Subject: RE: Array questions

> So will arrayAvg(myArray[1]) work?

If myArray[1] is itself an array, and that array contains numeric
values,
yes, it'll return the average of all elements within myArray[1]. I'm not
sure what it would do if the array contained any non-numeric values,
though.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Sorting a 2 dimensionl array

2002-05-24 Thread Kevin Schmidt

The tag I got from the exchange does what I need it to:

IE

[1][145]
[1][Kevin Schmidt]

[2][97]
[2][Kevin Schmidt]

[3][64]
[3][Kevin Schmidt]

[4][85]
[4][Kevin Schmidt]

I needed main array sorted by the first element of each of the other
arrays so this example would end up like this:

[1][145]
[1][Kevin Schmidt]

[2][97]
[2][Kevin Schmidt]

[3][85]
[3][Kevin Schmidt]

[4][64]
[4][Kevin Schmidt]


-Original Message-
From: Jeff Brown [mailto:[EMAIL PROTECTED]] 
Sent: Friday, May 24, 2002 2:28 PM
To: CF-Talk
Subject: RE: Sorting a 2 dimensionl array

a 2 dimensional array is a 1 dimensional array in another 1 dimensional
array.  maybe i'm not sure what you're trying to accomplish...

-Jeff

-Original Message-----
From: Kevin Schmidt [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 24, 2002 3:05 PM
To: CF-Talk
Subject: RE: Sorting a 2 dimensionl array


That only does 1 dimensional arrays :)


-Original Message-
From: Jeff Brown [mailto:[EMAIL PROTECTED]] 
Sent: Friday, May 24, 2002 2:01 PM
To: CF-Talk
Subject: RE: Sorting a 2 dimensionl array

check out ArraySort() in the CF Docs...

v/r,
Jeff

-Original Message-----
From: Kevin Schmidt [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 24, 2002 2:58 PM
To: CF-Talk
Subject: Sorting a 2 dimensionl array


Anyone have a ideas on how to sort a two dimentional array by one of the
elements (numerically)?

 

 

Kevin Schmidt

Two Rivers Marketing Group

502 E. Locust, Des Moines, IA 50309

Phone: 515.557.2028

Mobile: 515.865.3526

Fax: 515.557.2001

[EMAIL PROTECTED]

 

 

 






__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Sorting a 2 dimensionl array

2002-05-24 Thread Kevin Schmidt

That only does 1 dimensional arrays :)


-Original Message-
From: Jeff Brown [mailto:[EMAIL PROTECTED]] 
Sent: Friday, May 24, 2002 2:01 PM
To: CF-Talk
Subject: RE: Sorting a 2 dimensionl array

check out ArraySort() in the CF Docs...

v/r,
Jeff

-Original Message-
From: Kevin Schmidt [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 24, 2002 2:58 PM
To: CF-Talk
Subject: Sorting a 2 dimensionl array


Anyone have a ideas on how to sort a two dimentional array by one of the
elements (numerically)?

 

 

Kevin Schmidt

Two Rivers Marketing Group

502 E. Locust, Des Moines, IA 50309

Phone: 515.557.2028

Mobile: 515.865.3526

Fax: 515.557.2001

[EMAIL PROTECTED]

 

 

 




__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Sorting a 2 dimensional array

2002-05-24 Thread Kevin Schmidt

I need to use my spell checker more often! :)


-Original Message-
From: Kevin Schmidt 
Sent: Friday, May 24, 2002 1:58 PM
To: CF-Talk
Subject: Sorting a 2 dimensionl array

Anyone have a ideas on how to sort a two dimentional array by one of the
elements (numerically)?

 

 

Kevin Schmidt

Two Rivers Marketing Group

502 E. Locust, Des Moines, IA 50309

Phone: 515.557.2028

Mobile: 515.865.3526

Fax: 515.557.2001

[EMAIL PROTECTED]

 

 

 



__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Sorting a 2 dimensionl array

2002-05-24 Thread Kevin Schmidt

Anyone have a ideas on how to sort a two dimentional array by one of the
elements (numerically)?

 

 

Kevin Schmidt

Two Rivers Marketing Group

502 E. Locust, Des Moines, IA 50309

Phone: 515.557.2028

Mobile: 515.865.3526

Fax: 515.557.2001

[EMAIL PROTECTED]

 

 

 


__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: DateAdd function

2002-05-24 Thread Kevin Schmidt

No problem


-Original Message-
From: Yves Arsenault [mailto:[EMAIL PROTECTED]] 
Sent: Friday, May 24, 2002 7:38 AM
To: CF-Talk
Subject: Re: DateAdd function

Ah man,

The Quotes weren't in the help file I looked at, and my brain didn't
click
in to trying them.
Cursed Brain!!

Thanks Kevin!

Yves
- Original Message -----
From: "Kevin Schmidt" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, May 24, 2002 9:30 AM
Subject: RE: DateAdd function


> 
>
> -Original Message-
> From: Yves Arsenault [mailto:[EMAIL PROTECTED]]
> Sent: Friday, May 24, 2002 7:29 AM
> To: CF-Talk
> Subject: DateAdd function
>
> I have never used these functions much.
> The syntax looks just like the help files.
>
> 
>
> Can I use the DateAdd function in a CFSET?
>
> I get this error:
> Error Diagnostic Information
>
> An error occurred while evaluating the expression:
>
>
>  TodayPlus1 = DateAdd(d, 1, Today)
>
>
>
> Error near line 24, column 7.
>
> Error resolving parameter D
>
>
> ColdFusion was unable to determine the value of the parameter. This
> problem is very likely due to the fact that either:
>
>   1.. You have misspelled the parameter name, or
>   2.. You have not specified a QUERY attribute for a CFOUTPUT, CFMAIL,
> or CFTABLE tag.
>
>
> The error occurred while processing an element with a general
identifier
> of (CFSET), occupying document position (24:1) to (24:41).
>
>
>
> Thanks,
>
> Yves
>
>
>
>
> 

__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: DateAdd function

2002-05-24 Thread Kevin Schmidt



-Original Message-
From: Yves Arsenault [mailto:[EMAIL PROTECTED]] 
Sent: Friday, May 24, 2002 7:29 AM
To: CF-Talk
Subject: DateAdd function

I have never used these functions much.
The syntax looks just like the help files.



Can I use the DateAdd function in a CFSET?

I get this error:
Error Diagnostic Information

An error occurred while evaluating the expression: 


 TodayPlus1 = DateAdd(d, 1, Today)



Error near line 24, column 7.

Error resolving parameter D 


ColdFusion was unable to determine the value of the parameter. This
problem is very likely due to the fact that either: 

  1.. You have misspelled the parameter name, or 
  2.. You have not specified a QUERY attribute for a CFOUTPUT, CFMAIL,
or CFTABLE tag.


The error occurred while processing an element with a general identifier
of (CFSET), occupying document position (24:1) to (24:41).



Thanks,

Yves




__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Recomend for those just starting ColdFusion, or experienced

2002-05-23 Thread Kevin Schmidt

There will be several books for CFMX.

-Original Message-
From: Neil Clark - =TMM= [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, May 23, 2002 10:25 AM
To: CF-Talk
Subject: RE: Recomend for those just starting ColdFusion, or experienced

I think there will be one... Go one then, what did you learn :-) when do
you use # signs for the best..













Neil Clark
Team Macromedia
http://www.macromedia.com/go/team

Announcing Macromedia MX!! 
http://www.macromedia.com/software/trial/.

-Original Message-
From: Brian Eckerman [mailto:[EMAIL PROTECTED]] 
Sent: 23 May 2002 16:29
To: CF-Talk
Subject: Recomend for those just starting ColdFusion, or experienced

Hello, just thought I'd give my $0.02 
About a week ago I bought 
"Certified macromedia COLDFUSION Developer Study Guide"
http://www.amazon.com/exec/obidos/ASIN/0789726963

I bought it to get certified, but I find it has alot of really good
tips.
Ex. Do you know exactly when and when not to use # around variables?
  Most people overuse them.

It also mentions LDAP a bit.
And ofcourse you can get certified.

Does anybody know if Macromedia will come out with a book for CFMX?


__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Creating a list

2002-05-21 Thread Kevin Schmidt

Lists don't require anything special to create.  Just set a variable to
an empty string and use the listappend function to additems to it.





-Original Message-
From: Tony Gruen [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, May 21, 2002 3:51 PM
To: CF-Talk
Subject: Creating a list

Is ListAppend used to create a new list? I am querying a db for one
field.
This will return multiple values. I need to turn that return set into a
list
for use elsewhere. Strange I have realized I have not had to create a
list
like this before.





__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Brainfart - Need Help

2002-05-21 Thread Kevin Schmidt

Scope your variable.  #Company# in the query  is different from company
set using   one is in the variables scope the other is in the
scope of the query.

Why not do this:


Blah Blah

#company#


-Original Message-
From: Chris Montgomery [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, May 21, 2002 3:38 PM
To: CF-Talk
Subject: Brainfart - Need Help

Hello Cf-Talk,

  I'm having a major brainfart here. After running a query I need to
  output a list of order info. If a field is blank, I want to output a
  default value instead of just showing a blank.

  Within the query output block, this works:
  blah blah#Company#
  (if the value of Company returned by the query is blank, "blah blah"
  gets displayed)

  But if I do this, it doesn't work:
  
  #Company#
  (no "blah blah" if the returned Company field is blank)

  What am I not seeing here? I know it's gotta be something blatantly
  simple, but I'm having one of those senior moments. :)

  TIA.

-- 
Chris Montgomery[EMAIL PROTECTED] 

Airtight Web Services   http://www.airtightweb.com
Web Development, Web Project Management, Software Sales
210-490-3249/888-745-7603


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: mySQL vs. Access

2002-05-21 Thread Kevin Schmidt

If you are looking for ease of use, go with Access.  Much easier to use
than MySQL.


-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, May 21, 2002 11:30 AM
To: CF-Talk
Subject: RE: mySQL vs. Access

mySQL, hands down.  With the right GUI front end you also have an easy
and very powerful environment to work in.  The free/donationware
mySQLFront (http://www.mysqlfront.de) is my favorite.

--Matt Robertson--
MSB Designs, Inc.
http://mysecretbase.com



-Original Message-
From: Bosky, Dave [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, May 21, 2002 6:15 AM
To: CF-Talk
Subject: mySQL vs. Access


Which database would be better to use for a small Intranet with a few
updatable pages, mySQL or Access? Any experiences using one over
another? What about ease of use?
 
Thanks,
Dave 
 
 



__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Query help

2002-05-21 Thread Kevin Schmidt

If you are using SQL server you can encase your query in a
 tag and then after your query, SELECT @@identity FROM
tbljustinsertedto

I don't believe access supports this, however, you could just SELECT
MAX(id) from tbljustinsertedto and that should be that last id.


-Original Message-
From: Kris Pilles [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, May 21, 2002 8:06 AM
To: CF-Talk
Subject: Query help

How can Insert a record into a table (that I know how to do) but after
the insert, I want to be able to know what the primary key for the
record I just inserted...  

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Want to eliminate the Evaluate

2002-05-17 Thread Kevin Schmidt

Yes

Use form[x]

Kevin




-Original Message-
From: David DiPietro [mailto:[EMAIL PROTECTED]] 
Sent: Friday, May 17, 2002 2:04 PM
To: CF-Talk
Subject: Want to eliminate the Evaluate

There's got to be another way to do this.
Any ideas?




#fieldname# = #fieldValue#


David DiPietro
Systems Developer / Engineer
OSU College of Medicine & Public Health
Voice (614) 292-5960
Fax (614) 292-0745


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Inserting into 2 tables with a relationship

2002-05-16 Thread Kevin Schmidt

If you are using SQL server and are within a transaction you can use 
SELECT @@identity AS newid
FROM table

It holds the value of the last id inserted in the table for that
transaction

Kevin


-Original Message-
From: Donnie Bachan [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, May 16, 2002 1:59 PM
To: CF-Talk
Subject: RE: Inserting into 2 tables with a relationship

Okay let's say that you are incrementing the primary key in the first
table 
upon an insert, and then you want to insert the value of that key into
the 
second table as var_id, what you have to do is after you did the first 
insert, you need to

select max(variable) as new_var_id from table1

This is done to get the value of the primary key that was created on the

insert, there is no other way to get that value.

Then you insert new_var_id as var_id into table2

I hope this is what you are looking for. I assume the reason it is
inserting 
0 is because you have the field set to default to zero when the value is
not 
passed.

HTH

Donnie Bachan
Phone: (718) 217-2883
ICQ#: 28006783
"Nitendo Vinces - By Striving You Shall Conquer"
==
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you
received
this in error, please contact the sender and delete the material from
any
computer.



__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: [admin] List status - A CHALLENGE

2002-05-15 Thread Kevin Schmidt

Hey, I lived in East Lansing, Okemos, for while and I didn't think it
was an armpit, nor did I call it that.


-Original Message-
From: Sicular, Alexander [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, May 15, 2002 2:03 PM
To: CF-Talk
Subject: RE: [admin] List status - A CHALLENGE

Sorry , but "armpit of america" status belongs to east lansing,
michigan.
Believe me , I spent two years there and yes, we did call it "the armpit
of
america".



Alexander Sicular
Chief Technology Architect
Neurological Institute of New York
Columbia University
as867 [at] columbia {dot} edu


|-Original Message-
|From: Robert Forsyth [mailto:[EMAIL PROTECTED]] 
|Sent: Wednesday, May 15, 2002 3:00 PM
|To: CF-Talk
|Subject: RE: [admin] List status - A CHALLENGE
|
|
|I spent a lifetime in Buffalo one Saturday...
|
|
|-Original Message-
|From: Michael Ross [mailto:[EMAIL PROTECTED]]
|Sent: Wednesday, May 15, 2002 2:54 PM
|To: CF-Talk
|Subject: Re: [admin] List status - A CHALLENGE
|
|
|Buffalo "the armpit of America" even Clevelands better than 
|buffalo.well just barely
|
|

__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: [admin] List status - A CHALLENGE

2002-05-15 Thread Kevin Schmidt

Actually I am afraid of getting run over by one of the thousands of old
people driving that can't see 10 feet in front of themselves and can't
remember where they are going.  

-Original Message-
From: Rick Walters [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, May 15, 2002 1:21 PM
To: CF-Talk
Subject: RE: [admin] List status - A CHALLENGE

What are you afraid of:  terrorists, hurricaines, train derailments,
voting scandals, tourist taxes, water shortages, impossible traffic,
lightning, speaking spanish, Jimmy Buffet, or sunburn?  Certainly
there's nothing wrong with Florida that Jeb Bush or Janet Reno can't
fix.  It helps if you say that over and over.

Good Fortune,
Richard Walters,
Webmaster, Davita Laboratory Services
[EMAIL PROTECTED]
(800) 604-5227 x 3525

>>> [EMAIL PROTECTED] 05/15/02 02:07PM >>>
No way, everything happens in Florida, time to share the wealth.  What
about
Buffalo, NY?

-Original Message-
From: Rick Walters [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, May 15, 2002 1:47 PM
To: CF-Talk
Subject: RE: [admin] List status - A CHALLENGE


Perhaps we should start planning the "CF-Talk Expo" here in Florida? 

Good Fortune,
Richard Walters,
Webmaster, Davita Laboratory Services
[EMAIL PROTECTED] 
(800) 604-5227 x 3525

>>> [EMAIL PROTECTED] 05/15/02 01:36PM >>>
We get a free gift with our donation, but we have already been
consuming that gift.

Kevin

>>> [EMAIL PROTECTED] 05/14/02 10:13AM >>>
Does this mean, that for a donation, we can get a t-shirt, coffee mug,
or
license plate with a 'Swirly Thing' on it?



> -Original Message-
> From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]] 
> Sent: Wednesday, May 15, 2002 10:08 AM
> To: CF-Talk
> Subject: RE: [admin] List status - A CHALLENGE
>
>
> Yeah - I usually pledge along about Wednesday, just so they will
> get back to
> the news .
>
> -Original Message-
> From: Ian Lurie [mailto:[EMAIL PROTECTED]] 
> Sent: Wednesday, May 15, 2002 11:43 AM
> To: CF-Talk
> Subject: RE: [admin] List status - A CHALLENGE
>
>
> I was just going to say that this strategy works great for NPR:
> "Our goal is
> $5000 this hour, and we've got $3000. C'mon, call us!"
>
> -Original Message-
> From: Howie Hamlin [mailto:[EMAIL PROTECTED]] 
> Sent: Wednesday, May 15, 2002 9:38 AM
> To: CF-Talk
> Subject: Re: [admin] List status - A CHALLENGE
>
>
> I think you misread my intentions.  I figured that if someone
> could see that
> the goal was not yet reached then they would be more
> inclined to donate.  People are sometimes apathetic and need to see
that a
> goal was not reached.  If, say, someone waits a few weeks
> before donating they may throw in 10 bucks because they may figure
that
> there were enough donations.  If, however, they could see
> that the donations were a few thousand short then they may be
inclined to
> donate $100.
>
> Regards,
>
> Howie
>
> - Original Message -
> From: "Lee Fuller" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Wednesday, May 15, 2002 12:30 PM
> Subject: RE: [admin] List status - A CHALLENGE
>
>
> > Don't agree.. (a first for me and you Howie! )
> >
> > Michael will put to good use whatever is there, and I'm sure will
report
> > on what's left after his decisions are made about how to handle
things,
> > and what he's put in place.   Knowing him, he'll probabaly ask the
> > group.  But I trust Michael and his decisions.
> >
> > Don't get me wrong.. I don't think the numbers should be
"hidden"..
And
> > I have NO doubt that Michael is above that.  However, ANYTHING he
> > receives from us will be well worth it, for the priceless
information we
> > gain from this list, and ultimately his support.
> >
> > Let him handle it, and let him report to us what's there
afterwards, if
> > anything.  If anything's left, we can all discuss/vote on what to
do
> > with it.. I'm sure.
> >
> > Just my .02
> >
>
>
>
>
> 





__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: [admin] List status - A CHALLENGE

2002-05-15 Thread Kevin Schmidt

Or you can get "My Voice Annoys the Hell Out of You" by Diane Rheim

-Original Message-
From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, May 15, 2002 12:25 PM
To: CF-Talk
Subject: RE: [admin] List status - A CHALLENGE

No but you do get a copy of Bob Edwards new book "My voice is smoother
than
yours".

-Original Message-
From: David Schmidt [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 14, 2002 12:14 PM
To: CF-Talk
Subject: RE: [admin] List status - A CHALLENGE


Does this mean, that for a donation, we can get a t-shirt, coffee mug,
or
license plate with a 'Swirly Thing' on it?



> -Original Message-
> From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 15, 2002 10:08 AM
> To: CF-Talk
> Subject: RE: [admin] List status - A CHALLENGE
>
>
> Yeah - I usually pledge along about Wednesday, just so they will
> get back to
> the news .
>
> -Original Message-
> From: Ian Lurie [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 15, 2002 11:43 AM
> To: CF-Talk
> Subject: RE: [admin] List status - A CHALLENGE
>
>
> I was just going to say that this strategy works great for NPR:
> "Our goal is
> $5000 this hour, and we've got $3000. C'mon, call us!"
>
> -Original Message-
> From: Howie Hamlin [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 15, 2002 9:38 AM
> To: CF-Talk
> Subject: Re: [admin] List status - A CHALLENGE
>
>
> I think you misread my intentions.  I figured that if someone
> could see that
> the goal was not yet reached then they would be more
> inclined to donate.  People are sometimes apathetic and need to see
that a
> goal was not reached.  If, say, someone waits a few weeks
> before donating they may throw in 10 bucks because they may figure
that
> there were enough donations.  If, however, they could see
> that the donations were a few thousand short then they may be inclined
to
> donate $100.
>
> Regards,
>
> Howie
>
> - Original Message -
> From: "Lee Fuller" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Wednesday, May 15, 2002 12:30 PM
> Subject: RE: [admin] List status - A CHALLENGE
>
>
> > Don't agree.. (a first for me and you Howie! )
> >
> > Michael will put to good use whatever is there, and I'm sure will
report
> > on what's left after his decisions are made about how to handle
things,
> > and what he's put in place.   Knowing him, he'll probabaly ask the
> > group.  But I trust Michael and his decisions.
> >
> > Don't get me wrong.. I don't think the numbers should be "hidden"..
And
> > I have NO doubt that Michael is above that.  However, ANYTHING he
> > receives from us will be well worth it, for the priceless
information we
> > gain from this list, and ultimately his support.
> >
> > Let him handle it, and let him report to us what's there afterwards,
if
> > anything.  If anything's left, we can all discuss/vote on what to do
> > with it.. I'm sure.
> >
> > Just my .02
> >
>
>
>
>
>


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Help with why I shouldn't use ASP.NET

2002-05-15 Thread Kevin Schmidt

I have heard some grumblings about security but nothing specific.


-Original Message-
From: Yager, Brian T Contractor/NCCIM
[mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, May 15, 2002 9:00 AM
To: CF-Talk
Subject: Help with why I shouldn't use ASP.NET

Hello CF'ers...My management came to me asking for pro's and con's about
ASP.NET.  I don't know much about it.  Can anyone help me out here?
Hint...I'm
not looking for GOOD things to say about it either!

Thanks,

Brian Yager
President - North AL Cold Fusion Users Group
Sr. Systems Analyst
NCCIM/CIC
[EMAIL PROTECTED]
(256) 842-8342


__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Dropdown Box

2002-05-15 Thread Kevin Schmidt

selected>Name

When you output the list of options check to see if the current id of
the item equals the one stored in the DB is so add the selected
attribute.
-Original Message-
From: Ben Covington [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, May 15, 2002 8:00 AM
To: CF-Talk
Subject: Dropdown Box

Hello All,

When recalling a stored value that was submitted by a dropdown box, is
there a way to have the dropdown box show the chosen value when
returning to that form?  

Any suggestions?

Thanks, Ben




__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: [admin] List status

2002-05-15 Thread Kevin Schmidt

I am sure performance wise it is better, but the admin tools aren't
great.  There is nothing even close to Enterprise Manager.  And someone
correct me if I am wrong, but does MySQL support stored procs yet? Last
time I checked it still didn't.  It just seems clunky to me.

Mike, who hosts the lists, do they have a dedicated SQL box that you
could use rather than purchasing your own, or do you host the lists
yourself?



-Original Message-
From: David Schmidt [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, May 15, 2002 7:57 AM
To: CF-Talk
Subject: Re: [admin] List status

> I am not a big fan of MySQL.  I have to do some work in it and it
pales
> in comparison.
>

Yes, but compared to the performance of MS Access how does it do?  I'm
just talking performance, not administration.  There are
admin tools out there for the front end.

>
> -Original Message-
> From: Howie Hamlin [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 14, 2002 5:19 PM
> To: CF-Talk
> Subject: Re: [admin] List status
>
> Can you say "MySQL?"
>
> 
>
> - Original Message -
> From: "Margaret Fisk" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Tuesday, May 14, 2002 6:10 PM
> Subject: RE: [admin] List status
>
>
> > Actually, we just priced this:
> >
> > It is about $5000 per cpu if you get SQL Server Standard edition and
> about
> > 20,000 (not sure about this one) per cpu if you want Enterprise
> edition. The
> > difference between the editions is failover and uptime tools.
> >
>
>
> 

__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: [admin] List status

2002-05-15 Thread Kevin Schmidt

Can you say crap. :)

I am not a big fan of MySQL.  I have to do some work in it and it pales
in comparison.


-Original Message-
From: Howie Hamlin [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, May 14, 2002 5:19 PM
To: CF-Talk
Subject: Re: [admin] List status

Can you say "MySQL?"



- Original Message - 
From: "Margaret Fisk" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, May 14, 2002 6:10 PM
Subject: RE: [admin] List status


> Actually, we just priced this:
> 
> It is about $5000 per cpu if you get SQL Server Standard edition and
about
> 20,000 (not sure about this one) per cpu if you want Enterprise
edition. The
> difference between the editions is failover and uptime tools.
> 


__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: [admin] List status

2002-05-14 Thread Kevin Schmidt

I would chip in.  Have a fund raiser Mike. I am not too familiar with
SQL Server costs, what would it cost?


-Original Message-
From: Rick Walters [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, May 14, 2002 3:39 PM
To: CF-Talk
Subject: RE: [admin] List status

Being able to search the archives might even be worth a donation to many
of us.  I know it would help me out on occasion.  It would greatly
reduce the number of emails I save in my "CF Archive" folder.

Good Fortune,
Richard Walters,
Webmaster, Davita Laboratory Services
[EMAIL PROTECTED]
(800) 604-5227 x 3525

>>> [EMAIL PROTECTED] 05/14/02 03:42PM >>>
Wow, searching the archives would be 'the heat'! how can we help to get
the
sql box online?

Tony Gruen





__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Computer Professionals / Cold Fusion Programmer

2002-05-14 Thread Kevin Schmidt

Never heard of that one before, where did you pull that from? 



-Original Message-
From: Sam Roach [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, May 14, 2002 3:31 PM
To: CF-Talk
Subject: Computer Professionals / Cold Fusion Programmer

Does anyone know how the law works for salaried employees, regarding
Computer Professionals?  Is there a minimum salary?


Computer Professionals - A new law provides for increased hourly minimum
pay
for exempt computer professionals. The minimum salary requirement for
exempt
computer professionals rose from $41 per hour in 2001 to $42.64 in 2002.

__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF_MagicalSelectNeeded

2002-05-14 Thread Kevin Schmidt

Could you do it with Javascript, or does it have to be CF.

-Original Message-
From: Tony Gruen [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, May 14, 2002 2:28 PM
To: CF-Talk
Subject: CF_MagicalSelectNeeded

Suggestions please.

I am trying to use CF_ThreeeSelectsRelated (very cool tag) to allow
selections of one list of options and it does not look like I will be
able
to do what I need to accomplish. I just need a set of three options that
progressively offer one valuelist. For example, 6 books on a list. I
need to
say which one is my first preference, then the second option shows the
remaining 5, then the last shows the remaining four.

Is there a more appropriate solution for this other than
CF_ThreeeSelectsRelated? I need it to be on one form and function like
CF_ThreeeSelectsRelated but I do not see how to make
CF_ThreeeSelectsRelated
function this way.

Any input is greatly appreciated. Thanks in advance.

Tony Gruen


__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: to # or not to #

2002-05-10 Thread Kevin Schmidt

Yes they are!

Kevin 

-Original Message-
From: Charlie [mailto:[EMAIL PROTECTED]] 
Sent: Friday, May 10, 2002 2:20 PM
To: CF-Talk
Subject: to # or not to #

I agree with the practice of pounds signs only when
necessary..are pound signs necessary in the following?








__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Form.FIELDNAME - error!!!!

2002-05-09 Thread Kevin Schmidt

Extra pound signs are a pet peeve of mine as well.  You don't need them.
If you ask me, adding pound signs is like adding an additional period,
not taking one away.

Kevin


-Original Message-
From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, May 09, 2002 3:54 PM
To: CF-Talk
Subject: Re: Form.FIELDNAME - error

I understand your point, but it is like saying periods clutter up pages
in a
book.

If you have:


That tells me that there is a variable being set and it is a string



Am I setting my variable to the two words seperated by a period,
query.column? or to a variable query.column?

To each his own, but it makes more sense to me to see those pounds on
the
right hand side ..  Plus reading a book with periods is easier too :)

Paul Giesenhagen
QuillDesign
http://www.quilldesign.com
SiteDirector Commerce Builder




> I think that the # on the right side of the set operand is redundant.
>
> 
>
> or
>
> 
>
> There is only one thing for *another_var* to be: a variable.  If you
wanted
> my_var to hold the string "another_var" you should quote the right
hand
> side:
>
> 
>
> So my .02 is that pounds just clutter up your statement.
>
> Reuben Poon
>
>
> -Original Message-
> From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, May 09, 2002 1:35 PM
> To: CF-Talk
> Subject: Re: Form.FIELDNAME - error
> Importance: Low
>
>
> Tim,
>
> I wouldn't call that bad practice, It should actually be called good
> practice (at least in my book).  You are setting a variable and the ##
> around the variable show that it is a variable, makes for easier
reading.
> Now, ## on the set side would be considered bad practice.
>
> my .02
>
> Paul Giesenhagen
> QuillDesign
> http://www.quilldesign.com
> SiteDirector Commerce Builder
>
>
> > Not sure if this is an error or just a bad practice, but you don't
need
> the
> > # signs in your variable declaration (cfset)
> >
> > 
> >
> > works just fine.  Also you don't need to generate that var at all
you
can
> > just do a list loop like this:
> >
> > 
> > #formField# = #evaluate(formField)#
> > 
> >
> > Tim Heald
> > ACP/CCFD :)
> > Application Development
> > www.schoollink.net
> >
> > > -Original Message-
> > > From: Chakka, Sudheer [mailto:[EMAIL PROTECTED]]
> > > Sent: Thursday, May 09, 2002 4:16 PM
> > > To: CF-Talk
> > > Subject: Form.FIELDNAME - error
> > >
> > >
> > > Hi,
> > >
> > >  Can any one tell me what is the mistake in
> > >
> > > 
> > > 
> > > #ListGetAt(Form.FIELDNAMES, i)# = #Evaluate(var)#
> > > 
> > > 
> > >
> > >
> > > I am getting the following error:
> > >
> > > An error occurred while evaluating the expression:
> > > "#ListLen(FORM.FIELDNAMES)#"
> > >
> > >
> > >  Any help on this is appreciated.
> > >
> > > thanks,
> > > Sudheer Chakka.
> > >
> > >
> >
>
> 

__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Determine if file is there

2002-05-06 Thread Kevin Schmidt

Fileexists function 

Fileexists(absolute_path)


-Original Message-
From: Nick McClure [mailto:[EMAIL PROTECTED]] 
Sent: Monday, May 06, 2002 9:59 AM
To: CF-Talk
Subject: Determine if file is there

Is there an easy way, without reading the entire file to determine if a 
file exsists on the server?


__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMX/.NET - buzzword bingo

2002-04-29 Thread Kevin Schmidt

Sure no problem


-Original Message-
From: Ben Forta [mailto:[EMAIL PROTECTED]] 
Sent: Monday, April 29, 2002 9:45 AM
To: CF-Talk
Subject: RE: CFMX/.NET - buzzword bingo

Which is why it says "supports the .NET framework" and not "is a .NET
whatever".

Actually, FYI, a while back I asked a .NET Product Manager at Microsoft
"What must CF do to integrate with .NET?". His response, "consume .NET
services".

CFMX does that. It also lets you create services for .NET (easier than
you could in any .NET language), it runs on .NET servers, and can also
invoke objects running in the CLR (even though it does not run in the
CLR itself).

So yep, definitely "supports the .NET framework". :-)

--- Ben


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Monday, April 29, 2002 10:41 AM
To: CF-Talk
Subject: CFMX/.NET - buzzword bingo


Is the architecture of CFMX going to be totally rewritten?  I keep
hearing the words "supports the .NET Framework" being thrown around.
Where?  How?  Just b/c it runs on MS servers, and has support for
SOAP/Web Services, doesn't make it integrated with the .NET framework.
(CFMX in no way supports the CLR)
 
---
Billy Cravens
 



__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Hosting

2002-04-25 Thread Kevin Schmidt

I have been very happy.  Yep, they will even install CFX for you.


-Original Message-
From: Ray Bujarski [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, April 25, 2002 2:13 PM
To: CF-Talk
Subject: RE: Hosting

Thank you, they allow cffile to be used?  I need to be able to upload 
files.  What are there shared servers like?  I was using cfm-resources,
but 
they really bite.  Slow processing...very slow.  I switched to Dell, I
have 
been very pleased with them, but no cffile.

At 02:08 PM 4/25/02 -0500, you wrote:
>I use experthost.com
>
>
>-Original Message-
>From: Ray Bujarski [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, April 25, 2002 2:03 PM
>To: CF-Talk
>Subject: Hosting
>
>Does anyone know of a good CFML hosting company that has CFFile enabled
>that I can register a domain through?
>
>
>

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Hosting

2002-04-25 Thread Kevin Schmidt

I use experthost.com


-Original Message-
From: Ray Bujarski [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, April 25, 2002 2:03 PM
To: CF-Talk
Subject: Hosting

Does anyone know of a good CFML hosting company that has CFFile enabled 
that I can register a domain through?


__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Macromedia XML feed contest

2002-04-24 Thread Kevin Schmidt

Mike,

By using WDDX it makes it much easier for those of us not using Flash MX
to convert the information without having to use a third party tool, not
all of us have access to install these third party tools.  By simply
using the  tag we are able to convert the WDDX packet to a valid
cf variable quickly and easily.

Kevin


-Original Message-
From: Mike Chambers [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, April 24, 2002 4:04 PM
To: CF-Talk
Subject: RE: Macromedia XML feed contest

WDDX wasn't really meant for this sort of data. What would be the
advantage of putting it into WDDX?

CF5 has native support for WDDX?
- The beauty of XML is that it is not tied to any implementation.
- There are already a number of third party libraries / tags that parse
the XML into native cf data structures:
http://www.macromedia.com/desdev/logged_in/

btw, i get just as many emails from people asking why the feed doesn't
adhere to the RSS dtd (it was not flexible enough for us).

thoughts?

mike chambers

[EMAIL PROTECTED]

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
> Sent: Wednesday, April 24, 2002 4:44 PM
> To: CF-Talk
> Subject: RE: Macromedia XML feed contest
> 
> 
> It seems like it would be perfect for this. Would they consider 
> creating a 2nd feed as WDDX?
> 
> = = = Original message = = =
> 
> Paul wrote:
> > ...I guess WDDX isn't cool enough :)
> 
> I don't think that's it at all. The XML feed was developed by 
> one of our Flash folks (Mike Chambers), and he felt that the 
> way he put it together would be most useful.
> 
> Another XML format that Mike could have chosen, was RSS, but 
> he felt it needed some fine tuning to be best.
> 
> My understanding is that WDDX is way cool, but just not necessarily 
> the ideal format for this purpose.
> 
> -Vern
> 
> P.S Billy, I didn't see anyting at: 
> http://www.mywebsite.com/mmfeed.aspx. 
> is it gone already?
> 
> 
> Remember, this is a contest, for which there will be judges - 
> that should help address any sort of less-than-favorable application 
> of the XML feed. =)
> 
> 
> 

__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Macromedia XML feed contest

2002-04-24 Thread Kevin Schmidt

I think they meant to have it be used in FLASH MX which does support XML
natively


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, April 24, 2002 2:38 PM
To: CF-Talk
Subject: RE: Macromedia XML feed contest

Yes, I agree. That is very strange.

DM

= = = Original message = = =

Fascinating that the feed isn't in WDDX - you have to use an 
external
method of parsing it.

---
Billy Cravens


-Original Message-
From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, April 23, 2002 6:18 PM
To: CF-Talk
Subject: Fw: Macromedia XML feed contest

Originally posted to CF-Community

Hi CF Community!

I wanted to be sure you all knew about the Macromedia Designer 
&
Developer Center XML feed contest.

Quick details: We've created a publicly accessible XML feed that 
allows
anyone to provide information on their website about the latest
Macromedia Designer & Developer Center resources
(http://www.macromedia.com/desdev). To help promote this new 
XML feed to
our designer and developer community, we've created the Macromedia 
XML
Feed Contest. Integrate the XML feed into your website and submit 
it as
an entry before May 15, 2002, and you'll be entered in our XML 
Feed
Contest for a chance to win a digital camera or an MP3 player.

More information at: http://www.macromedia.com/desdev/xml_feed/

The Designer & Developer Center features ColdFusion very heavily, 
so
this XML feed may be of particular interest to those of you running 
CF
community sites both large and small. Please check it out! Also, 
please
feel free to forward this message to other CF lists or forums, 
or let me
know if you think there's somewhere I should announce it, and 
I'll try
to get it out there.

Thanks!

Vernon Viehe
Community Manager
Macromedia, Inc.




__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFLIB question

2002-04-23 Thread Kevin Schmidt

Gotta love snippets! :)


-Original Message-
From: Stephen Moretti [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, April 23, 2002 11:40 AM
To: CF-Talk
Subject: Re: CFLIB question

> Or whether I_will_Type_CF_Lock... :-) 
> 
> 

I bet Ray's got 

"Repeat after me...

If I type session - I type lock.
If I type application - I type lock.
If I type server - I type lock."

and

"structval = evaluate("structname." & key)
to
structval = structname[key]"

permanently available via copy/paste... 

;oD



__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Session variable question

2002-04-23 Thread Kevin Schmidt

Are you locking your session variables?


-Original Message-
From: Ben Densmore [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, April 23, 2002 10:19 AM
To: CF-Talk
Subject: RE: Session variable question

There is no Proxy server, at the moment the IP addresses are static. I 
thought maybe the machines were using the same IP Address, but they are
not.

Ben


At 11:14 AM 4/23/2002, you wrote:
>are they running behind a proxy sever?  it's entirely possible that
they 
>appear to be coming from the same IP address, confusing the server.
>
>christopher olive
>cto, vp of web development, vp it security
>atnet solutions, inc.
>410.931.4092
>http://www.atnetsolutions.com
>
>
>-Original Message-
>From: Ben Densmore [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, April 23, 2002 10:58 AM
>To: CF-Talk
>Subject: Session variable question
>
>
>I have seen this asked in the cf forums on macromedias site but don't
see a
>clear answer so hopefully someone here can give me a clue. We have an
order
>entry app running internally. I have 2 people that are in our sales
dept
>that keep turning into one another while logged in. An example is,
salesman
>A will be logged in and have administrative rights while salesman B
will be
>logged in on another machine, doesn't have admin rights, but all of a
>sudden salesman B will have access to all the Admin stuff and be logged
in
>as salesman A. One other weird thing is if salesman A logs out, it
kills
>the session for salesman B. All session variables have been locked when
>they are created. The only thing I can think that might be happening is
>that the cfid and cftoken for these 2 guys are the same? we have about
25
>people using this system and only these 2 people have this problem. If
>someone could give me an idea of what's going on I would really
appreciate it.
>
>Thanks,
>Ben Densmore
>
>
>
>

__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Regular Expression Question

2002-04-19 Thread Kevin Schmidt

Rereplacenocase((]*>", "", "ALL")

-Original Message-
From: Smith, Daron [PA] [mailto:[EMAIL PROTECTED]] 
Sent: Friday, April 19, 2002 10:29 AM
To: CF-Talk
Subject: Regular Expression Question

If I want to do a regular expression replace to remove several (but not
all
HTML tags) what is the syntax that I should use.  I want the expresion
to
find, for example, the '' tag regardless of what
is
in the middle.  I've tried this ","","ALL")> but that doesn't
seem to work.  Any suggestions?

Thanks for your help

Daron J. Smith
Web Developer
PSEA

[EMAIL PROTECTED]
717-255-7141 
1-800-944-PSEA (7732) x 7141
Please note new email address (old one with 'mail' will soon expire)

 
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF MX

2002-04-18 Thread Kevin Schmidt

Being a beta tester myself, I consider it a privilege.  I am going to do
what MM asks, and what I agreed to do when I signed up.  Getting to play
with Betas and influencing changes to the final product is fun.  I want
to continue doing this as well, so if you ask me, I would say don't do
it.

-Original Message-
From: Stephen Moretti [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, April 18, 2002 8:17 AM
To: CF-Talk
Subject: Re: CF MX

Jeff,

It doesn't matter if no one knows.  Its a breach of the NDA/Licence.

If you get caught you'll get your wrist slapped.  If you don't cease and
desist you'll get a get a good legal kicking  Why risk getting
caught,
getting a slapping and losing any goodwill that being a beta tester has
built up between you and MM?

Schrodinger's Cat

- Original Message -
From: "Jeffry Houser" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, April 18, 2002 1:55 PM
Subject: RE: CF MX


>   At the risk of sounding like a Devil's advocate.
>   If you do this, how would anyone know?
>   Set up a box with software X, and ask people to browse it to test it
for
> you...
>   How are those people ( or anyone else ) going to know if the
software
> being run is ColdFusion 4, 4.5, MX, or some other technology
altogether?
(
> Well, if it were some other technology the extension might give it
away,
> but.. )
>
> At 08:20 AM 4/18/2002 -0400, you wrote:
> >Without a doubt, this is a no-no.
> >
>
>===
> >Raymond Camden, Principal Spectra Compliance Engineer for Macromedia
> >
> >Email: [EMAIL PROTECTED]
> >Yahoo IM : morpheus
> >
> >"My ally is the Force, and a powerful ally it is." - Yoda
> >
> > > -Original Message-
> > > From: Neil H. [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, April 17, 2002 7:22 PM
> > > To: CF-Talk
> > > Subject: CF MX
> > >
> > >
> > > Anyone know if I could setup a test box for Neo and allow
> > > people to test
> > > pages on it?  I know the NDA is pretty thick but it isn't for
> > > profit just
> > > for testing.  Maybe a MM employee could shed some light or
> > > point me to an
> > > address to inquire?
> > >
> > > Thanks,
> > >
> > > Neil
> > >
> > >
> >
> 

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Threaded list integration

2002-04-17 Thread Kevin Schmidt

Rick,




Error Occurred While Processing Request
Error Diagnostic Information
Just in time compilation error

unknown parser error

The last successfully parsed CFML construct was the CFML template
beginning occupying document position (1:1) to (1:1).

The specific sequence of files included or processed is:
E:\home\mybluee\public_html\Application.cfm  


Date/Time: 04/17/02 16:10:30
Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Remote Address: 216.81.190.237

 







Kevin


-Original Message-
From: Rick Eidson [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, April 17, 2002 4:11 PM
To: CF-Talk
Subject: RE: Threaded list integration

I have built (building) one in CF. 

Setup mailbox in Exchange Server check it with a CF schedule using CFPOP
load it in a database. Then build a CF front-end to moderate the
messages
and send emails to the list using CFMAIL. All against the database so
its
searchable, editable and you can thread it.

Look at http://www.blueear.com the whole site is ran from Exchange, CF
and
SQL Server.

Rick Eidson

-Original Message-
From: John Anderson [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 17, 2002 4:04 PM
To: CF-Talk
Subject: Threaded list integration


I have recently been asked to implement some type of list solution using
(Outlook) and ColdFusion.  The requirements are as follows:

They want to set up a mail box for a number of projects
example [EMAIL PROTECTED]
  [EMAIL PROTECTED]

Users can subscribe to any of the lists.

Users can view/search threads using CF on the company intranet.  Just
like
the current cf-talk list.

My main question is this:
Is there an easy way to do this with Outlook? (I have seen some stuff on
the
comet site)
Would it be better to implement some type of listserve software?

If anyone has some experience with this sort of thing that would be
great!

Thanks,
John


__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Custom tag (here it is)

2002-04-17 Thread Kevin Schmidt

























  

 

This tag works for smaller directorys (ie 35 folders (nested 3 deep)
with 114 files) but it seems to start to lose count on bigger
directories IE 200 + folders and  1000 + files

 

Any ideas. 

 

All I need is the size of all the files in the folders and sub folders.
I tried the filesystem COM object but it didn't like working across the
network shares.

 

Any idea on that would help too! 

 

Kevin

 

 

 

 


__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Custom Tags question

2002-04-17 Thread Kevin Schmidt

Is there a maximum number of times a custom tag can be called?  I have a
custom tag that calls itself quite a few times in the process.  And it
seems to be barfing out of the process and moving on after a certain
amount of times the tag is called?  Does that make any sense?

 

Kevin

 

 

Kevin Schmidt

Two Rivers Marketing Group

502 E. Locust, Des Moines, IA 50309

Phone: 515.557.2028

Mobile: 515.865.3526

Fax: 515.557.2001

[EMAIL PROTECTED]

 

 

 


__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Directory Size

2002-04-16 Thread Kevin Schmidt

Hi, Somebody sent a custom tag they used for directory size.  Any chance
you want to send it again? :-)

 

Kevin Schmidt 

 

 


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Directory Size

2002-04-15 Thread Kevin Schmidt

Hi Gang! 

 

Is there anyway to find out the total size of all files in a directory
including subfolders?  Similar to when you right click on the folder and
select properties.  A com object, or something like that?

 

Thanks,

 

Kevin 

 


__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Preventing SQL injection attacks...?

2002-04-12 Thread Kevin Schmidt

Ben Forta had an article in CFDJ last month that address this issue
somewhat.

Kevin


-Original Message-
From: Ian Lurie [mailto:[EMAIL PROTECTED]] 
Sent: Friday, April 12, 2002 10:30 AM
To: CF-Talk
Subject: RE: Preventing SQL injection attacks...?

That's what I thought.

Man, you think you're an expert, and then some 13 year old somewhere
makes
you feel like a punk again :)

Is there a good paper on Macromedia.com about this? I read some of the
stuff
but nothing seemed really on-point...

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 12, 2002 8:30 AM
To: CF-Talk
Subject: RE: Preventing SQL injection attacks...?


> make sure you are at the latest MDAC and have all service
> pack applied for SQL. I think that the latest MDAC prevents
> attacks like this, but I could be wrong.

No, MDAC does nothing to prevent SQL injection attacks, which, after
all,
use perfectly valid SQL statements.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444



__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Preventing SQL injection attacks...?

2002-04-12 Thread Kevin Schmidt

Are you using  on all your values too?  This is just one
more layer to help out.

Kevin


-Original Message-
From: Ian Lurie [mailto:[EMAIL PROTECTED]] 
Sent: Friday, April 12, 2002 10:17 AM
To: CF-Talk
Subject: Preventing SQL injection attacks...?

Hi all,

Had some interesting errors in our logs yesterday. It appears that
someone's
trying to hack our database by inserting SQL query language into the URL
string.

We're doing all the standard security measures, including filtering for
single quotes, using database passwords, and the like, and we locked out
their IP immediately. But really, how do you prevent this? Any
ideas/feedback out there?

Ian

Portent Interactive
Helping clients build customer relationships on the web since 1995
Consulting, design, development, measurement
http://www.portentinteractive.com


__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: update collections

2002-04-11 Thread Kevin Schmidt

Yes you can you can use the  tag to re-index your collection.
Take a look at it.  Write the code and then set up a automated task in
the administrator to run the code once a day.

-Original Message-
From: Robert Orlini [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, April 11, 2002 12:07 PM
To: CF-Talk
Subject: update collections

Hello,

Is there a way to automatically update my Verity Collections every day
using CF code? is there something in the CF Admin that I may have missed
on this? It would be nice for our Site Search to reflect the latest
pages and updates.

Thanks.

Robert O.
HW Wilson

__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: cfgraph in 5.0 ??

2002-04-11 Thread Kevin Schmidt

 Somebody correct me if I am wrong, but I don't think you need to
reinstall, I think you can just install it by itself??


-Original Message-
From: Paul Ihrig [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, April 11, 2002 9:04 AM
To: CF-Talk
Subject: RE: cfgraph in 5.0 ??

i think so.
maybe not...
hmmm.
just did the default on my local machine.
but just tested it on the production server & it worked!
guess i need to reinstall

-paul



-Original Message-----
From: Kevin Schmidt [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 11, 2002 9:54 AM
To: CF-Talk
Subject: RE: cfgraph in 5.0 ??


Did you install the support for cfgraph when you installed CF5?


-Original Message-
From: Paul Ihrig [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, April 11, 2002 8:48 AM
To: CF-Talk
Subject: RE: cfgraph in 5.0 ??

i am trying the examples in the 5.0 WACK book
also tried the example under C:\CFUSION\Generator\Test_CFGraphTag.cfm

-paul



-Original Message-
From: Paul Ihrig [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 11, 2002 9:41 AM
To: CF-Talk
Subject: RE: cfgraph in 5.0 ??


weird.
when i change type to jpg, i get a missing image place holder.



-paul



-Original Message-
From: Houk, Gary [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 11, 2002 9:26 AM
To: CF-Talk
Subject: RE: cfgraph in 5.0 ??


If you are trying to display the graph in .fla format but don't have the
flash plugin, it could appear to just "hang". That's what happened here
with some of our manager's pc's...You could just specify .jpeg as the
output format to check for sure.

- Gary

-Original Message-
From: Paul Ihrig [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 11, 2002 9:19 AM
To: CF-Talk
Subject: cfgraph in 5.0 ??


ok, this should be pretty simple
but no matter what i do i cant get this silly thing to work.

just hangs.

is there any thing i need to do?
thanks

-paul






__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: cfgraph in 5.0 ??

2002-04-11 Thread Kevin Schmidt

Did you install the support for cfgraph when you installed CF5?


-Original Message-
From: Paul Ihrig [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, April 11, 2002 8:48 AM
To: CF-Talk
Subject: RE: cfgraph in 5.0 ??

i am trying the examples in the 5.0 WACK book
also tried the example under C:\CFUSION\Generator\Test_CFGraphTag.cfm

-paul



-Original Message-
From: Paul Ihrig [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 11, 2002 9:41 AM
To: CF-Talk
Subject: RE: cfgraph in 5.0 ??


weird.
when i change type to jpg, i get a missing image place holder.



-paul



-Original Message-
From: Houk, Gary [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 11, 2002 9:26 AM
To: CF-Talk
Subject: RE: cfgraph in 5.0 ??


If you are trying to display the graph in .fla format but don't have the
flash plugin, it could appear to just "hang". That's what happened here
with some of our manager's pc's...You could just specify .jpeg as the
output format to check for sure.

- Gary

-Original Message-
From: Paul Ihrig [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 11, 2002 9:19 AM
To: CF-Talk
Subject: cfgraph in 5.0 ??


ok, this should be pretty simple
but no matter what i do i cant get this silly thing to work.

just hangs.

is there any thing i need to do?
thanks

-paul




__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: premature session timeout

2002-04-10 Thread Kevin Schmidt

Maybe you should buy your CF server some of that herbal stuff they
advertise of TV for increased performance :)

Make sure the max timeout value is set to 3 hours as well :)


-Original Message-
From: cf refactoring [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, April 10, 2002 4:16 PM
To: CF-Talk
Subject: premature session timeout

I'm having a problem with premature session timeout in
a legacy application.

I've set the CF administrator value to 3 hours, and
the sessiontimeout attribute of the cfapplication tag
also to 3 hours, but it still seems to be timing out
at the default of 20 min.

I've also checked to see that I don't have other
application.cfm files scattered around.

Anybody have any ideas where the problem might be?

=
I-Lin Kuo
Macromedia CF5 Advanced Developer
Sun Certified Java 2 Programmer

__
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Coldfusion function

2002-04-10 Thread Kevin Schmidt

Mario,

It sounds like you want to go the custom tag route.

Kevin


-Original Message-
From: Mario Martinez R. [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, April 10, 2002 3:51 PM
To: CF-Talk
Subject: RE: Coldfusion function

I got CF4.5 so , I think I can not use UDF's .
An include file allow me to pass parameters??.
Creating a custom tag could work???.
Any other choice??
Thanks for replying
Mario



 
--- Shawn Grover <[EMAIL PROTECTED]> escribió: >
Or an include file... if your template makes use of
> CF Tags and client
> output.  UDFs are good in most cases, and include
> files are good in others.
> Look at your needs and make a judgement call
> 
> Shawn Grover
> 
> -----Original Message-
> From: Kevin Schmidt [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, April 10, 2002 2:23 PM
> To: CF-Talk
> Subject: RE: Coldfusion function
> 
> 
> UDF's my friend.  Of course you must have CF5. Check
> out cflib.org for some
> good examples of user defined functions.
> 
> Kevin
> 
> 
> -Original Message-
> From: Mario Martinez R. [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, April 10, 2002 3:19 PM
> To: CF-Talk
> Subject: Coldfusion function
> 
> Hi All:
> I'm coming today with perhaps a silly question.
> I have a complete template and I want to reuse its
> functionality .
> My question is : Is there anyway to create functions
> in coldfusion??
> If so , which is the best option??
> My function would only takes two parameters.
> Thanks in advance friends.
> Mario
> 
> > Signup for the Fusion Authority news alert and
> keep
> > up with the latest news in ColdFusion and related
> > topics. http://www.fusionauthority.com/signup.cfm
> > FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
> > Archives:
> >
>
http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > Unsubscribe:
> http://www.houseoffusion.com/index.cfm?sidebar=lists
> 
>
_
> Do You Yahoo!?
> Información de Estados Unidos y América Latina, en
> Yahoo! Noticias.
> Visítanos en http://noticias.espanol.yahoo.com
> 
> 
>


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Coldfusion function

2002-04-10 Thread Kevin Schmidt

UDF's my friend.  Of course you must have CF5. Check out cflib.org for some good 
examples of user defined functions.

Kevin


-Original Message-
From: Mario Martinez R. [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, April 10, 2002 3:19 PM
To: CF-Talk
Subject: Coldfusion function

Hi All:
I'm coming today with perhaps a silly question.
I have a complete template and I want to reuse its
functionality .
My question is : Is there anyway to create functions
in coldfusion??
If so , which is the best option?? 
My function would only takes two parameters.
Thanks in advance friends.
Mario

> Signup for the Fusion Authority news alert and keep
> up with the latest news in ColdFusion and related
> topics. http://www.fusionauthority.com/signup.cfm
> FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
> Archives:
>
http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe:
http://www.houseoffusion.com/index.cfm?sidebar=lists 

_
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Concatanation

2002-04-10 Thread Kevin Schmidt

If you want to upload multiple files for a record, create a separate
table to store the information for the files and relate it back to the
main table

Kevin

-Original Message-
From: James Taavon [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, April 10, 2002 2:37 PM
To: CF-Talk
Subject: Concatanation

Is it possible to concatenate multiple file uploads within the same
field in
a database in order to list all files uploaded for a particular record?
How
would it be done?


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: is this even possible?? Loop using lists?

2002-04-09 Thread Kevin Schmidt

You might do better to store the information you want to go into the
child table in a structure rather than a list.  You can pull the info
out a little easier, you could also use an array.  That way you have all
your info in one place rather than 3 separate lists. 

Kevin


-Original Message-
From: Jeff Fongemie [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, April 09, 2002 10:47 AM
To: CF-Talk
Subject: is this even possible?? Loop using lists?

Hello cf-talk,

Is this even possible??

I have a form, that collects name, age, and gender, for a list of
  people. I get the it all as a form submission as in form.name1,
  form.age1, form.gender1, form.name2, form.age2 and so on.

  What I need to do, is create a new record in a parent table, to hold
  some other stuff for the transaction, then add each name, age and
  gender as a new record into a child table.  THe parent record and
  each child record share a customerID.

  The parent table is easy, but I'm having trouble getting a loop to
  run through and insert each name,age,gender combo as a new record in
  the child table.

  This is my attempt:

 













THEN, I INSERT to the parent table to make a new record and get a
customerID.

Now the hard part:  I'm having trouble getting a loop to use all three
lists. Is the following even close??




INSERT INTO Customers_members

(customerid,
name,
age,
gender,
address, 
address2, 
city, 
state, 
zip, 
telephone, 
email,
emergencycontact,
emergencynumber)
Values 
('#customerid#', 

'#namelist#',
'#agelist#',
'#genderlist#',

'#form.address2#', 
'#form.city#', 
'#form.state#', 
'#form.zip#', 
'#form.telephone#',
'#form.email#',
'#form.emergencycontact#',
'#form.contactnumber#'); 



  


Best regards,
 Jeff Fongemie  mailto:[EMAIL PROTECTED]
 


__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: SQL help - getting first rec of field????

2002-04-09 Thread Kevin Schmidt

SELECT DISTINCT(CMME.iMonthlyEventID)

:)

Kevin


-Original Message-
From: Amanda Stern [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, April 09, 2002 9:18 AM
To: CF-Talk
Subject: SQL help - getting first rec of field

Hello,

I have been trying to figure out how to write this SQL
stmt..I have it written but it needs one more
modificationI need the query to only pull the
first unique EventID...

SELECT  CMME.iMonthlyEventId as EventID, 
CMME.iCMApptId as CMapptID, 
cli.vClientFName + cli.vClientLName as  
  ClientName,
CMME.dMonthlyEventDate as Event Date, 
cas.iCasacApptID as CasacID,
cas.dCasacDate as CasacDate,
emp.vEmpFName + emp.vEmpLNAme as Case_Manager,
cd1.vcodedecode as eventtypeName
FROMCMMonthlyEvent CMME,  codedecode cd1, 
Client cli, employee emp, CasacAppt cas,  
CasacApptRelationship rel
WHERE  emp.iempId = CMME.iempId
ANDcas.iClientID  =  cli.iClientID
ANDcd1.icodedecodeId = CMME.cEventTypeId
ANDCMME.iCMApptId = rel.iCMApptId
ANDcas.iCasacApptID = rel.icasacapptid
order by   CMME.iCMApptId, dmonthlyeventdate

the partial results are:

EventID   CMapptID ...
  601
  601  
  751
  751
  803
  803
  803 

I want the results to be..
  601
  751 
  803



 


__
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: parsing CFML

2002-04-08 Thread Kevin Schmidt

So what does the F in the message stand fore some how I don't
buy that it stands for "FINE"


-Original Message-
From: Howie Hamlin [mailto:[EMAIL PROTECTED]] 
Sent: Monday, April 08, 2002 4:03 PM
To: CF-Talk
Subject: Re: parsing CFML

Can we please try to keep the profanity off the list.  This is supposed
to be a professional list.

Howie

- Original Message - 
From: "Kevin Schmidt" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 08, 2002 4:43 PM
Subject: RE: parsing CFML


> Read the F###ing Bottom of the email
> 



__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: parsing CFML

2002-04-08 Thread Kevin Schmidt

Sorry Reba it wasn't directed at youI was just saying what I thought
it meant.


-Original Message-
From: Reba [mailto:[EMAIL PROTECTED]] 
Sent: Monday, April 08, 2002 3:54 PM
To: CF-Talk
Subject: RE: parsing CFML

NOW WAS ALL THAT NECESSARY? I APOLOGIZE FOR MY IGNORANCE BUT I MOST
CERTAINLY DON'T DESERVE ANY PROFANITY!

-Original Message-----
From: Kevin Schmidt [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 08, 2002 4:43 PM
To: CF-Talk
Subject: RE: parsing CFML


Read the Fucking Bottom of the email

-Original Message-
From: Reba [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 08, 2002 3:41 PM
To: CF-Talk
Subject: RE: parsing CFML

I give what does RTFBOTE stand for?


-Original Message-
From: Christopher Olive [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 08, 2002 4:09 PM
To: CF-Talk
Subject: RE: parsing CFML


RTFBOTE, Reba.

unsubscribe notices at the bottom.

christopher olive
cto, vp of web development, vp it security
atnet solutions, inc.
410.931.4092
http://www.atnetsolutions.com


-Original Message-
From: Reba [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 08, 2002 4:03 PM
To: CF-Talk
Subject: RE: parsing CFML


UH OH! THERE IS A PROBLEM WITH WHAT I'M ASSUMING CAME FROM THE CFHUB
SITE. I
JUST TRIED TO SIGN UP AND NOW I AM GETTING ALL THESE EMAILS!


-Original Message-
From: Matthew Walker [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 08, 2002 3:49 PM
To: CF-Talk
Subject: Re: parsing CFML


You can use a tool like soXML. But is your CFML valid XML? Do you close
your
cfsets, for example?


- Original Message -
From: "James Sleeman" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 08, 2002 9:51 PM
Subject: parsing CFML


> Hi all,
>   this is a bit of a strange request I guess.  I want to parse CFML
> files like they were XML files, so that I can access the structure of
> the (well formed, no overlapping with html etc) cfml.  For example, so
> that I can do something like
>
> 
> 
> 
> I just saw a cfcase, it's value was
> #parsecf[i].value# and the content of this cfcase
> is #parsecf[i].contents#...
> 
> . etc .
> 
> 
> 
>
> has anybody done anything like this ??
>
> ---
> James Sleeman
>
>






__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: parsing CFML

2002-04-08 Thread Kevin Schmidt

Chris,

I always assume the worst :)

Kevin


-Original Message-
From: Christopher Olive [mailto:[EMAIL PROTECTED]] 
Sent: Monday, April 08, 2002 3:45 PM
To: CF-Talk
Subject: RE: parsing CFML

actually, read the FINE bottom of the email.  i don't know reba, so i
wouldn't curse at her.

christopher olive
cto, vp of web development, vp it security
atnet solutions, inc.
410.931.4092
http://www.atnetsolutions.com


-Original Message-----
From: Kevin Schmidt [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 08, 2002 4:43 PM
To: CF-Talk
Subject: RE: parsing CFML


Read the Fucking Bottom of the email

-Original Message-
From: Reba [mailto:[EMAIL PROTECTED]] 
Sent: Monday, April 08, 2002 3:41 PM
To: CF-Talk
Subject: RE: parsing CFML

I give what does RTFBOTE stand for?


-Original Message-
From: Christopher Olive [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 08, 2002 4:09 PM
To: CF-Talk
Subject: RE: parsing CFML


RTFBOTE, Reba.

unsubscribe notices at the bottom.

christopher olive
cto, vp of web development, vp it security
atnet solutions, inc.
410.931.4092
http://www.atnetsolutions.com


-Original Message-
From: Reba [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 08, 2002 4:03 PM
To: CF-Talk
Subject: RE: parsing CFML


UH OH! THERE IS A PROBLEM WITH WHAT I'M ASSUMING CAME FROM THE CFHUB
SITE. I
JUST TRIED TO SIGN UP AND NOW I AM GETTING ALL THESE EMAILS!


-Original Message-
From: Matthew Walker [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 08, 2002 3:49 PM
To: CF-Talk
Subject: Re: parsing CFML


You can use a tool like soXML. But is your CFML valid XML? Do you close
your
cfsets, for example?


- Original Message -
From: "James Sleeman" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 08, 2002 9:51 PM
Subject: parsing CFML


> Hi all,
>   this is a bit of a strange request I guess.  I want to parse CFML
> files like they were XML files, so that I can access the structure of
> the (well formed, no overlapping with html etc) cfml.  For example, so
> that I can do something like
>
> 
> 
> 
> I just saw a cfcase, it's value was
> #parsecf[i].value# and the content of this cfcase
> is #parsecf[i].contents#...
> 
> . etc .
> 
> 
> 
>
> has anybody done anything like this ??
>
> ---
> James Sleeman
>
>






__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: parsing CFML

2002-04-08 Thread Kevin Schmidt

Read the Fucking Bottom of the email

-Original Message-
From: Reba [mailto:[EMAIL PROTECTED]] 
Sent: Monday, April 08, 2002 3:41 PM
To: CF-Talk
Subject: RE: parsing CFML

I give what does RTFBOTE stand for?


-Original Message-
From: Christopher Olive [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 08, 2002 4:09 PM
To: CF-Talk
Subject: RE: parsing CFML


RTFBOTE, Reba.

unsubscribe notices at the bottom.

christopher olive
cto, vp of web development, vp it security
atnet solutions, inc.
410.931.4092
http://www.atnetsolutions.com


-Original Message-
From: Reba [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 08, 2002 4:03 PM
To: CF-Talk
Subject: RE: parsing CFML


UH OH! THERE IS A PROBLEM WITH WHAT I'M ASSUMING CAME FROM THE CFHUB
SITE. I
JUST TRIED TO SIGN UP AND NOW I AM GETTING ALL THESE EMAILS!


-Original Message-
From: Matthew Walker [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 08, 2002 3:49 PM
To: CF-Talk
Subject: Re: parsing CFML


You can use a tool like soXML. But is your CFML valid XML? Do you close
your
cfsets, for example?


- Original Message -
From: "James Sleeman" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 08, 2002 9:51 PM
Subject: parsing CFML


> Hi all,
>   this is a bit of a strange request I guess.  I want to parse CFML
> files like they were XML files, so that I can access the structure of
> the (well formed, no overlapping with html etc) cfml.  For example, so
> that I can do something like
>
> 
> 
> 
> I just saw a cfcase, it's value was
> #parsecf[i].value# and the content of this cfcase
> is #parsecf[i].contents#...
> 
> . etc .
> 
> 
> 
>
> has anybody done anything like this ??
>
> ---
> James Sleeman
>
>




__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Query a Query or SQL Syntax (Not IN)

2002-04-04 Thread Kevin Schmidt

Gotta love your query names!


-Original Message-
From: Paul Sizemore [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, April 04, 2002 10:01 AM
To: CF-Talk
Subject: Query a Query or SQL Syntax (Not IN)

I've got two queries from different data sources, and I want to find
records
in the First, that are not in the second (a non-compliance report)

Shouldn't I be able to do a NOT IN in a Query of Query?


My code is as follows (Ass is short for Associate):


Select AssName from
Intranet.PBS.App_StraightTalk


Select
empl,locnum,first_name,last_name,last_hire From associate Where
last_hire >
'12/24/2001'


Select empl from
AssList,asstaken
Where empl NOT IN (AssTaken)

What am I doing wrong, or how should I do this?



__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: 10 Step Program

2001-11-29 Thread Kevin Schmidt

How about client variables?
- Original Message - 
From: "Declan Maher" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, November 29, 2001 11:20 AM
Subject: RE: 10 Step Program


> Have you thought of using url.variables or passing vars in
> form.variables.
> 
> 
> -Original Message-
> From: Won Lee [mailto:[EMAIL PROTECTED]]
> Sent: 29 November 2001 17:19
> To: CF-Talk
> Subject: 10 Step Program
> 
> 
> Hi my name is Won Lee and I'm addicted to session variables.
> 
> In an attempt to rid myself of all locking, I'm trying to stay away from
> application and session variables.
> One of the most common things is used for session variables is
> session.userID.
> How does one now emulate this functionality without using session
> variables.
> I thought about just using cookies, but that would hinder use of
> cflocation.
> Any ideas?
> 
> How do HTML websites handle session states?
> 
> Not being a materialist in the U.S. is kind of like not appreciating
> opera
> if you live in Milan or art if you live in Paris. We support materialism
> better than any other culture. Because retailing and distribution are so
> efficient here, stuff is cheaper than anywhere else in the world. And
> then
> we have huge houses in which to archive our stuff.
> 
> 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Question about using 2 datasources

2001-11-01 Thread Kevin Schmidt

If you have CF 5 you can join 2 queries with query of a query!

- Original Message -
From: "Kris Pilles" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, November 01, 2001 10:52 AM
Subject: Question about using 2 datasources


> Ok heres my problem.
>
> I have a Access database that our users can go into and register new
> studetns with.  However all of our course information resides in another
> datasource.  My problem is that I have to display the course names which
> reside in database 2.  however I have to use the course ID's stored in
> Datasource 1.  How can I dothis?
>
> Thanks for all your help
>
> Kris Pilles
> Website Manager
> Western Suffolk BOCES
> 507 Deer Park Rd., Building C
> Phone: 631-549-4900 x 267
> E-mail: [EMAIL PROTECTED]
> 
~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



PP or WORD to HTML

2001-09-17 Thread Kevin Schmidt

Anybody know of an app that will allow you to upload PP or WORD docs and 
convert them to HTML?

Thanks,

Kevin



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: csv list

2001-08-30 Thread Kevin Schmidt

You could loop over the list...or you could use the list to array function
- Original Message -
From: "Joshua Tipton" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, August 30, 2001 11:28 AM
Subject: csv list


> I have a variable that retruns values in a comma delimited list.  How can
I
> break it out of that list?
>
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Any horror stories from not locking session vars?

2001-08-17 Thread Kevin Schmidt

Just use client vars...with the datasource and you have no need for shared
memory vars in a load balanced environment.
- Original Message -
From: "Billy Cravens" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, August 17, 2001 10:20 AM
Subject: RE: Any horror stories from not locking session vars?


> I don't know that this is necessary.  Configure client storage to use
> ODBC; that way all of your servers can point to that datasource and
> retain the same sessions.
>
> ---
> Billy Cravens
> HR Systems, EDS
> [EMAIL PROTECTED]
>
>
> -Original Message-
> From: JB Mentzer [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 16, 2001 9:25 PM
> To: CF-Talk
> Subject: Re: Any horror stories from not locking session vars?
>
>
> Hi all
>
> "[EMAIL PROTECTED]" wrote:
>
> > A further suggestion is to avoid SESSION, APPLICATION and SERVER
> > variables completely.  Build a site that will be ready for
> > loadbalancing WITHOUT sticky sessions now and don't even fool with
> > server specific shared memory scopes.
>
> So what variables am I to use? Aren't URL variables a security breach?
>
> Thanks!
>
> * john *
>
> >
>
> >
> >
> > 2c
> >
> > ~.net3
> >
> > - Original Message -
> > From: "Don Vawter" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Monday, August 06, 2001 10:10
> > Subject: Any horror stories from not locking session vars?
> >
> > > I have been asked to do a code review of a site and I have found
> > > that the developers don't bother to lock session variables when then
>
> > > read or write them. Does anybody have an good horror stories about
> > > the dangers of doing this so I legitimately show the customer why
> > > this is a problem.  He is a nontechnical person so any talk of
> > > needing to single-thread processes when using shared variables won't
>
> > > mean a thing to him. Since I always lock
> > around
> > > the variables I can't give him any personal horror stories. Perhaps
> > > some
> > of
> > > you have heard of some (I KNOW they won't come from YOUR sites
> > > because you always follow best practices ;-) but maybe you inherited
>
> > > some.)
> > >
> > > TIA
> > >
> > > Don
> > >
> > >
> > >
> > >
> > >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Netscape issue

2001-08-16 Thread Kevin Schmidt

Any idea why Netscape would want to save a .cfm file when a link is clicked?

Works fine in IE.

Kevin



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Interesting Date issue

2001-06-06 Thread Kevin Schmidt

Ok...either I am doing something stupid or something is wrong here.

This is on CF 5.0

I am using  and then inserting
today into a database table.  I end up with 12/31/1899.

Here is the really tricky part.  After that date is set I use DateAdd to add
a month to it and insert it into the database at the same time as the other
and I get the correct date.  Any ideas.

By the way I changed the today code to 
and it is fine.  But I am still curious as to why the other way was
producing that result???


Kevin Schmidt, Web Technology Manager
Allaire Certified ColdFusion Developer
pwb inc.
integrated marketing communications
350 S. Main St., Suite 350
Ann Arbor, MI 48104
734.995.5000 (tel)
734.995.5002 (fax)
www.pwb.com




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Challenging dillemma (double values?)

2001-06-06 Thread Kevin Schmidt

You could put both values in the value="" and then parse them out.  Have
javascript pull the price info and CF pull out the part ID.  You could
seperate them with a delimeter like * to make it easier.

Kevin

- Original Message -
From: "Michel Gagnon" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, June 06, 2001 8:16 AM
Subject: Challenging dillemma (double values?)


> Hi!
>
> I have a little challenging question for you.
> I have a "build your own computer system"
> page where customers can choose what parts
> they want in their system.  There is a javascript
> that calculates everything on the fly.
> This javascript needs to have the price
> as the value:
>
> #PartName#
>
> But, I also need to pass the partID to the server, not the price.
> Is there a way that we could have the best of both world?
> The calculating javascript and the PartID's to send to the server?
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: ASP NumberFormat

2001-05-08 Thread Kevin Schmidt

Chris,

How does kidding around with someone show lack of professionalism?? Or did
you not bother to read the  at the end of his post.  Attacking someone
like that shows a lack of professionalism.

Kevin Schmidt
- Original Message -
From: "Chris Maloney" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, May 08, 2001 2:04 PM
Subject: RE: ASP NumberFormat


> Nathan,
> At first only your newsletters made me wonder about your lack of
> professionalism.
>
> Chris
>
> -Original Message-
> From: Nathan Stanford [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 08, 2001 10:58 AM
> To: CF-Talk
> Subject: RE: ASP NumberFormat
>
>
> Your treading on THIN ICE mentioning that COMPETITOR...   
>
> Nathan Stanford
> Senior Programmer/Analyst
> [EMAIL PROTECTED]
>
>
> > -Original Message-
> > From: Bernd VanSkiver [SMTP:[EMAIL PROTECTED]]
> > Sent: Tuesday, May 08, 2001 10:23 AM
> > To: CF-Talk
> > Subject: OT: ASP NumberFormat
> >
> > Sorry about bringing ASP in to the list but am having
> > troubles finding the solution and was hoping someone
> > here might know the answer.  I am needing a way to
> > format a number in ASP similar to the CF function
> > NumberFormat()  Is there a function or something in
> > ASP for this?  I'm not sure if ASP even has built in
> > support for this.  I am programming the ASP in
> > VBScript.
> >
> >
> > =
> > Bernd VanSkiver
> > [EMAIL PROTECTED]
> > ColdFusion Developer
> > ICQ UIN: 916324
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMAIL Errors..whats going on??

2001-05-07 Thread Kevin Schmidt

Looks like someone is spamming you!
- Original Message -
From: "Angél Stewart" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, May 07, 2001 12:44 PM
Subject: CFMAIL Errors..whats going on??


> Can anyone tell me what the heck is going on with this CF Site???
> I can't figure out what this error Not a Gateway is about??
>
> I'm trying to get access to the source code that is actually trying to
send
> these emails out, but before that..have any of you seen this before?
> Any ideas??
>
> Please CC [EMAIL PROTECTED]
> There is usually an hour or more lag for me before I get emails from the
> CFLIST ^_^
>
> -Gel
>
>
> -
> "Error","TID=1048","05/07/01","10:52:01","Failed to send the spooled mail
> file, C:\CFUSION\MAIL\spool\283D.cfmail. SMTP server replied "not local
host
> thecomp.com, not a gateway" Moved file to
> C:\CFUSION\MAIL\undelivr\2840.cfmail."
> "Error","TID=1048","05/07/01","10:52:02","Failed to send the spooled mail
> file, C:\CFUSION\MAIL\spool\283E.cfmail. SMTP server replied "not local
host
> oldwhores.net, not a gateway" Moved file to
> C:\CFUSION\MAIL\undelivr\2842.cfmail."
> "Error","TID=1048","05/07/01","10:57:04","Failed to send the spooled mail
> file, C:\CFUSION\MAIL\spool\2843.cfmail. SMTP server replied "not local
host
> euro-porn.com, not a gateway" Moved file to
> C:\CFUSION\MAIL\undelivr\2844.cfmail."
> "Error","TID=1048","05/07/01","11:03:35","Failed to send the spooled mail
> file, C:\CFUSION\MAIL\spool\2845.cfmail. SMTP server replied "not local
host
> babesunlimited.org, not a gateway" Moved file to
> C:\CFUSION\MAIL\undelivr\2846.cfmail."
> "Error","TID=1048","05/07/01","11:04:07","Failed to send the spooled mail
> file, C:\CFUSION\MAIL\spool\2847.cfmail. SMTP server replied "not local
host
> adultxtasy.com, not a gateway" Moved file to
> C:\CFUSION\MAIL\undelivr\2848.cfmail."
> "Error","TID=1048","05/07/01","11:08:38","Failed to send the spooled mail
> file, C:\CFUSION\MAIL\spool\2849.cfmail. SMTP server replied "not local
host
> gmx.net, not a gateway" Moved file to
C:\CFUSION\MAIL\undelivr\284C.cfmail."
> "Error","TID=1048","05/07/01","11:11:55","Failed to send the spooled mail
> file, C:\CFUSION\MAIL\spool\284D.cfmail. SMTP server replied "not local
host
> xxxnow.de, not a gateway" Moved file to
> C:\CFUSION\MAIL\undelivr\284E.cfmail."
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFFTP - file size 0

2001-04-30 Thread Kevin Schmidt

Make sure you specify the full path of where you want the file to go...Drive
letter and all!

Kevin


- Original Message -
From: "Rudy Rustam" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 30, 2001 2:15 AM
Subject: CFFTP - file size 0


> Everytime I uploaded the files, it always save in 0 size.
> While uploading with other ftp application, it works fine.
>
> Have anyone got this problem before? How do you solve it?
>
> - Rudy
>
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: URGENT - CFFTP

2001-04-17 Thread Kevin Schmidt

Robert

I know your problem well.  Make sure you specify the full path to the folder
that you are uploading to

IE C:\inetpub\wwwroot\yourfoldertouploadto\

Just using /yourfoldertouploadto doesn't work

They don't specify that very well in the documentation

Kevin

- Original Message -
From: "Robert Forsyth" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, April 17, 2001 1:26 PM
Subject: URGENT - CFFTP


> After exhaustive searching through the forums, I finally got cfftp to
upload a file to the server...but it is 0 bytes. Before I get the "standard"
questions back:
>
> ** I can transfer files over using other FTP clients. Not a permissions
issue
>
> ** Latest SP2 is installed, including the ftp.dll hotfix
>
> ** Used to work in 4.0.
>
> I'm running CF 4.51 on an NT 4.0 box.
>
> Any thoughts??
>
> Robert Forsyth
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: cookies not being set

2001-04-16 Thread Kevin Schmidt

You can't use  and  on the same page.  
trashes the current HTTP headers where cookies are send and generates new
ones.  Since CF doesn't send the headers until the page is done processiong
your headers with the cookies in them never even get to the browser.

Kevin

- Original Message -
From: "Mike Sprague" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 16, 2001 12:25 PM
Subject: cookies not being set


> I have a login page that checks my db to validate user info and if valid
uses cflocation to redirect to the appropriate page.  I need cookies to work
because people with AOL have been having problems keeing the session
variables alive.  My code is below, any help would be greatly appreciated.
>
> Mike
>
>
> 
>   
>   
> 
>   
>   
>   
>   
>   
> 
>   
> 
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



4.5.1 and NT

2001-04-11 Thread Kevin Schmidt

I read somewhere that Allaire recommends running 4.5.1 SP2 on WIN2k only.
Can anyone remind me where I saw that? Link?

Thanks,

Kevin Schmidt, Web Technology Manager
Allaire Certified ColdFusion Developer
pwb inc.
integrated marketing communications
350 S. Main St., Suite 350
Ann Arbor, MI 48104
734.995.5000 (tel)
734.995.5002 (fax)
www.pwb.com




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Email Questions

2001-04-11 Thread Kevin Schmidt

Break your query up.  Run all the email for the last names that start with
the letters A-C, D-F, and so on.  Run them one at a time.  Finding a way to
make your query results smaller and thus sending fewer emails ought to do
the trick.
- Original Message -
From: "Brian Peddle" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, April 11, 2001 7:55 AM
Subject: Email Questions


> I posted this last night but I didn't see it post.  I apologize if it
comes
> through twice.
>
> I currently send out a weekly newsletter to a growing database of 70,000
> right now.  I currently query the DB and loop the results and send out an
> email to each member.  It takes CF about 24 hours to process 70,000 emails
> from it SPOOL out to the mail server.  The machines is a dual 700 / 1/2
gig
> ram.  I don't think its the machine but more the process of 70,000!
emails.
>
> My initial thought is to group together 40 emails at a time and BCC then
and
> have the sent to be whatever.  That would bring the emails total down to
> about 1700 which CF can pump out fairly fast.  Id prefer to stay in CF for
> this.
>
> Does anyone have any suggestions or things that they may have done.
>
> Thanks!!
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: IP Address

2001-04-10 Thread Kevin Schmidt

Eric,

How did you find out who owned that block of IP Addresses?

Kevin

- Original Message -
From: "Eric Dawson" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, April 10, 2001 10:24 AM
Subject: RE: IP Address


> Hmmm.
> Computer names
> (troy,cmcneil,creid,jana,jromard,exodius,achiasson,dave-woodard,aburke)
>
> NBTel (NETBLK-NBTEL-CUST)
>One Brunswick Square
>Saint John, NB E2L 4K2
>CA
>
>Netname: NBTEL-CUST
>Netblock: 207.179.128.0 - 207.179.191.255
>Maintainer: NBTL
>
> I am going to test all IPs for www, and search for the computer names on
> altavista. combinations like +cmcneil +creid +"dave woodard"
>
> From: Nathan Stanford <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: CF-Talk <[EMAIL PROTECTED]>
> Subject: RE: IP Address
> Date: Tue, 10 Apr 2001 08:36:32 -0500
>
> Just wondering who this is?
>
>   207.179.142.36
>   207.179.142.41
>   207.179.142.43
>   207.179.142.47
>   207.179.142.49
>   207.179.142.60
>   207.179.142.63
>   207.179.142.66
>   207.179.142.68
>
> Yes, I have heard of WHOIS..
>
>
> Nathan Stanford
> Senior Programmer/Analyst
> [EMAIL PROTECTED]
>
>
>  > -Original Message-
>  > From: Douglas Knudsen [SMTP:[EMAIL PROTECTED]]
>  > Sent: Tuesday, April 10, 2001 7:44 AM
>  > To: CF-Talk
>  > Subject: Re: IP Address
>  >
>  >
>  >
>  > ever heard of whois?  www.networksolutions.com is one such place to do
>  > a lookup.
>  >
>  > DK
>  >
>  >
>  >
>  > From: [EMAIL PROTECTED] AT INTERNET on 04/10/2001 08:34 AM
>  >
>  > To:   Douglas Knudsen/ATL/ALLTELCORP, [EMAIL PROTECTED] AT
>  >   INTERNET@CCMAIL
>  > cc:
>  >
>  > Subject:  IP Address
>  >
>  >
>  > I need to figure out who is at a particular IP address not the exact
>  > person
>  > but if I have a range of 5 or 6 addresses I would like to know who is
>  > viewing my website.
>  >
>  > At least what company...
>  >
>  > Thanks,
>  >
>  > Nathan Stanford
>  > Senior Programmer/Analyst
>  > [EMAIL PROTECTED]
>  >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF Express

2001-04-10 Thread Kevin Schmidt

http://www.allaire.com/handlers/index.cfm?ID=13570&Method=Full&Title=Edition
%20Comparison%20Matrix&Cache=False
- Original Message -
From: <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, April 10, 2001 9:43 AM
Subject: Re: CF Express


>
> Any idea where on Allaire's site the chart is located?  I have not been
> able to find it.
>
> Thanks.
>
>
>
>
>
> "Kevin Schmidt" <[EMAIL PROTECTED]> on 04/10/2001 11:27:21 AM
>
> Please respond to [EMAIL PROTECTED]
>
> To:   CF-Talk <[EMAIL PROTECTED]>
> cc:
>
> Subject:  Re: CF Express
>
>
> You lose alot of support for specific tags.  There is a comparison chart
on
> Allaire's site.
> - Original Message -
> From: <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Tuesday, April 10, 2001 9:15 AM
> Subject: CF Express
>
>
> > We have an number of applications running on servers that have CF
> > Enterprise installed.  We also have applications that could be run on a
> > server that has CF Express installed.  Are there problems or
restrictions
> > when using CF Express on a commercial site?
> >
> >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF Express

2001-04-10 Thread Kevin Schmidt

You lose alot of support for specific tags.  There is a comparison chart on
Allaire's site.
- Original Message -
From: <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, April 10, 2001 9:15 AM
Subject: CF Express


> We have an number of applications running on servers that have CF
> Enterprise installed.  We also have applications that could be run on a
> server that has CF Express installed.  Are there problems or restrictions
> when using CF Express on a commercial site?
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: HTML Email Detection

2001-04-06 Thread Kevin Schmidt

All I have is a comma delimited list of email addresses from the client.

- Original Message -
From: "Semrau, Steven L Mr SRA" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, April 06, 2001 2:23 PM
Subject: RE: HTML Email Detection


> First thought would be to ask that question on your form.  If 'yes' then
> create the HTML enabled version, else create Plain Text.
>
> Steven Semrau
> SRA International, Inc.
> Senior Member, Professional Staff
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> Com:  (703) 805-1095
> DSN:  (703) 655-1095
>
>
> -Original Message-
> From: Kevin Schmidt [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 06, 2001 4:10 PM
> To: CF-Talk
> Subject: HTML Email Detection
>
>
> I want to send HTML enabled email with CFMAIL but I wan't to filter on
> whether the clients email browser accepts HTML email.  Is there a way to
do
> this with CF?  I don't think there is.  What about on the client side
could
> they trigger an event with JS or VBS when they open the mail that detects
> whether or not their email browser can render HTML?
>
> Thanks for the help.
>
> Kevin Schmidt, Web Technology Manager
> Allaire Certified ColdFusion Developer
> pwb inc.
> integrated marketing communications
> 350 S. Main St., Suite 350
> Ann Arbor, MI 48104
> 734.995.5000 (tel)
> 734.995.5002 (fax)
> www.pwb.com
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



HTML Email Detection

2001-04-06 Thread Kevin Schmidt

I want to send HTML enabled email with CFMAIL but I wan't to filter on
whether the clients email browser accepts HTML email.  Is there a way to do
this with CF?  I don't think there is.  What about on the client side could
they trigger an event with JS or VBS when they open the mail that detects
whether or not their email browser can render HTML?

Thanks for the help.

Kevin Schmidt, Web Technology Manager
Allaire Certified ColdFusion Developer
pwb inc.
integrated marketing communications
350 S. Main St., Suite 350
Ann Arbor, MI 48104
734.995.5000 (tel)
734.995.5002 (fax)
www.pwb.com




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: date range search

2001-04-03 Thread Kevin Schmidt

Lose the single quotes around your date variables in your SQL.
- Original Message -
From: "Tumy, Brad" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, April 03, 2001 2:43 PM
Subject: RE: date range search


> shot in the dark...is it the single paranthesis around the date variable?
>
> Brad
>
> -Original Message-
> From: Robert Orlini [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 03, 2001 4:30 PM
> To: CF-Talk
> Subject: date range search
>
>
> I'm working on a search form which can search between a range of dates.
I'm
> using the code below and searching a orderdate column with the dates
> converted to 00/00/00 format and specified as Date/Time in Access.
>
> When I run the search (which uses a drop-down menu) I get a "data type
> mismatch in criteria expression" error.
>
> I beleive it may be with the dateformat function. Any suggestions please?
>
> Thanks in advance. :)
>
> ---
>
> 
> 
> 
> 
>
> 
> SELECT * FROM wwebsales
> where orderdate between '#startdate#' and '#enddate#'
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: tracking visitors on CF pages?

2001-04-03 Thread Kevin Schmidt

Do you have access to the log files?  If you do you can download a eval
version of most of the reporting tools out there.  Just run the log files
and take a look at where the traffic is going.

Kevin
- Original Message -
From: "French, Donna" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, April 03, 2001 2:29 PM
Subject: tracking visitors on CF pages?


> How can I track the stats on a CF/Access driven site
> so that I know which products pages, etc. are getting
> traffic?
>
> Any help appreciated.
>
> Thanks,
>
> Donna French
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Uploading a Zip file with cfhttp

2001-04-03 Thread Kevin Schmidt

Nathan,

Take a look at  is that is an option.

Kevin
- Original Message -
From: "Nathan" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, April 03, 2001 2:08 PM
Subject: Uploading a Zip file with cfhttp


> Hello all,
>
> I have hit was has proved to be an annoying little hurtle.  I have a .zip
> file which is normally manually uploaded to another server via a .
> But, they now want this to happen automatically every night so I switched
> the process to use .  However, the pesky little thing is not
> accepting the file because "The requested file is not ASCII text and can
not
> be rendered."
>
> Anyone have any suggestions as to how I can get this file to automatically
> work like the standard  feature?
>
> Regards,
>
> Nathan Focht
> FlyFire
> [EMAIL PROTECTED]
>
>
>
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
>



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Converting CFML to WML

2001-03-27 Thread Kevin Schmidt

Nope those will be fine.  The only difference between using CF with HTML and
WML is the HTML or WML.  ColdFusion stays the same.  Of course you need the
 tag.
- Original Message -
From: "W Luke" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, March 27, 2001 9:07 AM
Subject: Re: Converting CFML to WML


> What about existing database queries - can they remain as is, or would
they
> need modifying too?
>
> Will
> --
> [EMAIL PROTECTED] -=- www.lukrative.com
> Local-Advertising -=- www.localbounty.com
>
> > It's the HTML you convert, not the CFML.
> >
> > Yes it is quite easy, depending on how clean the code
> > was in the first place.
> >
> > However, you probably need to redesign the user interface,
> > which may not be so easy.
> >
> > Nick
> >
> > -Original Message-
> > From: Jason Lees (National Express)
> > [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, March 27, 2001 2:20 PM
> > To: CF-Talk
> > Subject: OT:Converting CFML to WML
> >
> >
> >
> > Hi All,
> >
> > Is it an easy job to convert CFML pages to WML?
> >
> > Jason Lees
> > National Express
> > Email : [EMAIL PROTECTED]
> >
> > ###
> > This document is intended for, and should only be read by, those persons
> to
> > whom it is addressed. Its contents are confidential and if you have
> received
> > this message in error, please notify us immediately by telephone on 0121
> 609
> > 6301
> > and delete all records of the message from your computer. Any form of
> > reproduction,
> > dissemination, copying, disclosure, modification, distribution and / or
> > publication of this message without our prior written consent is
strictly
> > prohibited. Neither the author of this message nor their employers
accept
> > legal responsibility for the contents of the message. Any views or
> opinions
> > presented are solely those of the author.
> > If you have any queries please contact [EMAIL PROTECTED]
> > 
> > ##
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Date format of field

2001-03-21 Thread Kevin Schmidt

Use #DateFormat(InitialDate, "mm/dd/")#
- Original Message -
From: "Michael" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, March 21, 2001 9:24 AM
Subject: Date format of field


>   I have the following  value="#InitialIntdate#" validate="date" required="No"> and I need to
format
> it so that the date show's as mm/dd/ ,  I believe that using the
> expression builder will do this but where in the tag is it supposed to go?
>
> thank you
>
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF rules!!!

2001-03-16 Thread Kevin Schmidt

Maybe he should try [EMAIL PROTECTED]
- Original Message -
From: "Adrian Cooper" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, March 16, 2001 3:28 PM
Subject: Re: CF rules!!!


>
> - Original Message -
> From: "Phoeun Pha" <[EMAIL PROTECTED]>
> Sent: Friday, March 16, 2001 9:06 PM
>
>
> > Peter, you are aware this is the CF talk list, where programmers can be
> > programmers.  I will groom myself when I am in the CF jobs talklist :)
>
> Yes, but _most_ programmers on this list conduct themselves, their
comments and
> discussions as you would expect from a professional person.
>
> Adrian Cooper.
>
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFCOOKIE

2001-03-09 Thread Kevin Schmidt

In 5.0 all the headers are sent with the first call of  once you
have used the tag you can't use CF tags that affect the header like
.

- Original Message -
From: "Terry Bader" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, March 09, 2001 12:56 PM
Subject: RE: CFCOOKIE


> i stand corrected, this is true
>
> i always forget about the cookie info being sent via the http header...
>
> anyone know how this will work in CF 5.0 because I do remember hearing
that
> the CF 5.0 will allow for partial page outputs...
>
>
> Terry Bader
> IT/Web Specialist
> EDO Corp - Combat Systems
> (757) 424-1004 ext 361 - Work
> [EMAIL PROTECTED]
>
>
> (757)581-5981 - Mobile
> [EMAIL PROTECTED]
> icq: 5202487   aim: lv2bounce
> http://www.cs.odu.edu/~bader
>
>
>
>
>
>
> > -Original Message-
> > From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, March 09, 2001 1:34 PM
> > To: CF-Talk
> > Subject: RE: CFCOOKIE
> >
> >
> > > Can you EXPIRE a cookie and SET it again from the same page?
> >
> > Remember that CF doesn't send cookie requests to the browser
> > until it's
> > finished (or in CF5, Flushed), so it effectively takes the
> > last setting on
> > the page as the one you want...
> >
> > Philip Arnold
> > Director
> > Certified ColdFusion Developer
> > ASP Multimedia Limited
> > T: +44 (0)20 8680 1133
> >
> > "Websites for the real world"
> >
> > **
> > This email and any files transmitted with it are confidential and
> > intended solely for the use of the individual or entity to whom they
> > are addressed. If you have received this email in error please notify
> > the system manager.
> > **
> >
> >
> >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF - rs6000 - AS 400

2001-03-09 Thread Kevin Schmidt

There is a product called screensurfer I think that might work for you.
- Original Message -
From: "Joshua Tipton" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, March 09, 2001 12:22 PM
Subject: RE: CF - rs6000 - AS 400


> Client access of as 400??
>
> -Original Message-
> From: Stewart McGowan [mailto:[EMAIL PROTECTED]]
> Sent: Friday, March 09, 2001 1:13 PM
> To: CF-Talk
> Subject: CF - rs6000 - AS 400
>
>
> hello all,
>
>
> has anyone any experience with attaching to DB2 on an RS2000 or an as400?
I
> had heard of a product for the AS400, but I can't remember the name.
>
> have a good weekend
>
>
> Stew
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMAIL, what am I doing wrong?

2001-03-09 Thread Kevin Schmidt

Let's see your code!
- Original Message -
From: "Bryon Kelly" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, March 09, 2001 10:52 AM
Subject: CFMAIL, what am I doing wrong?


> Hi All,
>
> I am using CF 4.5.1 and can not get CFMAIL to function.  I can get a
> verified connection thru the Admin system but can not get a .cfm file to
> interact with mail.  I continue to get the following error:
>
> The tag has an invalid attribute combination: the most likely attribute
> combination is
> Required attributes: 'FROM,GROUP,QUERY,SUBJECT,TO'. Optional attributes:
>
'BCC,CC,GROUPCASESENSITIVE,MAILERID,MAXROWS,MIMEATTACH,PORT,SERVER,STARTROW,
TIMEOUT,TYPE'.
> Other possible combinations are
> Required attributes: 'FROM,QUERY,SUBJECT,TO'. Optional attributes:
> 'BCC,CC,MAILERID,MAXROWS,MIMEATTACH,PORT,SERVER,STARTROW,TIMEOUT,TYPE'.
> Required attributes: 'FROM,GROUP,SUBJECT,TO'. Optional attributes:
>
'BCC,CC,GROUPCASESENSITIVE,MAILERID,MAXROWS,MIMEATTACH,PORT,SERVER,TIMEOUT,T
YPE'.
>
> Required attributes: 'FROM,SUBJECT,TO'. Optional attributes:
> 'BCC,CC,MAILERID,MIMEATTACH,PORT,SERVER,TIMEOUT,TYPE'.
> The error occurred while processing an element with a general identifier
> of (CFMAIL), occupying document position (9:1) to (9:129).
> The specific sequence of files included or
>
>
> I have tried everyone of the combinations above with no luck.  Has anyone
> run across this problem?
>
>
> Thanks!
>
> BKelly
>
>
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
>



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Dreamweaver UltraDev 4

2001-03-09 Thread Kevin Schmidt

Crappy code generationhope you like .  UD4 uses 
alot.  I like  but for some of the cases the UD4 uses it for I
wouldn't.

Kevin
- Original Message -
From: "James Taavon" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, March 09, 2001 10:43 AM
Subject: OT: Dreamweaver UltraDev 4


> I am reading the white paper on Dreamweaver UltraDev 4. So far, so good
> I like what I am reading. Are there any pitfalls that I shold be aware
> of if I decide to purchase this package?
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: input type="file"

2001-03-09 Thread Kevin Schmidt

You have to upload the file first.  You can then attach it using


- Original Message -
From: "Wilson, Craig" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, March 09, 2001 8:23 AM
Subject: RE: input type="file"


> Sorry Martin, it just renders the output still, but in quotes.
>
> -Original Message-
> From: Martin Sutton
> Sent: 09 March 2001 13:23
> To: CF-Talk
> Subject: RE: input type="file"
>
>
> I think you need to use:
>
> mimeattach="'#form.myfile#'"
>
> That should work.
>
> Martin.
>
> --
--
> -
> LEGAL DISCLAIMER --
> This message and any attachments to it is intended only for the individual
> or company to which it is addressed and may contain information which is
> privileged, confidential or prohibited from disclosure or unauthorised
use.
> If the recipient of this transmission is not the intended recipient, or
the
> employee or agent responsible for delivering such materials to the
intended
> recipient, you are hereby notified that any use, any form of reproduction,
> dissemination, copying, disclosure, modification, distribution and/or
> publication of this e-mail message or its attachments other than by its
> intended recipient is strictly prohibited by the sender. If you have
> received it in error, please return it to the sender and destroy the
message
> and/or copies in your possession.  The views or opinions expressed in this
> email are that of the individual and not necessarily those of A.B.C
(Systems
> and Development) Limited or any of it's subsidiaries.
>
>
>
> -Original Message-
> From: Wilson, Craig [mailto:[EMAIL PROTECTED]]
> Sent: 09 March 2001 12:55
> To: CF-Talk
> Subject: input type="file"
>
>
> After using the following code to browse for a file (thanks Philip),
>
> 
> 
> 
> 
>
> I want to use the variable #FORM.MYFILE# to form part of a CFMAIL command
> using mimeattach :
>
>  subject="Submit Problem"
> mimeattach="#form.myfile#"
> from="#client.mailbox#">In #form.field1#,
> #form.field2#
>
>
> For some reason (in my example I used a text file), it renders the
contents
> of the text document on the action page in full and doesn't interpret the
> file name as a string which is what I would hope it would do.
>
> Can anyone help?
>
>
>
>
>

> **
>
> The opinions expressed in this E-mail are those  of  the individual  and
> not  necessarily  the  company.  This E-mail and  any files transmitted
> with it are confidential and solely for the use of the intended recipients
>
>

> **
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Protecting an admin page

2001-03-08 Thread Kevin Schmidt

Hubbert,

You can set a session or client variable like logedin = yes.  Check to make
sure that value exists on the page and is yes.  If it does not xist send teh
parson back to the login page.


- Original Message -
From: Hubert Earl <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Thursday, March 08, 2001 10:47 PM
Subject: Protecting an admin page


> Hi,
>
> I have an admin page which can be accessed thru a login page.  However, as
> it now stands, if someone were to learn bookmark that page, he or she
could
> return to it via the bookmark, rather than via the login page.  How can I
> ensure that someone could only access the admin page via the login page?
>
> Sincerely,
> ---
> Hubert Earl
>
> ICQ#: 16199853
> AIM: hubertfme
>
> See pictures of items in my Jamaican Art, Craft & More Store Online Sale
on
> my "Me" page on eBay (this tells you a little about myself, including a
> photo), and there's a link to the auctions themselves:
> http://members.ebay.com/aboutme/hearl1/
>
> See pictures of all items I have:
> http://www.angelfire.com/ny/hearl/link_page_on_angelfire.html
>
>
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: REMOVE

2001-03-05 Thread Kevin Schmidt

Your head from your ass!

Read the bottom of any email!
- Original Message -
From: "Shay Gonzalez" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, March 05, 2001 1:10 PM
Subject: REMOVE


>
> REMOVEREMOVEREMOVEREMOVEREMOVEREMOVEREMOVEREMOVE
> REMOVEREMOVEREMOVEREMOVEREMOVEREMOVEREMOVEREMOVE
> REMOVEREMOVEREMOVEREMOVEREMOVEREMOVEREMOVEREMOVE
> REMOVEREMOVEREMOVEREMOVEREMOVEREMOVEREMOVEREMOVE
> REMOVEREMOVEREMOVEREMOVEREMOVEREMOVEREMOVEREMOVE
> REMOVEREMOVEREMOVEREMOVEREMOVEREMOVEREMOVEREMOVE
> REMOVEREMOVEREMOVEREMOVEREMOVEREMOVEREMOVEREMOVE
> REMOVEREMOVEREMOVEREMOVEREMOVEREMOVEREMOVEREMOVE
> REMOVEREMOVEREMOVEREMOVEREMOVEREMOVEREMOVEREMOVE
> REMOVEREMOVEREMOVEREMOVEREMOVEREMOVEREMOVEREMOVE
> REMOVEREMOVEREMOVEREMOVEREMOVEREMOVEREMOVEREMOVE
> REMOVEREMOVEREMOVEREMOVEREMOVEREMOVEREMOVEREMOVE
> REMOVEREMOVEREMOVEREMOVEREMOVEREMOVEREMOVEREMOVE
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Selecting a date range, access DB

2001-02-26 Thread Kevin Schmidt

Try using the BETWEEN keyword.

IE
WHERE StartDate BETWEEN #CreateODBCDATE(Now())#  AND (A date in the future
you set)

This will pull all the record between today and the date you specify.

- Original Message -
From: "Thomas Chiverton" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, February 26, 2001 9:44 AM
Subject: Selecting a date range, access DB


> My aim is to pick all records out of an access DB, by date range.
> I'm using the following CF:
>   datasource="News">
>   SELECT * FROM Articles
>   where approved
>   and startdate > #Now()# and
>   expirydate < #Now()#
> 
> Turning on debug on the server shows this ends up as
> SQL = SELECT * FROM Articles where approved and startdate > {ts
'2001-02-26
> 15:37:22'} and expirydate < {ts '2001-02-26 15:37:22'}
>
> Unsuprisingly, this returns no results (there is at least one record in
the
> intended range). Is my SQL off, or do I need to use a particular type of
> date in access ?
>
> Regards,
>
> Thomas Chiverton,
> Intranet Webmaster and Desktop Analyst
> Office: 01565 757 909
> As a GUI, reality in useless...
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Cheaper Alternative to SQL Server 2000

2001-02-22 Thread Kevin Schmidt

mySQL and run linux!That's as cheap as it get's.
- Original Message -
From: "Jason Larson" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, February 22, 2001 9:49 AM
Subject: OT: Cheaper Alternative to SQL Server 2000


>
> Sorry about the OT post.
>
> I was wondering if someone could give me some feedback on a cheaper
> alternative to SQL Server. I am on a limited budget to create my own
> webserver and I have only experience in developing with CF and SQL Server.
I
> really can't afford the $5,000 that Microsoft wants for SQL Server 2000.
> Anybody have any suggestions?
>
>
> Thanks for your time
>
> Jason Larson
> [EMAIL PROTECTED]
> 406-728-4422
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: auction site

2001-02-22 Thread Kevin Schmidt

I wouldn't want to do your job for you...but check out able commerces
auction builder.
Otherwise I would say it depends on what the client wants.
- Original Message -
From: "Vikram-burlee" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, February 09, 2001 6:07 AM
Subject: auction site


> Hi Everybody
> I have been assigned a new project on auction sites and currently working
> on the srs...
> Can anyone get me the specifications on the working on auction sites as i
> want to come out with the best functionality.
>
> Thanks in advance
>
> Regards
> Vikram
>
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Anyone know of any good CF tests?

2001-02-21 Thread Kevin Schmidt

So don't ask them a code oriented question.  Ask them to write the code for
you.  Ask them how they would handle a problem IE a shopping cart.  What
code they would use etc.  See how well they plan the cart.


- Original Message -
From: "John Doe" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, February 21, 2001 1:32 PM
Subject: RE: Anyone know of any good CF tests?


> Yes, it would be great, I just wish I had the time to put something
> together, which is why I was hoping someone on the list had something they
> might be willing to share. The more I think about it, the more I think I
DO
> want the test taker to be able to use books to look things up. My bigger
> concern has to do with the person's ability to think in a complex way.
THAT
> is what I really want to test for.
>
> Aaron
>
>
> Original Message Follows
> From: Tony Schreiber <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: CF-Talk <[EMAIL PROTECTED]>
> Subject: RE: Anyone know of any good CF tests?
> Date: Tue, 20 Feb 2001 22:01:43 -0500 (EST)
>
> There is of course, the Allaire Certification...
> Brainbuzz.com has a CF SKillDrill...
> I have a test my brother wrote for hiring developers...
>
>  > Seems like it would be easy enough to make... given the quantity of
>  > materials available from online tests, college courses, and Allaire
>  > Certification prep books.
>  >
>  > The main problem you main have is determining what is truly an
expert...
>  >
>  > I would classify myself as very knowledgeable, but wouldn't think of
> doing a
>  > job without some type of reference book available.  As I sit here at
type
>  > this, I have (literally) 9 ColdFusion Books and various other
references
>  > sitting on my desk.
>  >
>  > Heath
>  >
>  > -Original Message-
>  > From: John Doe [mailto:[EMAIL PROTECTED]]
>  > Sent: Tuesday, February 20, 2001 12:59 PM
>  > To: CF-Talk
>  > Subject: Anyone know of any good CF tests?
>  >
>  >
>  > I am looking to put together a pre-employment test to check the
knowledge
>  > level of a job candidate who claims to be an expert cf developer. Does
>  > anyone know of any available tests (not online, what I'm looking for is
> some
>  >
>  > type of written test) for this purpose? I would like to be able to
bring
> the
>  >
>  > candidate in and have them take the test under controlled
circumstances -
>  > i.e. I don't want them to be able to do it from home, consult
w/friends,
>  > look things up...I want to make sure I am getting what is being sold,
if
> you
>  >
>  > see what I mean.
>  >
>  > Thanks,
>  >
>  > Aaron
>  >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



OT: News Feeds

2001-02-19 Thread Kevin Schmidt

Does anyone know of any ColdFusion related WDDX feeds or any web related
feeds.

Thanks,

Kevin Schmidt, Web Technology Manager
Allaire Certified ColdFusion Developer
pwb inc.
integrated marketing communications
350 S. Main St., Suite 350
Ann Arbor, MI 48104
734.995.5000 (tel)
734.995.5002 (fax)
www.pwb.com




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Changing form names

2001-02-18 Thread Kevin Schmidt

Best way to do this would be to not use  (In my opinion).  Use SQL
to insert the data that way you can set the variable in the processing page
and then insert it. Along with the form fields.

Kevin
- Original Message -
From: Les Irvin <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Sunday, February 18, 2001 8:51 PM
Subject: Changing form names


> In my application, users are updating a database via a form. Is it
possible
> to dynamically change a form field name - say from "order1" to "order" -
> after the form is submitted but before the  tag is processed?
If
> so, how could it be done?
> Thanks in advance,
> Les
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Re: ParseDog

2001-02-16 Thread Kevin Schmidt

Ok,  I have to disagree with Greg.  If you don't like what he's posting hit
the delete key.  If he got no interest at $20 then it his decision to offer
it for free.  As for being an ASP ass&*le.  I use ASP.  Alot of CF people I
know use ASP.  Does that make us all ass&oles?  As for hacking his site that
is just juvenile.  Grow up and get over it.

Kevin
- Original Message -
From: Greg Wolfinger <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Friday, February 16, 2001 1:46 PM
Subject: OT: Re: ParseDog


> First off:  I am posting this because I do not want to look like the lier.
> Its OT, sorry...but it must be addressed.
>
> > That might explain why you saw it for $20?
>
> You lied, I saw it for 20.  At least admit it you prick.  You were selling
> it for $20.00 and you didn't think anyone on the list went to the page.
You
> changed it to free so you could argue that its open source and not an
> advertisement.  I saw it for $20.00 and you know it .
>
> --=@ greg @=--
>
> /databases/aloha.mdb
> - Original Message -
> From: "John Anderson" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Friday, February 16, 2001 1:02 PM
> Subject: RE: ParseDog
>
>
> > You lier.  You just made it open source.  When I went to the page before
> it
> > said it costs $20.00 for the source.  You just updated it, to make it
> free.
> >
> > Yeah Im sure you are correct Greg the code I used is this (free too):
> >
> > You can only do this in
> >
> > CF-MAYBE-ASP-WITH-FUSEBOX-ON-A-FRIDAY-LIST syntax
> >
> > <%
> > if assdetect = 1 then
> > price = $20
> > end if
> > %>
> >
> > That might explain why you saw it for $20?
> >
> >
> >
> >
> >
> >
> >
> >
> > -Original Message-
> > From: Greg Wolfinger [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, February 16, 2001 9:33 AM
> > To: CF-Talk
> > Subject: Re: ParseDog
> >
> >
> > > Lord Heath - The ASP Page is because this is "ASP Fusebox" and
> Illustrates
> >
> > This isn't the FUSEBOX LIST.  It is CF-TALK, NOT
> > CF-MAYBE-ASP-WITH-FUSEBOX-ON-A-FRIDAY-LIST
> >
> > > ParseDog is a Cold Fusion app and it is a free Open Source Resource
for
> > > Anyone who would like to use:
> >
> > You lier.  You just made it open source.  When I went to the page before
> it
> > said it costs $20.00 for the source.  You just updated it, to make it
> free.
> >
> > --=@ greg @=--
> > - Original Message -
> > From: "John Anderson" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Friday, February 16, 2001 12:13 PM
> > Subject: RE: ParseDog
> >
> >
> > > Thanks to all you wonderful Individuals that have contributed your
vast
> > > knowledge and comments!
> > >
> > > Lord Heath - The ASP Page is because this is "ASP Fusebox" and
> Illustrates
> > > the whitepaper which can be viewed here:
> > > http://aloha-webdesign.com/dloads/asp/aspfusebox.htm
> > >
> > > ParseDog is a Cold Fusion app and it is a free Open Source Resource
for
> > > Anyone who would like to use:
> > > http://www.aloha-webdesign.com/index.asp?fuseaction=details&pid=14
> > >
> > > I appreciate people keeping the resource of this list free from
bull@#@#
> > > stuff.
> > >
> > > I was just trying to present something that the community may find
> useful.
> > >
> > > Wow You would think people could be a bit more relaxed on a Friday??
> > >
> > > John Anderson
> > > http://www.aloha-webdesign.com
> > >
> > > -Original Message-
> > > From: Lord, Heath [mailto:[EMAIL PROTECTED]]
> > > Sent: Friday, February 16, 2001 9:05 AM
> > > To: CF-Talk
> > > Subject: RE: ParseDog
> > >
> > >
> > > The worst part is it is not even a ColdFusion app, its an ASP page...
> > >
> > > -Original Message-
> > > From: John Anderson [mailto:[EMAIL PROTECTED]]
> > > Sent: Friday, February 16, 2001 11:03 AM
> > > To: CF-Talk
> > > Subject: ParseDog
> > >
> > >
> > > I just put a demo app of ParseDog up on my site.
> > >
> > > http://www.aloha-webdesign.com/index.asp?fuseaction=details&pid=14
> > > ParseDog will parse an entire application for:
> > >
> > > Custom Tags
> > > *Allows you to change custom tag calls to cfmodule calls.
> > > *Ensures that the custom tags called exist.
> > > *Will resolve case sensitivity issues when calling custom tags.
> > > Includes
> > > *Ensures that includes, form actions, and hrefs reference the proper
> > files.
> > > *Verifies case sensitivity for includes, form actions, hrefs.
> > > *Resolves pathing for the files referenced in your application.
> > > Good for finding errors.
> > >
> > > John Anderson
> > > http://www.aloha-webdesign.com
> > >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: ParseDog

2001-02-16 Thread Kevin Schmidt

Wow aren't we all a little bit testy today. Tsk tsk.
- Original Message -
From: John Anderson <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Friday, February 16, 2001 1:02 PM
Subject: RE: ParseDog


> You lier.  You just made it open source.  When I went to the page before
it
> said it costs $20.00 for the source.  You just updated it, to make it
free.
>
> Yeah Im sure you are correct Greg the code I used is this (free too):
>
> You can only do this in
>
> CF-MAYBE-ASP-WITH-FUSEBOX-ON-A-FRIDAY-LIST syntax
>
> <%
> if assdetect = 1 then
> price = $20
> end if
> %>
>
> That might explain why you saw it for $20?
>
>
>
>
>
>
>
>
> -Original Message-
> From: Greg Wolfinger [mailto:[EMAIL PROTECTED]]
> Sent: Friday, February 16, 2001 9:33 AM
> To: CF-Talk
> Subject: Re: ParseDog
>
>
> > Lord Heath - The ASP Page is because this is "ASP Fusebox" and
Illustrates
>
> This isn't the FUSEBOX LIST.  It is CF-TALK, NOT
> CF-MAYBE-ASP-WITH-FUSEBOX-ON-A-FRIDAY-LIST
>
> > ParseDog is a Cold Fusion app and it is a free Open Source Resource for
> > Anyone who would like to use:
>
> You lier.  You just made it open source.  When I went to the page before
it
> said it costs $20.00 for the source.  You just updated it, to make it
free.
>
> --=@ greg @=--
> - Original Message -
> From: "John Anderson" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Friday, February 16, 2001 12:13 PM
> Subject: RE: ParseDog
>
>
> > Thanks to all you wonderful Individuals that have contributed your vast
> > knowledge and comments!
> >
> > Lord Heath - The ASP Page is because this is "ASP Fusebox" and
Illustrates
> > the whitepaper which can be viewed here:
> > http://aloha-webdesign.com/dloads/asp/aspfusebox.htm
> >
> > ParseDog is a Cold Fusion app and it is a free Open Source Resource for
> > Anyone who would like to use:
> > http://www.aloha-webdesign.com/index.asp?fuseaction=details&pid=14
> >
> > I appreciate people keeping the resource of this list free from bull@#@#
> > stuff.
> >
> > I was just trying to present something that the community may find
useful.
> >
> > Wow You would think people could be a bit more relaxed on a Friday??
> >
> > John Anderson
> > http://www.aloha-webdesign.com
> >
> > -Original Message-
> > From: Lord, Heath [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, February 16, 2001 9:05 AM
> > To: CF-Talk
> > Subject: RE: ParseDog
> >
> >
> > The worst part is it is not even a ColdFusion app, its an ASP page...
> >
> > -Original Message-
> > From: John Anderson [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, February 16, 2001 11:03 AM
> > To: CF-Talk
> > Subject: ParseDog
> >
> >
> > I just put a demo app of ParseDog up on my site.
> >
> > http://www.aloha-webdesign.com/index.asp?fuseaction=details&pid=14
> > ParseDog will parse an entire application for:
> >
> > Custom Tags
> > *Allows you to change custom tag calls to cfmodule calls.
> > *Ensures that the custom tags called exist.
> > *Will resolve case sensitivity issues when calling custom tags.
> > Includes
> > *Ensures that includes, form actions, and hrefs reference the proper
> files.
> > *Verifies case sensitivity for includes, form actions, hrefs.
> > *Resolves pathing for the files referenced in your application.
> > Good for finding errors.
> >
> > John Anderson
> > http://www.aloha-webdesign.com
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



  1   2   3   >