RE: Which Platform is most scabable for CF 4.5?

2000-10-10 Thread Gavin Lilley

>That wasn't the question. The poster made a statement that news reading,
>web browsing, word processing, etc were faster on Linux. I replied that it
>might be faster in character mode apps, but not with X (in my experience).
>
>Has nothing to do with the web server. I don't use X at all anymore,
>myself.

No, the point I made is that I have found a large number of applications,
both desktop (web browsing, word processing, etc) and server applications
(sql servers & httpd) to be much faster on Linux to the extent that my linux
box is of a lower spec than my nt box and still of comparable performance.

I considered it to  be strange that Coldfusion would be an exception to this
rule.

--
Gavin Lilley
Internet / Intranet Developer
Halesowen College
Tel: 0121 550 1451 Ext: 330

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: You are a stored Proc god if you can answer this...

2000-10-10 Thread DeVoil, Nick

It's a good idea to avoid choosing variable names
such as "where" and select". These are SQL
reserved words.

Nick

-Original Message-
From: Jason Powers [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 09, 2000 11:08 PM
To: CF-Talk
Subject: RE: You are a stored Proc god if you can answer this...


Try preserveSingleQuotes()

-Original Message-
From: Mark W. Breneman [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 09, 2000 5:34 PM
To: CF-Talk
Subject: RE: You are a stored Proc god if you can answer this...


No luck...

Any other ideas?

Mark W. Breneman
-Cold Fusion Developer
-Network Administrator
  Vivid Media
  [EMAIL PROTECTED]
  www.vividmedia.com
  608.270.9770

-Original Message-
From: Chris Terrebonne [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 09, 2000 4:23 PM
To: CF-Talk
Subject: RE: You are a stored Proc god if you can answer this...


Try:
Search_RC1('WHERE State=''NC''')

Those are 2 single quotes around the NC.  You need to enclose NC in a
single quote, but since the enire expression has to be enclosed in single
quotes, you have to escape them with yet another pair of single quotes.

Hope that helps,
Chris

--
Original Message
From: "Mark W. Breneman"<[EMAIL PROTECTED]>
Subject: RE: You are a stored Proc god if you can answer this...
Date: Mon, 9 Oct 2000 15:42:10 -0500

>OK,  one problem...
>
>How do I get around the quote problems.
>
>IF I try (one at a time):
>Search_RC1("WHERE State="NC"")
>Search_RC1('WHERE State='NC'')
>Search_RC1("WHERE State='NC'")
>Search_RC1('WHERE State="NC"')
>I get:
>Line 1: Incorrect syntax near 'WHERE State='NC''.
>Line 1: Incorrect syntax near 'WHERE State='.
>Line 1: Incorrect syntax near 'WHERE State='NC''.
>Line 1: Incorrect syntax near 'WHERE State="NC"'.
>
>Is to possible to pass quotes to a stored proc and build a query in this
>fashion.
>Am I missing something?
>
>Thanks
>
>Mark W. Breneman
>-Cold Fusion Developer
>-Network Administrator
>  Vivid Media
>  [EMAIL PROTECTED]
>  www.vividmedia.com
>  608.270.9770
>
>
>-Original Message-
>From: Chris Terrebonne [mailto:[EMAIL PROTECTED]]
>Sent: Monday, October 09, 2000 2:32 PM
>To: CF-Talk
>Subject: Re:You are a stored Proc god if you can answer this...
>
>
>Try this:
>
>CREATE PROCEDURE [Search_RC]  @where varchar(255)
>AS
>
>DECLARE @Select varchar(255)
>SET @Select = 'SELECT  count (*) as noofrecords FROM NPO_IRS_primary ' +
>@where
>CREATE TABLE #x (MyCount int)
>
>INSERT INTO #x
> EXECUTE(@Select)
>
>SELECT MyCount FROM #x
>DROP TABLE #x
>
>
>
>
>--
>Original Message
>From: "Mark W. Breneman"<[EMAIL PROTECTED]>
>Subject: You are a stored Proc god if you can answer this...
>Date: Mon, 9 Oct 2000 12:09:13 -0500
>
>>I need to do a record count with a CF generated "WHERE" statement.
>>
>>SELECT  count (*) as noofrecords
>>FROM xxx
>>#PreserveSingleQuotes(searchstring)#
>>
>>Now I need to convert this into a stored proc.
>>
>>I tried:
>>CREATE PROCEDURE [Search_RC]  @where varchar(255)
>>AS
>>
>>SELECT  count (*) as noofrecords
>>FROM NPO_IRS_primary
>>@where
>>
>>No luck...
>>
>>Any one have an idea?
>>
>>
>>
>>Example of the "WHERE" statement:
>>WHERE (State = 'NC') and ((ActivityCodeOne = '260') or (ActivityCodetwo =
>>'260') or (ActivityCodethree = '260') or (ActivityCodeOne
>> = '261') or (ActivityCodetwo = '261') or (ActivityCodethree = '261') or
>>(ActivityCodeOne = '262') or (ActivityCodetwo = '262') or
>(ActivityCodethree
>>=
>>  '262') or (ActivityCodeOne = '263') or (ActivityCodetwo = '263') or
>>(ActivityCodethree = '263') or (ActivityCodeOne = '264') or
>(ActivityCodetwo
>>=
>>  '264') or (ActivityCodethree = '264') or (ActivityCodeOne = '265') or
>>(ActivityCodetwo = '265') or (ActivityCodethree = '265') or
>(ActivityCodeOne
>>=
>>  '266') or (ActivityCodetwo = '266') or (ActivityCodethree = '266') or
>>(ActivityCodeOne = '267') or (ActivityCodetwo = '267') or
>(ActivityCodethree
>>=
>>  '267') or (ActivityCodeOne = '268') or (ActivityCodetwo = '268') or
>>(ActivityCodethree = '268') or (ActivityCodeOne = '269') or
>(ActivityCodetwo
>>=
>>  '269') or (ActivityCodethree = '269') or (ActivityCodeOne =
>'279')
>>or (ActivityCodetwo = '279') or (ActivityCodethree = '279') )
>>
>>
>>
>>Mark W. Breneman
>>-Cold Fusion Developer
>>-Network Administrator
>>  Vivid Media
>>  [EMAIL PROTECTED]
>>  www.vividmedia.com
>>  608.270.9770
>>


**
Information in this email is confidential and may be privileged.
It is intended for the addressee only. If you have received it in error,
please notify the sender immediately and delete it from your system. 
You should not otherwise copy it, retransmit it or use or disclose its
contents to anyone. 
Thank you for your co-operation.
**
---

plainURL and NT SP6

2000-10-10 Thread Aidan Whitehall

Has anyone had any problems with the plainURL custom tag and installing
Service Pack 6?

plainURL allows you to write URLs like this
http://www.somedomain.com/index.cfm/Var1.4/Var2.abc
so that search engines can spider dynamic sites

This has worked fine until installing SP6, at which point the URL above
returned a 404. Altering the tag so that the "." was replaced with "=" fixed
the problem.

Uninstalling the Service Pack then allows you to code the URLs as before.


-- 
Aidan Whitehall <[EMAIL PROTECTED]>
Netshopper UK Ltd
Advanced Web Solutions & Services

http://www.netshopperuk.com/
Telephone +44 (01744) 648650
Fax +44 (01744) 648651
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



WDDX for dummies

2000-10-10 Thread Juan Andres Alvarez Valenzuela

Hi guys,

I've heard about WDDX but I dont know nothing about it...and maybe it can be
useful for my work

can you send me some URLs for a newbie ?

thanks,

~Juandres

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Sorry [was Re: Which Platform is most scabable for CF 4.5?]

2000-10-10 Thread Chris Lott

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I apologize to all and will take up no more bandwidth. I was out of line
and not acting like myself. I can only claim a moment of pique and the fact
that I am suffering from a horrible flu and sinus infection. Again,
apologies to both Peter Theobaldand those who were forced to witness the
exchange.

c

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8ckt -  http://irfaiad.virtualave.net/
Comment: PGP Signed for message verification and/or encryption
Comment: KeyID: 0xD68B61E851046CFD

iQA/AwUBOeLp8daLYehRBGz9EQIm2QCfWlMTwpy/RKv5hUvLf5fJfDlq+/cAoJrW
ootyqvUPo3ep6tJPSu6yCSXU
=8bRE
-END PGP SIGNATURE-


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: WDDX for dummies

2000-10-10 Thread DeVoil, Nick

www.wddx.org

-Original Message-
From: Juan Andres Alvarez Valenzuela [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 10, 2000 10:53 AM
To: CF-Talk
Subject: WDDX for dummies


Hi guys,

I've heard about WDDX but I dont know nothing about it...and maybe it can be
useful for my work

can you send me some URLs for a newbie ?

thanks,

~Juandres


**
Information in this email is confidential and may be privileged.
It is intended for the addressee only. If you have received it in error,
please notify the sender immediately and delete it from your system. 
You should not otherwise copy it, retransmit it or use or disclose its
contents to anyone. 
Thank you for your co-operation.
**
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Which Platform is most scabable for CF 4.5?

2000-10-10 Thread Andy Ewings

I'll second that.

It's all very well talking about others netiquette but I think we should
first concentrate on overall etiquette.  Every time I have posted a message
here I have received numerous replies - granted some were way off track but
I am just gratefull that people are spending time at least having a go.
After all, I post messages to this list when I have exhausted all other
resources as I realise that people are busy and I don't want to undully
waste their time.  

Just remeber that 100 responses to a query that don't lead to an answer are
better than no responses at all which is what you are in danger of doing if
we respond in an 'ungrateful' tone.you never know we might learn
something different anyway.

--
Andrew Ewings
Project Manager
Thoughtbubble Ltd
--


-Original Message-
From: BORKMAN Lee [mailto:[EMAIL PROTECTED]]
Sent: 10 October 2000 06:11
To: CF-Talk
Subject: RE: Which Platform is most scabable for CF 4.5?


Now, now, a little decorum,

There I was, telling our management that the great thing about CF is the
fantastic sense of community, and here we go.  As a great Australian says,
"get out of the sandbox".  I don't really know what it means, but I think it
must be apt.

I've never quite got the hang of quoting myself, nor of keeping my elbows
off the dining table.  I HAVE figured out, though, that if I come to the
community with a question, I should really be grateful for ANY answers that
turn up, even those that fail to answer my original question.  How lucky we
all are to have people that actually get around to OPENING our messages,
even if they don't quite manage to read the entire thing.

As for you, Peter, isn't it strange that "apologize" has a "z", but not
"chastised".  It's like you Americans have a different spelling for every
word!

Be good now,
Lee
ps., what's the netiquette regarding fixing spellos in the Subject?



-Original Message-
From: Peter Theobald [mailto:[EMAIL PROTECTED]]

I apologize if my message did not contain any information that was useful to
you. It was intended to have information that some of the readers of this
mailing list might find useful. I have been soundly chastised for an
imperfect email. In the future I will try to live up to your superb example.

At 04:56 PM 10/9/00 -0800, Chris Lott wrote:
>-BEGIN PGP SIGNED MESSAGE-
>
>> Perhaps some of us are responding to other messages in this thread
>> besides yours, so stop repeating yourself.
>
>Except that the messages I am responding to quote the messages and mine is
>the last in the chain. If you are responding to someone else earlier on
>then you best learn to quote properly. It's very simple netiquette. Learn
>it.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: [RE: CGI Referrer variable]

2000-10-10 Thread Reynolds, Adam

Not that I am aware, although AOL users can switch addresses during a
session, so be warned if that is how you are tracking people. It isn't good.

> --
> From: Jared Clinton[SMTP:[EMAIL PROTECTED]]
> Sent: 10 October 2000 00:57
> To:   CF-Talk
> Subject:  RE: [RE: CGI Referrer variable]
> 
> Does anybody know if it is possible for 
> 
> CGI.REMOTE_ADDR 
> 
>   or 
> 
> CGI.REMOTE_HOST 
> 
> to be supplied with fake values?
> 
> Thanks in advance, Jared Clinton.
> 
> > -Original Message-
> > From: JL [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, October 10, 2000 8:52 AM
> > To: CF-Talk
> > Subject: Re: [RE: CGI Referrer variable]
> > 
> > 
> > do you guys check this cgi.http_referer to see whether it's 
> > the correct ip?
> > 
> > J
> > 
> > [EMAIL PROTECTED] wrote:
> > > 
> > > I was wondering how long someone would take to bring it up.
> > > 
> > > Yep, it's mis-spelled.  The person writing the standard 
> > mis-spelled it and
> > > it became a standard before it was caught... or so the 
> > story goes.  So
> > we're
> > > stuck with it.
> > > 
> > > --Doug
> > > 
> > > -Original Message-
> > > From: Warrick, Mark [mailto:[EMAIL PROTECTED]]
> > > Sent: Monday, October 09, 2000 2:41 PM
> > > To: CF-Talk
> > > Subject: RE: CGI Referrer variable
> > > 
> > > 
> > > Interestingly enough, that variable name is spelled incorrectly.
> > > 
> > > It is HTTP_REFERER.
> > > 
> > > More variables like it can be found in the docs:
> > > 
> > >
> > cfdocs/Developing_Web_Applications_with_ColdFusion/03_Creating
> > _and_Manipulat
> > > ing_Variables/dwa03_12.htm
> > > 
> > > ---mark
> > > 
> > > --
> > > Mark Warrick
> > > Phone: (714) 547-5386
> > > Efax.com Fax: (801) 730-7289
> > > Personal Email: [EMAIL PROTECTED]
> > > Personal URL: http://www.warrick.net 
> > > Business Email: [EMAIL PROTECTED]
> > > Business URL: http://www.fusioneers.com
> > > ICQ: 346566
> > > --
> > > 
> > > 
> > > > -Original Message-
> > > > From: Brian bouldernet [mailto:[EMAIL PROTECTED]]
> > > > Sent: Monday, October 09, 2000 12:47 PM
> > > > To: CF-Talk
> > > > Subject: CGI Referrer variable
> > > > 
> > > > 
> > > > Does anyone know the variable name for refferer? I forgot 
> > ofhand...
> > > > 
> > > > Thnaks,
> > > > Brian
> > > > 
> > > > --
> > > > 
> > > > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > > > To Unsubscribe visit 
> > > > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
> > > > _talk or send a message to [EMAIL PROTECTED] with 
> > > > 'unsubscribe' in the body.
> > > 
> > >
> > --
> > --
> > > --
> > > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > > To Unsubscribe visit
> > > 
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=list
> s/cf_talk or
> > send a message to [EMAIL PROTECTED] with 'unsubscribe'
> in
> > the body.
> >
> --
> --
> --
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the
> body.
> 
> 
> 
> Get free email and a permanent address at http://www.netaddress.com/?N=1
> --
> --
> --
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
> --
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
> 
**
 This email and any attachments are confidential and solely
 for the use of the intended recipient.  They may contain
 material protected by legal professional or other privilege.
 If you are not the intended recipient or the person responsible
 for delivering to the intended recipient, you are not authorised
 to and must not disclose, copy, distribute or retain this email
 or its attachments.  Although this email and its attachments
 are believed to be free of any virus or other defect, it is the
 responsibility of the recipient to ensure that they are virus free
 and no responsibility is accepted by the company fo

Mr Softy does XML

2000-10-10 Thread Wjreichard

The real deal:

http://msdn.microsoft.com/library/default.asp?URL=/library/psdk/xmlsdk/xmls6g5

3.htm

http://msdn.microsoft.com/xml/default.asp

Just point and capture with your favorite capture tool ... I love Acrobat 4's 
Web Capture feature... now you got a fully searchable PDF ... and if you have 
a CD burner ... well you got 650 MB of documentation that you can take 
anywhere.

I don't know about you but my clients don't get the warm and fuzzy when I 
whip out my copy of XML/XSL for Dummies. 

Bill
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



columnlist

2000-10-10 Thread Deva Ramesh

hi all,


To retrieve the columnlist from the table i'm using #queryname.columnlist#
by doing this i'm getting all the columnnames, no problems, but itz not
giving the output in the same way in which i created in the table.

eg: in the database i've got the table, fields consists of eno,ename,phone
Once i retrieved the columnlist i should get in the same order but i'm
getting ename,eno,phone(may be itz giving in alphabetical order)

how to solve this, any suggetions would be appreciated.

thanx in advance
ramesh
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Output data to Excel

2000-10-10 Thread Neil Robinson

I'm developing a graphing system using CF and CFXGraphicsServer.  I'd like
to give the user the option to export the graph source data into Excel if
possible.  Does anyone know of a way I can do this?

Thanks in advance

Neil Robinson

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CGI Referrer variable stream and AOL crap.

2000-10-10 Thread Brian bouldernet

They change Internal IPS only. The tunneling protocol is to  allow for
standard as possible IP holding... We have a complete tracking solution in
use at Altavista and Shockwave and we do it all through header and IP
tracking... Works great... if you see the same banner 3 times and don't
click you don't get that type of product/service and advertiser in any email
from DoubleClick or Us. We call is Boomerang.

Read up on all the crappy changes like blocked Cold Fusion Application
server, and all that... http://webmaster.info.aol.com/

And it's run on Cold Fusion Who said Allaire was going out of biz... Mr.
Case can just buy us all up and the we'll all be happy AOLers... ..

-Brian
- Original Message -
From: Reynolds, Adam <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Tuesday, October 10, 2000 4:31 AM
Subject: RE: [RE: CGI Referrer variable]


> Not that I am aware, although AOL users can switch addresses during a
> session, so be warned if that is how you are tracking people. It isn't
good.
>
> > --
> > From: Jared Clinton[SMTP:[EMAIL PROTECTED]]
> > Sent: 10 October 2000 00:57
> > To: CF-Talk
> > Subject: RE: [RE: CGI Referrer variable]
> >
> > Does anybody know if it is possible for
> >
> > CGI.REMOTE_ADDR
> >
> > or
> >
> > CGI.REMOTE_HOST
> >
> > to be supplied with fake values?
> >
> > Thanks in advance, Jared Clinton.
> >
> > > -Original Message-
> > > From: JL [mailto:[EMAIL PROTECTED]]
> > > Sent: Tuesday, October 10, 2000 8:52 AM
> > > To: CF-Talk
> > > Subject: Re: [RE: CGI Referrer variable]
> > >
> > >
> > > do you guys check this cgi.http_referer to see whether it's
> > > the correct ip?
> > >
> > > J
> > >
> > > [EMAIL PROTECTED] wrote:
> > > >
> > > > I was wondering how long someone would take to bring it up.
> > > >
> > > > Yep, it's mis-spelled.  The person writing the standard
> > > mis-spelled it and
> > > > it became a standard before it was caught... or so the
> > > story goes.  So
> > > we're
> > > > stuck with it.
> > > >
> > > > --Doug
> > > >
> > > > -Original Message-
> > > > From: Warrick, Mark [mailto:[EMAIL PROTECTED]]
> > > > Sent: Monday, October 09, 2000 2:41 PM
> > > > To: CF-Talk
> > > > Subject: RE: CGI Referrer variable
> > > >
> > > >
> > > > Interestingly enough, that variable name is spelled incorrectly.
> > > >
> > > > It is HTTP_REFERER.
> > > >
> > > > More variables like it can be found in the docs:
> > > >
> > > >
> > > cfdocs/Developing_Web_Applications_with_ColdFusion/03_Creating
> > > _and_Manipulat
> > > > ing_Variables/dwa03_12.htm
> > > >
> > > > ---mark
> > > >
> > > > --
> > > > Mark Warrick
> > > > Phone: (714) 547-5386
> > > > Efax.com Fax: (801) 730-7289
> > > > Personal Email: [EMAIL PROTECTED]
> > > > Personal URL: http://www.warrick.net
> > > > Business Email: [EMAIL PROTECTED]
> > > > Business URL: http://www.fusioneers.com
> > > > ICQ: 346566
> > > > --
> > > >
> > > >
> > > > > -Original Message-
> > > > > From: Brian bouldernet [mailto:[EMAIL PROTECTED]]
> > > > > Sent: Monday, October 09, 2000 12:47 PM
> > > > > To: CF-Talk
> > > > > Subject: CGI Referrer variable
> > > > >
> > > > >
> > > > > Does anyone know the variable name for refferer? I forgot
> > > ofhand...
> > > > >
> > > > > Thnaks,
> > > > > Brian
> > > > >
> > > > > --
> > > > > 
> > > > > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > > > > To Unsubscribe visit
> > > > > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
> > > > > _talk or send a message to [EMAIL PROTECTED] with
> > > > > 'unsubscribe' in the body.
> > > >
> > > >
> > > --
> > > --
> > > > --
> > > > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > > > To Unsubscribe visit
> > > >
> > > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=list
> > s/cf_talk or
> > > send a message to [EMAIL PROTECTED] with 'unsubscribe'
> > in
> > > the body.
> > >
>
> --
> > --
> > --
> > > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > > To Unsubscribe visit
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or
> > send a message to [EMAIL PROTECTED] with 'unsubscribe'
in
> > the
> > body.
> >
> >
> > 
> > Get free email and a permanent address at http://www.netaddress.com/?N=1
>
> --
> > --
> > --
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > To Unsubscribe visit
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or
> > send a message to [EMA

RE: XML, XSL Books?

2000-10-10 Thread Paul Johnston

I found the XML Bible very good.

Paul

> -Original Message-
> From: Peter Tilbrook [mailto:[EMAIL PROTECTED]]
> Sent: 10 October 2000 03:35
> To: CF-Talk
> Subject: RE: XML, XSL Books?
>
>
> Have a look at http://www.vbxml.com/.
>
> Peter Tilbrook
> Internet Applications Developer
> Aspect Computing Pty. Ltd.
> 19-25 Moore Street
> Turner, ACT, 2612
> AUSTRALIA
>
> http://www.aspect.com.au
>
> Phone: (02) 6247 7677
> Fax: (02) 6249 1620
> Mobile: 0428 765 020
> ICQ: 666275
>
> ACT ColdFusion Users Group - http://203.37.24.198
>
> Being Paid to Surf the Web is only the Beginning!
>
> http://au.nz.alladvantage.com/go.asp?refid=der010
>
> -Original Message-
> From: Alexander Aguilar [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, 10 October 2000 12:20
> To: CF-Talk
> Subject: Re: XML, XSL Books?
>
>
> Hmm, I didn't find "XML for Dummies" to be too useful. At least the first
> edition was chock full of errors and I'm not talking about just
> typos .  I'd
> recommend "XML by Example"
>
>
> - Original Message -
> From: "Paige Chandler" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, October 09, 2000 3:17 PM
> Subject: Re: XML, XSL Books?
>
>
> > Hi Shawn,
> >
> > There is an "XML for Dummies" book available. I have it but have not
> gotten
> > very far reading it. What I've read is pretty good.
> >
> > Regards,
> >
> > Paige
> >
> > - Original Message -
> > From: "Shawn Regan" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Monday, October 09, 2000 2:05 PM
> > Subject: XML, XSL Books?
> >
> >
> > > This message is in MIME format. Since your mail reader does not
> understand
> > > this format, some or all of this message may not be legible.
> > >
> > > --_=_NextPart_001_01C0321B.79E02388
> > > Content-Type: text/plain;
> > > charset="iso-8859-1"
> > >
> > > Can anyone point me to some good XML and XSL books?
> > >
> > > Shawn Regan
> > >
> > > --_=_NextPart_001_01C0321B.79E02388
> > > Content-Type: text/html;
> > > charset="iso-8859-1"
> > >
> > > 
> > > 
> > > 
> > > 
> > > 
> > > XML, XSL Books?
> > > 
> > > 
> > >
> > > Can anyone point me to some good XML and XSL
> books?
> > > 
> > >
> > > Shawn Regan 
> > > 
> > >
> > > 
> > > 
> > > --_=_NextPart_001_01C0321B.79E02388--
> >
> >
> --
> > 
> > > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > > To Unsubscribe visit
> >
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
>
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



GeckoMedia.com

2000-10-10 Thread Aidan Whitehall

Is anyone else getting a message from System Administrator saying that their
postings did not reach the following recipients (with an empty list after
that)?

The headers point to geckomedia.com... that ring a bell with anyone?



-- 
Aidan Whitehall <[EMAIL PROTECTED]>
Netshopper UK Ltd
Advanced Web Solutions & Services

http://www.netshopperuk.com/
Telephone +44 (01744) 648650
Fax +44 (01744) 648651
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



pointing different domain names to different sub directories on the one server

2000-10-10 Thread AustralianAccommodation.com Pty. Ltd.

Is it possible to have two separate domain names being pointed to two
separate subdirectories of the one cf server space

This was I can host two totally separate websites on the one cf server
account www.site.com points to the site1 subdirectory and www.site2.com
points to the site 2 subdirectory

I have been told by my cf hosting service that this is not possible that you
need a totally separate account set up for each domain as the content of
each are totally different is this the case ???


Kind Regards

Claude Raiola (Director)
AustralianAccommodation.com Pty. Ltd.
Website: www.AustralianAccommodation.com
Email: [EMAIL PROTECTED]

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Sorry [was Re: Which Platform is most scabable for CF 4.5?]

2000-10-10 Thread Lee Borkman

Well, that sounds pretty gracious to me. ;-)

I'm sure we all hope you're feeling better soon.

Hear from you soon,
Lee.


--

"Chris Lott" <[EMAIL PROTECTED]> wrote:

I apologize to all and will take up no more bandwidth. I was out of line
and not acting like myself. I can only claim a moment of pique and the fact
that I am suffering from a horrible flu and sinus infection. Again,
apologies to both Peter Theobald and those who were forced to witness the
exchange.




Get free email and a permanent address at http://www.netaddress.com/?N=1
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: pointing different domain names to different sub directories on the one server

2000-10-10 Thread Ed Toon

For your host maybe, but not in general, no. It is very possible. Do it all
the time. ;)

Ed

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: pointing different domain names to different sub directories on the one server

2000-10-10 Thread netman

They are correct in there setup, but there are hosting companies out there
that offer ipless hosting which will allow multiple domains setup to 1 ip,
but different directories.  It just so happens that I am the proud owner of
a company that offers this hosting.  We give you 1 Ip address and will allow
for 10 separate domains to be setup to 10 different directories, email me
and I can give you further details and show you the reliability of our
hosting network.  [EMAIL PROTECTED]

The short answer is that this is possible, but probably not with your
hosting company, so consider giving my company a try...

Robert Filipovich,
ATSWebNet


- Original Message -
From: "AustralianAccommodation.com Pty. Ltd."
<[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, October 10, 2000 7:55 AM
Subject: pointing different domain names to different sub directories on the
one server


> Is it possible to have two separate domain names being pointed to two
> separate subdirectories of the one cf server space
>
> This was I can host two totally separate websites on the one cf server
> account www.site.com points to the site1 subdirectory and www.site2.com
> points to the site 2 subdirectory
>
> I have been told by my cf hosting service that this is not possible that
you
> need a totally separate account set up for each domain as the content of
> each are totally different is this the case ???
>
>
> Kind Regards
>
> Claude Raiola (Director)
> AustralianAccommodation.com Pty. Ltd.
> Website: www.AustralianAccommodation.com
> Email: [EMAIL PROTECTED]
>
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Output data to Excel

2000-10-10 Thread Jan Willem Kleisen

Maybe a possible solution can be found on the following place:
http://www.webtricks.com/SourceCode/  look at cold fusion --> dynamic
spreadsheets.

Greetings, Jan Willem


- Original Message -
From: "Neil Robinson" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, October 10, 2000 12:43 PM
Subject: Output data to Excel


> I'm developing a graphing system using CF and CFXGraphicsServer.  I'd like
> to give the user the option to export the graph source data into Excel if
> possible.  Does anyone know of a way I can do this?
>
> Thanks in advance
>
> Neil Robinson
>
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



OT: AOL crap.

2000-10-10 Thread paul smith

How do you get the navigation bar on the left to scroll down to the 
off-screen items?

best,  paul

At 04:44 AM 10/10/00 -0600, you wrote:
>Read up on all the crappy changes like blocked Cold Fusion Application
>server, and all that... http://webmaster.info.aol.com/

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: random by day

2000-10-10 Thread David E. Crawford

This is a multi-part message in MIME format.

--=_NextPart_000_00D4_01C032B7.F448F580
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

RE: random by day

Or a bit shorter, taking advantage of the ability to directly access a query
row.


SELECT id,author,quote
FROM QUOTES






Random Record No = #getRecordsrecord.ID[randnum]#
 Quote = #getrecords.Quote[randnum]#
 Author = #getrecords.Author[author]# 




DC


-Original Message-
From: Larry Juncker [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 09, 2000 20:59
To: CF-Talk
Subject: RE: random by day



  Why not this?

  
  SELECT *
  FROM QUOTES
  

  

  
  
  
  Random Record No = #getRecordsrecord.ID#
  Quote = #getrecords.Quote#
  Author = #getrecords.Author#
  
  
  

  Larry Juncker
  Senior Cold Fusion Programmer
  Heartland Communications Group, Inc.



  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
  Sent: Monday, October 09, 2000 3:50 PM
  To: CF-Talk
  Subject: random by day




  Last week there was a discussion about pulling a random quote from a
  database. I would like to pull a record from a database once a week, lets
  say every sunday. Kind of like the quote of the week.  Whats the best way
to
  do that?

  KM
  ---



  ---
  Get free personalized email at http://www.iname.com
  --
--
  --
  Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
  To Unsubscribe visit
  http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
  send a message to [EMAIL PROTECTED] with 'unsubscribe' in
  the body.



  --

  Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
  To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--=_NextPart_000_00D4_01C032B7.F448F580
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable


RE: random by day



 
 
Or a=20
bit shorter, taking advantage of the ability to directly access a query=20
row.
 

 SELECT id,author,quote FROM QUOTES=20
 

 
Random Record No =3D =
#getRecordsrecord.ID[randnum]#
  Quote = =3D=20 #getrecords.Quote[randnum]#
  Author = =3D=20 #getrecords.Author[author]# 
DC -Original Message-From: = Larry=20 Juncker [mailto:[EMAIL PROTECTED]]Sent: Monday, = October 09,=20 2000 20:59To: CF-TalkSubject: RE: random by=20 day Why not this? =20 SELECT * FROM = QUOTES =20     =20    =20     =    =20    =20     Random = Record No =3D=20 #getRecordsrecord.ID#
=20    =20    =20     Quote =3D=20 #getrecords.Quote#
=20    =20    =20     Author =3D=20 #getrecords.Author# =    =20    
=    =20
Larry Juncker Senior Cold = Fusion=20 Programmer Heartland Communications Group, = Inc.=20 -Original Message- From:=20 [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]] = Sent: Monday, October 09, 2000 3:50 PM To:=20 CF-Talk Subject: random by day = Last week there was a discussion about pulling a = random quote=20 from a database. I would like to pull a = record from a=20 database once a week, lets say every sunday. = Kind of=20 like the quote of the week.  Whats the best way to = do that? KM --- = ---=20 Get free personalized email at http://www.iname.com"=20 target=3D_blank>http://www.iname.com = =20 -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/"=20 = target=3D_blank>http://www.mail-archive.com/cf-talk@houseoffusion.com/=20 To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&body=3D= lists/cf_talk"=20 = target=3D_blank>http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&am= p;body=3Dlists/cf_talk=20 or send a message to = [EMAIL PROTECTED]=20 with 'unsubscribe' in the body. =

Re: CGI Referrer variable stream and AOL crap.

2000-10-10 Thread Ryan

>Read up on all the crappy changes like blocked Cold Fusion Application
>server, and all that... http://webmaster.info.aol.com/

I couldn't find anything here about blocked cold fusion... And I
tried searching for 'cold fusion', 'cold', and 'fusion' and still
found nothing... If AOL is blocking cfm pages somehow please tell
me about it.

RPS

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: columnlist

2000-10-10 Thread David Shadovitz

It'd be nice if ColumnList returned the fields in the "select" statemen't
order, or in the database's order, but nope.
There's a CFX tag to do this; check Allaire's site.
I'm forwarding you (off-list) a set of files from Aymeric Grassart which
also does this.

-David

P.S. My Allaire Developer Conference *unofficial* sign-ip sheet is back
up, at
www.cfm-resources.com/members/dshadovi/index.html. If you're coming, sign
up!

On Tue, 10 Oct 2000 18:32:25 +0800 Deva Ramesh <[EMAIL PROTECTED]>
writes:
> hi all,
> 
> 
> To retrieve the columnlist from the table i'm using 
> #queryname.columnlist#
> by doing this i'm getting all the columnnames, no problems, but itz 
> not
> giving the output in the same way in which i created in the table.
> 
> eg: in the database i've got the table, fields consists of 
> eno,ename,phone
> Once i retrieved the columnlist i should get in the same order but 
> i'm
> getting ename,eno,phone(may be itz giving in alphabetical order)
> 
> how to solve this, any suggetions would be appreciated.
> 
> thanx in advance
> ramesh

YOU'RE PAYING TOO MUCH FOR THE INTERNET!
Juno now offers FREE Internet Access!
Try it today - there's no risk!  For your FREE software, visit:
http://dl.www.juno.com/get/tagj.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



# sign in my string!

2000-10-10 Thread Scott Becker

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01C032BD.C4B88700
Content-Type: text/plain;
charset="iso-8859-1"

All,

Heres another stumper...


If there is a # sign in form.salaryreq, this blows up... How would I get
around this?
I've tried various combinations of quotes... I know why this blows up, but I
dont know how to get around this? argh! :)

Scott Becker
Web Developer : ConnectWise, Inc.
www.ConnectWise.com

--_=_NextPart_001_01C032BD.C4B88700
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable






# sign in my string!



All,


Heres another stumper...



If there is a # sign in form.salaryreq, this blows =
up... How would I get around this?
I've tried various combinations of quotes... I know =
why this blows up, but I dont know how to get around this? argh! =
:)


Scott Becker
Web Developer : ConnectWise, Inc.
www.ConnectWise.com




--_=_NextPart_001_01C032BD.C4B88700--
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Moreover.com Categories List via WDDX

2000-10-10 Thread Dave Hannum

Good Morning,

Is anyone out there grabbing the list of categories from Moreover.com using
WDDX?  I have been grabbing individual headlines using it, but their example
page of using CF for grabbing the categories is blank.  If you are doing
this (grabbing the complete category list via WDDX), would you be willing to
share the code?

Thanks,
Dave



=
"What we need is a list of specific unknown problems we will encounter"

David Hannum
Web Analyst/Programmer
Ohio University
[EMAIL PROTECTED]
(740) 597-2524




--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Moreover.com Categories List via WDDX

2000-10-10 Thread Simon Horwith

The folks at moreover claim to be creating (or to have created) a CF
Compatible version of their WDDX feeds: one with plain text headers.  I
couldn't find any such feeds, however.  Sorry  
~Simon

-Original Message-
From: Dave Hannum [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 10, 2000 9:40 AM
To: CF-Talk
Subject: Moreover.com Categories List via WDDX


Good Morning,

Is anyone out there grabbing the list of categories from Moreover.com using
WDDX?  I have been grabbing individual headlines using it, but their example
page of using CF for grabbing the categories is blank.  If you are doing
this (grabbing the complete category list via WDDX), would you be willing to
share the code?

Thanks,
Dave



=
"What we need is a list of specific unknown problems we will encounter"

David Hannum
Web Analyst/Programmer
Ohio University
[EMAIL PROTECTED]
(740) 597-2524





--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: You are a stored Proc god if you can answer this...

2000-10-10 Thread Chris Terrebonne

Are you calling the stored procedure via the cfquery tag, the cfstoredproc
tag, or from within another stored procedure?
Could you post the snippet of your code that calls the procedure?  That
would give us a better idea on how to work this out.

Chris
--
Original Message
From: "Mark W. Breneman"<[EMAIL PROTECTED]>
Subject: RE: You are a stored Proc god if you can answer this...
Date: Mon, 9 Oct 2000 16:34:26 -0500

>No luck...
>
>Any other ideas?
>
>Mark W. Breneman
>-Cold Fusion Developer
>-Network Administrator
>  Vivid Media
>  [EMAIL PROTECTED]
>  www.vividmedia.com
>  608.270.9770
>
>-Original Message-
>From: Chris Terrebonne [mailto:[EMAIL PROTECTED]]
>Sent: Monday, October 09, 2000 4:23 PM
>To: CF-Talk
>Subject: RE: You are a stored Proc god if you can answer this...
>
>
>Try:
>Search_RC1('WHERE State=''NC''')
>
>Those are 2 single quotes around the NC.  You need to enclose NC in a
>single quote, but since the enire expression has to be enclosed in single
>quotes, you have to escape them with yet another pair of single quotes.
>
>Hope that helps,
>Chris
>
>--
>Original Message
>From: "Mark W. Breneman"<[EMAIL PROTECTED]>
>Subject: RE: You are a stored Proc god if you can answer this...
>Date: Mon, 9 Oct 2000 15:42:10 -0500
>
>>OK,  one problem...
>>
>>How do I get around the quote problems.
>>
>>IF I try (one at a time):
>>Search_RC1("WHERE State="NC"")
>>Search_RC1('WHERE State='NC'')
>>Search_RC1("WHERE State='NC'")
>>Search_RC1('WHERE State="NC"')
>>I get:
>>Line 1: Incorrect syntax near 'WHERE State='NC''.
>>Line 1: Incorrect syntax near 'WHERE State='.
>>Line 1: Incorrect syntax near 'WHERE State='NC''.
>>Line 1: Incorrect syntax near 'WHERE State="NC"'.
>>
>>Is to possible to pass quotes to a stored proc and build a query in this
>>fashion.
>>Am I missing something?
>>
>>Thanks
>>
>>Mark W. Breneman
>>-Cold Fusion Developer
>>-Network Administrator
>>  Vivid Media
>>  [EMAIL PROTECTED]
>>  www.vividmedia.com
>>  608.270.9770
>>
>>
>>-Original Message-
>>From: Chris Terrebonne [mailto:[EMAIL PROTECTED]]
>>Sent: Monday, October 09, 2000 2:32 PM
>>To: CF-Talk
>>Subject: Re:You are a stored Proc god if you can answer this...
>>
>>
>>Try this:
>>
>>CREATE PROCEDURE [Search_RC]  @where varchar(255)
>>AS
>>
>>DECLARE @Select varchar(255)
>>SET @Select = 'SELECT  count (*) as noofrecords FROM NPO_IRS_primary ' +
>>@where
>>CREATE TABLE #x (MyCount int)
>>
>>INSERT INTO #x
>> EXECUTE(@Select)
>>
>>SELECT MyCount FROM #x
>>DROP TABLE #x
>>
>>
>>
>>
>>--
>>Original Message
>>From: "Mark W. Breneman"<[EMAIL PROTECTED]>
>>Subject: You are a stored Proc god if you can answer this...
>>Date: Mon, 9 Oct 2000 12:09:13 -0500
>>
>>>I need to do a record count with a CF generated "WHERE" statement.
>>>
>>>SELECT  count (*) as noofrecords
>>>FROM xxx
>>>#PreserveSingleQuotes(searchstring)#
>>>
>>>Now I need to convert this into a stored proc.
>>>
>>>I tried:
>>>CREATE PROCEDURE [Search_RC]  @where varchar(255)
>>>AS
>>>
>>>SELECT  count (*) as noofrecords
>>>FROM NPO_IRS_primary
>>>@where
>>>
>>>No luck...
>>>
>>>Any one have an idea?
>>>
>>>
>>>
>>>Example of the "WHERE" statement:
>>>WHERE (State = 'NC') and ((ActivityCodeOne = '260') or (ActivityCodetwo =
>>>'260') or (ActivityCodethree = '260') or (ActivityCodeOne
>>> = '261') or (ActivityCodetwo = '261') or (ActivityCodethree = '261') or
>>>(ActivityCodeOne = '262') or (ActivityCodetwo = '262') or
>>(ActivityCodethree
>>>=
>>>  '262') or (ActivityCodeOne = '263') or (ActivityCodetwo = '263') or
>>>(ActivityCodethree = '263') or (ActivityCodeOne = '264') or
>>(ActivityCodetwo
>>>=
>>>  '264') or (ActivityCodethree = '264') or (ActivityCodeOne = '265') or
>>>(ActivityCodetwo = '265') or (ActivityCodethree = '265') or
>>(ActivityCodeOne
>>>=
>>>  '266') or (ActivityCodetwo = '266') or (ActivityCodethree = '266') or
>>>(ActivityCodeOne = '267') or (ActivityCodetwo = '267') or
>>(ActivityCodethree
>>>=
>>>  '267') or (ActivityCodeOne = '268') or (ActivityCodetwo = '268') or
>>>(ActivityCodethree = '268') or (ActivityCodeOne = '269') or
>>(ActivityCodetwo
>>>=
>>>  '269') or (ActivityCodethree = '269') or (ActivityCodeOne =
>>'279')
>>>or (ActivityCodetwo = '279') or (ActivityCodethree = '279') )
>>>
>>>
>>>
>>>Mark W. Breneman
>>>-Cold Fusion Developer
>>>-Network Administrator
>>>  Vivid Media
>>>  [EMAIL PROTECTED]
>>>  www.vividmedia.com
>>>  608.270.9770
>>>
>>>-
-
>-
>>---
>>>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>>>To Unsubscribe visit
>>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
>>send
>>>a message to [EMAIL PROTECTED] with 'unsubscribe' in the
>>body.
>>>
>>
>>_
>>Free email with personality! Over 200 domains!
>>http://www.My

RE: # sign in my string!

2000-10-10 Thread Patricia Lee

Try using the Replace function around form.salaryreq.  Replace # with ##.


Patricia Lee

Cold Fusion Developer & Instructor   
Fig Leaf Software "We've Got you Covered" 

[EMAIL PROTECTED]202.797.5426

-Original Message-

From: Scott Becker [mailto:[EMAIL PROTECTED]]
Subject: # sign in my string!


All,

Heres another stumper...


If there is a # sign in form.salaryreq, this blows up... How would I get
around this?
I've tried various combinations of quotes... I know why this blows up, but I
dont know how to get around this? argh! :)

-Original Message-
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Moreover.com Categories List via WDDX

2000-10-10 Thread Dave Hannum

I've got the code to get the individual new headline feeds.  It works great.
What I want is the code to grab the list of categories, so my users can
build a profile of feeds they want right from the moreover.com list.

Dave

- Original Message -
From: "Simon Horwith" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, October 10, 2000 9:45 AM
Subject: RE: Moreover.com Categories List via WDDX


The folks at moreover claim to be creating (or to have created) a CF
Compatible version of their WDDX feeds: one with plain text headers.  I
couldn't find any such feeds, however.  Sorry
~Simon

-Original Message-
From: Dave Hannum [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 10, 2000 9:40 AM
To: CF-Talk
Subject: Moreover.com Categories List via WDDX


Good Morning,

Is anyone out there grabbing the list of categories from Moreover.com using
WDDX?  I have been grabbing individual headlines using it, but their example
page of using CF for grabbing the categories is blank.  If you are doing
this (grabbing the complete category list via WDDX), would you be willing to
share the code?

Thanks,
Dave



=
"What we need is a list of specific unknown problems we will encounter"

David Hannum
Web Analyst/Programmer
Ohio University
[EMAIL PROTECTED]
(740) 597-2524





--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: # sign in my string!

2000-10-10 Thread John Allred

Scott,

Try  Replace(form.salaryreq, #, ## , ALL) to escape the pound sign.

HTH,
--John





   
   
Scott Becker   
   
 
   
tWise.com> cc: 
   
   Subject: # sign in my string!   
   
10/10/2000 
   
08:26 AM   
   
Please respond 
   
to cf-talk 
   
   
   
   
   



This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01C032BD.C4B88700
Content-Type: text/plain;
   charset="iso-8859-1"

All,

Heres another stumper...


If there is a # sign in form.salaryreq, this blows up... How would I get
around this?
I've tried various combinations of quotes... I know why this blows up, but
I
dont know how to get around this? argh! :)

Scott Becker
Web Developer : ConnectWise, Inc.
www.ConnectWise.com

--_=_NextPart_001_01C032BD.C4B88700
Content-Type: text/html;
   charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable






# sign in my string!



All,


Heres another stumper...



If there is a # sign in form.salaryreq, this blows =
up... How would I get around this?
I've tried various combinations of quotes... I know =
why this blows up, but I dont know how to get around this? argh! =
:)


Scott Becker
Web Developer : ConnectWise, Inc.
www.ConnectWise.com




--_=_NextPart_001_01C032BD.C4B88700--
--

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.




--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



URL capture/insert

2000-10-10 Thread Mark Lapole

This may be a fairly easy question, but bear with me.  I'm using a contact
form trying to determine which specific URL the user came from. Example:
user goes to xxx.somedomain.com/form.cfm?id=12345 fills out some form fields
and submits, i'm just trying to insert the "12345" into a hidden SourceID
field.  Also, using CF is there a way to calculate the number of times
specific URL is loaded/viewed (without submitting)?  Will likely be using
WebTrends for something like this, but would be spectacular if i could get
from CF.  Any suggestions would be greatly appreciated.

-M
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



AOL mayheim

2000-10-10 Thread Brian bouldernet

You cannot email AOL using Cold Fusion Application Server... The default
serverid, You must change it.. Also it transforms all likes like Hotmail to
single quote instead of doublequotes
- Original Message -
From: Ryan <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Tuesday, October 10, 2000 7:15 AM
Subject: Re: CGI Referrer variable stream and AOL crap.


> >Read up on all the crappy changes like blocked Cold Fusion Application
> >server, and all that... http://webmaster.info.aol.com/
>
> I couldn't find anything here about blocked cold fusion... And I
> tried searching for 'cold fusion', 'cold', and 'fusion' and still
> found nothing... If AOL is blocking cfm pages somehow please tell
> me about it.
>
> RPS
>
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Moreover.com Categories List via WDDX

2000-10-10 Thread Benjamin S. Rogers

You need to CFHTTP the feed your after. Don't grab the WDDX version but the
ColdFusion WDDX version. They've created a separate feed to "overcome a bug
in ColdFusion." I'm not exactly sure to what they're referring, but oh well.

Here's some code from a site I'm working on right now site. I had to
condense it a little since I actually store the news feed in the Application
scope and only refresh the query every hour. Hope this helps.

By the way, a custom tag was recently added to the Allaire Tag Gallery for
just this purpose. It probably simplifies the code substantially.

http://p.moreover.com/cgi-local/page?index_health+cf"
method="GET"
resolveurl="false">




Health News





#Headline_Text#
#Source# -
#DateFormat(Harvest_Time, "  d ")#





-Original Message-
From: Dave Hannum [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 10, 2000 9:40 AM
To: CF-Talk
Subject: Moreover.com Categories List via WDDX


Good Morning,

Is anyone out there grabbing the list of categories from Moreover.com using
WDDX?  I have been grabbing individual headlines using it, but their example
page of using CF for grabbing the categories is blank.  If you are doing
this (grabbing the complete category list via WDDX), would you be willing to
share the code?

Thanks,
Dave



=
"What we need is a list of specific unknown problems we will encounter"

David Hannum
Web Analyst/Programmer
Ohio University
[EMAIL PROTECTED]
(740) 597-2524





--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Populating checkboxes & radios from database string

2000-10-10 Thread Hayes, David

ah...a typo on my part when I copied the code...it should be , as Jon
suggests.

Thanks, Jon!

-Original Message-
From: Jon Hall [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 09, 2000 6:05 PM
To: CF-Talk
Subject: Re: Populating checkboxes & radios from database string


I may be mistaken, but I dont think this can be done within a  only
an . I was trying to do the same on a text box recently and had to
use regular 's

jon
- Original Message -
From: "Hayes, David" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, October 09, 2000 5:42 PM
Subject: RE: Populating checkboxes & radios from database string


> You're going to have to write the appropriate CHECKED or SELECTED value on
> each form element. Something like:
>
>  listFind(desigString,"01">CHECKED>AEP
>
>
>
> -Original Message-
> From: Brian Horn [mailto:[EMAIL PROTECTED]]
> Sent: Monday, October 09, 2000 4:34 PM
> To: CF-Talk
> Subject: Populating checkboxes & radios from database string
>
>
> I'm doing several survey forms in succession. How do I pre-populate
> checkboxes and radio buttons from a column string in a mssql database. I
> tried  statements around each checkbox, but when I submitted to go
to
> the next form, it looks like the  would always overlay what was
> changed by the user back to what was in the database.  So, I need to
> prepopulate the checkboxes/radios to what the DB had and then allow the
> person to change it. On the form
>
> e.g.:  "desigstring" column data = 01,02,03,06
>
> And I want the checkboxes to reflect what was already listed in the
column.
>
>
> CHECKBOX EXAMPLE
> 
> select desigstring from info where '#mid#' = id
> 
>
> 
> Professional Designations/Degrees/Licenses Held (Select as many as
> apply)
>
> AEP
> AHLC
> CBA
> CEBS
> CFA
> CFP
>
> 
> 
>
>
> RADIO EXAMPLE
> e.g.:  "mrs_participate" column data = 1 or 0
>
> 
> select mrs_participate from info where '#mid#' = id
> 
>
> Would you like to participate in the media referral service?
>
> 
> YES
> NO
>
> 
> 
>
> Brian D. Horn
> Society of Financial Service Professionals
> Information Systems Group
> 610-526-2500
> mailto:[EMAIL PROTECTED]
> --
--
> --
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Drop down list for display of information

2000-10-10 Thread eric fleming

This is a multi-part message in MIME format.
--830E57D1A7E0E2506C9CE12A
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

you can build the page so that it reloads upon the selection of a user...when a user 
is selected, pass a var denoting a user was selected, and then with the reload(and 
defined var)
you can specify an output of user details(formatted to your preference) below the 
selected user...hope that helps

er:c

--830E57D1A7E0E2506C9CE12A
Content-Type: text/x-vcard; charset=us-ascii;
 name="eflem.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for eric fleming
Content-Disposition: attachment;
 filename="eflem.vcf"

begin:vcard 
n:Fleming;Eric
tel;fax:954.351.9099
tel;work:954.351.5554 ext. 113
x-mozilla-html:FALSE
url:www.tekgroup.com
org:TEK group International Inc.;Programming
adr:;;;Ft. Lauderdale;FL;;
version:2.1
email;internet:[EMAIL PROTECTED]
title:Internet Consultant
fn:Eric Fleming
end:vcard

--830E57D1A7E0E2506C9CE12A--

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: URL capture/insert

2000-10-10 Thread Bob Silverberg

If the id will always be passed on the URL, just put the value into a hidden
form field:



don't forget that the above must be inside a  tag.

There are probably dozens of ways to capture the statistics you're asking
about, but a very simple method would be to include a  on the page
that does an INSERT into a statistics table.  That way, any time the page is
served, the query will run and insert a record into your statistics table.
You could include #url.id# in this query to keep track of where the person
was coming from as well.

Bob


-Original Message-
From: Mark Lapole [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 10, 2000 10:01 AM
To: CF-Talk
Subject: URL capture/insert


This may be a fairly easy question, but bear with me.  I'm using a contact
form trying to determine which specific URL the user came from. Example:
user goes to xxx.somedomain.com/form.cfm?id=12345 fills out some form fields
and submits, i'm just trying to insert the "12345" into a hidden SourceID
field.  Also, using CF is there a way to calculate the number of times
specific URL is loaded/viewed (without submitting)?  Will likely be using
WebTrends for something like this, but would be spectacular if i could get
from CF.  Any suggestions would be greatly appreciated.

-M

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Moreover.com Categories List via WDDX

2000-10-10 Thread Dave Hannum

Thanks, but as I've said before, I can already do what you're demonstrating.
What I'm trying to do is grab the WHOLE CATEGORY LISTING, all of the topic
choices, not the actual headlines.  I already can grab the individual news
headlines.  I want to generate their whole choices listing.  They claim you
can do it, but the page that gives the directions comes up blank.

Thanks,
Dave




- Original Message -
From: "Benjamin S. Rogers" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, October 10, 2000 10:06 AM
Subject: RE: Moreover.com Categories List via WDDX


You need to CFHTTP the feed your after. Don't grab the WDDX version but the
ColdFusion WDDX version. They've created a separate feed to "overcome a bug
in ColdFusion." I'm not exactly sure to what they're referring, but oh well.

Here's some code from a site I'm working on right now site. I had to
condense it a little since I actually store the news feed in the Application
scope and only refresh the query every hour. Hope this helps.

By the way, a custom tag was recently added to the Allaire Tag Gallery for
just this purpose. It probably simplifies the code substantially.

http://p.moreover.com/cgi-local/page?index_health+cf"
method="GET"
resolveurl="false">




Health News





#Headline_Text#
#Source# -
#DateFormat(Harvest_Time, "  d ")#





-Original Message-
From: Dave Hannum [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 10, 2000 9:40 AM
To: CF-Talk
Subject: Moreover.com Categories List via WDDX


Good Morning,

Is anyone out there grabbing the list of categories from Moreover.com using
WDDX?  I have been grabbing individual headlines using it, but their example
page of using CF for grabbing the categories is blank.  If you are doing
this (grabbing the complete category list via WDDX), would you be willing to
share the code?

Thanks,
Dave



=
"What we need is a list of specific unknown problems we will encounter"

David Hannum
Web Analyst/Programmer
Ohio University
[EMAIL PROTECTED]
(740) 597-2524





--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: AOL mayheim

2000-10-10 Thread Brian bouldernet

ServerID shows up in  the header. AOL has blocked this...
- Original Message -
From: Ryan <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 10, 2000 8:20 AM
Subject: Re: AOL mayheim


> At 07:58 10/10/00 -0600, you wrote:
> >You cannot email AOL using Cold Fusion Application Server... The default
> >serverid, You must change it.. Also it transforms all likes like Hotmail
to
> >single quote instead of doublequotes
>
> Can you tell me more about what you are talking about? I am familiar
> with CFMAIL and sending lots of mails in a loop, but have never heard
> of serverid. And when you say it transforms quotes, you mean like just
> in the body of the message? Like "Bob" would come through as 'Bob'?
> Thanks,
>
> Ryan
>
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



I am getting duplicate postings to my list ...

2000-10-10 Thread Ryan Williams

I have a quick question.  It seems that I am receiving two of every 
message sent to [EMAIL PROTECTED]  Does anyone know who the 
moderator is so I can inform them of this situation? Any help would be 
greatly appreciated.  

Thanks :-)

Ryan Williams
[EMAIL PROTECTED]
301-397-2860
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Making Check Box Selection Mandetory

2000-10-10 Thread AustralianAccommodation.com Pty. Ltd.

Using forms placing "required" and "message" inside the input tag allows you
to ensure that the user enters input in order for the form to be submitted

is it possible to have the same functionality over check box input when
there are several check boxes to select from for the one input variable
without any initially being checked and that unless the user checks one of
the them the form will not be submitted

I look forward to your comments


Kind Regards

Claude Raiola (Director)
AustralianAccommodation.com Pty. Ltd.
Website: www.AustralianAccommodation.com
Email: [EMAIL PROTECTED]

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Anyone know how to stay awake after overnighters??

2000-10-10 Thread Brian bouldernet

After a very long night we got a product out the door? Now another work day.
Anyone have any pointers

-Brian

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Anyone know how to stay awake after overnighters??

2000-10-10 Thread Mark Skeggs

Pro Plus and red bull..

heaven

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 10 October 2000 15:28
To: CF-Talk
Subject: Anyone know how to stay awake after overnighters??


After a very long night we got a product out the door? Now another work day.
Anyone have any pointers

-Brian


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: asp lists :)

2000-10-10 Thread Rees, Mark (TWIi London)

There's a good one at www.15seconds.com, about 100ish mails a day. It has
some very knowledgeable people on it.

Mark

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 05, 2000 7:38 PM
To: CF-Talk
Subject: ot: asp lists :)


I was a looking for a good asp list. Pages of them... most seem dead though.
Anyone know of a good, active list?

--min


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Anyone know how to stay awake after overnighters??

2000-10-10 Thread Jeremy Allen

Hehe, post to CF-Talk with incoherent
posts that you have to read twice to make
any sense out off!!! *poke poke* hehe :)

Just kidding, if you can
time it right go catch some microsleeps in
the bathroom (you will start doing this
without noticing if you stay up to long)

Lots of coffee (unless your tolerance is
to high for caffeine already) in which case
I recommend going home since you wont do
much useful!! :)  Claim sickness claim
anything that gets you home, its rather
hard to write code that wont cause you to
smack yourself later on without enough
sleep so its (more) beneficial to just
sleep :)


Jeremy Allen
[EMAIL PROTECTED]

-Original Message-
From: Brian bouldernet [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 10, 2000 10:28 AM
To: CF-Talk
Subject: Anyone know how to stay awake after overnighters??


After a very long night we got a product out the door? Now another work day.
Anyone have any pointers

-Brian


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Making Check Box Selection Mandetory

2000-10-10 Thread G

One solution would be to make your submit button a "type=button".  Then
use the onclick event handler to call a Javascript function.  This
function would simply check to see whether the check box had been checked
or not.  If so, submit the form, otherwise display a message telling the
user whats up.

HTH.

Brian
- Original Message -
From: AustralianAccommodation.com Pty. Ltd.
<[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Tuesday, October 10, 2000 9:27 AM
Subject: Making Check Box Selection Mandetory


> Using forms placing "required" and "message" inside the input tag
allows you
> to ensure that the user enters input in order for the form to be
submitted
>
> is it possible to have the same functionality over check box input when
> there are several check boxes to select from for the one input variable
> without any initially being checked and that unless the user checks one
of
> the them the form will not be submitted
>
> I look forward to your comments
>
>
> Kind Regards
>
> Claude Raiola (Director)
> AustralianAccommodation.com Pty. Ltd.
> Website: www.AustralianAccommodation.com
> Email: [EMAIL PROTECTED]
>
> ---
---
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe'
in the body.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Anyone know how to stay awake after overnighters??

2000-10-10 Thread Kevin Schmidt

Jolt Cola!
- Original Message -
From: "Brian bouldernet" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, October 10, 2000 9:28 AM
Subject: Anyone know how to stay awake after overnighters??


> After a very long night we got a product out the door? Now another work
day.
> Anyone have any pointers
>
> -Brian
>
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Anyone know how to stay awake after overnighters??

2000-10-10 Thread Gavin Lilley

Project management? Planning in advance? LOL :-)

-Original Message-
From: Mark Skeggs [mailto:[EMAIL PROTECTED]]
Sent: 10 October 2000 15:22
To: CF-Talk
Subject: RE: Anyone know how to stay awake after overnighters??


Pro Plus and red bull..

heaven

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 10 October 2000 15:28
To: CF-Talk
Subject: Anyone know how to stay awake after overnighters??


After a very long night we got a product out the door? Now another work day.
Anyone have any pointers

-Brian


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Making Check Box Selection Mandetory

2000-10-10 Thread Hayes, David

Do you know JavaScript?  

You can check the value of a form element prior to submission.  Add an
OnSubmit action to the form, calling a function something like this:


function validateInput(theForm){
 if (document.theForm..value == "undefined"){
alert('hey, fill out the form');
return false;
{
  else{
return true;
 }
}   

-Original Message-
From: AustralianAccommodation.com Pty. Ltd.
[mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 10, 2000 9:27 AM
To: CF-Talk
Subject: Making Check Box Selection Mandetory


Using forms placing "required" and "message" inside the input tag allows you
to ensure that the user enters input in order for the form to be submitted

is it possible to have the same functionality over check box input when
there are several check boxes to select from for the one input variable
without any initially being checked and that unless the user checks one of
the them the form will not be submitted

I look forward to your comments


Kind Regards

Claude Raiola (Director)
AustralianAccommodation.com Pty. Ltd.
Website: www.AustralianAccommodation.com
Email: [EMAIL PROTECTED]


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Anyone know how to stay awake after overnighters??

2000-10-10 Thread Shawnea Carter

Good Old Fashioned Starbucks!

Shawnea  :)

-Original Message-
From: Brian bouldernet [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 10, 2000 10:28 AM
To: CF-Talk
Subject: Anyone know how to stay awake after overnighters??


After a very long night we got a product out the door? Now another work day.
Anyone have any pointers

-Brian


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Making Check Box Selection Mandetory

2000-10-10 Thread John Allred

Claude,

Brian and David have suggested client-side approaches, but you can also
make a checkbox field required, using server side validation. Just set it
up with a hidden field in the format, your_checkbox_field_required, the
same as your other required fields. Be sure not to preselect any of the
checkboxes, or you'll defeat the validation.

--John



   

"AustralianAccommodation.com   

Pty. Ltd."  To: CF-Talk 
<[EMAIL PROTECTED]>
  Subject: Making Check Box 
Selection Mandetory  
   

10/10/2000 09:27 AM

Please respond to cf-talk  

   

   




Using forms placing "required" and "message" inside the input tag allows
you
to ensure that the user enters input in order for the form to be submitted

is it possible to have the same functionality over check box input when
there are several check boxes to select from for the one input variable
without any initially being checked and that unless the user checks one of
the them the form will not be submitted

I look forward to your comments


Kind Regards

Claude Raiola (Director)
AustralianAccommodation.com Pty. Ltd.
Website: www.AustralianAccommodation.com
Email: [EMAIL PROTECTED]

--

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.




--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Anyone know how to stay awake after overnighters??

2000-10-10 Thread Philip Arnold - ASP

> After a very long night we got a product out the door? Now
> another work day.
> Anyone have any pointers

I've found that code I write after being up for more than 24 hours tends to
be complete rubbish anyways, so you'll save yourself more grief by dashing
home for about 4 hours of sleep and then come back later in the day...

We recently worked until from Saturday lunchtime until Monday 3:30am (as in
nearly 40 hours straight), then back at 9am on Monday, and the code I had
written late on Sunday made no sense at all on Tuesday morning...

The fun part is looking at simple "select columns from table" code and not
realising that it's looking at completely the wrong datasource, but not
realising it for about 60-90 minutes...

In short, 2 words, GO HOME! 

Philip Arnold
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.
**


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Java Books

2000-10-10 Thread Park, Simon

You can download Bruce Eckel's books in electronic format here:
http://www.eckelobjects.com/

Simon Park

> -Original Message-
> From: Pete Freitag [mailto:[EMAIL PROTECTED]]
> Sent: Monday, October 09, 2000 12:27 PM
> To: CF-Talk
> Subject: RE: Java Books
> 
> 
> Thinking In Java by Bruce Eckel is a great book.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Getting Form's fields as URL parameter too...

2000-10-10 Thread Perez, Bismark

sorry it took me a while to respond, I tried the 'GET' method and it didn't
work, maybe I should explain more... I have a search form that calls another
template passing the forms field names, on the 'display result' template I
allow the user to change the language for display and issue a redisplay of
that same template... when I do the redisplay the template comes back with
an error message saying that the form fields where not found (understandable
since the form was not submitted)... what I want to do is from the 'search'
template issue a submit to the 'display result' template passing the form
fields as URL parameters (exp. searclist.cfm?formfield1=.) that way when
I do the redisplay the fields will be available to the 'display the result'
template... is this possible?

Bismarck


-Original Message-
From: BORKMAN Lee [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 05, 2000 6:44 PM
To: CF-Talk
Subject: RE: Getting Form's fields as URL parameter too...


In your Form or CFForm tag, you get to chosse the METHOD.  The default
(strangely) is GET, which passes the form fields appended to the URL.  If
you use POST for the METHOD, the fields will be passed via the HTTP headers,
which is usually preferable IMHO.

Lee (Bjork) Borkman
http://bjork.net ColdFusion Tags by Bjork


-Original Message-
From: Perez, Bismark [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 06, 2000 7:22 AM
To: CF-Talk
Subject: Getting Form's fields as URL parameter too...


Hello there,

is this possible...


Bismarck

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Anyone know how to stay awake after overnighters??

2000-10-10 Thread Russel Madere

After we pulled a 23 hour day to launch, we went home and slept.


  Russel Madere, Jr. Senior Web Developer
  ICQ: 5446158   http://www.TurboSquid.com

Some days you eat the bear; some days the bear eats you.



-Original Message-
From: Brian bouldernet [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 10, 2000 09:28
To: CF-Talk
Subject: Anyone know how to stay awake after overnighters??


After a very long night we got a product out the door? Now another work day.
Anyone have any pointers

-Brian


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Off Topic: Dual Hard drives

2000-10-10 Thread HappyToad.com

I am setting up dual hard drives so I can run Win 98 for my personal stuff
and Win 2000 for development software. Anybody done this?  Any pointers?
Help is appreciated.
Rich

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Access to SQL Server

2000-10-10 Thread Aidan Whitehall

We've upsized a database from Access to SQL Server and are going through the
applications that use it, looking for errors.

This one has cropped up...

[Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near the
keyword 'Key'.
Data Source = "MMnsTrans01"
SQL = "UPDATE Counter SET UID = (UID+1) WHERE Key = 1"

There is on record in Counter with
Key UID
1   10435

Does anyone know the correct syntax for SQL Server or do you have to do the
select first, then add one and do the update separately?


Thanks

-- 
Aidan Whitehall <[EMAIL PROTECTED]>
Netshopper UK Ltd
Advanced Web Solutions & Services

http://www.netshopperuk.com/
Telephone +44 (01744) 648650
Fax +44 (01744) 648651
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Moreover.com Categories List via WDDX

2000-10-10 Thread Dave Hannum

Here's the solution for the problem.  It was just a matter of the URL in
the HTTP call.  Thanks Fred Sanders:

http://w.moreover.com/categories/category_list.wddx"
METHOD="GET"  PORT="80"
 RESOLVEURL="false">


Dave

=
"What we need is a list of specific unknown problems we will encounter"

David Hannum
Web Analyst/Programmer
Ohio University
[EMAIL PROTECTED]
(740) 597-2524



- Original Message -
From: "Dave Hannum" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 10, 2000 10:23 AM
Subject: Re: Moreover.com Categories List via WDDX


Thanks, but as I've said before, I can already do what you're demonstrating.
What I'm trying to do is grab the WHOLE CATEGORY LISTING, all of the topic
choices, not the actual headlines.  I already can grab the individual news
headlines.  I want to generate their whole choices listing.  They claim you
can do it, but the page that gives the directions comes up blank.

Thanks,
Dave




- Original Message -
From: "Benjamin S. Rogers" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, October 10, 2000 10:06 AM
Subject: RE: Moreover.com Categories List via WDDX


You need to CFHTTP the feed your after. Don't grab the WDDX version but the
ColdFusion WDDX version. They've created a separate feed to "overcome a bug
in ColdFusion." I'm not exactly sure to what they're referring, but oh well.

Here's some code from a site I'm working on right now site. I had to
condense it a little since I actually store the news feed in the Application
scope and only refresh the query every hour. Hope this helps.

By the way, a custom tag was recently added to the Allaire Tag Gallery for
just this purpose. It probably simplifies the code substantially.

http://p.moreover.com/cgi-local/page?index_health+cf"
method="GET"
resolveurl="false">




Health News





#Headline_Text#
#Source# -
#DateFormat(Harvest_Time, "  d ")#





-Original Message-
From: Dave Hannum [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 10, 2000 9:40 AM
To: CF-Talk
Subject: Moreover.com Categories List via WDDX


Good Morning,

Is anyone out there grabbing the list of categories from Moreover.com using
WDDX?  I have been grabbing individual headlines using it, but their example
page of using CF for grabbing the categories is blank.  If you are doing
this (grabbing the complete category list via WDDX), would you be willing to
share the code?

Thanks,
Dave



=
"What we need is a list of specific unknown problems we will encounter"

David Hannum
Web Analyst/Programmer
Ohio University
[EMAIL PROTECTED]
(740) 597-2524





--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Anyone know how to stay awake after overnighters??

2000-10-10 Thread Simon Horwith

I try to follow any coding session lasting in excess of 12 hours (w/o break)
with a  bubblebath session lasting no less than 10 percent of the amount of
time I was coding.

~Simon

-Original Message-
From: Russel Madere [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 10, 2000 11:46 AM
To: CF-Talk
Subject: RE: Anyone know how to stay awake after overnighters??


After we pulled a 23 hour day to launch, we went home and slept.


  Russel Madere, Jr. Senior Web Developer
  ICQ: 5446158   http://www.TurboSquid.com

Some days you eat the bear; some days the bear eats you.



-Original Message-
From: Brian bouldernet [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 10, 2000 09:28
To: CF-Talk
Subject: Anyone know how to stay awake after overnighters??


After a very long night we got a product out the door? Now another work day.
Anyone have any pointers

-Brian


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Access to SQL Server

2000-10-10 Thread Andy Ewings

could be the name of your field...I think key may be a reserved word.  Try
puting square brackets around the word 'key' like so: WHERE [key] = 1

--
Andrew Ewings
Project Manager
Thoughtbubble Ltd
--


-Original Message-
From: Aidan Whitehall [mailto:[EMAIL PROTECTED]]
Sent: 10 October 2000 16:51
To: CF-Talk
Subject: Access to SQL Server


We've upsized a database from Access to SQL Server and are going through the
applications that use it, looking for errors.

This one has cropped up...

[Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near the
keyword 'Key'.
Data Source = "MMnsTrans01"
SQL = "UPDATE Counter SET UID = (UID+1) WHERE Key = 1"

There is on record in Counter with
Key UID
1   10435

Does anyone know the correct syntax for SQL Server or do you have to do the
select first, then add one and do the update separately?


Thanks

-- 
Aidan Whitehall <[EMAIL PROTECTED]>
Netshopper UK Ltd
Advanced Web Solutions & Services

http://www.netshopperuk.com/
Telephone +44 (01744) 648650
Fax +44 (01744) 648651

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Access to SQL Server

2000-10-10 Thread DeVoil, Nick

> SQL = "UPDATE Counter SET UID = (UID+1) WHERE Key = 1"

Aidan

Here's an answer I prepared earlier ;-)

"Key" is a reserved word in Transact-SQL. 

Apart from that the syntax is fine.

Nick


**
Information in this email is confidential and may be privileged. 
It is intended for the addressee only. If you have received it in error,
please notify the sender immediately and delete it from your system. 
You should not otherwise copy it, retransmit it or use or disclose its
contents to anyone. 
Thank you for your co-operation.
**
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Off Topic: Dual Hard drives

2000-10-10 Thread Dave Hannum

Install Win98 FIRST.  Win2000 will prompt you asking if you want to set up
dual boot.  Works like a charm for me.  Installs very easily this way.

Dave



=
"What we need is a list of specific unknown problems we will encounter"

David Hannum
Web Analyst/Programmer
Ohio University
[EMAIL PROTECTED]
(740) 597-2524



- Original Message -
From: "HappyToad.com" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, October 10, 2000 11:50 AM
Subject: Off Topic: Dual Hard drives


I am setting up dual hard drives so I can run Win 98 for my personal stuff
and Win 2000 for development software. Anybody done this?  Any pointers?
Help is appreciated.
Rich


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Off Topic: Dual Hard drives

2000-10-10 Thread Simon Halcrow

Yep - got Win98 & Win2k on the same machine.

No problems...one thing I would suggest though - give Win2k a LOT of space
(since you've got 2 HDDs you'll be OK).

Install Win98 first, Win2k second, otherwise you have problems with Win98
overwriting system files on 1st HDD.

Apart from that - it'll run like a dream.  Must admit though, if I could get
ALL my hardware/drivers/software working in Win2k, I'd ditch 98...if
only


Sapphire Technologies Ltd.
Secure in the Knowledge
Simon Halcrow   Web Developer   
E  [EMAIL PROTECTED]   
T +44 (0)1642 702100
F  +44 (0)1642 702119
W www.sapphire.net


> -Original Message-
> From: HappyToad.com [SMTP:[EMAIL PROTECTED]]
> Sent: 10 October 2000 16:51
> To:   CF-Talk
> Subject:  Off Topic: Dual Hard drives
> 
> I am setting up dual hard drives so I can run Win 98 for my personal stuff
> and Win 2000 for development software. Anybody done this?  Any pointers?
> Help is appreciated.
> Rich
> 
> --
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.


---
Any opinions expressed in this message are those of the individual and not necessarily 
the company.  This message and any files transmitted with it are confidential and 
solely for the use of the intended recipient.  If you are not the intended recipient 
or the person responsible for delivering to the intended recipient, be advised that 
you have received this message in error and that any use is strictly prohibited.

Sapphire Technologies Ltd
http://www.sapphire.net
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Disabling RDS on production servers.

2000-10-10 Thread Stephen Moretti

Hi folks,

Need a quick hand here...

Running CF4.5.1 on NT4sp5.

The RDS service has been disabled as per the Best Practices recommendations,
the only trouble is that CF seems to be trying to start the service up every
few seconds and because the service is disabled the CF service log is
rapidly filling up with :

"Error","TID=132","10/10/00","15:39:26","Unexpected Windows NT error number
1058 occurred while attempting to start the RDS service."
"Error","TID=132","10/10/00","15:39:28","Unexpected Windows NT error number
1058 occurred while attempting to start the RDS service."
"Error","TID=132","10/10/00","15:39:30","Unexpected Windows NT error number
1058 occurred while attempting to start the RDS service."

Anyone any suggestions why CF would be trying to start the service up???

TIA

Stephen

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Anyone know how to stay awake after overnighters??

2000-10-10 Thread Angél Stewart

Little blue pills.
just love those little blue pills.

*hums the tune to Silent Lucidity*
*smirk*

-Gel



--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Anyone know how to stay awake after overnighters??

2000-10-10 Thread Bill Killillay

http://www.thinkgeek.com/stuff/caffeine.html

or

GO HOME!  SLEEP 
 
> After a very long night we got a product out the door? Now 
> another work day.
> Anyone have any pointers
 

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Off Topic: Dual Hard drives

2000-10-10 Thread HappyToad.com

That exaclty why I can't ditch 98. I lose my scanner, flash drive, and a
printer.

Rich

-Original Message-
From: Simon Halcrow [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 10, 2000 12:01 PM
To: CF-Talk
Subject: RE: Off Topic: Dual Hard drives


Yep - got Win98 & Win2k on the same machine.

No problems...one thing I would suggest though - give Win2k a LOT of space
(since you've got 2 HDDs you'll be OK).

Install Win98 first, Win2k second, otherwise you have problems with Win98
overwriting system files on 1st HDD.

Apart from that - it'll run like a dream.  Must admit though, if I could get
ALL my hardware/drivers/software working in Win2k, I'd ditch 98...if
only


Sapphire Technologies Ltd.
Secure in the Knowledge
Simon Halcrow   Web Developer
E  [EMAIL PROTECTED]
T +44 (0)1642 702100
F  +44 (0)1642 702119
W www.sapphire.net


> -Original Message-
> From: HappyToad.com [SMTP:[EMAIL PROTECTED]]
> Sent: 10 October 2000 16:51
> To:   CF-Talk
> Subject:  Off Topic: Dual Hard drives
>
> I am setting up dual hard drives so I can run Win 98 for my personal stuff
> and Win 2000 for development software. Anybody done this?  Any pointers?
> Help is appreciated.
> Rich
>
> --
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.


---
Any opinions expressed in this message are those of the individual and not
necessarily the company.  This message and any files transmitted with it are
confidential and solely for the use of the intended recipient.  If you are
not the intended recipient or the person responsible for delivering to the
intended recipient, be advised that you have received this message in error
and that any use is strictly prohibited.

Sapphire Technologies Ltd
http://www.sapphire.net

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Slightly OT: aliasing networked drive in PWS?

2000-10-10 Thread James Mathieson

Heya, all,

Here's hoping there's a way around this - though I'm not terribly
optimistic. Here's the deal:

I just set up SQL server (6.0 - I know it's old, but it's the only copy I
have at the office, and if I want to get them to upgrade...well, you all
know the drill!) on a spare machine, set up a database for my testing /
learning / etc. fun, and mapped the shared SQL drive from my workstation
(all of this is NT 4.0 sp6 networked). So far so good.

Then I went to create the datasource in CF administrator, failed, then
had the "duh, I need to set the web folder up first, since the datasource
isn't in the default spot!" moment. So I opened up Personal Web Server
and attempted to set the SQL server data folder as an alias so that I
could map the datasource.

Problem is, PWS will apparently only allow you to alias things on a local
drive.

Does anyone know what I can do from here? Is there any way to work around
that, or is this a case of "if you want to do that, you have to do that
through another web server" sort of problem. I'm guessing that PWS is
designed to only work locally and I'll have to work with something else
here, so any and all advice is gleefully accepted!

Thanks in advance everyone. well, off to searching the MS website...

Cheers,
james

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Getting Form's fields as URL parameter too...

2000-10-10 Thread Perez, Bismark

sorry it took me a while to respond, I tried the 'GET' method and it didn't
work, maybe I should explain more... I have a search form that calls another
template passing the forms field names, on the 'display result' template I
allow the user to change the language for display and issue a redisplay of
that same template... when I do the redisplay the template comes back with
an error message saying that the form fields where not found (understandable
since the form was not submitted)... what I want to do is from the 'search'
template issue a submit to the 'display result' template passing the form
fields as URL parameters (exp. searclist.cfm?formfield1=.) that way when
I do the redisplay the fields will be available to the 'display the result'
template... is this possible?

Bismarck


-Original Message-
From: BORKMAN Lee [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 05, 2000 6:44 PM
To: CF-Talk
Subject: RE: Getting Form's fields as URL parameter too...


In your Form or CFForm tag, you get to chosse the METHOD.  The default
(strangely) is GET, which passes the form fields appended to the URL.  If
you use POST for the METHOD, the fields will be passed via the HTTP headers,
which is usually preferable IMHO.

Lee (Bjork) Borkman
http://bjork.net ColdFusion Tags by Bjork


-Original Message-
From: Perez, Bismark [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 06, 2000 7:22 AM
To: CF-Talk
Subject: Getting Form's fields as URL parameter too...


Hello there,

is this possible...


Bismarck

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Disabling RDS on production servers.

2000-10-10 Thread Hoffman, Joe (CIT)

If I am correct ... CF Executive listens for CF Server and CF RDS,
if it not running CF Executive will restart it.

If you do disable CF Executive ... scheduled tasks will not run, 
maybe something more, not sure what though.

Joe Hoffman mailto:[EMAIL PROTECTED]
National Institutes of Health 
Center for Information Technology 
Division of Computer System Services

-Original Message-
From: Stephen Moretti [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 10, 2000 12:04 PM
To: CF-Talk
Subject: Disabling RDS on production servers.
Importance: High


Hi folks,

Need a quick hand here...

Running CF4.5.1 on NT4sp5.

The RDS service has been disabled as per the Best Practices recommendations,
the only trouble is that CF seems to be trying to start the service up every
few seconds and because the service is disabled the CF service log is
rapidly filling up with :

"Error","TID=132","10/10/00","15:39:26","Unexpected Windows NT error number
1058 occurred while attempting to start the RDS service."
"Error","TID=132","10/10/00","15:39:28","Unexpected Windows NT error number
1058 occurred while attempting to start the RDS service."
"Error","TID=132","10/10/00","15:39:30","Unexpected Windows NT error number
1058 occurred while attempting to start the RDS service."

Anyone any suggestions why CF would be trying to start the service up???

TIA

Stephen


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Could not find installable ISAM.

2000-10-10 Thread Braver, Ben:

Peter,

>From the MS Knowledge Base after searching for "installable ISAM":
http://support.microsoft.com/support/kb/articles/q155/6/66.asp?LN=EN-US&SD=g
n&FR=0

Ya got a missing or bad .dll that deals with FoxPro import/export to/from
Access.

Ben


> -Original Message-
> From: Peter Benoit [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, October 09, 2000 12:54 PM
> To:   CF-Talk
> Subject:  Could not find installable ISAM.
> 
> 
> I'm getting this error message in my CF page.  The datasource is an Access
> DB with links to FoxPro tables.  Any ideas how to fix this?
> 
> Thanks,
> Peter
> 
> --
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



OT: Using IIS to append text or HTML to a static page.

2000-10-10 Thread Timothy C. Hill

Sorry for the off topic post, but I am pulling out my hair and figured
someone here knew how to do this.

I am putting up a free hosting service and I want to include banners on each
page that is served from the free sites. I know I can use IIS to add a
footer, but I want to add a banner to the top of the page. Does anyone out
there have a way to do this?

thanks,

Tim Hill

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: cfx_image

2000-10-10 Thread Jim McAtee

> A commercial alternative is www.jasc.com for Image Robot.  Can be
> called from CF or run stand-alone.

How can Image Robot be called from CF?  Or do you mean spawning the
executable?

Jim

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Making Check Box Selection Mandetory

2000-10-10 Thread Owens, Howard



Simply do this with the first checkbox item in the group:



Then name all of your checkboxes "mycheckbox" (or the name of your choice).

If all of the check boxes are left blank, there will be a JavaScript
warning.  If any one of them is checked, no warning.

I use this all of the time.

It will only work if the FIRST item is marked as REQUIRED.  If it is any
other item, it doesn't work for some reason.

H.

=
Howard Owens
Web Producer
InsideVC.com
mailto:[EMAIL PROTECTED]
=

> -Original Message-
> From: AustralianAccommodation.com Pty. Ltd.
> [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, October 10, 2000 7:27 AM
> To:   CF-Talk
> Subject:  Making Check Box Selection Mandetory
> 
> Using forms placing "required" and "message" inside the input tag allows
> you
> to ensure that the user enters input in order for the form to be submitted
> 
> is it possible to have the same functionality over check box input when
> there are several check boxes to select from for the one input variable
> without any initially being checked and that unless the user checks one of
> the them the form will not be submitted
> 
> I look forward to your comments
> 
> 
> 
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



I have a spare conference ticket

2000-10-10 Thread Paul Underwood (massmail)

Hi

I have a spare conference pass - does anyone want?

Let me know asap!

-- 
Paul Underwood,
Founder
ColdFusion User Group (UK)

Email: [EMAIL PROTECTED]
ICQ: 27592139 Voice Mail / Fax +44 (0)207 504 8084

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



SQL Question

2000-10-10 Thread Kevin Schmidt

I have a list of ID's and I want to query based on those ID's so I have
SELECT *
FROM Homes
WHERE HomeID IN(#homelist#)

Now here is the question I want to run a query that pull info from another
table based on the results of that query
I think I want to run something like this but I am not sure of the exact
syntax.

SELECT FirstName, LastName
FROM RealtorInfo
WHERE RealtorID ???

Run a another select statement that pulls the ID's of the realtor from the
Homes table based on the homelist?

If this seems confusing let me know and I will clarify , if I can.

Kevin Schmidt
Internet Services Director
PWB Integrated Marketing and Communications
Office: 734.995.5000
Mobile: 734.649.4843



--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Slightly OT: aliasing networked drive in PWS?

2000-10-10 Thread Chris Lott

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Can't you map the datasource using its IP address? I don't know of any way
to map the SQL Server db the way you wish to, which sounds like you are
trying to treat it as a file based database like Access. Choose the SQL
Server driver, in the connection
box use a host of .xxx.xxx.xxx or the ip name, and then in the advanced
properties set the db and username/password.

c

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8ckt -  http://irfaiad.virtualave.net/
Comment: PGP Signed for message verification and/or encryption
Comment: KeyID: 0xD68B61E851046CFD

iQA/AwUBOeNLQ9aLYehRBGz9EQI3HACeOqEfC8HG3x+jJCLwvQXeUfWr97gAn1Ur
n+H88w6TuwK+iRAwQkukeQ/h
=osCR
-END PGP SIGNATURE-


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Using IIS to append text or HTML to a static page.

2000-10-10 Thread JustinMacCarthy

I think You would need to write an ISAPI filter.
http://www.15seconds.com/focus/ISAPI.htm

Justin MacCarthy

- Original Message -
From: "Timothy C. Hill" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, October 10, 2000 5:26 PM
Subject: OT: Using IIS to append text or HTML to a static page.


> Sorry for the off topic post, but I am pulling out my hair and figured
> someone here knew how to do this.
>
> I am putting up a free hosting service and I want to include banners on
each
> page that is served from the free sites. I know I can use IIS to add a
> footer, but I want to add a banner to the top of the page. Does anyone out
> there have a way to do this?
>
> thanks,
>
> Tim Hill
>
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Disabling RDS on production servers.

2000-10-10 Thread mherbene

http://www.mail-archive.com/cf-talk@houseoffusion.com/msg19699.html

-Original Message-
From: Hoffman, Joe (CIT) [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 10, 2000 12:19 PM
To: CF-Talk
Cc: [EMAIL PROTECTED]
Subject: RE: Disabling RDS on production servers.


If I am correct ... CF Executive listens for CF Server and CF RDS,
if it not running CF Executive will restart it.

If you do disable CF Executive ... scheduled tasks will not run, 
maybe something more, not sure what though.

Joe Hoffman mailto:[EMAIL PROTECTED]
National Institutes of Health 
Center for Information Technology 
Division of Computer System Services

-Original Message-
From: Stephen Moretti [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 10, 2000 12:04 PM
To: CF-Talk
Subject: Disabling RDS on production servers.
Importance: High


Hi folks,

Need a quick hand here...

Running CF4.5.1 on NT4sp5.

The RDS service has been disabled as per the Best Practices recommendations,
the only trouble is that CF seems to be trying to start the service up every
few seconds and because the service is disabled the CF service log is
rapidly filling up with :

"Error","TID=132","10/10/00","15:39:26","Unexpected Windows NT error number
1058 occurred while attempting to start the RDS service."
"Error","TID=132","10/10/00","15:39:28","Unexpected Windows NT error number
1058 occurred while attempting to start the RDS service."
"Error","TID=132","10/10/00","15:39:30","Unexpected Windows NT error number
1058 occurred while attempting to start the RDS service."

Anyone any suggestions why CF would be trying to start the service up???

TIA

Stephen


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: SQL Question

2000-10-10 Thread Hayes, David

Well, if you want one query, use something like:

SELECT FirstName, LastName
FROM RealtorInfo
WHERE RealtorID in 
(SELECT RealtorID 
 FROM Homes
 WHERE HomeID IN (#homelist#))







-Original Message-
From: Kevin Schmidt [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 10, 2000 12:47 PM
To: CF-Talk
Subject: SQL Question


I have a list of ID's and I want to query based on those ID's so I have
SELECT *
FROM Homes
WHERE HomeID IN(#homelist#)

Now here is the question I want to run a query that pull info from another
table based on the results of that query
I think I want to run something like this but I am not sure of the exact
syntax.

SELECT FirstName, LastName
FROM RealtorInfo
WHERE RealtorID ???

Run a another select statement that pulls the ID's of the realtor from the
Homes table based on the homelist?

If this seems confusing let me know and I will clarify , if I can.

Kevin Schmidt
Internet Services Director
PWB Integrated Marketing and Communications
Office: 734.995.5000
Mobile: 734.649.4843




--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CFX-Image

2000-10-10 Thread Kevin Schmidt

Where is the best site to get this from...documentation???

Thanks,

Kevin Schmidt
Internet Services Director
PWB Integrated Marketing and Communications
Office: 734.995.5000
Mobile: 734.649.4843



--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Off Topic: Dual Hard drives

2000-10-10 Thread Russell Jones

I've got a dual boot WinME + Win2000 Server on two separate hard drives.

piece of cake ... I almost didn't even have to be there.

-- 
Russell Jones
Webmaster
ImproveNow.com
Phone: 207.236.0146
e-mail: [EMAIL PROTECTED]

> From: "Dave Hannum" <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Tue, 10 Oct 2000 12:01:55 -0400
> To: CF-Talk <[EMAIL PROTECTED]>
> Subject: Re: Off Topic: Dual Hard drives
> 
> Install Win98 FIRST.  Win2000 will prompt you asking if you want to set up
> dual boot.  Works like a charm for me.  Installs very easily this way.
> 
> Dave
> 
> 
> 
> =
> "What we need is a list of specific unknown problems we will encounter"
> 
> David Hannum
> Web Analyst/Programmer
> Ohio University
> [EMAIL PROTECTED]
> (740) 597-2524
> 
> 
> 
> - Original Message -
> From: "HappyToad.com" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Tuesday, October 10, 2000 11:50 AM
> Subject: Off Topic: Dual Hard drives
> 
> 
> I am setting up dual hard drives so I can run Win 98 for my personal stuff
> and Win 2000 for development software. Anybody done this?  Any pointers?
> Help is appreciated.
> Rich
> 
> 
> --
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
> 
> --
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in the
> body.
> 

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: SQL Question

2000-10-10 Thread paul smith





best,  paul

At 12:47 PM 10/10/00 -0500, you wrote:
>I have a list of ID's and I want to query based on those ID's so I have
>SELECT *
>FROM Homes
>WHERE HomeID IN(#homelist#)
>
>Now here is the question I want to run a query that pull info from another
>table based on the results of that query
>I think I want to run something like this but I am not sure of the exact
>syntax.
>
>SELECT FirstName, LastName
>FROM RealtorInfo
>WHERE RealtorID ???
>
>Run a another select statement that pulls the ID's of the realtor from the
>Homes table based on the homelist?
>
>If this seems confusing let me know and I will clarify , if I can.
>
>Kevin Schmidt
>Internet Services Director
>PWB Integrated Marketing and Communications
>Office: 734.995.5000
>Mobile: 734.649.4843
>
>
>
>--
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or 
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
>the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: SQL Question

2000-10-10 Thread Larry Juncker

If your realtorID is one of the fields that is in your HOMES table and your
homes query was named getHomesInfo, then you would say:

SELECT FirstName, LastName
FROM RealtorInfo
WHERE RealtorID = #getHomesInfo.RealtorID#

Larry Juncker
Senior Cold Fusion Programmer
Heartland Communications Group, Inc.


-Original Message-
From: Kevin Schmidt [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 10, 2000 12:47 PM
To: CF-Talk
Subject: SQL Question


I have a list of ID's and I want to query based on those ID's so I have
SELECT *
FROM Homes
WHERE HomeID IN(#homelist#)

Now here is the question I want to run a query that pull info from another
table based on the results of that query
I think I want to run something like this but I am not sure of the exact
syntax.

SELECT FirstName, LastName
FROM RealtorInfo
WHERE RealtorID ???

Run a another select statement that pulls the ID's of the realtor from the
Homes table based on the homelist?

If this seems confusing let me know and I will clarify , if I can.

Kevin Schmidt
Internet Services Director
PWB Integrated Marketing and Communications
Office: 734.995.5000
Mobile: 734.649.4843




--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: SQL Question

2000-10-10 Thread Bob Silverberg

Sounds like you need a subselect.  Try this:

SELECT FirstName, LastName
FROM RealtorInfo
WHERE RealtorID IN
( SELECT DISTINCT RealtorID
FROM Homes
HERE HomeID IN(#homelist#) )

Bob


-Original Message-
From: Kevin Schmidt [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 10, 2000 1:47 PM
To: CF-Talk
Subject: SQL Question


I have a list of ID's and I want to query based on those ID's so I have
SELECT *
FROM Homes
WHERE HomeID IN(#homelist#)

Now here is the question I want to run a query that pull info from another
table based on the results of that query
I think I want to run something like this but I am not sure of the exact
syntax.

SELECT FirstName, LastName
FROM RealtorInfo
WHERE RealtorID ???

Run a another select statement that pulls the ID's of the realtor from the
Homes table based on the homelist?

If this seems confusing let me know and I will clarify , if I can.

Kevin Schmidt
Internet Services Director
PWB Integrated Marketing and Communications
Office: 734.995.5000
Mobile: 734.649.4843




--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: SQL Question

2000-10-10 Thread Ryan Williams

Easy solution :-)


SELECT ID
FROM Homes
WHERE HomeID IN(#homelist#)


Then convert the query to a list.  I forget the function for this.

Then run you 2nd query like so:

SELECT FirstName, LastName
FROM RealtorInfo
WHERE RealtorID in 

This should do the trick, or if I am off a bit, since I have not had
much real life opportunity to use it much someone else with more
experience can correct my syntax :-)

Cheers

Ryan Williams
[EMAIL PROTECTED]
voice: 301-397-2860

-Original Message-
From: Kevin Schmidt [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 10, 2000 1:47 PM
To: CF-Talk
Subject: SQL Question


I have a list of ID's and I want to query based on those ID's so I have
SELECT *
FROM Homes
WHERE HomeID IN(#homelist#)

Now here is the question I want to run a query that pull info from another
table based on the results of that query
I think I want to run something like this but I am not sure of the exact
syntax.

SELECT FirstName, LastName
FROM RealtorInfo
WHERE RealtorID ???

Run a another select statement that pulls the ID's of the realtor from the
Homes table based on the homelist?

If this seems confusing let me know and I will clarify , if I can.

Kevin Schmidt
Internet Services Director
PWB Integrated Marketing and Communications
Office: 734.995.5000
Mobile: 734.649.4843




--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



printing in landscape from CF

2000-10-10 Thread Terri Stocke

Hey all,

I have a page that consists of a left navigation bar, a top navigation bar, 
and a dynamically generated calendar. All is great, until a user tries to 
print out the calendar. Then the right edge gets hacked off. What we'd like 
to do is have a button that the user can click to print the page, and have 
it automatically print in landscape.
Ideally, what we would like even MORE would be if this button would print 
JUST the calendar, and not any of the rest of the page.

Does anyone know how to do either of these things?

Thanks!
Terri
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CF-Talk V1 #50

2000-10-10 Thread Ian Magness

Are the settings in my application.cfm file correct or am I missing
something?

__













https://www.neweracap.com/">






I am getting an error when I access the web as follows:


_
Error Occurred While Processing Request
Error Diagnostic Information
Error attempting to get the client (Client ID = '229322').


A problem was encountered trying to access the system registry. Error number
1450 occurred.


The error occurred while processing an element with a general identifier of
(CFAPPLICATION), occupying document position (12:1) to (17:51).


Date/Time: 10/10/00 12:42:33
Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; TUCOWS Network)
Remote Address: 204.188.32.66


 


Ian Magness
Webmaster
New Era Cap Company Inc.
[EMAIL PROTECTED]
http://www.neweracap.com

CONFIDENTIALITY NOTICE:
This e-mail is ONLY for the person(s) named in the message header.  Unless
otherwise indicated, it contains information that is confidential,
privileged or exempt from disclosure under applicable law.  If you have
received it in error, please notify the sender and delete the message.



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 10, 2000 6:24 AM
To: [EMAIL PROTECTED]
Subject: CF-Talk V1 #50


CF-TalkTue, 10 Oct 2000   Volume 1 : Number
50

In this issue:

Re: XML, XSL Books?
RE: XML, XSL Books?
Re: CFTREEITEM woes...
CFM-Resources
RE: CFTREEITEM woes...
PLEASE RESPOND DIRECTLY:  RE: mindseys.com and/or Jim Burke
Re: Oracle and Spectra
Re: Which Platform is most scabable for CF 4.5?
RE: CFTREEITEM woes...
RE: Which Platform is most scabable for CF 4.5?
cfx_image
Re: CFTREEITEM woes...
Re: cfx_image
RE: cfx_image
Re: CFTREEITEM woes...
studio custom settings
Re: cfx_image
RE: CFTREEITEM woes...
Re: cfx_image
RE: Which Platform is most scabable for CF 4.5?
RE: You are a stored Proc god if you can answer this...
plainURL and NT SP6
WDDX for dummies
Sorry [was Re: Which Platform is most scabable for CF 4.5?]
RE: WDDX for dummies
RE: Which Platform is most scabable for CF 4.5?


--

Date: Mon, 9 Oct 2000 22:20:20 -0400
From: "Alexander Aguilar" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: Re: XML, XSL Books?
Message-ID: <003701c03260$a52357e0$6401a8c0@Saken>

Hmm, I didn't find "XML for Dummies" to be too useful. At least the first
edition was chock full of errors and I'm not talking about just typos .  I'd
recommend "XML by Example"


- Original Message -
From: "Paige Chandler" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, October 09, 2000 3:17 PM
Subject: Re: XML, XSL Books?


> Hi Shawn,
>
> There is an "XML for Dummies" book available. I have it but have not
gotten
> very far reading it. What I've read is pretty good.
>
> Regards,
>
> Paige
>
> - Original Message -
> From: "Shawn Regan" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, October 09, 2000 2:05 PM
> Subject: XML, XSL Books?
>
>
> > This message is in MIME format. Since your mail reader does not
understand
> > this format, some or all of this message may not be legible.
> >
> > --_=_NextPart_001_01C0321B.79E02388
> > Content-Type: text/plain;
> > charset="iso-8859-1"
> >
> > Can anyone point me to some good XML and XSL books?
> >
> > Shawn Regan
> >
> > --_=_NextPart_001_01C0321B.79E02388
> > Content-Type: text/html;
> > charset="iso-8859-1"
> >
> > 
> > 
> > 
> > 
> > 
> > XML, XSL Books?
> > 
> > 
> >
> > Can anyone point me to some good XML and XSL
books?
> > 
> >
> > Shawn Regan 
> > 
> >
> > 
> > 
> > --_=_NextPart_001_01C0321B.79E02388--
>
> --
> 
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
>
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--

Date: Tue, 10 Oct 2000 12:05:22 +0930
From: Peter Tilbrook 

Re: CFX-Image

2000-10-10 Thread JustinMacCarthy

Grab the zip from here (mins site)
http://www.intrafoundation.com/3rdparty/CFX_Image.zip

There is a set of egs + readme with it...

Justin


- Original Message -
From: "Kevin Schmidt" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, October 10, 2000 7:06 PM
Subject: CFX-Image


> Where is the best site to get this from...documentation???
>
> Thanks,
>
> Kevin Schmidt
> Internet Services Director
> PWB Integrated Marketing and Communications
> Office: 734.995.5000
> Mobile: 734.649.4843
>
>
>
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CFX-Image

2000-10-10 Thread Russel Madere

Actually, I found NO documentation on a website.  However, Jukka's
documentation included in the archive were quite sufficient.

Russel


  Russel Madere, Jr. Senior Web Developer
  ICQ: 5446158   http://www.TurboSquid.com

Some days you eat the bear; some days the bear eats you.



-Original Message-
From: Kevin Schmidt [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 10, 2000 13:06
To: CF-Talk
Subject: CFX-Image


Where is the best site to get this from...documentation???

Thanks,

Kevin Schmidt
Internet Services Director
PWB Integrated Marketing and Communications
Office: 734.995.5000
Mobile: 734.649.4843




--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Anyone know how to stay awake after overnighters??

2000-10-10 Thread Jaime Garza

Don't worry, the product is out.  The PRODUCT IS OUT! Isn't that scary?
What if your customer finds a SHOW STOPPER in the first minute?  Is that bug
REALLY fixed and gone?

That'll keep you awake.  Feels good being of service...





> -Original Message-
> From: Brian bouldernet [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 10, 2000 7:28 AM
> To: CF-Talk
> Subject: Anyone know how to stay awake after overnighters??
>
>
> After a very long night we got a product out the door? Now
> another work day.
> Anyone have any pointers
>
> -Brian
>
> --
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
> _talk or send a message to [EMAIL PROTECTED] with
> 'unsubscribe' in the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CFX-Image

2000-10-10 Thread Pete Freitag

You can download it from http://www.cfdev.com if you download autoresize
(its free).  I don't think it comes with the CFX_Image docs, but it might,
If not I Think I can get those for you.

__
Pete Freitag ([EMAIL PROTECTED])
CFDEV.COM / NETDesign Inc.
ColdFusion Developer Resources
http://www.cfdev.com/

-Original Message-
From: Kevin Schmidt [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 10, 2000 2:06 PM
To: CF-Talk
Subject: CFX-Image


Where is the best site to get this from...documentation???

Thanks,

Kevin Schmidt
Internet Services Director
PWB Integrated Marketing and Communications
Office: 734.995.5000
Mobile: 734.649.4843




--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Slightly OT: aliasing networked drive in PWS?

2000-10-10 Thread James Mathieson

Chris,

Thanks mucho! That did it. Important tip for my first use of SQL server.
I guess I was still thinking in Access terms while trying to connect up.

Cheers,
James~

-Original Message-
From: Chris Lott [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 10, 2000 1:01 PM
To: CF-Talk
Subject: Re: Slightly OT: aliasing networked drive in PWS?


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Can't you map the datasource using its IP address? I don't know of any
way
to map the SQL Server db the way you wish to, which sounds like you are
trying to treat it as a file based database like Access. Choose the SQL
Server driver, in the connection
box use a host of .xxx.xxx.xxx or the ip name, and then in the
advanced
properties set the db and username/password.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Security dilemma

2000-10-10 Thread Tage Widsell

Hi,

First of all - i'm not a server admin or security expert, so here we go:

I have a server using advanced security to authenticate users from an odbc
user directory. That works just fine for protecting the CF parts of my web
with an IsAuthenticated() in the application.cfm file. Now, my problem is
that I have some other files - a bunch of zips that I want to be protected
as well. If someone knew the URL (www.mydomain.com/protected/thefile.zip)
they could just bypass my beloved security and download it. Is there anyway
to set up security in CouldFusion ot restrict any access or does it work
only on coldfusion templates?

This site is on a NT4/CF Pro 4.0.1. I don't have much experience with NT. I
guess what I'm looking for is something like .htaccess on unix.

Any ideas are appreciated.

Regards
Tage Widsell
Webmaster
Propellerhead Software

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Anyone know how to stay awake after overnighters??

2000-10-10 Thread Russel Madere

Thanks for those words of encouragement!

Now I don't think I'll sleep for a month.

Russel


  Russel Madere, Jr. Senior Web Developer
  ICQ: 5446158   http://www.TurboSquid.com

Some days you eat the bear; some days the bear eats you.



-Original Message-
From: Jaime Garza [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 10, 2000 12:27
To: CF-Talk
Subject: RE: Anyone know how to stay awake after overnighters??


Don't worry, the product is out.  The PRODUCT IS OUT! Isn't that scary?
What if your customer finds a SHOW STOPPER in the first minute?  Is that bug
REALLY fixed and gone?

That'll keep you awake.  Feels good being of service...





> -Original Message-
> From: Brian bouldernet [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 10, 2000 7:28 AM
> To: CF-Talk
> Subject: Anyone know how to stay awake after overnighters??
>
>
> After a very long night we got a product out the door? Now
> another work day.
> Anyone have any pointers
>
> -Brian
>
> --
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
> _talk or send a message to [EMAIL PROTECTED] with
> 'unsubscribe' in the body.


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



ODBC Datasource Theoretical ?

2000-10-10 Thread Eric Hoffman

Which one of these two scenarios would you find to be the most efficient use of the 
ODBC connections on a CF server which connects to a SQL box?   (we have a database on 
a SQL server with 5 separate tables for different apps)

1. Multiple Datasource (one per app) names pointing to a single SQL database?

2. One datasource shared by all the apps connecting to the single SQL database?

If you have 15 users connecting at a time,  which one leaves CF in the best shape?  I 
think that #2 is the best answer, but a Net Admin guy here asked and I wanted to be 
sure. 

Thanks.  

Eric
Meagher & Geer, PLLP

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: cfx_image

2000-10-10 Thread Len Conrad


>How can Image Robot be called from CF?  Or do you mean spawning the
>executable?

yeah, the IR script setup is in the IR GUI, but once that's done, 
call a batch file that runs IR + script name + files + etc.

IROBOT  [/r [filespec | /@ listfile] [/e] [/i] [/n][/l logfile]]

Len


http://BIND8NT.MEIway.com: ISC BIND 8.2.2 p5  installable binary for NT4
http://IMGate.MEIway.com:  Build free, hi-perf, anti-spam mail gateways

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Log Analysis

2000-10-10 Thread David E. Crawford

I am looking for an inexpensive log analysis tool for use with Website Pro
from O'Reilly.  Any suggestions?

Thanks.

Dave

---
David E. Crawford
Director, Internet Development
Yale Security Group, Inc.


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Security dilemma

2000-10-10 Thread Dave Hannum

Try putting the zip files in a non web accessable directory and retrieving
them via CFFILE for the users.

Dave


=
"What we need is a list of specific unknown problems we will encounter"

David Hannum
Web Analyst/Programmer
Ohio University
[EMAIL PROTECTED]
(740) 597-2524



- Original Message -
From: "Tage Widsell" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, October 10, 2000 1:20 PM
Subject: Security dilemma


Hi,

First of all - i'm not a server admin or security expert, so here we go:

I have a server using advanced security to authenticate users from an odbc
user directory. That works just fine for protecting the CF parts of my web
with an IsAuthenticated() in the application.cfm file. Now, my problem is
that I have some other files - a bunch of zips that I want to be protected
as well. If someone knew the URL (www.mydomain.com/protected/thefile.zip)
they could just bypass my beloved security and download it. Is there anyway
to set up security in CouldFusion ot restrict any access or does it work
only on coldfusion templates?

This site is on a NT4/CF Pro 4.0.1. I don't have much experience with NT. I
guess what I'm looking for is something like .htaccess on unix.

Any ideas are appreciated.

Regards
Tage Widsell
Webmaster
Propellerhead Software


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



charactersets...in Netscape

2000-10-10 Thread j p

This piece of code allows me to make sure teh browser is displaying 
Arabic...(IE)



This doesn't work in NN...not only that there doesn't seem to be a supported 
Arabic font set in NN...does anyone know of an international release that 
supports Arabic and / or a meta tag that will allow me to force NN into an 
arabic mode...

Thoughts

Thanks J
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: [Security dilemma]

2000-10-10 Thread double-down

CF only protestct CF pages. You could put your protected files off the webroot
and use a  that you protect to get at them.

"Tage Widsell" <[EMAIL PROTECTED]> wrote:
Hi,

First of all - i'm not a server admin or security expert, so here we go:

I have a server using advanced security to authenticate users from an odbc
user directory. That works just fine for protecting the CF parts of my web
with an IsAuthenticated() in the application.cfm file. Now, my problem is
that I have some other files - a bunch of zips that I want to be protected
as well. If someone knew the URL (www.mydomain.com/protected/thefile.zip)
they could just bypass my beloved security and download it. Is there anyway
to set up security in CouldFusion ot restrict any access or does it work
only on coldfusion templates?

This site is on a NT4/CF Pro 4.0.1. I don't have much experience with NT. I
guess what I'm looking for is something like .htaccess on unix.

Any ideas are appreciated.

Regards
Tage Widsell
Webmaster
Propellerhead Software

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in the
body.



Get free email and a permanent address at http://www.netaddress.com/?N=1
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.



  1   2   >