How To set up sql server to run locally????

2001-08-07 Thread Neo Fusion

can anyone explain to me how to go about setting up sql server to run
locally with my cold fusion app??


~~
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: How to fire a macro in Excel through COM

2001-08-07 Thread Dain Anderson

YC,

Um, yeah. Why would I write an article about something that I haven't done
before, and that doesn't work? :-)

As for code, that's the beauty of firing macros through COM to Excel (or any
Office App) -- CF doesn't have to do the dirty work; rather, Excel does the
dirty work and CF doen't crash: It's a win-win situation.

Dain Anderson
Caretaker, CF Comet
http://www.cfcomet.com/


- Original Message -
From: <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, August 07, 2001 12:12 PM
Subject: How to fire a macro in Excel through COM


> hi,
> Has any one really done something like
http://www.cfcomet.com/cfcomet/Excel/index.cfm?ArticleID=E1943E88-13F6-43B3-
9C
> FE474494C63A5B
>
> before, and does it works?
>
> if anyone has already done that already, do u mind to share you code with
me.
>
> Thank you very much
>
> YC
>
>
>
~~
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



retrieve password stored in LDAP

2001-08-07 Thread Mak Wing Lok

hi

does anyone know how can i retrieve the password stored in the LDAP server
into it's original form in plain text? as the password i retrieve now is
encrypted. i need this to verify user old password to facilitate password
changing.

thanks





~~
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: Urgent ! CFHTTP ....Connection Failed

2001-08-07 Thread JAIME HOI

Nope...still doesn't work.


-Original Message-
From: Peter Lutwyche [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 6:47 PM
To: CF-Talk
Subject: RE: Urgent ! CFHTTP Connection Failed


Hi Jaime,

Is CFHTTP working for any URL? Try something basic like www.yoursite.com
first. 

When you say that "i juz realised that using CFHTTP alone works, as in no
errors were returned" this seems to me that the tag is running, some sort of
connectivity problem is occurring (for example, your web server might not be
able to make to 'see out' onto the web, therefore the HTTP response you get
back is in the from of a basic HTML message, stored in the variable "cfhttp.
FileContent".

Pete

>
-Original Message-
From: JAIME HOI [mailto:[EMAIL PROTECTED]] 
Sent: 07 August 2001 17:43
To: CF-Talk
Subject: RE: Urgent ! CFHTTP Connection Failed


Hi
David,
thanks !

i juz realised that using CFHTTP alone works, as in no errors were
returned. But when i try to do a
#cfhttp.FileContent#, it gives me the error of
"Connection Failure" . I have no idea   why i cannot cfoutput the result ?




Website: http://www.mourant.com

The information in this email is confidential. The contents may not be
disclosed
or used by anyone other than the addressee. If you are not the intended
recipient, please notify us immediately at the above E-mail address or
telephone +44 1534 609000

We cannot accept any responsibility for the accuracy or completeness of this
message as it has been transmitted over a public network. If you suspect
that
the message may have been intercepted or amended, please call the sender.

If this message includes attachments, please ensure they are opened within
the relevant application to ensure full receipt.
If you experience difficulties, please refer back to the sender.
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

~~
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



OT (maybe) : Code Red

2001-08-07 Thread webmaster

I don't know about the rest of you who host web sites, but we're still getting slammed 
with Code Red attempts - it's been even worse since the variant came out on Saturday.

I was wondering if anyone had worked out a way to automatically notify the site 
administrators ? 

When we got hit by a site called ezsecurehosting.com I figured it's about time 
something got done.

Any suggestions ?

Richard
Y2K Internet Technologies


~~
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: multiple IE installations

2001-08-07 Thread Greg Creedon

Another option might be to use Virtual PC for PCs 
(http://www.connectix.com). The new version allows you to basically 
create any number of different system images in order to test various 
setups. You could easily create disk images for every windows version 
out there and customize each for different browsers. I use a mac here at 
work and have virtPC for macs running win2k. My next trick is to get 
Cold Fusion running on my mac.

On Tuesday, August 7, 2001, at 09:32 PM, Owen Leonard wrote:

> JoAnn, you're not using a Mac, are you?  As far as I know you can't
> install multiple version of Internet Explorer on one Windows machine,
> without multiple installations of the operating system.  Netscape is
> perfectly happy to live alongside itself in different folders, but IE
> will take over from any previous installation.
>
> Are you sure your copies of IE are really different?  They may all be
> using the same rendering engine (whichever was installed last).
>
>   -- Owen
>
> 
> Athens County Library Services
> http://www.athenscounty.lib.oh.us
>
>
>> -Original Message-
>> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
>> Sent: Tuesday, August 07, 2001 7:01 PM
>> To: CF-Talk
>> Subject: RE: multiple IE installations
>>
>> Yup.  Just install them into different folders.  I have IE 4,
>> 5, and 5.5 and
>> NS 4, 4.7, and 6 on my machine.
>>
>> JoAnn A. Schlosser
>> Consultant
>> Association Management Software
>> Grant Thornton LLP
>> Washington, D. C.
>> 703.837.4428
>>
>> -Original Message-
>> From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
>> Sent: Tuesday, August 07, 2001 7:50 PM
>> To: CF-Talk
>> Subject: OT: multiple IE installations
>>
>>
>> Is it possible to install several Internet Explorer browers (diffrent
>> version)
>> on the same machine for testing? (IE4, 5, 5.5, 6)
>>
>> and what about Netscape? anyone tried it?

~~
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: Urgent ! CFHTTP ....Connection Failed

2001-08-07 Thread JAIME HOI

hi 
   Dick , 
Thanks for your help..but i still get connection failure.i
realized again that it just couldn't output file content taken from the
internet. I tried to retrieve a page from intranet ...and i works...so i am
really confused.

 Still, i wanna thank all of u for your help...



-Original Message-
From: Dick Applebaum [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 6:25 PM
To: CF-Talk
Subject: RE: Urgent ! CFHTTP Connection Failed


Probably the reason for the failure is that cfhttp doesn't resolve the urls
for
css.

You can display the output with:

   #Replace(CFHTTP.FileCOntent, "<", "<", "All")#

HTH

Dick

At 5:42 PM +0800 8/7/01, JAIME HOI wrote:
>Hi
> David,
>   thanks !
>
>   i juz realised that using CFHTTP alone works, as in no errors were
>returned. But when i try to do a
>   #cfhttp.FileContent#, it gives me the error of
>"Connection Failure" . I have no idea  why i cannot cfoutput the result ?
>
~~
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: Urgent ! CFHTTP ....Connection Failed

2001-08-07 Thread JAIME HOI

hmm...that was what i was thinking of doingactually i was
looking for codes to send SMS locally...seems like there's no free code
to use to send sms message...Am i rite? 


-Original Message-
From: Stephen Moretti [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 7:26 PM
To: CF-Talk
Subject: RE: Urgent ! CFHTTP Connection Failed


Jaime,

Just so you know - you are unlikely to be able to send an SMS through this
page as the SMS form is generated by a Java applet and not a standard HTML
form.

Regards

Stephen

> -Original Message-
> From: JAIME HOI [mailto:[EMAIL PROTECTED]]
> Sent: 07 August 2001 10:01
> To: CF-Talk
> Subject: Urgent ! CFHTTP Connection Failed
>
>
> hi
>have anyone tried sending sms using coldfusion ??  I was trying to do a
> CFHTTP on a website that enables sending of mesages to a specific service
> provider. But somehow , i also get this error "Connection
> failed". I was not
> able to retrieve the specific web page. I was thinking , could it be
> firewall that distrupt the working of CFHTTP??
>
> This is the code that i am using :
>
> http://home.singtel.com/msg_center/sms/default.asp "
> method="GET"  resolveurl="yes" >
> 
>
> #CFHTTP.FileCOntent#
>
> Any help will be greatly appreciated.
>
>
>
>
>
>
~~
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: multiple IE installations

2001-08-07 Thread Owen Leonard

JoAnn, you're not using a Mac, are you?  As far as I know you can't
install multiple version of Internet Explorer on one Windows machine,
without multiple installations of the operating system.  Netscape is
perfectly happy to live alongside itself in different folders, but IE
will take over from any previous installation.

Are you sure your copies of IE are really different?  They may all be
using the same rendering engine (whichever was installed last).

-- Owen


Athens County Library Services
http://www.athenscounty.lib.oh.us


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 07, 2001 7:01 PM
> To: CF-Talk
> Subject: RE: multiple IE installations
>
>
> Yup.  Just install them into different folders.  I have IE 4,
> 5, and 5.5 and
> NS 4, 4.7, and 6 on my machine.
>
> JoAnn A. Schlosser
> Consultant
> Association Management Software
> Grant Thornton LLP
> Washington, D. C.
> 703.837.4428
>
>
>
> -Original Message-
> From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 07, 2001 7:50 PM
> To: CF-Talk
> Subject: OT: multiple IE installations
>
>
> Is it possible to install several Internet Explorer browers (diffrent
> version)
> on the same machine for testing? (IE4, 5, 5.5, 6)
>
> and what about Netscape? anyone tried it?


~~
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



Problem with .rtf format

2001-08-07 Thread Olivier Abou

Bonjour ;-)

I have created a collaboration platform where users can upload files. However, 
whenever I attempt to upload a document in the .rtf format, I get an error 
message. All other document formats/file extensions work flawlessly.

My form code:



and 2 inputs, one for the text:

and for the file: 


And here is the .cfm code for the script:



#form.fichier# not exist!





Insert INTO Table (ladate1, nom1)
Values('#form.ladat#', '#File.ServerFileName#.#File.ServerFileExt#')




When I upload a file, my script returns the file name in a variable. However, in 
the case of .rtf, the variable contains file contents rather than the file name?! 
Such a file name cannot be found and I get an error 
Do you know what is causing this kind of behavior? Could you point to my 
mistake or provide me with a code sample that works?

Thanks in advance,

- Olivier
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: Embedding an image inline into an email

2001-08-07 Thread Jochem van Dieten

tom muck wrote:

>>This will bomb on quite a few mailservers and mailclients. The RFC
>>dealing with mail (RFC 2822) says the following about line lengths:
>>
>>'  - Lines of characters in the body MUST be limited to 998 characters,
>>  and SHOULD be limited to 78 characters, excluding the CRLF.'
>>
> 
> I'll have to look into this.  You're probably right about some clients not
> being able to interpret the image here, but most "modern" clients will.  I
> think a simple loop to break up the data will work here.


I use this:



temp = ToBase64(temp);
CurrentPosition = 78;
// Base64 encoded stuff has a maximum line length of 1000 characters 
(but 72 looks nice)
while (CurrentPosition LTE Len(temp))
{
temp = Insert(CRLF,temp,CurrentPosition);
CurrentPosition = CurrentPosition + 80;
}


Jochem


~~
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



Pro Bono Forms

2001-08-07 Thread Darien C. Small

Hi,

I am a Web designer doing a probono Web project for a conference for
children suffering from rare brain abnormalities (Alternative Therapies for
Special Kids). The site is almost done, but I need two CF forms with an
Access backend. Nothing complex. They are the registration forms with
standard contact info plus a field for parents to describe their child's
diagnosis. The admin module just needs to be able to queery by name, phone
number, or diagnosis.

The pay is a free T-shirt and a free single Web page linked to the
conference sponsor part of the site that you can use to advertise.

If you are interested, contact me off-list.  Surely, someone already has
something this generic.  I have given them space on my server which supports
CF.

Darien
[EMAIL PROTECTED]

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 i think

2001-08-07 Thread Ryan Emerle

YOu could just leave them in a list and do some list operations on them in a
loop:




The #listGetAt(colors,count)# #item# 







Or you can use structs but the "key" of the struct (in this case the animal
name) will be all upper case on .



my_list["dogs"]="Brown";
my_list["cats"]="Black";
...


Then you can output them like:


 The #animal# #my_list[animal]# 




Or you can use an array.. but i've found arrays to be harder (more overhead)
to work with when you are talking about relations.  IF you do choose do an
array, you might find a 2D array easier. That is:






The #myArray[1][2]# #myArray[1][1]# ==> The Brown Dogs

-Ryan

-Original Message-
From: David Misha [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 5:43 PM
To: CF-Talk
Subject: Array i think


I have: 

 

 

 

I want to get:

The Brown Dog 

the Black Cat 

The Grey Mouse 

The Pink Elephant
~~
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



cfobject question

2001-08-07 Thread Glenn Olsen

Is it possible to call a java or COM object and have that object execute
asynchronously, i.e., outside the CF process?  In my specific case, I'm
trying to pass off a bunch of emails to a listserv product.  Collating the
data (email addresses, subject, body, etc.) takes very little time in CF but
handing off this information to the third-party COM object takes an
unacceptably long time (changing vendors isn't an option).  More generally,
I can see where this question would have relevance to, say, executing DTS
tasks via COM, and I'm sure there are other cases where something like this
would be desirable.  Maybe this isn't possible in any simple sense, but
maybe someone has done something like this with CF Schedule or something.
Any ideas are appreciated.

Thanks,

Glenn Olsen
www.doceus.com

~~
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



FW: [slcfug] SLCFUG's August Meeting

2001-08-07 Thread Craig Fisher


-Original Message-
From: Mike George [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 5:15 PM
To: SLCFUG Mailing List
Cc: Josh Trefethen; Amy Brooks; [EMAIL PROTECTED];
[EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: [slcfug] SLCFUG's August Meeting


Salt Lake CFUG-ers,

This Thursday is our monthly meeting for the Salt Lake ColdFusion User's
Group.  We will be meeting at 6pm at G.E. Capital, located at 4246 Riverboat
Road, in Salt Lake City.

This month's topic will be given by Scott Heffron.  It will be a very cool
presentation and he has provided a PDF document for a preview of what he'll
be discussing (see attached).

Bring an extra business card to participate in our monthly end-of-meeting
raffle.  I've got some really cool stuff to give away this month.

For those of you who haven't yet RSVP'd, please send me a message at
[EMAIL PROTECTED] to let me know you will be coming.

See you Thursday!

Mike George
SLCFUG Manager


To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]



Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



~~
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



OT: Win2k serial RE-install?

2001-08-07 Thread Tony Schreiber

Let's say I installed a copy of Win2k Advanced Server with a bogus (well,
valid, but pirated) serial number/cd key. Hypothetically, of course. But
now that I've got a legal copy, I want to use that key (need to enable
terminal services), but I really don't want to reinstall the OS and all
the apps. Is it as simple as changing a registry key/value, or is there
some convoluted process needed?


Tony Schreiber, Senior Partner  Man and Machine, Limited
mailto:[EMAIL PROTECTED]   http://www.technocraft.com

http://www.simplemessageboard.com ___Free Forum Software for Cold Fusion
http://www.is300.net ___The Enthusiast's Home of the Lexus IS300
http://www.digitacamera.com __DigitA Camera Scripts and Tips
http://www.linklabexchange.com _Miata Link ECU Data Exchange


~~
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: Embedding an image inline into an email

2001-08-07 Thread tom muck


>
> This will bomb on quite a few mailservers and mailclients. The RFC
> dealing with mail (RFC 2822) says the following about line lengths:
>
> '  - Lines of characters in the body MUST be limited to 998 characters,
>   and SHOULD be limited to 78 characters, excluding the CRLF.'

I'll have to look into this.  You're probably right about some clients not
being able to interpret the image here, but most "modern" clients will.  I
think a simple loop to break up the data will work here.

tom




~~
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: Yipes - its raining ColdFusion 5 books

2001-08-07 Thread Cary Gordon

that just leaves (AFAIK):

Advanced Coldfusion 5: Application Development
By Jeff Taylor
Que; 09/2001
Softcover; 900 pages

Coldfusion
By Shashidhar Kaparthi,Rakhee Kaparthi
Course Technology, Inc.; 07/2001
Softcover; 608 pages

Coldfusion 5 Developer's Guide with Cdrom
By Michael Buffington
Osborne/McGraw-Hill; 11/2001
Softcover; 640 pages

Essential Coldfusion Fast: Developing Web-Based Applications
By Matthew W. Norman
Springer-Verlag New York, Incorporated; 07/2001
Softcover; 266 pages

Foundation Coldfusion 5 for Flash
By Friends of ED
friends of ED; 09/2001
Softcover; 500 pages

I'll stand by my previous statement - Yipes!

Cary Gordon

At 11:53 PM 8/7/2001 +0200, you wrote:
>I am trying to keep an updated list, but it's getting harder:
>
>Professional ColdFusion 5.0
>by Wrox Author Team
>Paperback - 1170 pages (June 2001)
>Wrox Press Inc
>ISBN: 1861004540
>
>Coldfusion 5 Developer's Guide
>Hardcover (May 2001)
>  Osborne McGraw-Hill
>ISBN: 0072132256
>
>Optimizing Coldfusion
>by Chris Cortes
>Paperback - 400 pages (August 2001)
>  Osborne McGraw-Hill
>ISBN: 0072132663
>
>Coldfusion 5 : A Beginner's Guide
>by Lange
>Hardcover (May 2001)
>Osborne McGraw-Hill
>ISBN: 0072191090
>
>Instant Coldfusion 5
>by Jeffry Houser
>Paperback - 640 pages (July 2001)
>Osborne McGraw-Hill
>ISBN: 0072132388
>
>Programming ColdFusion
>by Rob Brooks-Bilson
>  900 pages pages (July 2001)
>O'Reilly & Associates
>ISBN: 1565926986
>
>ColdFusion 5.0 Web Application Construction Kit
>by Ben Forta
>Paperback - 1512 pages 4th edition (July 2001)
>ISBN: 0789725843
>
>Mastering ColdFusion 5
>by Arman Danesh, Kristin Aileen Motlagh, Raymond Camden
>Paperback - 1104 pages (August 15, 2001)
>Sybex
>ISBN: 078212979X
>
>ColdFusion Administrator's Guide
>by Prima (Editor), Prima Development
>Hardcover - 750 pages (August 30, 2001)
>Prima Publishing
>ISBN: 0761534792
>
>Macromedia ColdFusion 5: Training from the Source
>by Kevin A. Schmidt
>Paperback - 400 pages (October 25, 2001)
>Peachpit Press
>ISBN: 0201758474
>
>Core ColdFusion 5
>by Eben Hewitt
>Paperback - 800 pages (October 19, 2001)
>Prentice Hall PTR
>ISBN: 0130660612
>
>Certified Coldfusion 5.0 Developer All-In-One Exam Guide with CDROM
>by Michael Dinowitz, Guy Rish, Hal McElwaine Helms
>Hardcover - 1008 pages (September 2001)
>Unknown
>ISBN: 0072132345
>
>Foundation ColdFusion 5 for Flash
>by TBA
>Our Price: $39.99
>Paperback - 500 pages (September 2001)
>Friends of Ed
>ISBN: 1903450403
>
>Massimo


~~
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 i think

2001-08-07 Thread Bruce, Rodney

Depends to just display,  loop over lists


The #listgetat(colors, x, ",")# #listgetat(my_list, x, ",")#


or use listToArray to change to arrays if you need to mix and match later,
then you can use
the index in the array


The Acolors[x] Amy_list[x]  


-Original Message-
From: David Misha [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 2:43 PM
To: CF-Talk
Subject: Array i think


I have: 

 

 

 

I want to get:

The Brown Dog 

the Black Cat 

The Grey Mouse 

The Pink Elephant
~~
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



Unix and Linux, your thoughts.

2001-08-07 Thread Jesse Noller



Folks-

Yeah, it's me again. That crazy Macromedia Linux guy. Well, this
time I have some pretty straight forward questions for you, and trust me,
your feedback is both important, and it DOES count.

So, the deal is, email me back your responses to these questions,
privately (reply all is not your friend). I will try to follow-up with the
responses.

1: What problems do you find with the present Solaris/Linux/HP-UX
installers?
2: If you were in charge, how would you fix the problems above?
3: What Linux distribution are you currently running on? Do you plan on
upgrading to a new version soon?
4: What Solaris version are you currently running on? Do you plan on
upgrading to a new version soon?
5: What web servers are you using? (Apache, X10, Chromelinux, Iplanet on
Solaris, etc)?
6: What web servers would you like to see ColdFusion on Unix/Linux support?
(Tux, Zeus, X10, etc)
7: Do you use custom Apache builds?

8: if you had a choice of "newly supported" unix/linux distributions, what
would they be, from "MOST WANTED" to, "Hey! That's a good idea!" i.e.
FreeBSD, TurboLinux, AIX, VAX VMS (heh).

9: If you had to make one improvement to ColdFusion on Linux/Unix, what
would it be?

Well, send me your responses!

-Jesse
Linux Guy
Macromedia, Inc
[EMAIL PROTECTED]

PS: Please maintain the subject line as-is. Otherwise, my mail sorter will
go haywire.

~~
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: multiple IE installations

2001-08-07 Thread JSchlosser

Yup.  Just install them into different folders.  I have IE 4, 5, and 5.5 and
NS 4, 4.7, and 6 on my machine.

JoAnn A. Schlosser
Consultant
Association Management Software
Grant Thornton LLP
Washington, D. C.
703.837.4428



-Original Message-
From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 7:50 PM
To: CF-Talk
Subject: OT: multiple IE installations


Is it possible to install several Internet Explorer browers (diffrent
version)
on the same machine for testing? (IE4, 5, 5.5, 6)

and what about Netscape? anyone tried it?

how should I do it?

Michael.
~~
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



OT: multiple IE installations

2001-08-07 Thread Michael Lugassy

Is it possible to install several Internet Explorer browers (diffrent version)
on the same machine for testing? (IE4, 5, 5.5, 6)

and what about Netscape? anyone tried it?

how should I do it?

Michael.


~~
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: Embedding an image inline into an email

2001-08-07 Thread tom muck

The double content types are there for a reason:  when you send a
"multipart/alternative" email, the text version is seen by email readers
that don't read the html versions (I don't know of any offhand, but they
seem to work fine with these headers.)  The HTML version is seen by Outlook
Express, Outlook , Eudora Light, Eudora Pro, Netscape Messenger, etc.  The
image in embedded and is seen as an embedded image in readers like these
(except for Eudora light) that can display an image.  Because of the
multipart header, other email readers will interpret the image as an
attachment.  After sending out hundreds of thousands of messages, we've
found that these headers are compatible with a wide variety of readers.
I've even added a third type-- text/x-aol for AOL versions 5 and sooner,
although I usually send those out separately with no alternative versions.

tom

"Jochem van Dieten" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...


> AFAIK this generates double content type headers. Not all mail clients
> will understand this.
>

> > Content-Transfer-Encoding: 7bit
>
>
> This means that characters with an ASCII value above 127 are off-limits.
>




~~
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



it came today! thanks!

2001-08-07 Thread Mark Campbell

I'm comparing the arrival of my new CF book to my first hotwheels track.

can't wait to use it
thanks, Mr Fortas
Mark - San Diego
e2bfx.com


~~
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 I think

2001-08-07 Thread Langford, Bryan

David,
Yeah, definitely.  Array is the only way to go when you need
reference numbers.  You might consider a parallel array.  basically








The #my_list2[2]# #my_list[1]#
should output: The black dog

or you can loop through your array for more outputs by indexing 

The #my_list2[i]# #my_list[i]#




Bryan Langford 


 


-Original Message-
From: David Misha [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 2:43 PM
To: CF-Talk
Subject: Array i think


I have: 

 

 

 

I want to get:

The Brown Dog 

the Black Cat 

The Grey Mouse 

The Pink Elephant
~~
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 i think

2001-08-07 Thread Lee Fuller

Hip.. Hip.. Array!

(sorry.. Just had to do that) ;)



> -Original Message-
> From: David Misha [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, August 07, 2001 2:43 PM
> To: CF-Talk
> Subject: Array i think
> 
> 
> I have: 
> 
>  
> 
>  
> 
>  
> 
> I want to get:
> 
> The Brown Dog 
> 
> the Black Cat 
> 
> The Grey Mouse 
> 
> The Pink Elephant
~~
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: MS SQL DB to MS Access

2001-08-07 Thread Jeff Green

Bruce,

By chance does this bring over all the relationships into access?

Thanks Bruce )

jeff

-Original Message-
From: Bruce Sorge [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 1:11 PM
To: CF-Talk
Subject: Re: MS SQL DB to MS Access


All you would need to do is create a DSN on your local machine pointing to
the SQL server, then create a new DB, then import the tables into your new
DB, make the changes, then upsize it back to the SQL server.
- Original Message -
From: "Jeff Green" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, August 07, 2001 2:11 PM
Subject: OT: MS SQL DB to MS Access


> Hi all,
>
> I have a DB in MS SQL and want to export it to MS Access to make some
> modifications, then I plan to upsize it again.
>
> I am familar with upsizing Access to SQL but not the other way, from SQL
to
> Access.
>
> Thanks for any help,
> Jeff
>
>
>
~~
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: Cold Fusion Developer - beginner

2001-08-07 Thread Ken Wilson


> A hell of a lot better than MAM! Oh how I hate that word.


That's right. Go ahead. Crucify me for good ol Southern Bible Belt
upbringin. Some things just get burned into your brain really young and no
matter how much beer you slurp down at a Fusebox conference you just can't
kill it.  :)

Ken


~~
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: Cold Fusion Developer - beginner

2001-08-07 Thread Daryl Fullerton

Amanda,

Good to have CF Girl aboard.

Which company are you with at the moment?
Are You based in Houston or Austin?

Cheers

D

Daryl Fullerton,
Managing Partner,
BizNet Solutions,
Allaire Premier Partner (Ireland)
133 - 137 Lisburn Road
Belfast
BT9 7AG
N.Ireland

Direct +44 (0) 28 9022 7888
Tel  +44 (0) 028 9022 3224
Fax +44 (0) 028 9022 3223


[EMAIL PROTECTED]
Http://www.BizNet-Solutions.com

[EMAIL PROTECTED] (Chairman)
Http://www.cfug.ie The Irish Cold Fusion User Group


-Original Message-
From: coldfusiongirl [mailto:[EMAIL PROTECTED]]
Sent: 07 August 2001 21:44
To: CF-Talk
Subject: Re: Cold Fusion Developer - beginner


Where I work we sure need more girls, 90% are male. :)

CF girl
- Original Message -
From: "Schlosser, JoAnn" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, August 07, 2001 3:27 PM
Subject: RE: Cold Fusion Developer - beginner


> We are all girls ;-)
>
> JoAnn
>
>
>
> -Original Message-
> From: Costas Piliotis [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 07, 2001 2:49 PM
> To: CF-Talk
> Subject: RE: Cold Fusion Developer - beginner
>
>
> In his defence though, we all kind of work in a male dominated
profession,
> and we appreciate some variety in though.
>
> Perhaps he should have made use of some euphemisms, but he's right.
I'm
> kind of sick of working in an all male department myself, and would
love
> nothing more than to have a "chick" or two in my office =)
>
>
>
> -Original Message-
> From: Christian Abad [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 07, 2001 11:28 AM
> To: CF-Talk
> Subject: RE: Cold Fusion Developer - beginner
>
>
> Uh, Fuon:
>
> To the best of my knowledge, female professionals don't like to be
referred
> to as "chicks", which, by the way is shorthand for baby chickens.
>
> I am sure that Amanda Stern would prefer to be referred to as a female
or
> even a lady!
>
> My advice to you - try again!
>
> Christian N. Abad
> ColdFusion Web Developer
> Bank of America - eCommerce Technology
>
> -Original Message-
> From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 07, 2001 2:04 PM
> To: CF-Talk
> Subject: Re: Cold Fusion Developer - beginner
>
>
> hey Amanda, we have a coldfusion project coing up soon later near the
end
of
> this year (and lasting till next year).  It would be nice to work with
a
> chick!
>
>
> >From: Amanda Stern <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: CF-Talk <[EMAIL PROTECTED]>
> >Subject: Cold Fusion Developer - beginner
> >Date: Mon, 06 Aug 2001 15:47:52 -0700 (PDT)
> >
> >
> >Hello,
> >
> >Does anyone know of any open Cold Fusion positions
> >available in the Austin TX or Houston TX area
> >requiring about 1 year of experience?
> >
> >Thanks!
> >
>
~~
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: Refresh with form variables?

2001-08-07 Thread Shawn Grover

Yes, use CFHTTP and CFHTTPPARAM - set the param type to FORM, and name the
form element.  For this to work though, you have to know what they called
their form elements.  Viewing the source should be able to give you that.

Shawn Grover

-Original Message-
From: Josh R [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 10:27 AM
To: CF-Talk
Subject: Refresh with form variables?


Is there a way to automatically refresh from a cfm file to an html page on 
another site (not one of mine) and send form variables along the way?

In other words, I want to go directly from www.mysite.com/formpage.cfm to 
www.theirsite.com/formresultspage.htm immediately with the form already 
activated.

Thanks.


Josh - [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: Cold Fusion Developer - beginner

2001-08-07 Thread John Paitel

90% of your girls are male?? How do you get them to wear hose??

;-)

John


>Where I work we sure need more girls, 90% are male. :)
>
>CF girl
>- Original Message -
>From: "Schlosser, JoAnn" <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Tuesday, August 07, 2001 3:27 PM
>Subject: RE: Cold Fusion Developer - beginner
>
>
> > We are all girls ;-)
> >
> > JoAnn
> >
> >
> >
> > -Original Message-
> > From: Costas Piliotis [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, August 07, 2001 2:49 PM
> > To: CF-Talk
> > Subject: RE: Cold Fusion Developer - beginner
> >
> >
> > In his defence though, we all kind of work in a male dominated profession,
> > and we appreciate some variety in though.
> >
> > Perhaps he should have made use of some euphemisms, but he's right.  I'm
> > kind of sick of working in an all male department myself, and would love
> > nothing more than to have a "chick" or two in my office =)
> >
> >
> >
> > -Original Message-
> > From: Christian Abad [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, August 07, 2001 11:28 AM
> > To: CF-Talk
> > Subject: RE: Cold Fusion Developer - beginner
> >
> >
> > Uh, Fuon:
> >
> > To the best of my knowledge, female professionals don't like to be
>referred
> > to as "chicks", which, by the way is shorthand for baby chickens.
> >
> > I am sure that Amanda Stern would prefer to be referred to as a female or
> > even a lady!
> >
> > My advice to you - try again!
> >
> > Christian N. Abad
> > ColdFusion Web Developer
> > Bank of America - eCommerce Technology
> >
> > -Original Message-
> > From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, August 07, 2001 2:04 PM
> > To: CF-Talk
> > Subject: Re: Cold Fusion Developer - beginner
> >
> >
> > hey Amanda, we have a coldfusion project coing up soon later near the end
>of
> > this year (and lasting till next year).  It would be nice to work with a
> > chick!
> >
> >
> > >From: Amanda Stern <[EMAIL PROTECTED]>
> > >Reply-To: [EMAIL PROTECTED]
> > >To: CF-Talk <[EMAIL PROTECTED]>
> > >Subject: Cold Fusion Developer - beginner
> > >Date: Mon, 06 Aug 2001 15:47:52 -0700 (PDT)
> > >
> > >
> > >Hello,
> > >
> > >Does anyone know of any open Cold Fusion positions
> > >available in the Austin TX or Houston TX area
> > >requiring about 1 year of experience?
> > >
> > >Thanks!
> > >
> >
>
~~
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: Cold Fusion Developer - beginner

2001-08-07 Thread John Paitel




Intern
Apprentice
Valued co-worker
Esteemed font of knowledge
Yes, boss?!?


John


At 02:09 PM 8/7/01 -0700, you wrote:
>Would it be
>
>  
>
>  
>
>
>
>???
>~
>Kevin Mansel
>Senior Web Developer
>Fox Communications
>[EMAIL PROTECTED]
>DL : 425-649-1321
>C : 425-346-7221
>
>
>
>-Original Message-
>From: coldfusiongirl [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, August 07, 2001 1:20 PM
>To: CF-Talk
>Subject: Re: Cold Fusion Developer - beginner
>
>
>some do!  babe! :)
>
>CF girl
>- Original Message -
>From: "Fuon See Tu" <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Tuesday, August 07, 2001 2:59 PM
>Subject: RE: Cold Fusion Developer - beginner
>
>
> > Chicks don't mind that :)  hehehehe
> >
> >
> > >From: "Christian Abad" <[EMAIL PROTECTED]>
> > >Reply-To: [EMAIL PROTECTED]
> > >To: CF-Talk <[EMAIL PROTECTED]>
> > >Subject: RE: Cold Fusion Developer - beginner
> > >Date: Tue, 07 Aug 2001 14:27:32 -0400
> > >
> > >Uh, Fuon:
> > >
> > >To the best of my knowledge, female professionals don't like to be
>referred
> > >to as "chicks", which, by the way is shorthand for baby chickens.
> > >
> > >I am sure that Amanda Stern would prefer to be referred to as a female or
> > >even a lady!
> > >
> > >My advice to you - try again!
> > >
> > >Christian N. Abad
> > >ColdFusion Web Developer
> > >Bank of America - eCommerce Technology
> > >
> > >-Original Message-
> > >From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
> > >Sent: Tuesday, August 07, 2001 2:04 PM
> > >To: CF-Talk
> > >Subject: Re: Cold Fusion Developer - beginner
> > >
> > >
> > >hey Amanda, we have a coldfusion project coing up soon later near the end
> > >of
> > >this year (and lasting till next year).  It would be nice to work with a
> > >chick!
> > >
> > >
> > > >From: Amanda Stern <[EMAIL PROTECTED]>
> > > >Reply-To: [EMAIL PROTECTED]
> > > >To: CF-Talk <[EMAIL PROTECTED]>
> > > >Subject: Cold Fusion Developer - beginner
> > > >Date: Mon, 06 Aug 2001 15:47:52 -0700 (PDT)
> > > >
> > > >
> > > >Hello,
> > > >
> > > >Does anyone know of any open Cold Fusion positions
> > > >available in the Austin TX or Houston TX area
> > > >requiring about 1 year of experience?
> > > >
> > > >Thanks!
> > > >
> > >
> >
>
~~
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: Yipes - its raining ColdFusion 5 books

2001-08-07 Thread Massimo Foti

I am trying to keep an updated list, but it's getting harder:

Professional ColdFusion 5.0
by Wrox Author Team
Paperback - 1170 pages (June 2001)
Wrox Press Inc
ISBN: 1861004540

Coldfusion 5 Developer's Guide
Hardcover (May 2001)
 Osborne McGraw-Hill
ISBN: 0072132256

Optimizing Coldfusion
by Chris Cortes
Paperback - 400 pages (August 2001)
 Osborne McGraw-Hill
ISBN: 0072132663

Coldfusion 5 : A Beginner's Guide
by Lange
Hardcover (May 2001)
Osborne McGraw-Hill
ISBN: 0072191090

Instant Coldfusion 5
by Jeffry Houser
Paperback - 640 pages (July 2001)
Osborne McGraw-Hill
ISBN: 0072132388

Programming ColdFusion
by Rob Brooks-Bilson
 900 pages pages (July 2001)
O'Reilly & Associates
ISBN: 1565926986

ColdFusion 5.0 Web Application Construction Kit
by Ben Forta
Paperback - 1512 pages 4th edition (July 2001)
ISBN: 0789725843

Mastering ColdFusion 5
by Arman Danesh, Kristin Aileen Motlagh, Raymond Camden
Paperback - 1104 pages (August 15, 2001)
Sybex
ISBN: 078212979X

ColdFusion Administrator's Guide
by Prima (Editor), Prima Development
Hardcover - 750 pages (August 30, 2001)
Prima Publishing
ISBN: 0761534792

Macromedia ColdFusion 5: Training from the Source
by Kevin A. Schmidt
Paperback - 400 pages (October 25, 2001)
Peachpit Press
ISBN: 0201758474

Core ColdFusion 5
by Eben Hewitt
Paperback - 800 pages (October 19, 2001)
Prentice Hall PTR
ISBN: 0130660612

Certified Coldfusion 5.0 Developer All-In-One Exam Guide with CDROM
by Michael Dinowitz, Guy Rish, Hal McElwaine Helms
Hardcover - 1008 pages (September 2001)
Unknown
ISBN: 0072132345

Foundation ColdFusion 5 for Flash
by TBA
Our Price: $39.99
Paperback - 500 pages (September 2001)
Friends of Ed
ISBN: 1903450403

Massimo



~~
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: replacing carriage-returns in a db field with commas?

2001-08-07 Thread Chris Martinez

It will take three parameters, yes.  Sorry, try putting " around the third
parameter like this:


SELECT YourField
FROM YourTable
ORDER BY YourPrimaryKey





UPDATE YourTable
SET (YourField=#NewVal#)



I just ran it and it worked fine.  Happy coding!

Chris



-Original Message-
From: David Grabbe [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 1:17 PM
To: CF-Talk
Subject: replacing carriage-returns in a db field with commas?



'afternoon everyone,

We are storing meta-tag Description and Keyword information for many of our
documents in a database (MS-Access 2000), so the meta information can be
maintained without having to make changes to a static page.  The problem I
am running into is that the individual who entered in the Keywords delimited
them by hitting the Enter key rather than putting a comma in between...will
search engines recognize this?  (is it as effective?)

If commas are the recommended route, is there a way in SQL (MS Access) to do
a global replace on that field and replace all the carriage returns with the
normal comma+space delim.?  Any pointers would be greatly appreciated!


Cheers,
David
~~
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: Cold Fusion Developer - beginner

2001-08-07 Thread Schlosser, JoAnn

   

  



Back to work - I'm going to be here all night.  Funny, the company blocked
our access to chat rooms, yet here we are!


JoAnn A. Schlosser
Consultant
Association Management Software
Grant Thornton LLP
Washington, D. C.
703.837.4428



-Original Message-
From: Kevin Mansel [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 5:09 PM
To: CF-Talk
Subject: RE: Cold Fusion Developer - beginner


Would it be 

   

  



???
~
Kevin Mansel
Senior Web Developer
Fox Communications
[EMAIL PROTECTED]
DL : 425-649-1321
C : 425-346-7221



-Original Message-
From: coldfusiongirl [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 1:20 PM
To: CF-Talk
Subject: Re: Cold Fusion Developer - beginner


some do!  babe! :)

CF girl
- Original Message -
From: "Fuon See Tu" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, August 07, 2001 2:59 PM
Subject: RE: Cold Fusion Developer - beginner


> Chicks don't mind that :)  hehehehe
>
>
> >From: "Christian Abad" <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: CF-Talk <[EMAIL PROTECTED]>
> >Subject: RE: Cold Fusion Developer - beginner
> >Date: Tue, 07 Aug 2001 14:27:32 -0400
> >
> >Uh, Fuon:
> >
> >To the best of my knowledge, female professionals don't like to be
referred
> >to as "chicks", which, by the way is shorthand for baby chickens.
> >
> >I am sure that Amanda Stern would prefer to be referred to as a female or
> >even a lady!
> >
> >My advice to you - try again!
> >
> >Christian N. Abad
> >ColdFusion Web Developer
> >Bank of America - eCommerce Technology
> >
> >-Original Message-
> >From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
> >Sent: Tuesday, August 07, 2001 2:04 PM
> >To: CF-Talk
> >Subject: Re: Cold Fusion Developer - beginner
> >
> >
> >hey Amanda, we have a coldfusion project coing up soon later near the end
> >of
> >this year (and lasting till next year).  It would be nice to work with a
> >chick!
> >
> >
> > >From: Amanda Stern <[EMAIL PROTECTED]>
> > >Reply-To: [EMAIL PROTECTED]
> > >To: CF-Talk <[EMAIL PROTECTED]>
> > >Subject: Cold Fusion Developer - beginner
> > >Date: Mon, 06 Aug 2001 15:47:52 -0700 (PDT)
> > >
> > >
> > >Hello,
> > >
> > >Does anyone know of any open Cold Fusion positions
> > >available in the Austin TX or Houston TX area
> > >requiring about 1 year of experience?
> > >
> > >Thanks!
> > >
> >
>
~~
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



Security

2001-08-07 Thread Ray Bujarski

I am having some issues with security on an application.  I want to make 
the user log into the database.  I have separate accounts for each user.  I 
am trying to run the below code, but naturally it wants a datasource.  Well 
I don't have one.  Does anyone know how I can do something like below? 
.where the preceding page is a login form.



select * from employees




~~
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: Female Programmers

2001-08-07 Thread Janine Jakim

Well now you're hitting on the social/political issues...girls like math,
science, etc. and do as well as boys  until they reach High School. Then it
isn't as cool to be good at math/there's no encouragement/etc-in fact my sis
who is a doc was told by her HS math teacher that she needn't bother to like
math since it didn't help women anyhow!hmmmph

-Original Message-
From: Kelly Matthews [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 4:47 PM
To: CF-Talk
Subject: RE: Female Programmers


I would guess YES. I think men will always dominate simply because more men
tend to LIKE this field then women. I know many more women that hate
computers,
math, science than men, that I doubt will change. But I do see more in the
field
then 8 years ago when I started out.

-Original Message-
From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 3:56 PM
To: CF-Talk
Subject: OT: Female Programmers


I'm currently taking my CS degree in college, and most of the people are 
are...well..females!  I was surprised.  Is the number of female programmers 
rising?  or is mine just a special case?  You alla re probably familiar with

the typical cocky and laidback male programmer, but I always wondered what 
the female counterpart was like (probably a lot better! hehe).  That was why

I would be excited to work with one.
~~
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: How can I insert a new record with no values?

2001-08-07 Thread Dina Hess

Philip,

I thank you again for your suggestion, however neither of the two fields in the table 
will accept a null since one is an autonumber and one contains a default value.

Re: maintenance
There is only one instance of this code in my application, so that won't be a problem 
when I migrate to a more robust database.

Regards,
Dina
  - Original Message - 
  From: Philip Arnold - ASP 
  To: CF-Talk 
  Sent: Tuesday, August 07, 2001 4:27 AM
  Subject: RE: How can I insert a new record with no values?


  > >  INSERT INTO Table (Field1)
  > >  VALUES (NULL)
  > >
  > >  That should do it as long as the field can accept NULL values

  > The autonumber field in my query does not accept nulls...but
  > thank you for your input...

  I know you've already got a solution to this, but as I commented, as long as
  the field accepts NULL values, you can add a row

  Your record can't just be an AutoNumber field, can it? If not, insert into
  another field - the AutoNumber will take care of itself

  Don't rely on Access solutions - when you upgrade to either mySQL, SQL
  Server or Oracle, you'll have to hunt for all of these instances and change
  them to more generic SQL or engine-specific versions (like you have now)

  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
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: Cold Fusion Developer - beginner

2001-08-07 Thread Braver, Ben

Something that confuses me:

Why do adult females call themselves "girls" when that word refers to
females who are not adults?
Adult males would probably take offense at being called "boys".
Just don't understand...
(Although I certainly do understand "chick" as being perjorative and not
PC.)

-Ben

-Original Message-
From: coldfusiongirl [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 1:44 PM
To: CF-Talk
Subject: Re: Cold Fusion Developer - beginner


Where I work we sure need more girls, 90% are male. :)

CF girl
- Original Message -
From: "Schlosser, JoAnn" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, August 07, 2001 3:27 PM
Subject: RE: Cold Fusion Developer - beginner


> We are all girls ;-)
>
> JoAnn
>
>
>
> -Original Message-
> From: Costas Piliotis [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 07, 2001 2:49 PM
> To: CF-Talk
> Subject: RE: Cold Fusion Developer - beginner
>
>
> In his defence though, we all kind of work in a male dominated profession,
> and we appreciate some variety in though.
>
> Perhaps he should have made use of some euphemisms, but he's right.  I'm
> kind of sick of working in an all male department myself, and would love
> nothing more than to have a "chick" or two in my office =)
>
>
>
> -Original Message-
> From: Christian Abad [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 07, 2001 11:28 AM
> To: CF-Talk
> Subject: RE: Cold Fusion Developer - beginner
>
>
> Uh, Fuon:
>
> To the best of my knowledge, female professionals don't like to be
referred
> to as "chicks", which, by the way is shorthand for baby chickens.
>
> I am sure that Amanda Stern would prefer to be referred to as a female or
> even a lady!
>
> My advice to you - try again!
>
> Christian N. Abad
> ColdFusion Web Developer
> Bank of America - eCommerce Technology
>
> -Original Message-
> From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 07, 2001 2:04 PM
> To: CF-Talk
> Subject: Re: Cold Fusion Developer - beginner
>
>
> hey Amanda, we have a coldfusion project coing up soon later near the end
of
> this year (and lasting till next year).  It would be nice to work with a
> chick!
>
>
> >From: Amanda Stern <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: CF-Talk <[EMAIL PROTECTED]>
> >Subject: Cold Fusion Developer - beginner
> >Date: Mon, 06 Aug 2001 15:47:52 -0700 (PDT)
> >
> >
> >Hello,
> >
> >Does anyone know of any open Cold Fusion positions
> >available in the Austin TX or Houston TX area
> >requiring about 1 year of experience?
> >
> >Thanks!
> >
>
~~
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



Array i think

2001-08-07 Thread David Misha

I have: 

 

 

 

I want to get:

The Brown Dog 

the Black Cat 

The Grey Mouse 

The Pink Elephant
~~
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: Cold Fusion Developer - beginner

2001-08-07 Thread Schlosser, JoAnn

I mean in my own shop.

JoAnn A. Schlosser
Consultant
Association Management Software
Grant Thornton LLP
Washington, D. C.
703.837.4428



-Original Message-
From: Lee Fuller [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 4:32 PM
To: CF-Talk
Subject: RE: Cold Fusion Developer - beginner


Speak for yourself. ;)  


Lee Fuller
Chief Technical Officer
PrimeDNA Corporation / AAA Web Hosting Corporation
"We ARE the net."
http://www.aaawebhosting.com



> -Original Message-
> From: Schlosser, JoAnn [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, August 07, 2001 12:27 PM
> To: CF-Talk
> Subject: RE: Cold Fusion Developer - beginner
> 
> 
> We are all girls ;-)
> 
> JoAnn 
> 
> 
> 
> -Original Message-
> From: Costas Piliotis [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 07, 2001 2:49 PM
> To: CF-Talk
> Subject: RE: Cold Fusion Developer - beginner
> 
> 
> In his defence though, we all kind of work in a male 
> dominated profession, and we appreciate some variety in though.  
> 
> Perhaps he should have made use of some euphemisms, but he's 
> right.  I'm kind of sick of working in an all male department 
> myself, and would love nothing more than to have a "chick" or 
> two in my office =)
> 
> 
> 
> -Original Message-
> From: Christian Abad [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, August 07, 2001 11:28 AM
> To: CF-Talk
> Subject: RE: Cold Fusion Developer - beginner
> 
> 
> Uh, Fuon:
> 
> To the best of my knowledge, female professionals don't like 
> to be referred to as "chicks", which, by the way is shorthand 
> for baby chickens.
> 
> I am sure that Amanda Stern would prefer to be referred to as 
> a female or even a lady!
> 
> My advice to you - try again!
> 
> Christian N. Abad
> ColdFusion Web Developer
> Bank of America - eCommerce Technology
> 
> -Original Message-
> From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 07, 2001 2:04 PM
> To: CF-Talk
> Subject: Re: Cold Fusion Developer - beginner
> 
> 
> hey Amanda, we have a coldfusion project coing up soon later 
> near the end of this year (and lasting till next year).  It 
> would be nice to work with a chick!
> 
> 
> >From: Amanda Stern <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: CF-Talk <[EMAIL PROTECTED]>
> >Subject: Cold Fusion Developer - beginner
> >Date: Mon, 06 Aug 2001 15:47:52 -0700 (PDT)
> >
> >
> >Hello,
> >
> >Does anyone know of any open Cold Fusion positions
> >available in the Austin TX or Houston TX area
> >requiring about 1 year of experience?
> >
> >Thanks!
> >
>
~~
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: Cold Fusion Developer - beginner

2001-08-07 Thread Andrew Tyrone

I'm wondering why no one is wanting this to go over to cf-community...

To the guys who think this is "cool":

Maybe if you left your basement once in a while you would actually meet a woman.

To the women:

I don't care what anyone looks like, male, female, chimpanzee, whatever...  As long as 
they work hard and don't whine, and don't post 300 messages a day to the cf-community 
list.  That list has its purposes, but I eventually unsubscribed because it was 
nauseating watching "professional" people waste time posting hundreds of googly-eyed 
messages a day.  They must either be REALLY good and not need to work hard, or they 
must be VERY lonely.

Yes, by posting this I am guilty of wasting the time it took to type it, but I felt 
like being a stick-in-the-mud today!

-Andy

-Original Message-
From: coldfusiongirl [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 4:44 PM
To: CF-Talk
Subject: Re: Cold Fusion Developer - beginner


Where I work we sure need more girls, 90% are male. :)

CF girl
- Original Message -
From: "Schlosser, JoAnn" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, August 07, 2001 3:27 PM
Subject: RE: Cold Fusion Developer - beginner


> We are all girls ;-)
>
> JoAnn
>
>
>
> -Original Message-
> From: Costas Piliotis [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 07, 2001 2:49 PM
> To: CF-Talk
> Subject: RE: Cold Fusion Developer - beginner
>
>
> In his defence though, we all kind of work in a male dominated profession,
> and we appreciate some variety in though.
>
> Perhaps he should have made use of some euphemisms, but he's right.  I'm
> kind of sick of working in an all male department myself, and would love
> nothing more than to have a "chick" or two in my office =)
>
>
>
> -Original Message-
> From: Christian Abad [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 07, 2001 11:28 AM
> To: CF-Talk
> Subject: RE: Cold Fusion Developer - beginner
>
>
> Uh, Fuon:
>
> To the best of my knowledge, female professionals don't like to be
referred
> to as "chicks", which, by the way is shorthand for baby chickens.
>
> I am sure that Amanda Stern would prefer to be referred to as a female or
> even a lady!
>
> My advice to you - try again!
>
> Christian N. Abad
> ColdFusion Web Developer
> Bank of America - eCommerce Technology
>
> -Original Message-
> From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 07, 2001 2:04 PM
> To: CF-Talk
> Subject: Re: Cold Fusion Developer - beginner
>
>
> hey Amanda, we have a coldfusion project coing up soon later near the end
of
> this year (and lasting till next year).  It would be nice to work with a
> chick!
>
>
> >From: Amanda Stern <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: CF-Talk <[EMAIL PROTECTED]>
> >Subject: Cold Fusion Developer - beginner
> >Date: Mon, 06 Aug 2001 15:47:52 -0700 (PDT)
> >
> >
> >Hello,
> >
> >Does anyone know of any open Cold Fusion positions
> >available in the Austin TX or Houston TX area
> >requiring about 1 year of experience?
> >
> >Thanks!
> >
>
~~
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: Cold Fusion Developer - beginner

2001-08-07 Thread David Cummins

I'd say the same applies to most workplaces in our industry. Most of the women
I've seen in the industry are more on the art/design side. In university I
recall about 9 girls who majored in computer science. And in postgraduate
courses I think there were about 3. So if there are lots of female developers
out there then they don't have qualifications. ;)

David

coldfusiongirl wrote:
> 
> Where I work we sure need more girls, 90% are male. :)
> 
> CF girl
> - Original Message -
> From: "Schlosser, JoAnn" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Tuesday, August 07, 2001 3:27 PM
> Subject: RE: Cold Fusion Developer - beginner
> 
> > We are all girls ;-)
> >
> > JoAnn
> >
> >
> >
> > -Original Message-
> > From: Costas Piliotis [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, August 07, 2001 2:49 PM
> > To: CF-Talk
> > Subject: RE: Cold Fusion Developer - beginner
> >
> >
> > In his defence though, we all kind of work in a male dominated profession,
> > and we appreciate some variety in though.
> >
> > Perhaps he should have made use of some euphemisms, but he's right.  I'm
> > kind of sick of working in an all male department myself, and would love
> > nothing more than to have a "chick" or two in my office =)
> >
> >
> >
> > -Original Message-
> > From: Christian Abad [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, August 07, 2001 11:28 AM
> > To: CF-Talk
> > Subject: RE: Cold Fusion Developer - beginner
> >
> >
> > Uh, Fuon:
> >
> > To the best of my knowledge, female professionals don't like to be
> referred
> > to as "chicks", which, by the way is shorthand for baby chickens.
> >
> > I am sure that Amanda Stern would prefer to be referred to as a female or
> > even a lady!
> >
> > My advice to you - try again!
> >
> > Christian N. Abad
> > ColdFusion Web Developer
> > Bank of America - eCommerce Technology
> >
> > -Original Message-
> > From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, August 07, 2001 2:04 PM
> > To: CF-Talk
> > Subject: Re: Cold Fusion Developer - beginner
> >
> >
> > hey Amanda, we have a coldfusion project coing up soon later near the end
> of
> > this year (and lasting till next year).  It would be nice to work with a
> > chick!
> >
> >
> > >From: Amanda Stern <[EMAIL PROTECTED]>
> > >Reply-To: [EMAIL PROTECTED]
> > >To: CF-Talk <[EMAIL PROTECTED]>
> > >Subject: Cold Fusion Developer - beginner
> > >Date: Mon, 06 Aug 2001 15:47:52 -0700 (PDT)
> > >
> > >
> > >Hello,
> > >
> > >Does anyone know of any open Cold Fusion positions
> > >available in the Austin TX or Houston TX area
> > >requiring about 1 year of experience?
> > >
> > >Thanks!
> > >
> >
>
~~
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



enviornment variables

2001-08-07 Thread Jones, Becky


does anyone know of a good news group or have examples of 
setting enviornment variables using vbscript or javascript?  
i can use winbatch but i would prefer using the above.
thanks guys
bec.


*
This e-mail, including any attachments, is intended for the 
receipt and use by the intended addressee(s), and may contain 
confidential and privileged information.  If you are not an intended 
recipient of this e-mail, you are hereby notified that any unauthorized 
use or distribution of this e-mail is strictly prohibited. 



~~
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: MS SQL DB to MS Access

2001-08-07 Thread Leon Oosterwijk

Jeff, 

I remember struggling with this. The only way I was able to export tables
AND relationships was by exporting the database into SQL script. Then, to
upload this into Access. I've since forgotten how to execute SQL directely
into Access, but setting up an ODBC and executing from a some SQL-capable
client should work. 

Leon Oosterwijk
ISDN-NET


-Original Message-
From: Jeff Green [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 3:09 PM
To: CF-Talk
Subject: RE: MS SQL DB to MS Access


Well I have successfully "downsized" my SQL DB to Access.  But none of the
relationships were exported, is it possible to do this?

TIA,
Jeff

-Original Message-
From: Jeff Green [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 12:12 PM
To: CF-Talk
Subject: OT: MS SQL DB to MS Access


Hi all,

I have a DB in MS SQL and want to export it to MS Access to make some
modifications, then I plan to upsize it again.

I am familar with upsizing Access to SQL but not the other way, from SQL to
Access.

Thanks for any help,
Jeff
~~
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



passing loop

2001-08-07 Thread BT

Here's the plan stan.

I have 16 hidden form variables and 16 values to those variable to pass.

I was thinking to do a comma separated list of those, and the value

Anyone done this?

Should I just define a string or should I use arrays?

~~
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: Cold Fusion Developer - beginner

2001-08-07 Thread DeWitt, Steve

I am sure that the baby chickens might be offended.

-Original Message-
From: coldfusiongirl [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 1:20 PM
To: CF-Talk
Subject: Re: Cold Fusion Developer - beginner


some do!  babe! :)

CF girl
- Original Message -
From: "Fuon See Tu" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, August 07, 2001 2:59 PM
Subject: RE: Cold Fusion Developer - beginner


> Chicks don't mind that :)  hehehehe
>
>
> >From: "Christian Abad" <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: CF-Talk <[EMAIL PROTECTED]>
> >Subject: RE: Cold Fusion Developer - beginner
> >Date: Tue, 07 Aug 2001 14:27:32 -0400
> >
> >Uh, Fuon:
> >
> >To the best of my knowledge, female professionals don't like to be
referred
> >to as "chicks", which, by the way is shorthand for baby chickens.
> >
> >I am sure that Amanda Stern would prefer to be referred to as a female or
> >even a lady!
> >
> >My advice to you - try again!
> >
> >Christian N. Abad
> >ColdFusion Web Developer
> >Bank of America - eCommerce Technology
> >
> >-Original Message-
> >From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
> >Sent: Tuesday, August 07, 2001 2:04 PM
> >To: CF-Talk
> >Subject: Re: Cold Fusion Developer - beginner
> >
> >
> >hey Amanda, we have a coldfusion project coing up soon later near the end
> >of
> >this year (and lasting till next year).  It would be nice to work with a
> >chick!
> >
> >
> > >From: Amanda Stern <[EMAIL PROTECTED]>
> > >Reply-To: [EMAIL PROTECTED]
> > >To: CF-Talk <[EMAIL PROTECTED]>
> > >Subject: Cold Fusion Developer - beginner
> > >Date: Mon, 06 Aug 2001 15:47:52 -0700 (PDT)
> > >
> > >
> > >Hello,
> > >
> > >Does anyone know of any open Cold Fusion positions
> > >available in the Austin TX or Houston TX area
> > >requiring about 1 year of experience?
> > >
> > >Thanks!
> > >
> >
>
~~
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: Cold Fusion Developer - beginner

2001-08-07 Thread Kevin Mansel

Would it be 

   

  



???
~
Kevin Mansel
Senior Web Developer
Fox Communications
[EMAIL PROTECTED]
DL : 425-649-1321
C : 425-346-7221



-Original Message-
From: coldfusiongirl [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 1:20 PM
To: CF-Talk
Subject: Re: Cold Fusion Developer - beginner


some do!  babe! :)

CF girl
- Original Message -
From: "Fuon See Tu" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, August 07, 2001 2:59 PM
Subject: RE: Cold Fusion Developer - beginner


> Chicks don't mind that :)  hehehehe
>
>
> >From: "Christian Abad" <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: CF-Talk <[EMAIL PROTECTED]>
> >Subject: RE: Cold Fusion Developer - beginner
> >Date: Tue, 07 Aug 2001 14:27:32 -0400
> >
> >Uh, Fuon:
> >
> >To the best of my knowledge, female professionals don't like to be
referred
> >to as "chicks", which, by the way is shorthand for baby chickens.
> >
> >I am sure that Amanda Stern would prefer to be referred to as a female or
> >even a lady!
> >
> >My advice to you - try again!
> >
> >Christian N. Abad
> >ColdFusion Web Developer
> >Bank of America - eCommerce Technology
> >
> >-Original Message-
> >From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
> >Sent: Tuesday, August 07, 2001 2:04 PM
> >To: CF-Talk
> >Subject: Re: Cold Fusion Developer - beginner
> >
> >
> >hey Amanda, we have a coldfusion project coing up soon later near the end
> >of
> >this year (and lasting till next year).  It would be nice to work with a
> >chick!
> >
> >
> > >From: Amanda Stern <[EMAIL PROTECTED]>
> > >Reply-To: [EMAIL PROTECTED]
> > >To: CF-Talk <[EMAIL PROTECTED]>
> > >Subject: Cold Fusion Developer - beginner
> > >Date: Mon, 06 Aug 2001 15:47:52 -0700 (PDT)
> > >
> > >
> > >Hello,
> > >
> > >Does anyone know of any open Cold Fusion positions
> > >available in the Austin TX or Houston TX area
> > >requiring about 1 year of experience?
> > >
> > >Thanks!
> > >
> >
>
~~
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: I don't understand session locking :(

2001-08-07 Thread Kevin Miller


One more important thing to keep in mind.  Session variables don't work in a 
"non-sticky" clustered environment where you hit a different server on every request.  
If you want to implement session variables on a cluster, the cluster must be setup in 
"sticky" mode (meaning that you hit a random server the first time, but maintain tied 
to that server for the life of the session).

Kevin

>>> [EMAIL PROTECTED] 08/07/01 12:37PM >>>
thanks for all the info and help
See if I can do a sum here.

Session Vars are faster(memery vs db), but do use up server RAM. less
overall overhead but you have to use  every time a session var is
referenced to help avoid corruption of data(which itself can then cause a
performance drop).  But can handle complex data types better(?)

Client Vars are a little slower(db request), but don't use up server RAM.
Can have a lot more overhead, specially if dealing with Structures or
Arrays. Don't have to use  when referencing.  Data is a lot more
secure.  But have to write procedures to clean up db.


Again thanks for all the help.  I think I understand a lot more and hope the
individual that started this thread also did. 











-Original Message-
From: Tyson [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, August 07, 2001 11:52 AM
To: CF-Talk
Subject: RE: I don't understand session locking :(


Additionally, if you convert complex data structures into WDDX, that
will work well if your client vars are being stored in a datasource.
However, if you're using cookies as you means of storing client
variables, you'll need to be careful.  Each cookie has a limit of 4kb in
size.  If you start dealing with complex nested data structures in WDDX,
it's very easy to bump over 4kb in size with a WDDX packet.

-Tyson

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, August 07, 2001 1:31 PM
To: CF-Talk
Subject: RE: I don't understand session locking :(


> Changing from session to client
> 
> Are there any limitations on client vars, other than db size?
> Could structures and arrays be a problem?

Yes. If you want to store structures, arrays or queries in the Client
scope,
you'll have to convert them to strings; you can easily do this with
WDDX.
However, there will be a lot more overhead in doing this - the Client
scope
is inherently more "expensive" to use. So, if you've got an application
which uses Session variables all over the place, you might have problems
if
you simply switch to Client variables. You'd have to go through the
application and decide what you can do without when storing persistent
data.

> Looking at the table, cdata, the client vars are all dumped 
> into one field, can this be changed?

No. You're free to build your own alternative state management
mechanism,
though; this is what we all used to do before Client and Session
variables
anyway - you'd design the appropriate relational database structure, and
store your data in there, and simply retrieve it on each page request
using
a regular SQL statement.

> and is there a way to automatically delete them when a user 
> leaves your site with out logging out?

Not really, since you don't know when someone leaves your site. All you
know
is that it's been a certain period of time since their last page
request.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/ 
voice: (202) 797-5496
fax: (202) 797-5444
~~
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: Cold Fusion Developer - beginner

2001-08-07 Thread Joseph Eugene

I can belive... u guys have time for this.. chit chat...
watch out.. dont get sued...!

- Original Message -
From: "Schlosser, JoAnn" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, August 07, 2001 3:27 PM
Subject: RE: Cold Fusion Developer - beginner


> We are all girls ;-)
>
> JoAnn
>
>
>
> -Original Message-
> From: Costas Piliotis [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 07, 2001 2:49 PM
> To: CF-Talk
> Subject: RE: Cold Fusion Developer - beginner
>
>
> In his defence though, we all kind of work in a male dominated
profession,
> and we appreciate some variety in though.
>
> Perhaps he should have made use of some euphemisms, but he's right.  I'm
> kind of sick of working in an all male department myself, and would love
> nothing more than to have a "chick" or two in my office =)
>
>
>
> -Original Message-
> From: Christian Abad [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 07, 2001 11:28 AM
> To: CF-Talk
> Subject: RE: Cold Fusion Developer - beginner
>
>
> Uh, Fuon:
>
> To the best of my knowledge, female professionals don't like to be
referred
> to as "chicks", which, by the way is shorthand for baby chickens.
>
> I am sure that Amanda Stern would prefer to be referred to as a female or
> even a lady!
>
> My advice to you - try again!
>
> Christian N. Abad
> ColdFusion Web Developer
> Bank of America - eCommerce Technology
>
> -Original Message-
> From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 07, 2001 2:04 PM
> To: CF-Talk
> Subject: Re: Cold Fusion Developer - beginner
>
>
> hey Amanda, we have a coldfusion project coing up soon later near the end
of
> this year (and lasting till next year).  It would be nice to work with a
> chick!
>
>
> >From: Amanda Stern <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: CF-Talk <[EMAIL PROTECTED]>
> >Subject: Cold Fusion Developer - beginner
> >Date: Mon, 06 Aug 2001 15:47:52 -0700 (PDT)
> >
> >
> >Hello,
> >
> >Does anyone know of any open Cold Fusion positions
> >available in the Austin TX or Houston TX area
> >requiring about 1 year of experience?
> >
> >Thanks!
> >
>
~~
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: Scope for returned variables from a tag

2001-08-07 Thread Bryan Love

the CALLER scope inside the tag itself is the VARIABLES scope in the calling
template


Bryan Love ACP
Internet Application Developer
[EMAIL PROTECTED]



-Original Message-
From: Robert Everland [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 11:59 AM
To: CF-Talk
Subject: Scope for returned variables from a tag


I can't remember what it is. I have caller in the tag to send it to
the page, but I like to used strict scoped variables and can't rem what I
should reference in the page itself.

Robert Everland III
Dixon Ticonderoga
Web Developer Extraordinaire
~~
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: MS SQL DB to MS Access

2001-08-07 Thread Alex Skinner

What functionality do you want to achieve ?

Why are you downsizing andf the resizing back up to SQL.

If its that you like the interface that is provided with Access then you can
use access as an interface to automatically edit and control your SQL
source. You just need to set up a new access project and connect to the
required data sources. The problem with downsizing is that the relationships
go/stored procedures and the field types are changed.

Alex

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jeff Green
Sent: 07 August 2001 21:09
To: CF-Talk
Subject: RE: MS SQL DB to MS Access


Well I have successfully "downsized" my SQL DB to Access.  But none of the
relationships were exported, is it possible to do this?

TIA,
Jeff

-Original Message-
From: Jeff Green [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 12:12 PM
To: CF-Talk
Subject: OT: MS SQL DB to MS Access


Hi all,

I have a DB in MS SQL and want to export it to MS Access to make some
modifications, then I plan to upsize it again.

I am familar with upsizing Access to SQL but not the other way, from SQL to
Access.

Thanks for any help,
Jeff
~~
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



enviornment variables

2001-08-07 Thread Jones, Becky

does anyone know of a good news group or have examples of 
setting enviornment variables using vbscript or javascript?  
i can use winbatch but i would prefer using the above.
thanks guys
bec.

*
This e-mail, including any attachments, is intended for the 
receipt and use by the intended addressee(s), and may contain 
confidential and privileged information.  If you are not an intended 
recipient of this e-mail, you are hereby notified that any unauthorized 
use or distribution of this e-mail is strictly prohibited. 



~~
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: Cold Fusion Developer - beginner

2001-08-07 Thread Kelly Matthews

A hell of a lot better than MAM! Oh how I hate that word.
I mean do the guys really like called sir? lol most i know hate it too! 

-Original Message-
From: Schlosser, JoAnn [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 3:58 PM
To: CF-Talk
Subject: RE: Cold Fusion Developer - beginner


Hey, I resemble that remark!

JoAnn A. Schlosser
Consultant
Association Management Software
Grant Thornton LLP
Washington, D. C.
703.837.4428



-Original Message-
From: Ann Harrell [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 3:19 PM
To: CF-Talk
Subject: RE: Cold Fusion Developer - beginner


When a female (professional or not) reaches a certain age, 
chick sounds pretty darn good 

Ann Harrell

> -Original Message-
> From: Christian Abad [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 07, 2001 1:28 PM
> To: CF-Talk
> Subject: RE: Cold Fusion Developer - beginner
> 
> 
> 
> Uh, Fuon:
> 
> To the best of my knowledge, female professionals don't like to 
> be referred
> to as "chicks", which, by the way is shorthand for baby chickens.
> 
> I am sure that Amanda Stern would prefer to be referred to as a female or
> even a lady!
> 
> My advice to you - try again!
> 
> Christian N. Abad
> ColdFusion Web Developer
> Bank of America - eCommerce Technology
> 
> -Original Message-
> From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 07, 2001 2:04 PM
> To: CF-Talk
> Subject: Re: Cold Fusion Developer - beginner
> 
> 
> hey Amanda, we have a coldfusion project coing up soon later near 
> the end of
> this year (and lasting till next year).  It would be nice to work with a
> chick!
> 
> 
> >From: Amanda Stern <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: CF-Talk <[EMAIL PROTECTED]>
> >Subject: Cold Fusion Developer - beginner
> >Date: Mon, 06 Aug 2001 15:47:52 -0700 (PDT)
> >
> >
> >Hello,
> >
> >Does anyone know of any open Cold Fusion positions
> >available in the Austin TX or Houston TX area
> >requiring about 1 year of experience?
> >
> >Thanks!
> >
>
~~
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: Female Programmers

2001-08-07 Thread Kelly Matthews

I would guess YES. I think men will always dominate simply because more men
tend to LIKE this field then women. I know many more women that hate
computers,
math, science than men, that I doubt will change. But I do see more in the
field
then 8 years ago when I started out.

-Original Message-
From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 3:56 PM
To: CF-Talk
Subject: OT: Female Programmers


I'm currently taking my CS degree in college, and most of the people are 
are...well..females!  I was surprised.  Is the number of female programmers 
rising?  or is mine just a special case?  You alla re probably familiar with

the typical cocky and laidback male programmer, but I always wondered what 
the female counterpart was like (probably a lot better! hehe).  That was why

I would be excited to work with one.



~~
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: parent/child custom tags

2001-08-07 Thread Ken Beard

yeah.. wrong tree.  I mean two custom tags linked by 

like


 
 
 
 



At 09:31 AM 8/7/01 -0500, you wrote:
>What do you mean? A custom tag that recursively calls itself to get all
>parent/child relationships into a structure? I have done that and it got
>flaky. The answer was to Exclusively lock the original tag call.
>
>Am I barking up the right tree here? Woof!
>
>
>Justin Hansen - [EMAIL PROTECTED]
>Web Application Developer
>Interactive Business Solutions, Inc
>816-221-5200 ext. 1305
>
>
>-Original Message-
>From: Ken Beard [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, August 07, 2001 12:22 PM
>To: CF-Talk
>Subject: parent/child custom tags
>
>
>anybody having trouble with these?  servers getting flaky centered around
>their use?
>
>-
>Ken Beard
>Manager, Application Development
>StoneGround
>
>5100 West Kennedy Blvd, Suite 430
>Tampa, FL 33609
>813-387-1235 (phone)
>813-387-1237 (fax)
>http://www.stoneground.com/
>
>CONFIDENTIALITY NOTICE: This message is intended only for the use of the
>individual or entity to which it is addressed, and may contain information
>that is privileged, confidential and exempt from under applicable law. All
>code Copyright © 2001 StoneGround. All rights reserved.
>
~~
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: Zip Codes

2001-08-07 Thread Duane Boudreau

I have a stored proc written for SQL Server. Let me know if you want it.

Duane



-Original Message-
From: Rey Bango [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 2:43 PM
To: CF-Talk
Subject: Zip Codes


Hey all. I need to build a routine that will allow a site visitor to find a
store within "x" miles of a specific zip code. Has anyone done this before
and if so, would you mind lending some guidance? If anyone knows of a custom
tag to do this, that would great.

Thanks,

Rey Bango
Team Allaire...
~~
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: Cold Fusion Developer - beginner

2001-08-07 Thread coldfusiongirl

Where I work we sure need more girls, 90% are male. :)

CF girl
- Original Message -
From: "Schlosser, JoAnn" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, August 07, 2001 3:27 PM
Subject: RE: Cold Fusion Developer - beginner


> We are all girls ;-)
>
> JoAnn
>
>
>
> -Original Message-
> From: Costas Piliotis [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 07, 2001 2:49 PM
> To: CF-Talk
> Subject: RE: Cold Fusion Developer - beginner
>
>
> In his defence though, we all kind of work in a male dominated profession,
> and we appreciate some variety in though.
>
> Perhaps he should have made use of some euphemisms, but he's right.  I'm
> kind of sick of working in an all male department myself, and would love
> nothing more than to have a "chick" or two in my office =)
>
>
>
> -Original Message-
> From: Christian Abad [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 07, 2001 11:28 AM
> To: CF-Talk
> Subject: RE: Cold Fusion Developer - beginner
>
>
> Uh, Fuon:
>
> To the best of my knowledge, female professionals don't like to be
referred
> to as "chicks", which, by the way is shorthand for baby chickens.
>
> I am sure that Amanda Stern would prefer to be referred to as a female or
> even a lady!
>
> My advice to you - try again!
>
> Christian N. Abad
> ColdFusion Web Developer
> Bank of America - eCommerce Technology
>
> -Original Message-
> From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 07, 2001 2:04 PM
> To: CF-Talk
> Subject: Re: Cold Fusion Developer - beginner
>
>
> hey Amanda, we have a coldfusion project coing up soon later near the end
of
> this year (and lasting till next year).  It would be nice to work with a
> chick!
>
>
> >From: Amanda Stern <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: CF-Talk <[EMAIL PROTECTED]>
> >Subject: Cold Fusion Developer - beginner
> >Date: Mon, 06 Aug 2001 15:47:52 -0700 (PDT)
> >
> >
> >Hello,
> >
> >Does anyone know of any open Cold Fusion positions
> >available in the Austin TX or Houston TX area
> >requiring about 1 year of experience?
> >
> >Thanks!
> >
>
~~
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: Cold Fusion Developer - beginner

2001-08-07 Thread Lee Fuller

Speak for yourself. ;)  


Lee Fuller
Chief Technical Officer
PrimeDNA Corporation / AAA Web Hosting Corporation
"We ARE the net."
http://www.aaawebhosting.com



> -Original Message-
> From: Schlosser, JoAnn [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, August 07, 2001 12:27 PM
> To: CF-Talk
> Subject: RE: Cold Fusion Developer - beginner
> 
> 
> We are all girls ;-)
> 
> JoAnn 
> 
> 
> 
> -Original Message-
> From: Costas Piliotis [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 07, 2001 2:49 PM
> To: CF-Talk
> Subject: RE: Cold Fusion Developer - beginner
> 
> 
> In his defence though, we all kind of work in a male 
> dominated profession, and we appreciate some variety in though.  
> 
> Perhaps he should have made use of some euphemisms, but he's 
> right.  I'm kind of sick of working in an all male department 
> myself, and would love nothing more than to have a "chick" or 
> two in my office =)
> 
> 
> 
> -Original Message-
> From: Christian Abad [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, August 07, 2001 11:28 AM
> To: CF-Talk
> Subject: RE: Cold Fusion Developer - beginner
> 
> 
> Uh, Fuon:
> 
> To the best of my knowledge, female professionals don't like 
> to be referred to as "chicks", which, by the way is shorthand 
> for baby chickens.
> 
> I am sure that Amanda Stern would prefer to be referred to as 
> a female or even a lady!
> 
> My advice to you - try again!
> 
> Christian N. Abad
> ColdFusion Web Developer
> Bank of America - eCommerce Technology
> 
> -Original Message-
> From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 07, 2001 2:04 PM
> To: CF-Talk
> Subject: Re: Cold Fusion Developer - beginner
> 
> 
> hey Amanda, we have a coldfusion project coing up soon later 
> near the end of this year (and lasting till next year).  It 
> would be nice to work with a chick!
> 
> 
> >From: Amanda Stern <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: CF-Talk <[EMAIL PROTECTED]>
> >Subject: Cold Fusion Developer - beginner
> >Date: Mon, 06 Aug 2001 15:47:52 -0700 (PDT)
> >
> >
> >Hello,
> >
> >Does anyone know of any open Cold Fusion positions
> >available in the Austin TX or Houston TX area
> >requiring about 1 year of experience?
> >
> >Thanks!
> >
>
~~
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: I don't understand session locking :(

2001-08-07 Thread Dave Watts

> Additionally, if you convert complex data structures into WDDX, 
> that will work well if your client vars are being stored in a 
> datasource. However, if you're using cookies as you means of 
> storing client variables, you'll need to be careful. Each cookie 
> has a limit of 4kb in size. If you start dealing with complex 
> nested data structures in WDDX, it's very easy to bump over 4kb 
> in size with a WDDX packet.

Even if you're storing client variables in a database, you still want to
avoid storing complex data objects unnecessarily. If you don't, your
application will perform a lot slower using client variables than it would
with the same data objects in session variables.

I've seen this happen a couple of times; someone will have an application
which stores lots of data in the Session scope, they'll convert it to the
Client scope so that the application can be load-balanced, and it'll
essentially fail under load due to the database traffic.

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

~~
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: Cold Fusion Developer - beginner

2001-08-07 Thread Jochem van Dieten

Shawnea Carter wrote:

> I'm going to take a deep breath and pretend I didn't read that.


Why's that? Just think of how wrong he might be. In some places of the 
world the name Amanda not necessarily refers to a female specimen of 
Homo Sapiens >:)

Jochem


~~
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: Cold Fusion Developer - beginner

2001-08-07 Thread Kelly Matthews

it really probably depends on location as well
I have had 4 web development jobs in 8 years in 3 of them
I was NOT the only female in IT, or web development. Granted I 
was the best just not the only one *evil grin*
Kelly

-Original Message-
From: Costas Piliotis [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 2:49 PM
To: CF-Talk
Subject: RE: Cold Fusion Developer - beginner


In his defence though, we all kind of work in a male dominated profession,
and we appreciate some variety in though.  

Perhaps he should have made use of some euphemisms, but he's right.  I'm
kind of sick of working in an all male department myself, and would love
nothing more than to have a "chick" or two in my office =)



-Original Message-
From: Christian Abad [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, August 07, 2001 11:28 AM
To: CF-Talk
Subject: RE: Cold Fusion Developer - beginner


Uh, Fuon:

To the best of my knowledge, female professionals don't like to be referred
to as "chicks", which, by the way is shorthand for baby chickens.

I am sure that Amanda Stern would prefer to be referred to as a female or
even a lady!

My advice to you - try again!

Christian N. Abad
ColdFusion Web Developer
Bank of America - eCommerce Technology

-Original Message-
From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 2:04 PM
To: CF-Talk
Subject: Re: Cold Fusion Developer - beginner


hey Amanda, we have a coldfusion project coing up soon later near the end of
this year (and lasting till next year).  It would be nice to work with a
chick!


>From: Amanda Stern <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Cold Fusion Developer - beginner
>Date: Mon, 06 Aug 2001 15:47:52 -0700 (PDT)
>
>
>Hello,
>
>Does anyone know of any open Cold Fusion positions
>available in the Austin TX or Houston TX area
>requiring about 1 year of experience?
>
>Thanks!
>
~~
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: Scope for returned variables from a tag

2001-08-07 Thread Correa, Orlando (ITSC)

Try variables.




-Original Message-
From: Robert Everland [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 12:59 PM
To: CF-Talk
Subject: Scope for returned variables from a tag


I can't remember what it is. I have caller in the tag to send it to
the page, but I like to used strict scoped variables and can't rem what I
should reference in the page itself.

Robert Everland III
Dixon Ticonderoga
Web Developer Extraordinaire
~~
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: Cold Fusion Developer - beginner

2001-08-07 Thread coldfusiongirl

some do!  babe! :)

CF girl
- Original Message -
From: "Fuon See Tu" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, August 07, 2001 2:59 PM
Subject: RE: Cold Fusion Developer - beginner


> Chicks don't mind that :)  hehehehe
>
>
> >From: "Christian Abad" <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: CF-Talk <[EMAIL PROTECTED]>
> >Subject: RE: Cold Fusion Developer - beginner
> >Date: Tue, 07 Aug 2001 14:27:32 -0400
> >
> >Uh, Fuon:
> >
> >To the best of my knowledge, female professionals don't like to be
referred
> >to as "chicks", which, by the way is shorthand for baby chickens.
> >
> >I am sure that Amanda Stern would prefer to be referred to as a female or
> >even a lady!
> >
> >My advice to you - try again!
> >
> >Christian N. Abad
> >ColdFusion Web Developer
> >Bank of America - eCommerce Technology
> >
> >-Original Message-
> >From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
> >Sent: Tuesday, August 07, 2001 2:04 PM
> >To: CF-Talk
> >Subject: Re: Cold Fusion Developer - beginner
> >
> >
> >hey Amanda, we have a coldfusion project coing up soon later near the end
> >of
> >this year (and lasting till next year).  It would be nice to work with a
> >chick!
> >
> >
> > >From: Amanda Stern <[EMAIL PROTECTED]>
> > >Reply-To: [EMAIL PROTECTED]
> > >To: CF-Talk <[EMAIL PROTECTED]>
> > >Subject: Cold Fusion Developer - beginner
> > >Date: Mon, 06 Aug 2001 15:47:52 -0700 (PDT)
> > >
> > >
> > >Hello,
> > >
> > >Does anyone know of any open Cold Fusion positions
> > >available in the Austin TX or Houston TX area
> > >requiring about 1 year of experience?
> > >
> > >Thanks!
> > >
> >
>
~~
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: MS SQL DB to MS Access

2001-08-07 Thread Bruce Sorge

All you would need to do is create a DSN on your local machine pointing to
the SQL server, then create a new DB, then import the tables into your new
DB, make the changes, then upsize it back to the SQL server.
- Original Message -
From: "Jeff Green" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, August 07, 2001 2:11 PM
Subject: OT: MS SQL DB to MS Access


> Hi all,
>
> I have a DB in MS SQL and want to export it to MS Access to make some
> modifications, then I plan to upsize it again.
>
> I am familar with upsizing Access to SQL but not the other way, from SQL
to
> Access.
>
> Thanks for any help,
> Jeff
>
>
>
~~
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: MS SQL DB to MS Access

2001-08-07 Thread Jeff Green

Well I have successfully "downsized" my SQL DB to Access.  But none of the
relationships were exported, is it possible to do this?

TIA,
Jeff

-Original Message-
From: Jeff Green [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 12:12 PM
To: CF-Talk
Subject: OT: MS SQL DB to MS Access


Hi all,

I have a DB in MS SQL and want to export it to MS Access to make some
modifications, then I plan to upsize it again.

I am familar with upsizing Access to SQL but not the other way, from SQL to
Access.

Thanks for any help,
Jeff
~~
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: Embedding an image inline into an email

2001-08-07 Thread Jochem van Dieten

tom muck wrote:

> 
>   from="[EMAIL PROTECTED]"
>  subject="test image"
> 
> 
>  value='multipart/alternative;
> boundary="7C252360672B03A0BAD013A5"'>


AFAIK this generates double content type headers. Not all mail clients 
will understand this.


> Content-Transfer-Encoding: 7bit


This means that characters with an ASCII value above 127 are off-limits.


> --7C252360672B03A0BAD013A5
> Content-Type: image/gif; name="myimage.gif"
> Content-Transfer-Encoding: base64
> Content-ID: <003a01c11b56$c06b9d20$[EMAIL PROTECTED]>
> 
>  variable="charData">
> #data64#
> 
> 
> --7C252360672B03A0BAD013A5--


This will bomb on quite a few mailservers and mailclients. The RFC 
dealing with mail (RFC 2822) says the following about line lengths:

'  - Lines of characters in the body MUST be limited to 998 characters,
  and SHOULD be limited to 78 characters, excluding the CRLF.'


Unfortunately I don't have a PnP solution for these problems. I have 
coded around some of these in the advancedemail tag available from 
http://jochem.vandieten.net/coldfusion/customtags/, but at the price of 
creating other problems. But you could always take a look to get some ideas.

Jochem


~~
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: One More Time.. Deleting a Listed Project?

2001-08-07 Thread Fuon See Tu

have u tried rightclicking on the project's name and choosing DELETE?




Pooh Bear
Web App Developer
Picture Below (chicks dig my head!)



http://www.geocities.com/kickerazn_2000/sniffles_138x92.jpg";>





>From: "Lee Fuller" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: One More Time.. Deleting a Listed Project?
>Date: Tue, 07 Aug 2001 12:29:14 -0700
>
>Thought I'd try this again, since the last time, it seemed so confusing.
>;)
>
>In Studio 4.5, I have 4 projects listed in the drop-down.  One of them
>is gone, and does not function, yet I cannot seem to delete the project
>off the drop-down list.  The project itself is deleted, and this item
>simply will not go away.
>
>Anyone have suggestions?
>
>
>
>
~~
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: MS SQL DB to MS Access

2001-08-07 Thread Kelly Matthews

Just out of curiosity? Why go through all that why not make the changes in 
SQL?
Kelly

-Original Message-
From: Jeff Green [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 3:12 PM
To: CF-Talk
Subject: OT: MS SQL DB to MS Access


Hi all,

I have a DB in MS SQL and want to export it to MS Access to make some
modifications, then I plan to upsize it again.

I am familar with upsizing Access to SQL but not the other way, from SQL to
Access.

Thanks for any help,
Jeff
~~
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: MS SQL DB to MS Access

2001-08-07 Thread Mike Brunt

Jeff, why don't you just use Access as a graphical front end to the SQL DB?
Apologies if you already thought of that but it seems like a better route
that doing the downsize-upsize bit.

Kind Regards - Mike Brunt, EmbeeMedia
Tel: 562.790.8631
http://www.embeemedia.com
Instant Messaging Handles: -
AIM (AOL): MediaEmbee
MSN: [EMAIL PROTECTED]
Yahoo: MediaEmbeeYH

-Original Message-
From: Jeff Green [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 12:12 PM
To: CF-Talk
Subject: OT: MS SQL DB to MS Access

Hi all,

I have a DB in MS SQL and want to export it to MS Access to make some
modifications, then I plan to upsize it again.

I am familar with upsizing Access to SQL but not the other way, from SQL to
Access.

Thanks for any help,
Jeff
~~
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: Cold Fusion Developer - beginner

2001-08-07 Thread Schlosser, JoAnn

Hey, I resemble that remark!

JoAnn A. Schlosser
Consultant
Association Management Software
Grant Thornton LLP
Washington, D. C.
703.837.4428



-Original Message-
From: Ann Harrell [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 3:19 PM
To: CF-Talk
Subject: RE: Cold Fusion Developer - beginner


When a female (professional or not) reaches a certain age, 
chick sounds pretty darn good 

Ann Harrell

> -Original Message-
> From: Christian Abad [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 07, 2001 1:28 PM
> To: CF-Talk
> Subject: RE: Cold Fusion Developer - beginner
> 
> 
> 
> Uh, Fuon:
> 
> To the best of my knowledge, female professionals don't like to 
> be referred
> to as "chicks", which, by the way is shorthand for baby chickens.
> 
> I am sure that Amanda Stern would prefer to be referred to as a female or
> even a lady!
> 
> My advice to you - try again!
> 
> Christian N. Abad
> ColdFusion Web Developer
> Bank of America - eCommerce Technology
> 
> -Original Message-
> From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 07, 2001 2:04 PM
> To: CF-Talk
> Subject: Re: Cold Fusion Developer - beginner
> 
> 
> hey Amanda, we have a coldfusion project coing up soon later near 
> the end of
> this year (and lasting till next year).  It would be nice to work with a
> chick!
> 
> 
> >From: Amanda Stern <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: CF-Talk <[EMAIL PROTECTED]>
> >Subject: Cold Fusion Developer - beginner
> >Date: Mon, 06 Aug 2001 15:47:52 -0700 (PDT)
> >
> >
> >Hello,
> >
> >Does anyone know of any open Cold Fusion positions
> >available in the Austin TX or Houston TX area
> >requiring about 1 year of experience?
> >
> >Thanks!
> >
>
~~
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



OT: Female Programmers

2001-08-07 Thread Fuon See Tu

I'm currently taking my CS degree in college, and most of the people are 
are...well..females!  I was surprised.  Is the number of female programmers 
rising?  or is mine just a special case?  You alla re probably familiar with 
the typical cocky and laidback male programmer, but I always wondered what 
the female counterpart was like (probably a lot better! hehe).  That was why 
I would be excited to work with one.




Pooh Bear
Web App Developer
Picture Below (chicks dig my head!)



http://www.geocities.com/kickerazn_2000/sniffles_138x92.jpg";>


~~
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: Spell checker

2001-08-07 Thread Top-Link Tech (John Ceci)

Ben Forta has a custom tag that works quite well...

http://www.forta.com

HTH,
John

-Original Message-
From: Ray Bujarski [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 12:08 PM
To: CF-Talk
Subject: Spell checker


I need a spell checker for an application I am working on.  I don't want to
build it from scratch.  Does anyone know of some good ones?
Thanks,
Ray
~~
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: replacing carriage-returns in a db field with commas?

2001-08-07 Thread David Grabbe


I gave this code a try, but CF choked on the 'chr' part...does that function
(ListChangeDelims) actually take 3 parameters?


David





-Original Message-
From: Chris Martinez [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 2:41 PM
To: CF-Talk
Subject: RE: replacing carriage-returns in a db field with commas?


I'm not sure about the first part of your question but the second part goes
something like this:


SELECT YourField
FROM YourTable
ORDER BY YourPrimaryKey





UPDATE YourTable
SET (YourField=#NewVal#)



This should do it.

Have fun

Chris



-Original Message-
From: David Grabbe [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 1:17 PM
To: CF-Talk
Subject: replacing carriage-returns in a db field with commas?



'afternoon everyone,

We are storing meta-tag Description and Keyword information for many of our
documents in a database (MS-Access 2000), so the meta information can be
maintained without having to make changes to a static page.  The problem I
am running into is that the individual who entered in the Keywords delimited
them by hitting the Enter key rather than putting a comma in between...will
search engines recognize this?  (is it as effective?)

If commas are the recommended route, is there a way in SQL (MS Access) to do
a global replace on that field and replace all the carriage returns with the
normal comma+space delim.?  Any pointers would be greatly appreciated!


Cheers,
David
~~
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: Zip Codes

2001-08-07 Thread Edward Smith

Here's the important code - I think this works in Access, probably
SQLServer as well.  You need a database with zipcodes, longitude, and
latitude.  This assues Lon/Lat in degrees.

This code takes in a radius, and returns all the zipcodes within that
radius:




select longitude,latitude from ZipCodes where ZipCode ='#Zip1#'



SELECT ZipCode FROM ZipCodes WHERE
SQR( ( LONGITUDE-(#Ziplookup.LONGITUDE#) )^2  +
(LATITUDE-(#Ziplookup.LATITUDE#))^2 ) <= (#RADIUS#)/60


I'm sure this could be refined into a single query, if needs be.

Here's the calculation for Lat/Long in radians:




Hope this helps.

Rey Bango wrote:
> 
> Hey all. I need to build a routine that will allow a site visitor to find a
> store within "x" miles of a specific zip code. Has anyone done this before
> and if so, would you mind lending some guidance? If anyone knows of a custom
> tag to do this, that would great.
> 
> Thanks,
> 
> Rey Bango
> Team Allaire...
> 
>
~~
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: Scope for returned variables from a tag

2001-08-07 Thread Craig Fisher

If you just said CALLER.varname the reference
would be VARIABLES.varname in the calling page.

-Original Message-
From: Robert Everland [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 12:59 PM
To: CF-Talk
Subject: Scope for returned variables from a tag


I can't remember what it is. I have caller in the tag to send it to
the page, but I like to used strict scoped variables and can't rem what I
should reference in the page itself.

Robert Everland III
Dixon Ticonderoga
Web Developer Extraordinaire
~~
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: I don't understand session locking :(

2001-08-07 Thread Dave Watts

> Is there a performance penalty associated w/using the 
> function?  Typically I only use 3 or 4 session vars w/simple 
> strings if used at all, tho' they're often duped in 
> application.cfm, so if I can speed things up...

I don't know if there is, but I doubt that it would be significant in any
case.

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

~~
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: I don't understand session locking :(

2001-08-07 Thread Bruce, Rodney

thanks for all the info and help
See if I can do a sum here.

Session Vars are faster(memery vs db), but do use up server RAM. less
overall overhead but you have to use  every time a session var is
referenced to help avoid corruption of data(which itself can then cause a
performance drop).  But can handle complex data types better(?)

Client Vars are a little slower(db request), but don't use up server RAM.
Can have a lot more overhead, specially if dealing with Structures or
Arrays. Don't have to use  when referencing.  Data is a lot more
secure.  But have to write procedures to clean up db.


Again thanks for all the help.  I think I understand a lot more and hope the
individual that started this thread also did. 











-Original Message-
From: Tyson [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 11:52 AM
To: CF-Talk
Subject: RE: I don't understand session locking :(


Additionally, if you convert complex data structures into WDDX, that
will work well if your client vars are being stored in a datasource.
However, if you're using cookies as you means of storing client
variables, you'll need to be careful.  Each cookie has a limit of 4kb in
size.  If you start dealing with complex nested data structures in WDDX,
it's very easy to bump over 4kb in size with a WDDX packet.

-Tyson

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 1:31 PM
To: CF-Talk
Subject: RE: I don't understand session locking :(


> Changing from session to client
> 
> Are there any limitations on client vars, other than db size?
> Could structures and arrays be a problem?

Yes. If you want to store structures, arrays or queries in the Client
scope,
you'll have to convert them to strings; you can easily do this with
WDDX.
However, there will be a lot more overhead in doing this - the Client
scope
is inherently more "expensive" to use. So, if you've got an application
which uses Session variables all over the place, you might have problems
if
you simply switch to Client variables. You'd have to go through the
application and decide what you can do without when storing persistent
data.

> Looking at the table, cdata, the client vars are all dumped 
> into one field, can this be changed?

No. You're free to build your own alternative state management
mechanism,
though; this is what we all used to do before Client and Session
variables
anyway - you'd design the appropriate relational database structure, and
store your data in there, and simply retrieve it on each page request
using
a regular SQL statement.

> and is there a way to automatically delete them when a user 
> leaves your site with out logging out?

Not really, since you don't know when someone leaves your site. All you
know
is that it's been a certain period of time since their last page
request.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
~~
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: Cold Fusion Developer - beginner

2001-08-07 Thread Shawnea Carter

I'm going to take a deep breath and pretend I didn't read that.

Shawnea Carter
Certified Allaire Developer

- Original Message -
From: "Fuon See Tu" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, August 07, 2001 2:03 PM
Subject: Re: Cold Fusion Developer - beginner


> hey Amanda, we have a coldfusion project coing up soon later near the end
of
> this year (and lasting till next year).  It would be nice to work with a
> chick!
>
>
> >From: Amanda Stern <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: CF-Talk <[EMAIL PROTECTED]>
> >Subject: Cold Fusion Developer - beginner
> >Date: Mon, 06 Aug 2001 15:47:52 -0700 (PDT)
> >
> >
> >Hello,
> >
> >Does anyone know of any open Cold Fusion positions
> >available in the Austin TX or Houston TX area
> >requiring about 1 year of experience?
> >
> >Thanks!
> >
>
~~
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



One More Time.. Deleting a Listed Project?

2001-08-07 Thread Lee Fuller

Thought I'd try this again, since the last time, it seemed so confusing.
;)

In Studio 4.5, I have 4 projects listed in the drop-down.  One of them
is gone, and does not function, yet I cannot seem to delete the project
off the drop-down list.  The project itself is deleted, and this item
simply will not go away.

Anyone have suggestions?



~~
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: Cold Fusion Developer - beginner

2001-08-07 Thread Schlosser, JoAnn

We are all girls ;-)

JoAnn 



-Original Message-
From: Costas Piliotis [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 2:49 PM
To: CF-Talk
Subject: RE: Cold Fusion Developer - beginner


In his defence though, we all kind of work in a male dominated profession,
and we appreciate some variety in though.  

Perhaps he should have made use of some euphemisms, but he's right.  I'm
kind of sick of working in an all male department myself, and would love
nothing more than to have a "chick" or two in my office =)



-Original Message-
From: Christian Abad [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, August 07, 2001 11:28 AM
To: CF-Talk
Subject: RE: Cold Fusion Developer - beginner


Uh, Fuon:

To the best of my knowledge, female professionals don't like to be referred
to as "chicks", which, by the way is shorthand for baby chickens.

I am sure that Amanda Stern would prefer to be referred to as a female or
even a lady!

My advice to you - try again!

Christian N. Abad
ColdFusion Web Developer
Bank of America - eCommerce Technology

-Original Message-
From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 2:04 PM
To: CF-Talk
Subject: Re: Cold Fusion Developer - beginner


hey Amanda, we have a coldfusion project coing up soon later near the end of
this year (and lasting till next year).  It would be nice to work with a
chick!


>From: Amanda Stern <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Cold Fusion Developer - beginner
>Date: Mon, 06 Aug 2001 15:47:52 -0700 (PDT)
>
>
>Hello,
>
>Does anyone know of any open Cold Fusion positions
>available in the Austin TX or Houston TX area
>requiring about 1 year of experience?
>
>Thanks!
>
~~
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: Cold Fusion Developer - beginner

2001-08-07 Thread Schlosser, JoAnn

Actually, Fuon, for your own safety, don't let the boss see you typing
non-PC things on company equipement or time.  Most of us are not running
around looking for something to be offended about but the boss is afraid of
being liable for it.  

We have three people in our CF shop.  Two are from a different country than
I am.  The others have a different kind of relationship with each other than
they do with me and that is to be expected.  Not an issue but the boss tried
to refer to this without using the race/nationality/ethnicity thing because
it wouldn't be "PC."  We all knew what he was trying to say but it sure was
fun watching him go through the linguist contortions it took to express it. 

JoAnn A. Schlosser
Consultant
Association Management Software
Grant Thornton LLP
Washington, D. C.
703.837.4428



-Original Message-
From: Matthew W Jones [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 2:38 PM
To: CF-Talk
Subject: RE: Cold Fusion Developer - beginner


better yet, don't try again

-Original Message-
From: Christian Abad [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 1:28 PM
To: CF-Talk
Subject: RE: Cold Fusion Developer - beginner


Uh, Fuon:

To the best of my knowledge, female professionals don't like to be referred
to as "chicks", which, by the way is shorthand for baby chickens.

I am sure that Amanda Stern would prefer to be referred to as a female or
even a lady!

My advice to you - try again!

Christian N. Abad
ColdFusion Web Developer
Bank of America - eCommerce Technology

-Original Message-
From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 2:04 PM
To: CF-Talk
Subject: Re: Cold Fusion Developer - beginner


hey Amanda, we have a coldfusion project coing up soon later near the end of
this year (and lasting till next year).  It would be nice to work with a
chick!


>From: Amanda Stern <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Cold Fusion Developer - beginner
>Date: Mon, 06 Aug 2001 15:47:52 -0700 (PDT)
>
>
>Hello,
>
>Does anyone know of any open Cold Fusion positions
>available in the Austin TX or Houston TX area
>requiring about 1 year of experience?
>
>Thanks!
>
~~
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: replacing carriage-returns in a db field with commas?

2001-08-07 Thread Hinojosa, Robert A

Most SE's will not care about whitespace, and others do not weigh heavily on
meta tags anyway.  To answer your question though, it is actually
recommended that you do not put commas between keywords anyway, simple
spaces are recommended.   That way you can use different combinations of
strings. 

For example,

keywords="white diamond ring"

will give you both "white diamond" and "diamond ring".  This technique is
especially useful for inktomi SE's.

HTH,

Robert

-Original Message-
From: David Grabbe [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 1:17 PM
To: CF-Talk
Subject: replacing carriage-returns in a db field with commas?



'afternoon everyone,

We are storing meta-tag Description and Keyword information for many of our
documents in a database (MS-Access 2000), so the meta information can be
maintained without having to make changes to a static page.  The problem I
am running into is that the individual who entered in the Keywords delimited
them by hitting the Enter key rather than putting a comma in between...will
search engines recognize this?  (is it as effective?)

If commas are the recommended route, is there a way in SQL (MS Access) to do
a global replace on that field and replace all the carriage returns with the
normal comma+space delim.?  Any pointers would be greatly appreciated!


Cheers,
David
~~
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: CF 5.0 vs CF 4.5 - Enterprise vs Pro

2001-08-07 Thread tom muck

Stick with Pro unless you need clustering or native DB drivers.  Definitely
upgrade to 5.0, though.  You'll notice much better performance -- like 3 or
4 times faster execution times.

tom
www.basic-ultradev.com

"David Caplan" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I am building a fairly small CF site, low number of hits per month, with
> relatively little security. Is there any reason for me to get CF Server
> Enterprise, or can I stick with Professional Edition. Also, I have only
used
> CF 4.5 in the past, should we make the upgrade to CF 5.0, is it worth it?
> Stable enough at this point?
>
> Thanks,
>
> David Caplan




~~
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: Zip Codes

2001-08-07 Thread Justin Hansen

There are a number of tags that do just that available at the CF developer
exchange.

http://devex.allaire.com/developer/gallery/SearchResults.cfm?keywords=zip+co
de


Justin Hansen - [EMAIL PROTECTED]
Web Application Developer
Interactive Business Solutions, Inc
816-221-5200 ext. 1305


-Original Message-
From: Rey Bango [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 1:43 PM
To: CF-Talk
Subject: Zip Codes


Hey all. I need to build a routine that will allow a site visitor to find a
store within "x" miles of a specific zip code. Has anyone done this before
and if so, would you mind lending some guidance? If anyone knows of a custom
tag to do this, that would great.

Thanks,

Rey Bango
Team Allaire...
~~
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: Cold Fusion Developer - beginner

2001-08-07 Thread Jeff Green

Im going to try this approach ;)

-Original Message-
From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 11:04 AM
To: CF-Talk
Subject: Re: Cold Fusion Developer - beginner


hey Amanda, we have a coldfusion project coing up soon later near the end of
this year (and lasting till next year).  It would be nice to work with a
chick!


>From: Amanda Stern <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Cold Fusion Developer - beginner
>Date: Mon, 06 Aug 2001 15:47:52 -0700 (PDT)
>
>
>Hello,
>
>Does anyone know of any open Cold Fusion positions
>available in the Austin TX or Houston TX area
>requiring about 1 year of experience?
>
>Thanks!
>
~~
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



OT: MS SQL DB to MS Access

2001-08-07 Thread Jeff Green

Hi all,

I have a DB in MS SQL and want to export it to MS Access to make some
modifications, then I plan to upsize it again.

I am familar with upsizing Access to SQL but not the other way, from SQL to
Access.

Thanks for any help,
Jeff


~~
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: Cold Fusion Developer - beginner

2001-08-07 Thread Ann Harrell

When a female (professional or not) reaches a certain age, 
chick sounds pretty darn good 

Ann Harrell

> -Original Message-
> From: Christian Abad [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 07, 2001 1:28 PM
> To: CF-Talk
> Subject: RE: Cold Fusion Developer - beginner
> 
> 
> 
> Uh, Fuon:
> 
> To the best of my knowledge, female professionals don't like to 
> be referred
> to as "chicks", which, by the way is shorthand for baby chickens.
> 
> I am sure that Amanda Stern would prefer to be referred to as a female or
> even a lady!
> 
> My advice to you - try again!
> 
> Christian N. Abad
> ColdFusion Web Developer
> Bank of America - eCommerce Technology
> 
> -Original Message-
> From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 07, 2001 2:04 PM
> To: CF-Talk
> Subject: Re: Cold Fusion Developer - beginner
> 
> 
> hey Amanda, we have a coldfusion project coing up soon later near 
> the end of
> this year (and lasting till next year).  It would be nice to work with a
> chick!
> 
> 
> >From: Amanda Stern <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: CF-Talk <[EMAIL PROTECTED]>
> >Subject: Cold Fusion Developer - beginner
> >Date: Mon, 06 Aug 2001 15:47:52 -0700 (PDT)
> >
> >
> >Hello,
> >
> >Does anyone know of any open Cold Fusion positions
> >available in the Austin TX or Houston TX area
> >requiring about 1 year of experience?
> >
> >Thanks!
> >
>
~~
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: Cold Fusion Developer - beginner

2001-08-07 Thread Fuon See Tu

::gigglesnort::

(i dont really snort, hehe)


>From: "Schlosser, JoAnn" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: RE: Cold Fusion Developer - beginner
>Date: Tue, 07 Aug 2001 14:48:51 -0400
>
>Ugh!  The only PC's allowed are the kind where our web servers live!  That,
>from a girl who came of age in the 70's!
>
>JoAnn
>
>
>-Original Message-
>From: Christian Abad [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, August 07, 2001 2:28 PM
>To: CF-Talk
>Subject: RE: Cold Fusion Developer - beginner
>
>
>Uh, Fuon:
>
>To the best of my knowledge, female professionals don't like to be referred
>to as "chicks", which, by the way is shorthand for baby chickens.
>
>I am sure that Amanda Stern would prefer to be referred to as a female or
>even a lady!
>
>My advice to you - try again!
>
>Christian N. Abad
>ColdFusion Web Developer
>Bank of America - eCommerce Technology
>
>-Original Message-
>From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, August 07, 2001 2:04 PM
>To: CF-Talk
>Subject: Re: Cold Fusion Developer - beginner
>
>
>hey Amanda, we have a coldfusion project coing up soon later near the end 
>of
>this year (and lasting till next year).  It would be nice to work with a
>chick!
>
>
> >From: Amanda Stern <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: CF-Talk <[EMAIL PROTECTED]>
> >Subject: Cold Fusion Developer - beginner
> >Date: Mon, 06 Aug 2001 15:47:52 -0700 (PDT)
> >
> >
> >Hello,
> >
> >Does anyone know of any open Cold Fusion positions
> >available in the Austin TX or Houston TX area
> >requiring about 1 year of experience?
> >
> >Thanks!
> >
>
~~
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: CF 5.0 vs CF 4.5 - Enterprise vs Pro

2001-08-07 Thread Bruce Sorge

If you already have CF4.5, and you do not need any of the new features of CF
5.0, then I would stick with your current version. However, if you need
Advanced Security, Clustering, or you want any of the new features of CF5,
then upgrade. I have upgraded both 4.5 Pro and Enterprise to both versions
of CF5 and had no issues. The only thing that I did not like was when I did
an upgrade from 4.0 to 5.0, and that is that there is NO upgrade. You have
to remove 4.0 and then do a fresh install of 5.0
- Original Message -
From: "David Caplan" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, August 07, 2001 1:49 PM
Subject: CF 5.0 vs CF 4.5 - Enterprise vs Pro


> I am building a fairly small CF site, low number of hits per month, with
> relatively little security. Is there any reason for me to get CF Server
> Enterprise, or can I stick with Professional Edition. Also, I have only
used
> CF 4.5 in the past, should we make the upgrade to CF 5.0, is it worth it?
> Stable enough at this point?
>
> Thanks,
>
> David Caplan
> --
--
> 36 w 20 st  |  nyc 10011  | 646.485.9136 | www.fusebox.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
>



~~
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: I don't understand session locking :(

2001-08-07 Thread Matt Robertson

Thx Dave.  Looks like your original answer and my question came in right at about the 
same time.

Nice to have this finally clarified.  Have been using duplicate to be on the safe side.

Is there a performance penalty associated w/using the function?  Typically I only use 
3 or 4 session vars w/simple strings if used at all, tho' they're often duped in 
application.cfm, so if I can speed things up...

--Matt--


-- Original Message --
from: Dave Watts <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
date: Tue, 07 Aug 2001 14:45:22 -0400

> Aren't all session vars stored as structures, regardless of 
> their actual contents?  Wouldn't this necessitate duplicate() 
> everywhere regardless of var contents?

If you want to pass the session variable itself (with its contents) by
value, you'd need to use Duplicate. If you want to pass a simple variable
contained within a structure by value, you don't need to use Duplicate.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
~~
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: Cold Fusion Developer - beginner

2001-08-07 Thread John Paitel

As long as we are advertising...

CF development - 1 1/2 years, Access via SQL
ASP development - 1 1/2 years, Access via SQL
HTML - 2 years
DHTML 6 months
Java, Javascripting - 4 months

Anything fairly permanent in the Phoenix area... and you can even call me 
"chick" if it compensates well enough... ;-)))

John


At 02:27 PM 8/7/01 -0400, Christian Abad wrote:
>Uh, Fuon:
>
>To the best of my knowledge, female professionals don't like to be referred
>to as "chicks", which, by the way is shorthand for baby chickens.
>
>I am sure that Amanda Stern would prefer to be referred to as a female or
>even a lady!
>
>My advice to you - try again!
>
>Christian N. Abad
>ColdFusion Web Developer
>Bank of America - eCommerce Technology
>
>-Original Message-
>From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, August 07, 2001 2:04 PM
>To: CF-Talk
>Subject: Re: Cold Fusion Developer - beginner
>
>
>hey Amanda, we have a coldfusion project coing up soon later near the end of
>this year (and lasting till next year).  It would be nice to work with a
>chick!
>
>
> >From: Amanda Stern <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: CF-Talk <[EMAIL PROTECTED]>
> >Subject: Cold Fusion Developer - beginner
> >Date: Mon, 06 Aug 2001 15:47:52 -0700 (PDT)
> >
> >
> >Hello,
> >
> >Does anyone know of any open Cold Fusion positions
> >available in the Austin TX or Houston TX area
> >requiring about 1 year of experience?
> >
> >Thanks!
> >
>
~~
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



Scope for returned variables from a tag

2001-08-07 Thread Robert Everland

I can't remember what it is. I have caller in the tag to send it to
the page, but I like to used strict scoped variables and can't rem what I
should reference in the page itself.

Robert Everland III
Dixon Ticonderoga
Web Developer Extraordinaire

~~
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: Cold Fusion Developer - beginner

2001-08-07 Thread Fuon See Tu

Chicks don't mind that :)  hehehehe


>From: "Christian Abad" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: RE: Cold Fusion Developer - beginner
>Date: Tue, 07 Aug 2001 14:27:32 -0400
>
>Uh, Fuon:
>
>To the best of my knowledge, female professionals don't like to be referred
>to as "chicks", which, by the way is shorthand for baby chickens.
>
>I am sure that Amanda Stern would prefer to be referred to as a female or
>even a lady!
>
>My advice to you - try again!
>
>Christian N. Abad
>ColdFusion Web Developer
>Bank of America - eCommerce Technology
>
>-Original Message-
>From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, August 07, 2001 2:04 PM
>To: CF-Talk
>Subject: Re: Cold Fusion Developer - beginner
>
>
>hey Amanda, we have a coldfusion project coing up soon later near the end 
>of
>this year (and lasting till next year).  It would be nice to work with a
>chick!
>
>
> >From: Amanda Stern <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: CF-Talk <[EMAIL PROTECTED]>
> >Subject: Cold Fusion Developer - beginner
> >Date: Mon, 06 Aug 2001 15:47:52 -0700 (PDT)
> >
> >
> >Hello,
> >
> >Does anyone know of any open Cold Fusion positions
> >available in the Austin TX or Houston TX area
> >requiring about 1 year of experience?
> >
> >Thanks!
> >
>
~~
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: graphing in 4.5????

2001-08-07 Thread Bruce Sorge

CF 4.5 did not have this function. There are tags and applications that
interface with CF and generate graphs. CF 5.0 is the first version that
incorporated graphing, and it is limited but useful.
- Original Message -
From: "Paul Ihrig" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, August 07, 2001 1:41 PM
Subject: RE: graphing in 4.5


> i thought that graphing & charting where available in 4.5?
> i thought that i saw a pie graph some where.
>
> if you know of this could you please email me.
>
> thank you
>
> -paul
>
> "the ponds here are drying up.
> if your not a mud skipper you are likely to be bird food.."
>
> web developer, nbbj
> work: [EMAIL PROTECTED]
> 614 241-3534
> fax: 614 485-5534
>
> home: [EMAIL PROTECTED]
> 614 449-1681
>
> icq: 47658358
>
>
~~
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: I don't understand session locking :(

2001-08-07 Thread Tyson

Additionally, if you convert complex data structures into WDDX, that
will work well if your client vars are being stored in a datasource.
However, if you're using cookies as you means of storing client
variables, you'll need to be careful.  Each cookie has a limit of 4kb in
size.  If you start dealing with complex nested data structures in WDDX,
it's very easy to bump over 4kb in size with a WDDX packet.

-Tyson

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 1:31 PM
To: CF-Talk
Subject: RE: I don't understand session locking :(


> Changing from session to client
> 
> Are there any limitations on client vars, other than db size?
> Could structures and arrays be a problem?

Yes. If you want to store structures, arrays or queries in the Client
scope,
you'll have to convert them to strings; you can easily do this with
WDDX.
However, there will be a lot more overhead in doing this - the Client
scope
is inherently more "expensive" to use. So, if you've got an application
which uses Session variables all over the place, you might have problems
if
you simply switch to Client variables. You'd have to go through the
application and decide what you can do without when storing persistent
data.

> Looking at the table, cdata, the client vars are all dumped 
> into one field, can this be changed?

No. You're free to build your own alternative state management
mechanism,
though; this is what we all used to do before Client and Session
variables
anyway - you'd design the appropriate relational database structure, and
store your data in there, and simply retrieve it on each page request
using
a regular SQL statement.

> and is there a way to automatically delete them when a user 
> leaves your site with out logging out?

Not really, since you don't know when someone leaves your site. All you
know
is that it's been a certain period of time since their last page
request.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
~~
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: Cold Fusion Developer - beginner

2001-08-07 Thread Costas Piliotis

In his defence though, we all kind of work in a male dominated profession,
and we appreciate some variety in though.  

Perhaps he should have made use of some euphemisms, but he's right.  I'm
kind of sick of working in an all male department myself, and would love
nothing more than to have a "chick" or two in my office =)



-Original Message-
From: Christian Abad [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, August 07, 2001 11:28 AM
To: CF-Talk
Subject: RE: Cold Fusion Developer - beginner


Uh, Fuon:

To the best of my knowledge, female professionals don't like to be referred
to as "chicks", which, by the way is shorthand for baby chickens.

I am sure that Amanda Stern would prefer to be referred to as a female or
even a lady!

My advice to you - try again!

Christian N. Abad
ColdFusion Web Developer
Bank of America - eCommerce Technology

-Original Message-
From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 2:04 PM
To: CF-Talk
Subject: Re: Cold Fusion Developer - beginner


hey Amanda, we have a coldfusion project coing up soon later near the end of
this year (and lasting till next year).  It would be nice to work with a
chick!


>From: Amanda Stern <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Cold Fusion Developer - beginner
>Date: Mon, 06 Aug 2001 15:47:52 -0700 (PDT)
>
>
>Hello,
>
>Does anyone know of any open Cold Fusion positions
>available in the Austin TX or Houston TX area
>requiring about 1 year of experience?
>
>Thanks!
>
~~
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: Cold Fusion Developer - beginner

2001-08-07 Thread Schlosser, JoAnn

Ugh!  The only PC's allowed are the kind where our web servers live!  That,
from a girl who came of age in the 70's!

JoAnn 


-Original Message-
From: Christian Abad [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 2:28 PM
To: CF-Talk
Subject: RE: Cold Fusion Developer - beginner


Uh, Fuon:

To the best of my knowledge, female professionals don't like to be referred
to as "chicks", which, by the way is shorthand for baby chickens.

I am sure that Amanda Stern would prefer to be referred to as a female or
even a lady!

My advice to you - try again!

Christian N. Abad
ColdFusion Web Developer
Bank of America - eCommerce Technology

-Original Message-
From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 2:04 PM
To: CF-Talk
Subject: Re: Cold Fusion Developer - beginner


hey Amanda, we have a coldfusion project coing up soon later near the end of
this year (and lasting till next year).  It would be nice to work with a
chick!


>From: Amanda Stern <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Cold Fusion Developer - beginner
>Date: Mon, 06 Aug 2001 15:47:52 -0700 (PDT)
>
>
>Hello,
>
>Does anyone know of any open Cold Fusion positions
>available in the Austin TX or Houston TX area
>requiring about 1 year of experience?
>
>Thanks!
>
~~
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: Date as absolute integer?

2001-08-07 Thread Shawn Grover

Dates are normally stored as a float value (i.e. has decimal places)

if you use an integer, you would loose any time information because the
decimal values represent time, and the whole number values represent days.

So, if you just need a date, without the time, yes, you can convert to an
integer... um... I'm just not quite sure how to do that with CF.

My two cents worth.

Shawn Grover

-Original Message-
From: Tyson [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 9:05 AM
To: CF-Talk
Subject: RE: Date as absolute integer?


Spectra uses the following to convert date and time into some numeric
format.



This will return something along the lines of:

37110.4213426

Not an integer, per say, but a numeric representation.

-Tyson

-Original Message-
From: Tristram Charnley [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 8:51 AM
To: CF-Talk
Subject: Date as absolute integer?


Is there a way to return a date as an integer
a bit like DayOfYear returns the day of the year as a
number? I'm sure I've seen it done somewhere.


Tristram Charnley
~~
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



Zip Codes

2001-08-07 Thread Rey Bango

Hey all. I need to build a routine that will allow a site visitor to find a
store within "x" miles of a specific zip code. Has anyone done this before
and if so, would you mind lending some guidance? If anyone knows of a custom
tag to do this, that would great.

Thanks,

Rey Bango
Team Allaire...



~~
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



  1   2   3   >