Re: access to sql server 7

2000-04-25 Thread Fred Sanders

http://www.ukaug.co.uk/downloads/v8downloads.htm

- Original Message -
From: "Won Lee" <[EMAIL PROTECTED]>
Newsgroups: cf-talk
To: <[EMAIL PROTECTED]>
Sent: Friday, April 21, 2000 2:04 PM
Subject: access to sql server 7


> I can't seem to find the SQL server upsizing window on microsoft.com
>
> anyone have the specific link to it?
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: cfinput / input

2000-04-25 Thread Fred Sanders

Josh, unless the query is going to bring up more than one record try:

   
   
   
   
   
   
   

If it is, then set a temp variable and with you cfoutput the query have it
append the results then give your cfinput that value.  Hope this helps.

Fred



- Original Message -
From: "Joshua Yip" <[EMAIL PROTECTED]>
To: "CF Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 24, 2000 2:41 PM
Subject: cfinput / input


> The following code is only valid ( not producing error) if I have
>  tag instead of  but i need the cfinput for validation.
> Any ppl got any idea?
>
>
>
>value="#Trim(matchDetail.permainan)#"
>
> >
> --
> Joshua Yip
> ICQ : 8657630
> IVOX TECHNOLOGY
>
>
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: NumberFormat

2000-04-25 Thread Fred Sanders

replace the nines after the comma with underscores.

i.e:
#NumberFormat('.28','___
_.__')#

Oh any reason you felt the need to submit the question 5 times, or did your
mail server just screw up??

- Original Message -
From: "Manam Suresh" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 24, 2000 2:32 PM
Subject: NumberFormat


> I am having problems with NumberFormat.
> The #NumberFormat('.28',
> '.99')# is giving
> 2003764205190119424.00  as result.
>
> Is there any limit on the number parameter.
>
> Thanks
> Kumar
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: maintaining decimal place

2000-04-25 Thread Fred Sanders

Set the Data Type to "Number",Field Size to "Double", Format to "Fixed" and
Decimal Places to "2".
That should do it for you two.

Fred

- Original Message -
From: "Britta Wingenroth (Design Department)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 25, 2000 1:55 AM
Subject: Re: maintaining decimal place


> I'm looking for the answer to the same question.  I'm using Access and as
> long as I have my values set as currency, once the query runs $14.00 turns
> into14..  If anyone could help, we'd both appreciate not loosing our
> minds!
>
> Britta
>
> - Original Message -
> From: "Jay Wigginton" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, April 17, 2000 10:10 AM
> Subject: maintaining decimal place
>
>
> > I am having trouble for some reason with having data entered via a form
> into
> > an Access database  and keeping the decimal places entered in place...
> > person enters 2.5 the database rounds it to 2...  if I set the database
to
> > number, type double... it maintains the decimal places but then CF
> displays
> > all the numbers entered with a decimal place and a zero added...  2.5
> > entered displays as 2.5 181 entered displays as 181.0I have
never
> > had this problem before that I can remember   Am I losing my mind
here
> > and just not doing something right?
> >
> > thanks
> > Jay
> >
>
> --
> 
> > Archives: http://www.eGroups.com/list/cf-talk
> > 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.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: does everyone always encrypt??

2000-04-25 Thread Fred Sanders

hey Russel it explains a lot about Steve at least, he likes a good hashing
now and then. LOL
I wonder if he's just a social Hash()er, or if he does it by himself too.

Just playin'  no offense meant or hopefully taken, just couldn't resist.

Fred


- Original Message -
From: "Russel Madere" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 25, 2000 9:02 AM
Subject: RE: does everyone always encrypt??


> Doh!  Open mouth, insert foot!
>
> That's what I get for speaking before my first gallon of coffee.
>
>
> -Original Message-
> From: Steve Martin [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 25, 2000 8:48 AM
> To: [EMAIL PROTECTED]
> Subject: RE: does everyone always encrypt??
>
>
> In what way would encrypting yourself be useful? Besides, the last time I
> put myself through a hashing function I felt all dizzy and fell over.
> 
>
>
> >
> > I've never encrypted myself.  I think it is useful in some
circumstances,
> > but never in any I have been involved with.
> >
> > Russel Madere, Jr.
> > Web Developer
> >
> > "Be good and you will be lonesome.
> >  Be lonesome and you will be free.
> >  Live a lie and you will live to regret it."
> >   Jimmy Buffett
> >   That's What Living Is To Me
> >
> > -Original Message-
> > From: Jeff Fongemie [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, April 25, 2000 7:37 AM
> > To: Cf-Talk
> > Subject: does everyone always encrypt??
> >
> >
> >
> > I'm just curious, do people here always encrypt their cfm
> > templates? I often
> > don't, but I'm beginning to think it might be a good idea to start
> > encrypting form action scripts.
> >
> > Any logic, reasoning people use for when/ when not to encrypt??
> >
> > Thanks,
> >
> > Jeff Fongemie
> >
> > --
> > --
> > --
> > Archives: http://www.eGroups.com/list/cf-talk
> > 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.eGroups.com/list/cf-talk
> > 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.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: Application to test CFMAIL performance?

2000-04-25 Thread Fred Sanders

He'll end up getting himself banned from himself for email bombing.

- Original Message -
From: "Eron Cohen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, April 24, 2000 11:28 AM
Subject: RE: Application to test CFMAIL performance?


> Steve,
>
> If you just want to see how fast Cold Fusion can pass email messages to
your
> mail server, I'd guess you can probably find out what you want to know by
> sending 2000 email messages to one email address.  You could do something
> like:
>
> 
>
>  FROM="[EMAIL PROTECTED]" subject="TEST #my_INDEX#">
>
> This is a test...
>
> 
>
>
> 
>
> You can also get a pretty good idea of what the performance is going to be
> like by watching the CFUSION\MAIL\SPOOL directory.  Once you've sent a few
> hundered messages out you can watch how fast the mail files "disappear"
> fromt that directory.  On our lame Pentium 100 mail server, it sends a
> single message approximately every 1.5 seconds.
>
> Eron
> in-sync
> Bethesda, Maryland
>
> -Original Message-
> From: Steve Goldenberg [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 24, 2000 11:22 AM
> To: [EMAIL PROTECTED]
> Subject: Application to test CFMAIL performance?
>
>
> Dear CF users,
>
> Does anyone know of an application that will let you test CFMAIL with a
high
> number of requests? I would like to test some code by sending out
> 1,000-2,500 emails, but I don't have a huge list available to me, nor do I
> want to spam 2,500 people with a "Just testing, sorry!" email. Do you know
> of any application that can do anything like this?
>
> Thanks for the help,
>
> -Steve Goldenberg
> Interfolio.com
> 4300 Old Dominion Dr.
> Suite 901
> Arlington, VA 22207
> p: 703.522.4004
> f: 209.315.7319
>
> --
--
> --
> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: What happened to this list?

2000-04-24 Thread Fred Sanders

It could be a she.

- Original Message -
From: "Gregory Weiss" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 24, 2000 10:36 AM
Subject: RE: What happened to this list?


> This is one of the most disgusting professional acts I have ever
> encountered, and the person who did that should not only be banished from
> this list, but should be sought out by the development community as well
and
> 'Boycotted'.  I mean, I wouldn't want a guy like this work with me OR for
> me.  I have enjoyed nearly all the conversations on this list and
recognize
> that the list is for elementary as well as challenging questions.  In
> addition, the list has allowed to be develop contacts for questions should
I
> need assistance, no matter how trivial.  I'd really like to know who that
> person was that did this and bring him to justice.  I thought the days of
> Sabotaging Lab-Experiments were left behind me in College.  Guess not.
>
> Gregory L. Weiss
> Web Development Project Leader
> Trapezoid, Inc.
> 4107 Laguna Street
> Coral Gables, Florida 33146
> (305) 442-8060 x230
> [EMAIL PROTECTED]
> 
>
>
> -Original Message-
> From: Marcus [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 20, 2000 3:52 PM
> To: [EMAIL PROTECTED]
> Subject: Re: What happened to this list?
>
>
> > I don't want to keep this thread going but I
> think that is
> > very wrong of
> > someone to insult others on this list, were
> all here trying
> > to learn from
> > one another not insult one another.
>
> Try this one...
>
> Recently I posted a question I had to the list
> and no one responded. Not a big deal, everyone
> has a life. Today the owner of the company I
> work at brought me a copy of an email he
> recieved from someone on this list... it
> basically said that the programmer he had hired
> was unable to accomplish a minor task like the
> one I mentioned, and he had, out of the goodness
> of his heart, searched out the company to offer
> his skills should my company wish to 're-think
> the current development staff'.
>
> My boss reminded me that I should be careful of
> the people I associate with, and left it at
> that. Aren't I lucky!
>
> Marcus
> Dr. Marcus Kiel
> Director of Development
> AdTel International
> --
--
> --
> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: What happened to this list?

2000-04-24 Thread Fred Sanders

darn! my girlfriend took her whips with her when she went back home.

- Original Message -
From: "Ric Smith" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 24, 2000 10:31 AM
Subject: Re: What happened to this list?


> It was me!!!
>
> Now beat me!!!
>
> Beat me like the bad boy that I am!!!
>
> ooops.
>
> Wrong list.
>
> -- Ric Smith
>
> > > >I am demanding that you post his name to the list. It is a disservice
> to
> > > the
> > > >rest of us if you let him keep his anonymity. Let him suffer the
global
> > > >consequences for his actions. If there's a fox in the hen house, we
all
> > > have
> > > >a right to know who it is and adjust accordingly.
> > >
> > > Umm...'scuse me, but in the spirit of repeated requests to return
> > > this list
> > > back to its formerly non-confrontational state, do you think you
*might*
> > > consider backing down off the Torquemada routine a little bit?  I
> > > want this
> > > jackass outed as much as you, and MANY here have voiced a similar
> desire -
> > > but making brash (and futile, and impotent) "demands" is more likely
to
> > > dissuade compliance than encourage it.
> > >
> > > If Dr. Kiel wishes to share the name of the misbegotten little
> > > rat sh*t with
> > > us, he will.  If he doesn't, he won't.  It's that simple.  Ultimately
> the
> > > decision is his.
> > >
> > > To Dr. Kiel: put yourself in our positions - you know you'd want to
feel
> > > like you could safely ask a simple question without some
> > > underhanded little
> > > trouser-stain putting your job at risk.  I can see how you'd find
> > > it a point
> > > of honor to place yourself above this person - that revealing his
> > > name would
> > > be invading his privacy and, in some way, might put you on the same
> moral
> > > level as him.
> > >
> > > This isn't the case, I assure you.  This person, and anyone like him,
is
> a
> > > threat to the community we have set up.  HE chose this road; you're
not
> > > burning his privacy, your helping the rest of us maintain our OWN
> privacy.
> >
> > Everyone... please understand.
> >
> > first... I just dropped my original box, and have been spending my time
> > getting windows 2000 up on this new one, hence I haven't had a chance to
> > read email.
> >
> > second... I also would love to know the name of the person that did
this.
> > However, my boss, fearing I would use certain dubious skills to 'rip'
that
> > persons connection from the internet as we know it, has chosen to show
me
> > the email, sans originators name. So at this point in time I am as much
in
> > the dark as to his identity as anyone here.
> >
> > Trust, that if and when I do find out, I will splatter his name across
> every
> > venue I can possibly imagine... starting of course with this news list.
> >
> > Marcus
> >
>
> --
> 
> > Archives: http://www.eGroups.com/list/cf-talk
> > 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.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: Cookies disappear

2000-04-24 Thread Fred Sanders

I thought it was 4k per cookie.
- Original Message -
From: "Lon Lentz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 24, 2000 8:10 AM
Subject: RE: Cookies disappear



>
>   Cookies are limited to 20 per domain. The 21st cookie will cause the
first
> one to be purged. I
>  believe that the max memory size for all of your site's cookies is 4k.
>
>
>
> Lon Lentz
> Applications Developer - GetLists.Com
> DataWarehousing and List Sales - Market your lists on the Net!
> [EMAIL PROTECTED]
> 941-541-9000 Ext. 210


--
Archives: http://www.eGroups.com/list/cf-talk
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: HTTP request and CGI variables

2000-04-24 Thread Fred Sanders

Why not physically go to the page, view source and match up parameter to
exactly what they're using.  Oh just thought of something, is the page using
frames?

- Original Message -
From: "Andrea W" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 24, 2000 8:45 AM
Subject: Re: HTTP request and CGI variables


>
> Pan,
>
> That is a good point. I just tried that. It still doesn't work - I also
> tried getting rid of the http_ as another person on this list recommended,
> and that does not work either. Could be that I am still not feeding it the
> exact user agent value it is looking for...
>
> Andrea
>
> Original Message Follows
> From: "pan" <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: <[EMAIL PROTECTED]>
> Subject: Re: HTTP request and CGI variables
> Date: Sat, 22 Apr 2000 21:21:33 -0700
>
>
> From: Andrea W <[EMAIL PROTECTED]>
>
>
>
>  > I am sending an http request using cfhttp to register a user on a
remote
>  > site - the remote site is using asp. The asp code is looking for the
> browser
>  > type in the cgi variables. I am sending it the browser type as follows:
>  >
>  >   >
>
url="http://remote.server.com/signup/signup.asp?username=andrea&password=ses
ame"
>  > method="post" resolveurl="true">
>  >
>  > 
>  >
>  > 
>  >
>  > But the remote app is still balking and claiming that I have an old
> browser
>  > version. Does anyone know if there is some way that using the cfhttp
tag
> can
>  > tack on some cgi variables that cannot be overridden by the
cfhttpparam?
> I
>  > have shown this code to the asp developer who wrote the code that
accepts
>  > the user registration, and he said the HTTP_USER_AGENT variable looked
>  > correct and is what his app is looking for.
>  >
>
> Have you tried setting the user_agent to an older version?
> Might be that the receivning app isn't filtering correctly
> for 5.01 
>
> Pan
>
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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 Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: "=" in mail sent through cfmail tag

2000-04-24 Thread Fred Sanders

If your referring to it happening on the list, it more likely being caused
by the fact that support for all MIME types has been turned off on the mail
server for this list.  Due to an outbreak of a script virus that got past
the servers virus protection not too long ago, it was disabled so that no
attachments would come through.

Fred T. Sanders
Galveston Island, TX
--
Having a bad day?
Imagine this...

You are in total seclusion from that hectic place called "The World".
The soothing sound of a gentle waterfall fills the air with a cascading
serenity.
The water is clear.
You can easily make out the face of the person you are holding underwater.

Feeling better?


- Original Message -
From: "Leong Yew" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 24, 2000 8:02 AM
Subject: "=" in mail sent through cfmail tag


> Dear list members,
>
> Several weeks ago someone posted a message to the list concerning the
> appearance of "=" signs in mail that has been sent through the CFMAIL tag.
I
> vaguely remember someone responding to this as a result of CF wordwrapping
> the message body at certain intervals. Does anyone have a way around this
> problem? I tried relocating the discussion thread on the cf-talk archive
at
> egroups.com, but that hasn't been updated since Feb.
>
> Thanks
>
> Leong
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: New Public Beta Release of exciting new automatic FORM CREATION tag!

2000-04-23 Thread Fred Sanders

GRR

Fred T. Sanders
Galveston Island, TX
--
Having a bad day?
Imagine this...

You are in total seclusion from that hectic place called "The World".
The soothing sound of a gentle waterfall fills the air with a cascading
serenity.
The water is clear.
You can easily make out the face of the person you are holding underwater.

Feeling better?


- Original Message -
From: "Brian Bray" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 23, 2000 6:34 PM
Subject: New Public Beta Release of exciting new automatic FORM CREATION
tag!


>
> Hello,
>
> I am excited to announce the first public beta version of a new set of
> custom tags called Incredibly Powerful Form Manager for
> ColdFusion ('CFIPFM').
>
> To learn more about CFIPFM please read on.  In addition much
> documentation is available (and more is on the way) at:
> http://www.cfipfm.com.  In particular you will find the About ->
> Philosophy page and the Support -> Documenatation pages to be the most
> helpful.
>
> About CFIPFM
> 
>
> Incredibly Powerful Form Manager for ColdFusion ("CFIPFM") is a set of
> custom tags that helps you create high-quality, web-based forms by
> providing a rich set of features and tools for designing and displaying
> the web-based forms. CFIPFM drastically reduces development time over
> normal hand-coded web-based forms by generalizing form definitions,
> performing automatic data validation, reusable forms and form components
> and dynamically generating database queries.
>
> CFIPFM will drastically reduce development time (up to 60%) while
> simultaniously improving overall site quality.  Thoes who have used it
> already cant praise it enough!
>
> CFIPFM is also extremely extensible and customizable. All HTML output is
> generated dynamically from global or local form "styles". These styles
> allow you to control EVERY HTML tag and tag parameter that is generated by
> CFIPFM, allowing you infinite control over the "look and feel" of your
> web-based forms.
>
> Additionally, large portions of the code can be re-written to perform
> entirely different tasks. You could create new "widgets" or form element
> types to suit your needs or you could completely re-write the database
> toninterface and change it to a email form if you wanted to! CFIPFM can
> adapt to most any web-based form circumstances.
>
>
> Beta Evaluation
> ===
>
> CFIPFM is in working order. It is already being used on several sites that
> my colleagues and I are working on. The problem is that CFIPFM has not had
> exposure to a wide range of applications, platforms and databases. The
> purpose of the beta program is to find and eliminate major bugs and to
> adapt CFIPFM to handle a wide range of situations and scenarios that it
> have not yet been encountered before a version is made available for
> purchase.
>
> Beta testers get the opportunity to influence the product development. In
> addition people who provide exceptional feedback and comments will be
> rewarded with a free single domain license.
>
> Download and Test
> =
>
> To download the beta evaluation goto: http://www.cfipfm.com/download/
>
> You can read more about the beta evaluation version at:
> http://www.cfipfm.com/beta/
>
>
> Sincerely,
> Brian Bray
> CFIPFM Author
>
>
>
>
>
>
>
>
>
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: What happened to this list?

2000-04-23 Thread Fred Sanders

HERE HERE! I SECOND THAT!

Fred T. Sanders
Galveston Island, TX
--
Having a bad day?
Imagine this...

You are in total seclusion from that hectic place called "The World".
The soothing sound of a gentle waterfall fills the air with a cascading
serenity.
The water is clear.
You can easily make out the face of the person you are holding underwater.

Feeling better?


- Original Message -
From: "Steve Reich" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 23, 2000 5:30 PM
Subject: Re: What happened to this list?


> I am demanding that you post his name to the list. It is a disservice to
the
> rest of us if you let him keep his anonymity. Let him suffer the global
> consequences for his actions. If there's a fox in the hen house, we all
have
> a right to know who it is and adjust accordingly.
>
>
> - Original Message -
> From: "Michael Dinowitz" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, April 23, 2000 3:27 AM
> Subject: Re: What happened to this list?
>
>
> > Wrong reply to the wrong message. I'm very upset at hearing this story
and
> > if/when I find out who the 'helper' was, I'm defiantly going to ban
> him/her
> > from the list.
> >
> >
> > > Went down for the holidays. :)
> > > Actually, the safeguards I had in place were not enough. It seems that
> > > post.office has a major problem when dealing with certain formatted
> > emails.
> > >
> > >
> > > > On 4/20/00, Michael Blair penned:
> > > > >Try this one...
> > > > >
> > > > >Recently I posted a question I had to the list
> > > > >and no one responded. Not a big deal, everyone
> > > > >has a life. Today the owner of the company I
> > > > >work at brought me a copy of an email he
> > > > >recieved from someone on this list... it
> > > > >basically said that the programmer he had hired
> > > > >was unable to accomplish a minor task like the
> > > > >one I mentioned, and he had, out of the goodness
> > > > >of his heart, searched out the company to offer
> > > > >his skills should my company wish to 're-think
> > > > >the current development staff'.
> > > > >
> > > > >My boss reminded me that I should be careful of
> > > > >the people I associate with, and left it at
> > > > >that. Aren't I lucky!
> > > >
> > > > You could have told your boss, "Well yeah, but obviously this guy
> > > > doesn't know EVERYTHING or he wouldn't be subscribed to a help list
> > > > either". :)
> > > >
> > > >
> > > > Bud Schneehagen - Tropical Web Creations
> > > >
> > > > _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
> > > > ColdFusion Solutions / eCommerce Development
> > > > [EMAIL PROTECTED]
> > > > http://www.twcreations.com/
> > > > 954.721.3452
> > >
> >
>
> --
> > > 
> > > > Archives: http://www.eGroups.com/list/cf-talk
> > > > 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.eGroups.com/list/cf-talk
> > > 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.eGroups.com/list/cf-talk
> > 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.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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 7 crashing issue

2000-04-23 Thread Fred Sanders

Oh yeah! I'm really coherent at 4am  Sheesh! Let me know if you didn't
understand something in that mess I sent and I'll translate it.


Fred T. Sanders
Galveston Island, TX
--
Having a bad day?
Imagine this...

You are in total seclusion from that hectic place called "The World".
The soothing sound of a gentle waterfall fills the air with a cascading
serenity.
The water is clear.
You can easily make out the face of the person you are holding underwater.

Feeling better?


- Original Message -
From: "Fred Sanders" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 23, 2000 4:06 AM
Subject: Re: SQL 7 crashing issue


> I would guess more along the lines of a DLL file or OCX being replaced by
an
> unscrupulous setup program for another software package.  Have tried
> updating your SQL7 w/ both service packs.  Also if you changed or
> reinstalled something you'd need to re-apply the patches in most cases.
> Another possibility would be another app or service running might be
> disrupting things as well.  What does the error say when it crashes? (i.e.
> the details), that would help figure things out as well.
>
>
> Fred T. Sanders
> Galveston Island, TX
> --
> Having a bad day?
> Imagine this...
>
> You are in total seclusion from that hectic place called "The World".
> The soothing sound of a gentle waterfall fills the air with a cascading
> serenity.
> The water is clear.
> You can easily make out the face of the person you are holding underwater.
>
> Feeling better?
>
>
> - Original Message -
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, April 23, 2000 3:49 AM
> Subject: Re: SQL 7 crashing issue
>
>
> > On my maching if I use a wizard to import data into SQL 7, right at the
> end
> > of the process the program crashes. I have 128 megs of RAM, u think it
> > could be a lack of RAM issue?
> >
> >
> > At 02:36 AM 4/23/2000 -0500, you wrote:
> > >SQL 7 has very "Access" like interfaces for building tables etc., and a
> > >built in Access database importer.
> > >
> > >What I have discovered, if you MUST run both on one machine, throw A
LOT
> of
> > >ram in that machine.  It appears that SQL 7 really eats ram.
> > >
> > >Peter Janett
> > >
> > >New Media One Web Services
> > >   ~Professional results with a personal touch~
> > >   http://www.newmediaone.net
> > >   [EMAIL PROTECTED]
> > >   (303)828-9882
> > >- Original Message -
> > >From: Bill Killillay <[EMAIL PROTECTED]>
> > >To: Cf-Talk <[EMAIL PROTECTED]>
> > >Sent: Thursday, April 20, 2000 9:25 PM
> > >Subject: Dedicated Servers??
> > >
> > >
> > > > Ok, here goes.  Just a webby as I am called by some of my friends
> looking
> > > > for a little advice.
> > > >
> > > > I work for an advertising agency and I handle ALL of their clients
> sites.
> > > > We have two that since I have come aboard have really taken off.
Like
> > >over
> > > > a million users a month taken off.  Now my boss is asking me to look
> into
> > > > getting us setup with a dedicated server.  We have been using a
> company
> > >for
> > > > all of our shared hosting and we have been quite happy with them.
> Here is
> > > > my question.
> > > >
> > > > What are the do's and don'ts when setting up a dedicated server for
> the
> > > > first time.  It will have two fairly heavy use sites both done in
CF,
> by
> > >me,
> > > > so I know what I am getting there.  And a few other not so heavy use
> > >sites,
> > > > also done in CF for the most part.  Right now we are also just using
> > >Access
> > > > for the back end and it's been working ok, a little slow at times,
but
> not
> > > > to bad.  We are looking to upsizing to SQL Server 7 on an NT box but
I
> > >know
> > > > nothing about SQL server.  With Access I have a GUI to build tables,
> etc.
> > > > Is there anything like that for SQL Server.  What do any of you
> recommend.
> > > > I am fairly certain that we are going to go with an NT box with CF
> 4.5.1
> > >on
> > > > it and depending on what I can find out and learn probably SQL
Server
> on
> > >the
> > > > same box until we can afford a second box.  Any advice to making

Re: "Able Commerce knock-off"

2000-04-23 Thread Fred Sanders

Its common and even expected of people who work for companies to back their
own products as the best, and one and only true product.  The guy has
already apologized for it.  Drop it please.  We/I have better things to do
than read people griping on this list and its gone on long and far enough.
We are here to help each other out during those all too rare occasions that
our minds go blank and our coffee and chocolate buzz has worn off.  My
grand-daddy used to say that opinions are like (censored expletive)s
everybody's got one and they're all full of (another censored expletive).
Can we all get back to being nice friendly, unstressed little developers who
just want to be better at what they love to do

Thank-you for attention in this matter,

Fred T. Sanders
Galveston Island, TX
--
Having a bad day?
Imagine this...

You are in total seclusion from that hectic place called "The World".
The soothing sound of a gentle waterfall fills the air with a cascading
serenity.
The water is clear.
You can easily make out the face of the person you are holding underwater.

Feeling better?


- Original Message -
From: "Brandon Whitaker" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, April 21, 2000 6:43 AM
Subject: Re: "Able Commerce knock-off"


> > Do you really want to purchase from a product that is so obviously built
> > while looking at the AbleCommerce Builder product?  What does this say
> about
> > the company?
>
> (AbleCommerce Marketing Guide, Step 1: Question competitor's ethics for
> DARING to model their offering on your own flagship product.)
>
> >The fusebox "like" AuctionBuilder product is ONE example of the future of
> >our products, which we are releasing many this year.
>
> (AbleCommerce Marketing Guide, Step 2: Hype your product by comparing it
to
> the well-known and widely-used standard you modeled it on.)
>
> Am I reading your intent incorrectly, or did you just attain Zen-like
> balance by perfecting a 1-to-1 foot/mouth ratio?
>
> Brandon Whitaker
> [EMAIL PROTECTED]
> ---
> "It'll get used by the same people using Opera.  People dressed in black
> wearing berets."
> - Dave Watts, on Mozilla
> "The net interprets censorship as damage and routes around it."
> - John Gilmore
>
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: How do u add BROWSE toa file upload form?

2000-04-23 Thread Fred Sanders

> The code I have thus far is:
>
>  method="POST"
> enctype="multipart/form-data">
> File: 
> 
> 

See where you have the " after the type=FILE"  ???  remove it and the browse
button should magically appear.  (yes I tested it with my own snippet, and
that little " made my browse button disappear.

Fred T. Sanders
Galveston Island, TX
--
Having a bad day?
Imagine this...

You are in total seclusion from that hectic place called "The World".
The soothing sound of a gentle waterfall fills the air with a cascading
serenity.
The water is clear.
You can easily make out the face of the person you are holding underwater.

Feeling better?


- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 23, 2000 3:30 AM
Subject: How do u add BROWSE toa file upload form?


> Hi, quick one. I was going through Ben Forta's book on how to make file
> upload forms, and unfortunately the code does not include how to add the
> BROWSE button so one can select the right file on one's hard drive
> visually. That portion is missing from his example and there is no sample
> of that example on the CD either:(
>
> The code I have thus far is:
>
>  method="POST"
> enctype="multipart/form-data">
> File: 
> 
> 
>
> but again without the BROWSE button to select a file, its not that
helpful.
> Does anyone here know how to add that to this form?
>
> Thanks in advance.
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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 7 crashing issue

2000-04-23 Thread Fred Sanders

I would guess more along the lines of a DLL file or OCX being replaced by an
unscrupulous setup program for another software package.  Have tried
updating your SQL7 w/ both service packs.  Also if you changed or
reinstalled something you'd need to re-apply the patches in most cases.
Another possibility would be another app or service running might be
disrupting things as well.  What does the error say when it crashes? (i.e.
the details), that would help figure things out as well.


Fred T. Sanders
Galveston Island, TX
--
Having a bad day?
Imagine this...

You are in total seclusion from that hectic place called "The World".
The soothing sound of a gentle waterfall fills the air with a cascading
serenity.
The water is clear.
You can easily make out the face of the person you are holding underwater.

Feeling better?


- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 23, 2000 3:49 AM
Subject: Re: SQL 7 crashing issue


> On my maching if I use a wizard to import data into SQL 7, right at the
end
> of the process the program crashes. I have 128 megs of RAM, u think it
> could be a lack of RAM issue?
>
>
> At 02:36 AM 4/23/2000 -0500, you wrote:
> >SQL 7 has very "Access" like interfaces for building tables etc., and a
> >built in Access database importer.
> >
> >What I have discovered, if you MUST run both on one machine, throw A LOT
of
> >ram in that machine.  It appears that SQL 7 really eats ram.
> >
> >Peter Janett
> >
> >New Media One Web Services
> >   ~Professional results with a personal touch~
> >   http://www.newmediaone.net
> >   [EMAIL PROTECTED]
> >   (303)828-9882
> >- Original Message -
> >From: Bill Killillay <[EMAIL PROTECTED]>
> >To: Cf-Talk <[EMAIL PROTECTED]>
> >Sent: Thursday, April 20, 2000 9:25 PM
> >Subject: Dedicated Servers??
> >
> >
> > > Ok, here goes.  Just a webby as I am called by some of my friends
looking
> > > for a little advice.
> > >
> > > I work for an advertising agency and I handle ALL of their clients
sites.
> > > We have two that since I have come aboard have really taken off.  Like
> >over
> > > a million users a month taken off.  Now my boss is asking me to look
into
> > > getting us setup with a dedicated server.  We have been using a
company
> >for
> > > all of our shared hosting and we have been quite happy with them.
Here is
> > > my question.
> > >
> > > What are the do's and don'ts when setting up a dedicated server for
the
> > > first time.  It will have two fairly heavy use sites both done in CF,
by
> >me,
> > > so I know what I am getting there.  And a few other not so heavy use
> >sites,
> > > also done in CF for the most part.  Right now we are also just using
> >Access
> > > for the back end and it's been working ok, a little slow at times, but
not
> > > to bad.  We are looking to upsizing to SQL Server 7 on an NT box but I
> >know
> > > nothing about SQL server.  With Access I have a GUI to build tables,
etc.
> > > Is there anything like that for SQL Server.  What do any of you
recommend.
> > > I am fairly certain that we are going to go with an NT box with CF
4.5.1
> >on
> > > it and depending on what I can find out and learn probably SQL Server
on
> >the
> > > same box until we can afford a second box.  Any advice to making this
as
> > > smooth as possible is great appreciated.
> > >
> > > TIA!!!
> > >
> > > Bill Killillay
> > > ICQ @ 8425781
> > >
> > > *~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
> > > "An investment in Knowledge always pays the best interest."
> > >-Benjamin Franklin-
> > > *~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
> > >
> > > Get Paid to Surf the Web.  It's free, easy and fun.
> > > Sign up for AllAdvantage.com at
> > >
> > > http://alladvantage.com/go.asp?refid=FIB-034
> > >
> >
> --
> >
> > > Archives: http://www.eGroups.com/list/cf-talk
> > > 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.eGroups.com/list/cf-talk
> >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.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?s

test

2000-04-22 Thread Fred Sanders

hmmm, no mail is this thing working.

Fred T. Sanders
Galveston Island, TX
--
Having a bad day?
Imagine this...

You are in total seclusion from that hectic place called "The World".
The soothing sound of a gentle waterfall fills the air with a cascading
serenity.
The water is clear.
You can easily make out the face of the person you are holding underwater.

Feeling better?



--
Archives: http://www.eGroups.com/list/cf-talk
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: UNSUBSCRIBE

2000-04-20 Thread Fred Sanders

What can I say? I'm old school, really old school, even before the elite BS

Fred T. Sanders
Galveston Island, TX
--
Having a bad day?
Imagine this...

You are in total seclusion from that hectic place called "The World".
The soothing sound of a gentle waterfall fills the air with a cascading
serenity.
The water is clear.
You can easily make out the face of the person you are holding underwater.

Feeling better?


- Original Message -
From: "Brandon Whitaker" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 20, 2000 7:03 AM
Subject: Re: UNSUBSCRIBE


> >eww an 3LiTe Hack3r
>
> No, no, no, NO!  You haven't been keeping up with the Attrition.com
mirror.
>
> it's 3l33t haxOr.
>
> I'm still trying to figure out if the originator of this thread was
serious
> or not...
>
> >Having a bad day?
> >Imagine this...
> >
> >You are in total seclusion from that hectic place called "The World".
>
> "You are in a maze of twisty little message threads, all different..."
>
> Brandon Whitaker
> [EMAIL PROTECTED]
> ---
> "It'll get used by the same people using Opera.  People dressed in black
> wearing berets."
> - Dave Watts, on Mozilla
> "The net interprets censorship as damage and routes around it."
> - John Gilmore
>
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: Question2 on FuseBox model

2000-04-19 Thread Fred Sanders

have you tried putting a method="post" in your  tag?

Fred T. Sanders
Galveston Island, TX
--
Having a bad day?
Imagine this...

You are in total seclusion from that hectic place called "The World".
The soothing sound of a gentle waterfall fills the air with a cascading
serenity.
The water is clear.
You can easily make out the face of the person you are holding underwater.

Feeling better?


- Original Message -
From: "aslam bajaria" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 19, 2000 11:03 AM
Subject: Re: Question2 on FuseBox model


> Sorry that was a typo, but I did it the correct way
> and it still did not work.
>
> Thanks.
>
> --- "B.Cravens" <[EMAIL PROTECTED]> wrote:
> > Originally you had:
> > 
> > Remove the extra quotation marks:
> > 
> >
> > Billy
> >
> > - Original Message -
> > From: "aslam bajaria" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Wednesday, April 19, 2000 10:26 AM
> > Subject: Question2 on FuseBox model
> >
> >
> > > First of all I would like to appreciate all the
> > help.
> > > You all have been great.
> > >
> > > The problem I am facing right now is as follows:
> > >
> > > The index.cfm file looks like this:
> > >
> > > 
> > > 
> > >
> > > 
> > >   
> > >
> > >
> > >
> > >
> > >...
> > >
> > > The Mainform.cfm looks like this:
> > >
> > > Please select a state:
> > > 
> > >   
> > >
> > > WA
> > > VA
> > > NY
> > > MO
> > > ...
> > >
> > > My question is that instead of saying
> > > 
> > > 
> > >
> > > Can I say something like:
> > > 
> > >
> > >
> > > and add a case statement in the index.cfm as:
> > >
> > > 
> > >   
> > >
> > > I am unable to do that because of authorization
> > > failure. I would like to know how to call
> > index.cfm
> > > in this case.
> > >
> > > Thanks All
> > >
> > >
> > >
> > >
> > > __
> > > Do You Yahoo!?
> > > Send online invitations with Yahoo! Invites.
> > > http://invites.yahoo.com
> > >
> >
> --
> > 
> > > Archives: http://www.eGroups.com/list/cf-talk
> > > 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.eGroups.com/list/cf-talk
> > 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.
> >
>
> __
> Do You Yahoo!?
> Send online invitations with Yahoo! Invites.
> http://invites.yahoo.com
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: Question on FuseBox model ::: ? :::

2000-04-19 Thread Fred Sanders

> easiest thing to do would be to check out www.fusebox.org
>
Don't forget Hal's site: http://www.teamallaire.com/hal/

Quite a bit on Fusebox there as well.

Fred T. Sanders
Galveston Island, TX
--
Having a bad day?
Imagine this...

You are in total seclusion from that hectic place called "The World".
The soothing sound of a gentle waterfall fills the air with a cascading
serenity.
The water is clear.
You can easily make out the face of the person you are holding underwater.

Feeling better?


- Original Message -
From: "Allen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 19, 2000 7:20 AM
Subject: Re: Question on FuseBox model ::: ? :::


> easiest thing to do would be to check out www.fusebox.org
>
> - Original Message -
> From: "Paul Ihrig" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, April 19, 2000 7:20 AM
> Subject: RE: Question on FuseBox model ::: ? :::
>
>
> > can some one explain to me what this is?
> > is it a way of keeping code predictable[i mean logical] & clean.
> > or is it an add on app for CF.
> >
> > Is it worth learnning?
> > thanks
> > -paul
> >
> > > -Original Message-
> > > From: Pete Freitag [SMTP:[EMAIL PROTECTED]]
> > > Sent: Tuesday, April 18, 2000 10:54 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: RE: Question on FuseBox model
> > >
> > > If your form method is post you can pass the fuseaction in the form
> > > action,
> > > like this...
> > >
> > > 
> > > 
> > > 
> > >
> > > url.fuseaction
> > > form.test
> > > That way the fuseaction retains the url scoping, and a
> > >  call is not required.
> > >
> > > ___
> > > Pete Freitag
> > > CFDEV.COM
> > > Cold Fusion Developer Resources
> > > http://www.cfdev.com/
> > > -Original Message-
> > > From: Fred Sanders [mailto:[EMAIL PROTECTED]]
> > > Sent: Tuesday, April 18, 2000 9:33 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: Re: Question on FuseBox model
> > >
> > >
> > > Pass it as a hidden field.
> > >
> > > 
> > > 
> > > ...
> > >
> > > Fred T. Sanders
> > > Galveston Island, TX
> > > --
> > > Having a bad day?
> > > Imagine this...
> > >
> > > You are in total seclusion from that hectic place called "The World".
> > > The soothing sound of a gentle waterfall fills the air with a
cascading
> > > serenity.
> > > The water is clear.
> > > You can easily make out the face of the person you are holding
> underwater.
> > >
> > > Feeling better?
> > >
> > >
> > > - Original Message -
> > > From: "aslam bajaria" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Tuesday, April 18, 2000 7:50 PM
> > > Subject: Question on FuseBox model
> > >
> > >
> > > > I am trying to learn the fusebox model. I have a
> > > > created a file called index.cfm.
> > > >
> > > > That file has a switch statement.
> > > >
> > > > The question I have is that if I have a file that  has
> > > > a form, then how do I submit that form so that the
> > > > index.cfm file can include the right action page.
> > > >
> > > > The only way I know so far is that I say something
> > > > like
> > > >
> > > > ...
> > > > But,
> > > > I think that in fusebox model you say:
> > > >
> > > > 
> > > >
> > > >  
> > > > 
> > > >  
> > > >
> > > > and so on.
> > > >
> > > > What code do I write in the form page that when the
> > > > user clicks 'Submit', a fuseaction value is passed to
> > > > the index.cfm page.
> > > >
> > > > Thank you.
> > > > Mirza
> > >
> >
>
> --
> > > 
> > > Archives: http://www.eGroups.com/list/cf-talk
> > > 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.eGroups.com/list/cf-talk
> > 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.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: UNSUBSCRIBE

2000-04-18 Thread Fred Sanders

eww an 3LiTe Hack3r

Fred T. Sanders
Galveston Island, TX
--
Having a bad day?
Imagine this...

You are in total seclusion from that hectic place called "The World".
The soothing sound of a gentle waterfall fills the air with a cascading
serenity.
The water is clear.
You can easily make out the face of the person you are holding underwater.

Feeling better?


- Original Message -
From: "Reuben King" <[EMAIL PROTECTED]>
Newsgroups: cf-talk
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 18, 2000 3:04 PM
Subject: Re: UNSUBSCRIBE


> In <001e01bfa8bd$99fad0a0$[EMAIL PROTECTED]>, Julia Green
> ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote:
> > Mr. Haubrich --
> >
> > Hi, my name is Julia Green and I am a Cold Fusion Programmer at UPS.
> > Did you mean that I personally should unsubscribe?  I actually need to
post
> > to solve a DateDiff() problem in a Vacation Posting problem I am doing
> > at work?  However, I don't have the code as of yet.  Probably
tomorrow...
> >
> > Also, I am a little at lost at where and how I should post?  Should I
just
> > reply
> > to an email, or is there an actual board where I should post and how
should
> > I do it?
> >
> > If you can help me with any of these problems, great?
>
> m3 +00 pl3aZ aDd m3 thNaks ok bye
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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 Studio resources hog? anyone see this?

2000-04-18 Thread Fred Sanders

Actually its file management that is improved the most by that setting.
But it does help.

Fred T. Sanders
Galveston Island, TX
--
Having a bad day?
Imagine this...

You are in total seclusion from that hectic place called "The World".
The soothing sound of a gentle waterfall fills the air with a cascading
serenity.
The water is clear.
You can easily make out the face of the person you are holding underwater.

Feeling better?


- Original Message -
From: "Steve Aylor" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 18, 2000 7:11 PM
Subject: Re: Cf Studio resources hog? anyone see this?


>
> I agree, and have theorized the same on NT and 98.  But, alas.. I was
> presented with a tip just this afternoon for WIN98 usage that may
> improve"  -not fix - the sitch
>
> start | Control Panel | System Icon | Performance Tab | File System tab |
> Select Network Server from the drop down
>
> and perform the glorious William Gates - salute - "reboot".
>
>
> Supposedly the win98 default setting for this option (Desktop...) does not
> handle memory mgmnt as well as the Network Server setting.  Caveat emptor
> and YMMV.  I have instituted this change on my win98PC with no current
> problems.  However the change/benefit has been unoticeable so far - 2 hrs
> worth of use.
>
>
> All the best/HTH,
>
> Steve
>
>
>
>
>
> > Does anyone else have this problem:
> >
> > When I have CF Studio 4.5.1 running it seems to take over about 40% of
my
> > resources.
> > I run in the yellow / red (sometimes no color at all) with the MS
resource
> > meter most all the time.
> >
> > Ok, I tend to keep lots of apps open I would be happy to be able to run:
> > CF Studio
> > MS Access
> > FTP Access
> > 2 or three Netscape windows.
> > Outlook
> > AOL Instant Massager 4
> >
> > I consider this minimum running set of apps.
> >
> > I would be nice to also have these apps open too:
> > SQL Manager
> > winamp
> > PCanywhere
> > MS Query
> >
> > It seems that when I open and close apps my memory (ram) becomes
> fragmented.
> > So I just leave them open.  (note: I am not saying this as a fact.  Just
a
> > theory.)
> >
> > Does anyone know of anything I can disable in CF studio that saves
> > resources?  Or any tweaks that helps?  Would Windows 2000 help?
> >
> >
> > System:
> > Pent III 500
> > 128 Mb RAM (tried 256MB no change)
> > Win 98
> >
> >
> > Thanks
> >
> > Mark W. Breneman
> > -Cold Fusion Developer
> > -Network Administrator
> > Vivid Media
> > [EMAIL PROTECTED]
> > www.vividmedia.com
> > 608.270.9770
> >
>
> --
> 
> > Archives: http://www.eGroups.com/list/cf-talk
> > 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.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: Question on FuseBox model

2000-04-18 Thread Fred Sanders

Pass it as a hidden field.



...

Fred T. Sanders
Galveston Island, TX
--
Having a bad day?
Imagine this...

You are in total seclusion from that hectic place called "The World".
The soothing sound of a gentle waterfall fills the air with a cascading
serenity.
The water is clear.
You can easily make out the face of the person you are holding underwater.

Feeling better?


- Original Message -
From: "aslam bajaria" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 18, 2000 7:50 PM
Subject: Question on FuseBox model


> I am trying to learn the fusebox model. I have a
> created a file called index.cfm.
>
> That file has a switch statement.
>
> The question I have is that if I have a file that  has
> a form, then how do I submit that form so that the
> index.cfm file can include the right action page.
>
> The only way I know so far is that I say something
> like
>
> ...
> But,
> I think that in fusebox model you say:
>
> 
>
>  
> 
>  
>
> and so on.
>
> What code do I write in the form page that when the
> user clicks 'Submit', a fuseaction value is passed to
> the index.cfm page.
>
> Thank you.
> Mirza
>
> __
> Do You Yahoo!?
> Send online invitations with Yahoo! Invites.
> http://invites.yahoo.com
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: forum suggestions?

2000-04-17 Thread Fred Sanders

Then exactly why are you using Cold Fusion???  Its obviously not the tool
for the job in your case.

Fred T. Sanders
Galveston Island, TX
--
Having a bad day?
Imagine this...

You are in total seclusion from that hectic place called "The World".
The soothing sound of a gentle waterfall fills the air with a cascading
serenity.
The water is clear.
You can easily make out the face of the person you are holding underwater.

Feeling better?


- Original Message -
From: "Robby Grant" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 17, 2000 6:00 PM
Subject: forum suggestions?


> I am trying to find a discussion forum for a new site I'm working on. We
do
> not have a dedicated host and this means the following tags will be
> disabled:
> "CF File, CF Directory, CF Content, CF Object, CF Registry, CF FTP, CF
> Adminsecurity, CF Execute, CF Grid, CF Tree"
>
> Any suggestions would be greatly appreciated.
>
> Robby Grant
> www.ringger.com
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: ABI Hosting & baboon Jeff

2000-04-16 Thread Fred Sanders

Can't we all just get along  Tell you guys what, read my sig and imagine
the person underwater is each other, and just leave it at that, okay?
Either that or bitch at each other offlist, and spare the rest of us.

Thanks guys,

Fred T. Sanders
Galveston Island, TX
--
Having a bad day?
Imagine this...

You are in total seclusion from that hectic place called "The World".
The soothing sound of a gentle waterfall fills the air with a cascading
serenity.
The water is clear.
You can easily make out the face of the person you are holding underwater.

Feeling better?


- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 16, 2000 10:59 PM
Subject: Re: ABI Hosting & baboon Jeff


> That's your opinion and you are entitled to it. When did someone make you
God?
>
> I have also been on the Able Commerce forum yet found a potential solution
> here.
>
> If the posting inspires fusebox.com to enter the e-commerce fray and Able
> Commerce to recognize that their arrogance is alienating their target
> market of developers, then some good shall have come of the exercise.
>
> I suggest therefore that you wake up, smell the coffee and get a life, the
> USA is still a free country despite apparently elitist baboons like you
> trying to tell others what to do.  Again, only a totally moronic baboon
> would look at a post that he has no interest. If you would like a shipment
> of bananas to ease your dense irritability perhaps due to a lack of having
> arrived at a place in life that makes you happy, please e-mail your
address
> and I may oblige, however... naturally delivery shall be COD.
>
> What is good for the goos is good for the gander, hence you may even
> consider following your own advice and taking your... ahem... "crap"
> elsewhere. May I suggest the proper place, the toilet in your restroom.
>
> At 05:09 PM 4/16/2000 -0700, you wrote:
> >pardeep,
> >
> >:~~
> >: From: <[EMAIL PROTECTED]>
> >:
> >: I am looking for a solution, so take a chill pill. Someone
> >: has to know of a half way decent post. Don't u have better
> >: things to do with ur time, if u don't like the topic, ignore it. Duh !!
> >:~~
> >
> >take this crap elsewhere, it has no place here on cf-talk anymore.  all
the
> >opinions and possible solutions have been discussed to death.  if you
still
> >can't figure it out take it to the able forums.  i for one am really
tired
> >of your constant attitude on this subject.  continuing to make a stink
here
> >isn't likely to get you anymore help.  this thread has worn out it's
> >welcome.
> >
> >regards,
> >
> >.jeff
> >
>
>---
---
> >Archives: http://www.eGroups.com/list/cf-talk
> >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.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: Newbie Needs Help

2000-04-16 Thread Fred Sanders

It works fine with PWS.  Where is the file on your HD physically?  i.e.
Inetpub\wwwroot\a2z ; webshare\wwwroot\a2z ;  or some other directory group
like My Documents\a2z



Fred T. Sanders
Galveston Island, TX
--
Having a bad day?
Imagine this...

You are in total seclusion from that hectic place called "The World".
The soothing sound of a gentle waterfall fills the air with a cascading
serenity.
The water is clear.
You can easily make out the face of the person you are holding underwater.

Feeling better?


- Original Message -
From: "LH Rothman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 16, 2000 2:50 PM
Subject: Re: Newbie Needs Help


>
> --D118D1885C79BDDE46EE635D
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
>
> I just set the permission on and I still can't view my .CFM page.  I'm
seriously considering installing CF onto a different machine.  Will CF work
on Windows 98 w/ personal web
> server?  Ben Forta's book says "the computer needs to be connected to a
network".  Is this a must?
>
> Thanks for any help!
> -Laura
>
> Brett Payne-Rhodes wrote:
>
> > Hi Laura,
> >
> > One more thing that I don't think I noticed on the other replies... Make
> > sure you have 'execute' permission turned on in your webserver for the
> > mapping to the folder containing your CF code. I'm new to CF myself and
> > was wondering for a long time why I couldn't run CF stuff from anywhere
> > but within the CFDOCS area - it was just the execute permission needed
> > setting on.
> >
> > Good Luck,
> >
> > Brett Payne-Rhodes
> > B)
> > Eaglehawk Computing
> > Perth, WA, Australia
> > http://www.iinet.net.au/~ehc
> >
> > At 04:28 PM 15-04-00 -0700, you wrote:
> > >I've spent hours trying to view .cfm files in my browser.  Use IE and
> > >type "http://127.0.0.1/a2z/hello1.cfm" and get error message "HTTP /
1.0
> > >404 Object Not Found".  Try to browse file within Studio and error
> > >message "This browser only supports local files" - to the best of my
> > >knowledge this is a local file.
> > >
> > >I'm running Windows NT and know I must be making a small, stupid
> > >mistake.  I am able to ping 127.0.0.1 and I can succesfully test the
> > >installation within the Admin.
> > >
> > >Help please!
> > >-Laura
> > >
>
> --

> > Archives: http://www.eGroups.com/list/cf-talk
> > 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.
>
> --D118D1885C79BDDE46EE635D
> Content-Type: text/html; charset=us-ascii
> Content-Transfer-Encoding: 7bit
>
> 
> 
> 
> I just set the permission on and I still can't view my .CFM page. 
> I'm seriously considering installing CF onto a different machine. 
> Will CF work on Windows 98 w/ personal web server?  Ben Forta's book
> says "the computer needs to be connected to a network".  Is this a
> must?
> Thanks for any help!
> -Laura
> Brett Payne-Rhodes wrote:
> Hi Laura,
> One more thing that I don't think I noticed on the other replies...
> Make
> sure you have 'execute' permission turned on in your webserver for
> the
> mapping to the folder containing your CF code. I'm new to CF myself
> and
> was wondering for a long time why I couldn't run CF stuff from
anywhere
> but within the CFDOCS area - it was just the execute permission needed
> setting on.
> Good Luck,
> Brett Payne-Rhodes
> B)
> Eaglehawk Computing
> Perth, WA, Australia
> http://www.iinet.net.au/~ehc">http://www.iinet.net.au/~ehc
> At 04:28 PM 15-04-00 -0700, you wrote:
> >I've spent hours trying to view .cfm files in my browser.  Use
> IE and
> >type "http://127.0.0.1/a2z/hello1.cfm">http://127.0.0.1/a2z/hello1.cfm"
> and get error message "HTTP / 1.0
> >404 Object Not Found".  Try to browse file within Studio and
> error
> >message "This browser only supports local files" - to the best of
> my
> >knowledge this is a local file.
> >
> >I'm running Windows NT and know I must be making a small, stupid
> >mistake.  I am able to ping 127.0.0.1 and I can succesfully test
> the
> >installation within the Admin.
> >
> >Help please!
> >-Laura
> >
>

--
> Archives: http://www.eGroups.com/list/cf-talk">http://www.eGroups.com/list/cf-ta
lk
> To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_tal
k">http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_ta
lk
> or send a message to [EMAIL PROTECTED] with 'unsubscribe'
> in the body.
>
> 
> 
>
> --D118D1885C79BDDE46EE635D--
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EM

Re: reading cookies (Am I being black-balled?)

2000-04-16 Thread Fred Sanders

So that when the user comes back you can decide if they need a new cookie?
Just a guess, nobody likes to eat stale cookies.

Fred T. Sanders
Galveston Island, TX
--
Having a bad day?
Imagine this...

You are in total seclusion from that hectic place called "The World".
The soothing sound of a gentle waterfall fills the air with a cascading
serenity.
The water is clear.
You can easily make out the face of the person you are holding underwater.

Feeling better?


- Original Message -
From: "Kevin Merker" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 16, 2000 6:20 AM
Subject: Re: reading cookies (Am I being black-balled?)


> This may seem like a stupid question. If you set the expire time of a
cookie when you enable it, why would you need to know when it expires? Am I
missing something?
>
> What is the reason to know when a cookie expires in your CF application?
>
> Thanks,
>
> KM
>
> David Shadovitz wrote:
>
> > Bud,
> >
> > I don't see support for that in CF.  Dump out the CF cookie structure
(as
> > of CF 4.5?) and see if 'expires' is available.
> > 
> > 
> >  #thisKey# = #Cookie[thisKey]#
> >  
> > 
> >
> > > I take it then that there's no way to do it (get a cookie's 'expires'
> > property) in ColdFusion.
> >
> > 
> > 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.eGroups.com/list/cf-talk
> > 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.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: # Signs From ColorCodes Affecting CFOUTPUTS

2000-04-15 Thread Fred Sanders

You need to have ## to escape it to a single # within CFOUTPUT

Fred T. Sanders
Galveston Island, TX
--
Having a bad day?
Imagine this...

You are in total seclusion from that hectic place called "The World".
The soothing sound of a gentle waterfall fills the air with a cascading
serenity.
The water is clear.
You can easily make out the face of the person you are holding underwater.

Feeling better?


- Original Message -
From: "Marco Gil" <[EMAIL PROTECTED]>
To: "ColdFusion" <[EMAIL PROTECTED]>
Sent: Saturday, April 15, 2000 11:30 PM
Subject: # Signs From ColorCodes Affecting CFOUTPUTS


> In one of my web pages.. I have the following code:
>
> 
> 
> 
>  target="_self">#QuickDeals.QuickDescription#
> 
> 
> 
>
> How do I get CF to ignore the #CC... It causes an error there because
it
> thinks that it's a CF variable.
>
> Also one quick question too... How do I get the above code to repeat
itself
> until all the entries in the table are outputted?  I know I can use CFLOOP
> but for some reason it repeats ALL entries in the same table row which is
> not what I want...
>
> I hope someone can help :)  Thanks again.
>
> Marco
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: SFCHEDULE do not schedules

2000-04-15 Thread Fred Sanders

I believe you have to have the ColdFusion Executive running for that to
work.


Fred T. Sanders
Galveston Island, TX
--
Having a bad day?
Imagine this...

You are in total seclusion from that hectic place called "The World".
The soothing sound of a gentle waterfall fills the air with a cascading
serenity.
The water is clear.
You can easily make out the face of the person you are holding underwater.

Feeling better?


- Original Message -
From: "Juan Manuel Tapiola" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, April 15, 2000 12:01 PM
Subject: SFCHEDULE do not schedules


> Hello everyone.  I use the CFSCHEDULE but I don't know why it does not get
> executed in my localhost.  The cfschedule is set up correctly because I
> check in the Administrator and it is there, then I run it and it run right
> (it has to send e-mails every 30 minutes).  I just can't solve why it
> doesn't work and send the emails every 30 minutes.  I also tried to make
> this schedule tag right from the Administrator but it does not work, too.
> It get executed if I press run but the schedule doesn't work.  Here is the
> code:
>
>  TASK="mailing" URL="http://localhost/ciudadvideo/pruebas/mail.cfm"
> OPERATION="HTTPRequest" INTERVAL="60">
>
> Could anyone help me?
>
> Thank you very much in advance,
>
> Manuel Tapiola
>
>
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: Am I Missing Something?

2000-04-15 Thread Fred Sanders

there's ways to fix that.

Fred T. Sanders
Galveston Island, TX
--
Having a bad day?
Imagine this...

You are in total seclusion from that hectic place called "The World".
The soothing sound of a gentle waterfall fills the air with a cascading
serenity.
The water is clear.
You can easily make out the face of the person you are holding underwater.

Feeling better?


- Original Message -
From: "Allen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, April 15, 2000 11:39 AM
Subject: Re: Am I Missing Something?


> Aren't there some security issues involved in passing the CFID & CFTOKEN
in
> the URL?  It's been awhile now, but I recall one of my co-workers playing
> with bookmarking pages, etc. and being able to get in without using the
> username / password.   My memory is a bit fuzzy on this one, though.
>
> -Allen
>
> - Original Message -
> From: Byron M <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, April 13, 2000 11:55 PM
> Subject: RE: Am I Missing Something?
>
>
> > Basically that is correct, you could do it with vars stored in a db, but
> you
> > would still have to add some sort of id to the URL.
> >
> > We started to put #session.URLToken# to the end of all URL's this
variable
> > adds cfid=9394&cftoken=85904830 to the URL.
> >
> > I just thought of this.  If you have session variables that are
> initialized
> > with each session in say an Application.cfm file and users have cookies
> > turned off then you are initializing session vars for every page hit for
> > that user, and the old ones have to wait to timeout.  So in actuality
you
> > will be saving all so precious server resources by passing the id and
> token
> > to every page, which should in turn win you the admiration of your peers
> and
> > a huge raise because those processor and memory upgrade dollars could be
> > used elsewhere. :)
> >
> >
> > -Original Message-
> > From: Eric Dawson [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, April 13, 2000 11:38 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: Am I Missing Something?
> >
> >
> > as far as I know the only way to pass a session from page to page is
> either
> > through a cookie or a url variable. If cookies are turned off you need
to
> > manually code the CFID and CFTOKEN variables to the URL to ensure you
pass
> > them from page to page.
> >
> > Please correct me if I am wrong.
> >
> > Eric
> >
> > From: Kelly Matthews <[EMAIL PROTECTED]>
> > Reply-To: [EMAIL PROTECTED]
> > To: "'[EMAIL PROTECTED] '" <[EMAIL PROTECTED]>
> > Subject: Am I Missing Something?
> > Date: Thu, 13 Apr 2000 21:26:31 -0400
> >
> > Ok I am somewhat new to CF but something doesn't seem to be right.
> > I have a section of our site that is secure, for members only. I
> > have written the app to write a cookie so they don't have to login in
the
> > future. That part works fine.
> >
> > Now I just wanted to see what happened if someone had cookies turned
off,
> > and of course even you can log in but the minute you try to go to a 2nd
> page
> > it loops back to the log in.
> >
> > Now before I implemented the cookies I did have session management on
set
> to
> > about 30 minutes, which is still on, so people wouldnt have to relog in,
> > that worked fine. But with cookies off session management stops working
> too.
> > Does session management work only with cookies?
> >
> > I tried something else, turned client management on, and used a database
> for
> > clientstorage, instead of the registry or cookies, just to test it out,
> but
> > that didn't keep them logged in either. I must be missing something but
> isnt
> > there a way to open and maintain a session without cookies? I changed
> > setclientcookies to "no" but as long as my browser cookies are off I
still
> > can't get in.
> >
> > Point is they get logged in and get to the first page after the login
page
> > but if they try to go anywhere else they get kicked back to the login
> page,
> > which from the app.cfm below leads me to beleive its
> > not setting Session.Loggedin, and the only difference is that I turned
my
> > browser cookies off.  Guess I just want to find out if Session.Loggedin
> HAS
> > to be set in a cookie or somewhere can i define it to be set a different
> > way. The client variables were however writing to the datasource with no
> > problem.
> >
> > Any help would be appreciated.
> > Below is my Application.cfm
> > I have tried all 3 client storage methods.
> > and with setclientcookies on and off.
> >
> >  > CLIENTSTORAGE="Clients"
> > clientmanagement="Yes"
> > sessionmanagement="Yes"
> > setclientcookies="NO"
> > sessiontimeout="#CreateTimeSpan(0,0,30,0)#">
> >
> > 
> >  
> > 
> >  
> > 
> >
> >
>
> --
> --
> > --
> > Archives: http://www.eGroups.com/list/cf-talk
> > To Unsubscribe visit
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or
> > s

Re: Multiple List Box Validation

2000-04-14 Thread Fred Sanders

Hey Josh, why not make just one listbox that can have multiple accepts? I.E.
They hold the Ctrl or Shift key down on??

Just an idea

Fred T. Sanders
Galveston Island, TX
--
Having a bad day?
Imagine this...

You are in total seclusion from that hectic place called "The World".
The soothing sound of a gentle waterfall fills the air with a cascading
serenity.
The water is clear.
You can easily make out the face of the person you are holding underwater.

Feeling better?


- Original Message -
From: "Joshua Yip" <[EMAIL PROTECTED]>
To: "CF Talk" <[EMAIL PROTECTED]>
Sent: Friday, April 14, 2000 5:35 AM
Subject: Multiple List Box Validation


> Hi everyone,
>
> Got any question I cannot figure out. Let's say I have 10 listboxes and
> all options in these 10 listboxes are the same. How do I validate when
> one value is selected ( on change ) it is not a value that is already in
> another listbox (except for null value)???
> Can CF do this? Or do I need a customize javascript?? Any one has such
> script??
>
>
> Thanks
>
> Joshua
>
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: Query Caching

2000-04-13 Thread Fred Sanders

I agree with Judah plus it would seem a waste of resources, why not the
Application scope instead? That would make more sense to me. also use the
cachedwithin="()" setting in the query.


Fred T. Sanders
Galveston Island, TX
--
Having a bad day?
Imagine this...

You are in total seclusion from that hectic place called "The World".
The soothing sound of a gentle waterfall fills the air with a cascading
serenity.
The water is clear.
You can easily make out the face of the person you are holding underwater.

Feeling better?


- Original Message -
From: "Judah McAuley" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 13, 2000 11:25 AM
Subject: Re: Query Caching


> At 11:23 AM 4/13/00 -0400, you wrote:
> >Yes.  You can save the query to SESSION scope.
> >
> >
> > 
> > 
> > SQL STUFF
> > 
> > 
> >
> >
> >HTH!
> >Sharon
>
> One problem I worry about with this:  Session variables are frequently
> stored in the Registry on NT machines, yes?  So if you had a very large
> query, or quite a few users, you are potentially packing a lot of info
into
> the registry.  Perhaps unwise.
>
> Judah
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: search results produce everything in the table...

2000-04-13 Thread Fred Sanders

Maybe do something like this??


Sorry you must type something

 run the query or whatever it is you want to do


Fred T. Sanders
Galveston Island, TX
--
Having a bad day?
Imagine this...

You are in total seclusion from that hectic place called "The World".
The soothing sound of a gentle waterfall fills the air with a cascading
serenity.
The water is clear.
You can easily make out the face of the person you are holding underwater.

Feeling better?


- Original Message -
From: "Richard Hart" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 13, 2000 9:36 AM
Subject: RE: search results produce everything in the table...


> sorry I didn't make myself clear.
> When the user types in nothing I want them to get nothing.
>
> > -Original Message-
> > From: Olive, Christopher M Mr USACHPPM
> > [mailto:[EMAIL PROTECTED]]
> > Sent: 11 April 2000 18:38
> > To: '[EMAIL PROTECTED]'
> > Subject: RE: search results produce everything in the table...
> >
> >
> > well, that's what you designed it to do.  what do you want your default
no
> > criteria selected results to be?
> >
> > Chris Olive
> > DOHRS Website Administrator
> > [EMAIL PROTECTED]
> >
> >
> > -Original Message-
> > From: Richard Hart [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, April 11, 2000 12:23 PM
> > To: House of Fusion
> > Subject: search results produce everything in the table...
> >
> >
> > Hi,
> >
> > I have a simple search form on which you can search on three criteria.
> > However when I type nothing in the form and hit submit it gives me
> > everything in
> > the table. I have tried to over-ride this to no effect. Can
> > anyone point me
> > in the right direction?
> >
> > Thanks,
> >
> > Richard
> >
> > ..
> >
> > In the results page I have something like:
> >
> >
> > 
> >
> >blahblah
> >
> > 
> > AND FieldOne LIKE '%#Trim(Form.VariableOne)#%'
> > 
> >
> > 
> > AND FieldTwo LIKE '%#Trim(Form.VariableTwo)#%'
> > 
> >
> > 
> > AND FieldThree LIKE '%#Trim(Form.VariableThree)#%'
> > 
> >
> >balhblah
> >
> > 
> >
> >
> > --
> > --
> > --
> > Archives: http://www.eGroups.com/list/cf-talk
> > 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.eGroups.com/list/cf-talk
> > 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.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: Question from a Studio 4.01 user

2000-04-13 Thread Fred Sanders

If I remember correctly they incorporated the old "local files" and "remote
files" all into the one tab.

Hope this helps.

Fred T. Sanders
Galveston Island, TX
--
Having a bad day?
Imagine this...

You are in total seclusion from that hectic place called "The World".
The soothing sound of a gentle waterfall fills the air with a cascading
serenity.
The water is clear.
You can easily make out the face of the person you are holding underwater.

Feeling better?


- Original Message -
From: "Dave Watts" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, April 13, 2000 9:14 AM
Subject: RE: Question from a Studio 4.01 user


> > Does studio 4.5 have a "remote"  tab in the folder viewer of
> > extended find and extended replace? Was thinking that would
> > be a nice upgrade
>
> No, it doesn't, at least not on my machine.
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> fax: (202) 797-5444
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: never seen this error before

2000-04-12 Thread Fred Sanders

could we see the sql code you ran to get this error?

Fred T. Sanders
Galveston Island, TX
--
Having a bad day?
Imagine this...

You are in total seclusion from that hectic place called "The World".
The soothing sound of a gentle waterfall fills the air with a cascading
serenity.
The water is clear.
You can easily make out the face of the person you are holding underwater.

Feeling better?


- Original Message -
From: "Jim Taylor" <[EMAIL PROTECTED]>
To: "Cf-Talk@Houseoffusion. Com" <[EMAIL PROTECTED]>
Sent: Wednesday, April 12, 2000 1:23 PM
Subject: never seen this error before


>
> Weird to me
>
> I have never seen this error before has any of you guys?
>
>
>
> Microsoft][ODBC SQL Server Driver][SQL Server]'FirstName' is not a
> recognized OPTIMIZER LOCK HINTS option.
>
>
>
> The error occurred while processing an element with a general identifier
of
> (CFQUERY), occupying document position (3:1) to (3:52).
>
>
> Jim Taylor Web Development
> Web Sites of the Future Today
> 480-496-0712
> http://24.1.254.231
>
> ICQ 47640391
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: Good book on Fusebox?

2000-04-12 Thread Fred Sanders

No books on fusebox, someone is working on a tips & tricks for it though
that's not up yet.  You also might want to look at the following:

http://www.teamallaire.com/hal/


Fred T. Sanders
Galveston Island, TX
--
Having a bad day?
Imagine this...

You are in total seclusion from that hectic place called "The World".
The soothing sound of a gentle waterfall fills the air with a cascading
serenity.
The water is clear.
You can easily make out the face of the person you are holding underwater.

Feeling better?


- Original Message -
From: "Phil Varichon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 12, 2000 1:13 PM
Subject: Good book on Fusebox?


> Anyone knows of a good book on Fusebox?
> Or any otherv resources a apart from the fusebox.org
>
> Thanks,
>
> Philippe Varichon
> Digizone Multimedia
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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 CFX_Excel

2000-04-11 Thread Fred Sanders

LOL, very true.

Having a bad day?
Imagine this...

You are in total seclusion from that hectic place called "The World".
The soothing sound of a gentle waterfall fills the air with a cascading
serenity.
The water is clear.
You can easily make out the face of the person you are holding underwater.

Feeling better?
- Original Message -
From: "Dave Hannum" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, April 07, 2000 12:09 PM
Subject: Re: Using CFX_Excel


> Fred,
>
> Well, while it's true that I did not write and HTML file for this app, I
have indeed written HTML files before, and I have to say,
> at least for me, writing the HMTL file is more work.  That's just from my
experience.  I agree  100%+ with your observation to, "Do
> whatever works for you and gets the job done the way you want it." - There
are always multiple ways to accomplish ever task.  If we
> all did it the same, this earth would be rather boring would it.  Thanks
for responding though.  Sometimes I think I've been black
> balled because I ask questions and nobody responds.  But usually it's that
I ask questions that nobody understands - LOL
>
> Have a good day 8-)
>
> Dave
>
>
> - Original Message -
> From: Fred Sanders <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, April 07, 2000 9:12 AM
> Subject: Re: Using CFX_Excel
>
>
> Your right I haven't used the tag. Depending on how you want the layout to
> look though, what can be easier or have less overhead than having CF
output
> query results to an HTML file and simply saving it with *.xls on the end
> instead of *.htm or *.html  You obviously didn't try it, either.  :)
> Do whatever works for you and gets the job done the way you want it.
>
> Fred Sanders
> Galveston, Texas
>
> Having a bad day?
> Imagine this...
>
> You are in total seclusion from that hectic place called "The World".
> The soothing sound of a gentle waterfall fills the air with a cascading
> serenity.
> The water is clear.
> You can easily make out the face of the person you are holding underwater.
>
> Feeling better?
>
>
> - Original Message -
> From: "Dave Hannum" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, April 07, 2000 8:05 AM
> Subject: Re: Using CFX_Excel
>
>
> > Hi Fred,
> >
> > I think we have solved the problem.  First, I put the tag in a CFLOCK to
> prevent attempts at multi-threading.  Then, there was
> > another problem.  I was not aware that our SysAdmin had made the https
> directory a little different structure than the http
> > directory.  There were some added characters in the path so here is what
> was happening.  Excel was generating the spreadsheet (Sheet
> > 1), but because it could not find the directory, it kept sitting there
> with the message "Do you want to save Sheet 1?".  These were
> > stacking up and I think this was what was really causing the problem.
> >
> > As for the CFX_Excel, I can't imagine that you've used the tag if you
> suggested I first save the file as HTML and doing all that
> > formatting.  CFX_Excel makes it Sooo much simpler.
> >
> > Dave
> >
> >
> > =
> > "Technology" is stuff that was invented after
> > you were born.
> >
> > David Hannum
> > Web Analyst/Programmer
> > Ohio University
> > [EMAIL PROTECTED]
> > (740) 597-2524
> >
> >
> >
> > - Original Message -
> > From: Fred Sanders <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Thursday, April 06, 2000 2:57 PM
> > Subject: Re: Using CFX_Excel
> >
> >
> > Why bother with the tag.  If your wanting to output nice looking
> > spreadsheets and don't mind having to make painful amount nested tables
> you
> > can have professional looking Excel97/2K spreadsheets by creating them
as
> > HTML files and saving them with an .xls extension before allowing the
user
> > to download them.  I don't think it will work with anything below Excel
97
> > though, but the results in the end are worth the trouble your going to
go
> > through getting the layout perfect.
> >
> > Fred Sanders
> > Galveston, TX
> >
> > Having a bad day?
> > Imagine this...
> >
> > You are in total seclusion from that hectic place called "The World".
> > The soothing sound of a gentle waterfall fills the air with a cascading
> > serenity.
> > The water is clear.
> > You can easily make out the f

Re: Using CFX_Excel

2000-04-07 Thread Fred Sanders

Your right I haven't used the tag. Depending on how you want the layout to
look though, what can be easier or have less overhead than having CF output
query results to an HTML file and simply saving it with *.xls on the end
instead of *.htm or *.html  You obviously didn't try it, either.  :)
Do whatever works for you and gets the job done the way you want it.

Fred Sanders
Galveston, Texas

Having a bad day?
Imagine this...

You are in total seclusion from that hectic place called "The World".
The soothing sound of a gentle waterfall fills the air with a cascading
serenity.
The water is clear.
You can easily make out the face of the person you are holding underwater.

Feeling better?


- Original Message -
From: "Dave Hannum" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, April 07, 2000 8:05 AM
Subject: Re: Using CFX_Excel


> Hi Fred,
>
> I think we have solved the problem.  First, I put the tag in a CFLOCK to
prevent attempts at multi-threading.  Then, there was
> another problem.  I was not aware that our SysAdmin had made the https
directory a little different structure than the http
> directory.  There were some added characters in the path so here is what
was happening.  Excel was generating the spreadsheet (Sheet
> 1), but because it could not find the directory, it kept sitting there
with the message "Do you want to save Sheet 1?".  These were
> stacking up and I think this was what was really causing the problem.
>
> As for the CFX_Excel, I can't imagine that you've used the tag if you
suggested I first save the file as HTML and doing all that
> formatting.  CFX_Excel makes it Sooo much simpler.
>
> Dave
>
>
> =
> "Technology" is stuff that was invented after
> you were born.
>
> David Hannum
> Web Analyst/Programmer
> Ohio University
> [EMAIL PROTECTED]
> (740) 597-2524
>
>
>
> - Original Message -
> From: Fred Sanders <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, April 06, 2000 2:57 PM
> Subject: Re: Using CFX_Excel
>
>
> Why bother with the tag.  If your wanting to output nice looking
> spreadsheets and don't mind having to make painful amount nested tables
you
> can have professional looking Excel97/2K spreadsheets by creating them as
> HTML files and saving them with an .xls extension before allowing the user
> to download them.  I don't think it will work with anything below Excel 97
> though, but the results in the end are worth the trouble your going to go
> through getting the layout perfect.
>
> Fred Sanders
> Galveston, TX
>
> Having a bad day?
> Imagine this...
>
> You are in total seclusion from that hectic place called "The World".
> The soothing sound of a gentle waterfall fills the air with a cascading
> serenity.
> The water is clear.
> You can easily make out the face of the person you are holding underwater.
>
> Feeling better?
> - Original Message -
> From: "Dave Hannum" <[EMAIL PROTECTED]>
> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> Sent: Thursday, April 06, 2000 11:11 AM
> Subject: Using CFX_Excel
>
>
> > Anybody got a clue on this???  8-)
> >
> >
> > +  Original Message Sent 7:47am ET +
> >
> > Good Morning,
> >
> > Are there any known issues surrounding the use of the CFX_Excel tags?
I'm
> using it for several applications now, and I was
> > wondering if there are any issues to be aware of - like, how many
> concurrent calls to Excel can it handle?  The reason I've asked is
> > that two days in a row, Excel on our server caused a "kernel32.dll"
error
> and locked the server.  Now, assuming that nothing is
> > hosed up in Windows NT (we all know that never happens) and the Excel
> install is A-OK (which it seems to have been to the point the
> > problems started) - what are the possibilities?  I'm wondering if too
much
> traffic on the tag/application combo might be the
> > culprit?  Also, can you do a CFLOCK to avoid this problem?  Any
thoughts?
> >
> > Thanks,
> > Dave
> >
> >
> > =
> > "Technology" is stuff that was invented after
> > you were born.
> >
> > David Hannum
> > Web Analyst/Programmer
> > Ohio University
> > [EMAIL PROTECTED]
> > (740) 597-2524
> >
> >
> >
> >
> >
>
> --
> 
> > Archives: http://www.eGroups.com/list/cf-talk
> > To Unsubscribe visit
> http://www.houseoffus

Re: Administrator PW

2000-04-06 Thread Fred Sanders

I bet you used to work for a large computer manufacturer as a Telephone
Support technician didn't you.

Having a bad day?
Imagine this...

You are in total seclusion from that hectic place called "The World".
The soothing sound of a gentle waterfall fills the air with a cascading
serenity.
The water is clear.
You can easily make out the face of the person you are holding underwater.

Feeling better?
- Original Message -
From: "Reuben King" <[EMAIL PROTECTED]>
Newsgroups: cf-talk
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 06, 2000 4:13 PM
Subject: Re: Administrator PW


> In <023b01bfa003$bd30c7e0$a37afea9@0015796783>, Erika Foster
> ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote:
> > 
> >
> > How do you retrieve the Admin password for CF Server?
> >
> > My client has completely forgot what he set up his password as.  Do we
need
> > to completely uninstall and re-install?
> >
> > 
>
> It's encrypted in the registry.. I'm afraid you need to reinstall.
>
> -R
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: Administrator PW

2000-04-06 Thread Fred Sanders

The easiest way is to change the enable admin password key in the registry
to false open cfadministrator, change the password and then re-enable it.

Fred Sanders
Galveston Island, TX

Having a bad day?
Imagine this...

You are in total seclusion from that hectic place called "The World".
The soothing sound of a gentle waterfall fills the air with a cascading
serenity.
The water is clear.
You can easily make out the face of the person you are holding underwater.

Feeling better?

- Original Message -
From: "Erika Foster" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 06, 2000 3:07 PM
Subject: Administrator PW


> 
>
> How do you retrieve the Admin password for CF Server?
>
> My client has completely forgot what he set up his password as.  Do we
need
> to completely uninstall and re-install?
>
> 
>
> Thanks,
>
> Erika
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: Annoying CF Studio 4.5a Interface problems

2000-04-06 Thread Fred Sanders

Funny, mine does all these things like its supposed to, in both versions.
Maybe its the mouse drivers??? I'm using a Logitech Trackman Marble w/
wheel.


Having a bad day?
Imagine this...

You are in total seclusion from that hectic place called "The World".
The soothing sound of a gentle waterfall fills the air with a cascading
serenity.
The water is clear.
You can easily make out the face of the person you are holding underwater.

Feeling better?
- Original Message -
From: "Stephen M. Aylor" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 06, 2000 12:33 PM
Subject: Re: Annoying CF Studio 4.5a Interface problems


> Si senior Studio 4 does the left mouse dbl click only to the left of
the
> cursor as well, and the wheel mouse doesnt scroll at all.  4.5 at least
> scrolls - un-smoothly, and out of control, however.
>
> Those fixes would make me a happy dude.
>
> Steve
>
>
>
>
> > I have Win 2000 on a Compaq Armada 1750..
> >
> > In CF Studio 4.5a (also tried 4.5.1rc2) the interface with the mouse
> > pointer acts quite hokey when trying to select text.  Double clicking on
> > a word doesn't select the word like normal -- it selects everything to
> > the left of the cursor and to the beginning of the word.  Clicking
> > inside a selected block doesn't de-select the block, it goes to drag-
> > and-drop.. The mouse wheel doesn't work inside CF Studio.. Other such
> > annoying behavior.
> >
> > The mouse works great in every other app on the system, its just CF
> > Studio that acts like this.
> >
> > These may seem like minor whines but they can become quite irritating
> > when working full time inside CF Studio.
> >
> > Anyone else experience strange behavior along these lines?
> >
> > TIA,
> > -R
>
> --
> 
> > Archives: http://www.eGroups.com/list/cf-talk
> > 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.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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 CFX_Excel

2000-04-06 Thread Fred Sanders

Why bother with the tag.  If your wanting to output nice looking
spreadsheets and don't mind having to make painful amount nested tables you
can have professional looking Excel97/2K spreadsheets by creating them as
HTML files and saving them with an .xls extension before allowing the user
to download them.  I don't think it will work with anything below Excel 97
though, but the results in the end are worth the trouble your going to go
through getting the layout perfect.

Fred Sanders
Galveston, TX

Having a bad day?
Imagine this...

You are in total seclusion from that hectic place called "The World".
The soothing sound of a gentle waterfall fills the air with a cascading
serenity.
The water is clear.
You can easily make out the face of the person you are holding underwater.

Feeling better?
- Original Message -
From: "Dave Hannum" <[EMAIL PROTECTED]>
To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
Sent: Thursday, April 06, 2000 11:11 AM
Subject: Using CFX_Excel


> Anybody got a clue on this???  8-)
>
>
> +  Original Message Sent 7:47am ET +
>
> Good Morning,
>
> Are there any known issues surrounding the use of the CFX_Excel tags?  I'm
using it for several applications now, and I was
> wondering if there are any issues to be aware of - like, how many
concurrent calls to Excel can it handle?  The reason I've asked is
> that two days in a row, Excel on our server caused a "kernel32.dll" error
and locked the server.  Now, assuming that nothing is
> hosed up in Windows NT (we all know that never happens) and the Excel
install is A-OK (which it seems to have been to the point the
> problems started) - what are the possibilities?  I'm wondering if too much
traffic on the tag/application combo might be the
> culprit?  Also, can you do a CFLOCK to avoid this problem?  Any thoughts?
>
> Thanks,
> Dave
>
>
> =
> "Technology" is stuff that was invented after
> you were born.
>
> David Hannum
> Web Analyst/Programmer
> Ohio University
> [EMAIL PROTECTED]
> (740) 597-2524
>
>
>
>
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: Captupturing Form Elements

2000-04-06 Thread Fred Sanders

Lee,

The very act of passing the form variables is automated by the forms action
and method.  I don't understand what else your trying to accomplish once
they get there.  Are you just trying to list them out on the action page?
MORE INPUT MORE INPUT, NEED MORE INPUT!   LOL

Fred Sanders
Galveston, Texas

The classically-music-minded among us may have noted a new TV ad for
Microsoft's Internet Explorer e-mail program which uses the musical theme of
the "Confutatis Maledictis" from Mozart's Requiem. -- "Where do you want to
go today?" is the cheery line on the screen --- while the chorus sings,
"Confutatis maledictis, flammis acribus addictis..."   -- This translates to
"The damned and accursed are convicted to the flames of hell."
Good to know that Microsoft has done its research.
- Original Message -
From: "Lee Moore" <[EMAIL PROTECTED]>
To: "ColdFusion Discussion List" <[EMAIL PROTECTED]>
Sent: Thursday, April 06, 2000 8:36 AM
Subject: Captupturing Form Elements


> Hello all.
> I have a work page that may recieve form submission from several different
> pages. These pages may have different numbers of form elements and the
forms
> elements have different names. Is there some generic code that I can right
> that will take any form submissions and pass them on to the page it is
> forwarding too, regardless of names. This is something I could do with ASP
> by iterating through the forms numerically without specifying names, but I
> dont know how to do that in CF.
>
> TIA
>
> Lee
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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 holes revisited -- reward offered

2000-04-05 Thread Fred Sanders

I would have to say yes, especially if you work at a place in Ft. Worth, TX
called "Drule on the Floor Publishing "

(if she wasn't going for her gun before she should be now...)

:)  Just playing.

Fred Sanders
Galveston, Texas

The classically-music-minded among us may have noted a new TV ad for
Microsoft's Internet Explorer e-mail program which uses the musical theme of
the "Confutatis Maledictis" from Mozart's Requiem. -- "Where do you want to
go today?" is the cheery line on the screen --- while the chorus sings,
"Confutatis maledictis, flammis acribus addictis..."   -- This translates to
"The damned and accursed are convicted to the flames of hell."
Good to know that Microsoft has done its research.
- Original Message -
From: "Jennifer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 05, 2000 2:30 PM
Subject: RE: Security holes revisited -- reward offered


> Hey! Are you saying I shoot people for no reason? *mumble mumble* Where's
> my gun?
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: - CFStudio saves snippets where?

2000-04-05 Thread Fred Sanders

Snippets are saved under
progra~1\allaire\yourversionofstudio\userdata\snippets
Fred Sanders
Galveston, Texas

The classically-music-minded among us may have noted a new TV ad for
Microsoft's Internet Explorer e-mail program which uses the musical theme of
the "Confutatis Maledictis" from Mozart's Requiem. -- "Where do you want to
go today?" is the cheery line on the screen --- while the chorus sings,
"Confutatis maledictis, flammis acribus addictis..."   -- This translates to
"The damned and accursed are convicted to the flames of hell."
Good to know that Microsoft has done its research.
- Original Message -
From: "Dave Wilson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 05, 2000 11:38 AM
Subject: OT: - CFStudio saves snippets where?


> Hi everyone,
>
> Can someone tell me where cfstudio stores the snippets which are stored in
> the snippets library. Although I'm not about to move to a new machine, I'd
> like to know how I can transfer my own library of snippets from one
machine
> to another and am too lazy to start looking through my Hard drive for
these.
>
> Thanks in advance
> Dave
>
>
> Dave Wilson
> Internet Technology Manager,
> BizNet Solutions
>
> Co-Founder CFUG Ireland
> http://www.cfug.ie
>
> 224, Lisburn Road
> Belfast BT9 6GE
>
> Tel: 02890 225 776
> Fax: 02890 223 223
> web: http://www.biznet-solutions.com
>
> email: [EMAIL PROTECTED]
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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 holes revisited -- reward offered

2000-04-05 Thread Fred Sanders

> >> If someone broke into my house, stole my house key, copied it,
> distributed copies in front of the post office, and asked me for money to
> stop, I'd be reluctant to write a check for him. <<
>
> Your too nice, Dave. If it were me, I'd probably take a stick to him! ;)
>
> Rey...

I'd just leave them in two or three dumpsters around town myself.  But then
I guess we do things a little differently down har in Tex-us.




Fred Sanders
Galveston, Texas

The classically-music-minded among us may have noted a new TV ad for
Microsoft's Internet Explorer e-mail program which uses the musical theme of
the "Confutatis Maledictis" from Mozart's Requiem. -- "Where do you want to
go today?" is the cheery line on the screen --- while the chorus sings,
"Confutatis maledictis, flammis acribus addictis..."   -- This translates to
"The damned and accursed are convicted to the flames of hell."
Good to know that Microsoft has done its research.
- Original Message -
From: "Rey Bango" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 05, 2000 9:28 AM
Subject: Re: Security holes revisited -- reward offered



--
Archives: http://www.eGroups.com/list/cf-talk
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 holes revisited -- reward offered

2000-04-05 Thread Fred Sanders

The OptOut proggie? its free, most of the cool software there is free.
They've even got a halfway decent freeware firewall if I remember correctly.

Fred Sanders
Galveston, Texas

The classically-music-minded among us may have noted a new TV ad for
Microsoft's Internet Explorer e-mail program which uses the musical theme of
the "Confutatis Maledictis" from Mozart's Requiem. -- "Where do you want to
go today?" is the cheery line on the screen --- while the chorus sings,
"Confutatis maledictis, flammis acribus addictis..."   -- This translates to
"The damned and accursed are convicted to the flames of hell."
Good to know that Microsoft has done its research.
- Original Message -
From: "Chris Tazewell" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 05, 2000 4:17 AM
Subject: Re: Security holes revisited -- reward offered


> Nick,
>
> Got to http://grc.com/ and you can run tests on the security of your
system.
> I'd recommend this site to anyone who has a permanent connection. Plus
> there's a shareware (or is it freeware? can't remember) program that
checks
> your computer for the presence of that snoop program that sends
information
> about your computing habits to varous companies.
>
> Cheers
>
> Taz
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: Web Hosting - multiple cf users

2000-04-05 Thread Fred Sanders

Basically the same way they offer the traditional hosting services to their
customers.  Not all will allow CFX tags however and I've known a few ISPs to
charge extra for those.

Fred Sanders
Galveston, Texas

The classically-music-minded among us may have noted a new TV ad for
Microsoft's Internet Explorer e-mail program which uses the musical theme of
the "Confutatis Maledictis" from Mozart's Requiem. -- "Where do you want to
go today?" is the cheery line on the screen --- while the chorus sings,
"Confutatis maledictis, flammis acribus addictis..."   -- This translates to
"The damned and accursed are convicted to the flames of hell."
Good to know that Microsoft has done its research.


- Original Message -
From: "lsellers" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 05, 2000 2:49 AM
Subject: Web Hosting - multiple cf users


> I just wanted to clear up something in my head to make sure I'm up-to-date
> as far as 4.x. How do most people address the issues of offering cf to
> hosting customers. Including the use of CFX tags (excluding some
> people/accounts, etc).
>
> --min
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: Federal Express Shipping Cost Calculator

2000-04-04 Thread Fred Sanders

Which is being called by a pseudo cf tag.

:)  We must really be bored.

Fred

- Original Message -
From: "Dave Watts" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, April 04, 2000 10:12 PM
Subject: RE: Federal Express Shipping Cost Calculator


> > > 
> > > http://www.desertraven.com/intershipper.php
> > > 
> ..
> > I thought it had to be:
> >
> > 
> ..
> > Oops, sorry, syntax error! :P
>
> Sure, that's what you say now, but the URL is a PHP script!
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> fax: (202) 797-5444
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: Federal Express Shipping Cost Calculator

2000-04-04 Thread Fred Sanders

I thought it had to be:




- Original Message -
From: "Mike Sheldon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 04, 2000 5:06 PM
Subject: RE: Federal Express Shipping Cost Calculator


> 
> http://www.desertraven.com/intershipper.php
> 
>
> I wrote libraries to interface with the InterShipper service, which will
> give you shipping calculations for most/all of the major shipping
companies.
>
> Michael J. Sheldon
> Internet Applications Developer
> Phone: 480.699.1084
> http://www.desertraven.com/
> PGP Key Available on Request
>
> -Original Message-
> From: Eron Cohen [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 04, 2000 11:57
> To: Cf-Talk
> Subject: Federal Express Shipping Cost Calculator
>
>
> Is anyone aware of a Federal Express shipping cost calculator CF Custom
Tag
> similar to the one Ben Forta has written for UPS?  I need something to
> calculate shipping costs for a shopping cart application.
>
> Thanks,
>
> Eron
>
> --
--
> --
> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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 holes revisited -- reward offered

2000-04-04 Thread Fred Sanders

Sorry, wasn't trying to offend you.


- Original Message -
From: "Nick Call" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 04, 2000 5:28 PM
Subject: Re: Security holes revisited -- reward offered


> The shirts come out of my own pocket.   I am not loaded.  The bundle he
will
> pay his daughter's boyfriend will go towards keeping his daughter happy.
My
> boss is a multi-millionaire.  The site is not the one in the sig.
> Graphixonline.com belongs to me.  :)
>
> Nick
>
> - Original Message -
> From: "Fred Sanders" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, April 04, 2000 10:31 AM
> Subject: Re: Security holes revisited -- reward offered
>
>
> > 2 grand compared to 5 custom t-shirts, hmmm.
> >
> > Where is the site or is it the one in your SIG?
> >
> > Fred
> >
> > - Original Message -
> > From: "Nick Call" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Tuesday, April 04, 2000 10:44 AM
> > Subject: Security holes revisited -- reward offered
> >
> >
> > > Ok, fellow Listees, here's the deal...
> > >
> > >  My boss's daughter has a boyfriend.. (can you smell the trouble
> > > already???).  He is bent out of shape over the fact that I did not
> > recommend
> > > that we hire him (I interviewed him and gave his skill sets an honest,
> > > thorough exam).  He is good at A/V stuff, but his web
> experience/database
> > > experience is null.  Anyway, back to the situation..  He has
> convinced
> > > the boss to pay him 2 grand to attempt to hack the system I built.  He
> > > claims to be a super hacker, blah, blah, blah.  I am not too confident
> > that
> > > he can do it, but there is a small chance
> > >
> > > Multiple minds are better than one.  I have gone over and over all the
> > stuff
> > > I know, but I am more than likely missing some stuff.  Anyone care to
> > share
> > > their CF/NT/IIS security checklist or other advice?
> > >
> > > It's escalated into all-out war.  He is going to stop at nothing to
make
> > me
> > > look bad, and I will stop at nothing to prevent him from succeeding.
> > >
> > > Thanks in advance.  I will custom print 5 free T-shirts with your logo
> (in
> > > one color) on them if you give me advice that plugs up a hole that I
> > didn't
> > > know about.
> > >
> > >
> > > Thanks in advance.
> > > Nick Call
> > > [EMAIL PROTECTED]
> > > http://www.graphixonline.com
> > >
> > >
> >
>
> --
> > 
> > > Archives: http://www.eGroups.com/list/cf-talk
> > > 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.eGroups.com/list/cf-talk
> > 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.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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 holes revisited -- reward offered

2000-04-04 Thread Fred Sanders

2 grand compared to 5 custom t-shirts, hmmm.

Where is the site or is it the one in your SIG?

Fred

- Original Message -
From: "Nick Call" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 04, 2000 10:44 AM
Subject: Security holes revisited -- reward offered


> Ok, fellow Listees, here's the deal...
>
>  My boss's daughter has a boyfriend.. (can you smell the trouble
> already???).  He is bent out of shape over the fact that I did not
recommend
> that we hire him (I interviewed him and gave his skill sets an honest,
> thorough exam).  He is good at A/V stuff, but his web experience/database
> experience is null.  Anyway, back to the situation..  He has convinced
> the boss to pay him 2 grand to attempt to hack the system I built.  He
> claims to be a super hacker, blah, blah, blah.  I am not too confident
that
> he can do it, but there is a small chance
>
> Multiple minds are better than one.  I have gone over and over all the
stuff
> I know, but I am more than likely missing some stuff.  Anyone care to
share
> their CF/NT/IIS security checklist or other advice?
>
> It's escalated into all-out war.  He is going to stop at nothing to make
me
> look bad, and I will stop at nothing to prevent him from succeeding.
>
> Thanks in advance.  I will custom print 5 free T-shirts with your logo (in
> one color) on them if you give me advice that plugs up a hole that I
didn't
> know about.
>
>
> Thanks in advance.
> Nick Call
> [EMAIL PROTECTED]
> http://www.graphixonline.com
>
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: My poll doesnt work! AARRRGHH!

2000-04-02 Thread Fred Sanders

That only works if your poll is nested in a  tag set.


- Original Message -
From: "Steve Reich" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 02, 2000 11:46 PM
Subject: Re: My poll doesnt work! AARRRGHH!


> >Subject: My poll doesnt work! AARRRGHH!
>
> >It's very frustrating, because it [poll] works fine for
> >me, but not, apparently for some of you cf-listers
> >here.
>
> > I'm watching it, but as soon as I turn my back with a smug
> >smile on my face thinking I've got it licked, it hiccups on me?
>
> >I've tried this from inside the firewall and outside from
> > my home computer.
>
>
> There's a tag that will make your poll work. I think
> it's call ...  ;-) ... sorry... couldn't resist!
>
> Steve
>
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: CFLOCATION based on URL?

2000-04-02 Thread Fred Sanders

you could do it like this too:


http://blah">


just change
- Original Message -
From: "Mike Sheldon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 02, 2000 2:30 PM
Subject: RE: CFLOCATION based on URL?


> Just force the case before you test it.
>
> 
>
> Michael J. Sheldon
> Internet Applications Developer
> Phone: 480.699.1084
> http://www.desertraven.com/
> PGP Key Available on Request
>
> -Original Message-
> From: Todd Ashworth [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, April 02, 2000 12:17
> To: [EMAIL PROTECTED]
> Subject: Re: CFLOCATION based on URL?
>
>
> wow .. that was fast .. thanks
> What about case sinsitivity though?  Will this same code apply if they
type
> the domain in all caps?
>
> - Original Message -
> From: Mike Sheldon <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, April 02, 2000 3:02 PM
> Subject: RE: naming databases for datasources
>
>
> > Use the CGI.SERVER_NAME variable to re-direct.
> >
> > ie:
> >
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> >
> > Michael J. Sheldon
> > Internet Applications Developer
> > Phone: 480.699.1084
> > http://www.desertraven.com/
> > PGP Key Available on Request
>
> --
--
> --
> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: Smarter snippets ??

2000-04-02 Thread Fred Sanders

no idea there, I've never seen one, just take it to a print shop have them
print it, and bind it for you, you'll now have a beautiful copy of the pdf
version, they'll print it front and back so its like a real book, and it'll
lay flat in front of you w/ out the pages wanted to turn by themselves.

Fred

- Original Message -
From: "James Sleeman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 02, 2000 3:20 AM
Subject: Re: Smarter snippets ??


> ---Reply to mail from Fred Sanders about Smarter snippets ??
> > Do searches on homesite sites for info making scripts and custom buttons
to
> > implement them.
> >
> < doh!> Oops, I just downloaded the CFStudio PDF documentation on the
> off-chance (probably have it at work on CD too) and right there in the
black and white it tells
> me all about the scripting capabilities of CFStudio, and pretty good it
> looks too, I think I should be able to put something togethor to do just
> what I want. < /doh!>
>
> On another note, anybody know if the manual `Using ColdFusion Studio' came
printed
> with Studio 4.0 (I've only got an upgrade CD for 4.5) and I am missing it
?
>
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: Smarter snippets ??

2000-04-01 Thread Fred Sanders

Do searches on homesite sites for info making scripts and custom buttons to
implement them.




- Original Message -
From: "James Sleeman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 02, 2000 1:40 AM
Subject: Smarter snippets ??


> Hi all,
> I'm sure you have all are in the situation where you often have to
> write the same code, but it is just different enough to make a custom tag
> not really possible, for example when I make an online administration area
> (I'm using Fusebox) I generally make several files for each database table
> (or more specifically, each type of thing that can be changed (eg
products,
> categories, images ...)), a form a query for the form and generally 2
> action files (insert/update) for the form), a display for all records and
> query for the display, and a delete action.  These files are all basically
> of the same format.
>
> Anyway, I was thinking wouldn't it be cool if we had some sort of a
> `smart' snippet system, more like macros, that we could get to create
> files with certain names and fill with certain contents, and insert say
> the shell of a fuseaction  into a file all based on some input ?
> Then all I need to do is go in and flesh it out a bit.
>
> Currently the snippet system (as I see it) can only insert text before
and
> after the selected text, is there anything more powerful, like a full
> macro language, that would REALLY enhance CFStudio for me and others I'm
> sure.  It would be really cool if it could ask questions from the user
> through dialogs also, say `Does this admin section have an image to
> edit ?' in which case it would insert an example code for showing,
> changing and deleting images - saves me remembering what I called all
> those attributes to that custom tag.
>
>
>
>
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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:

2000-04-01 Thread Fred Sanders

anytime you've got to output a single # while in a  you
have to "escape it" or have two ## together. so instead if #FF you'll
need ##FF. Your other option is to just not have a # or ## at all, but
while it works, its not up to standards, and we know you want to be
standards compliant.

Fred

- Original Message -
From: "Amar Desai" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, April 01, 2000 8:35 PM
Subject: 


> Need a help here,
>
> this is a sample of the code
> how can I use the color code "#FF" in the  tag so that I do
> not get an error, since "#" cannot be used within the  tag.I have
> tried several way but none seem to help...
> 
> 
> #itemdesc">
> 
> 
>
> thanks guys...
> AD
> __
> Get Your Private, Free Email at http://www.hotmail.com
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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 SELECT HELP

2000-04-01 Thread Fred Sanders


Select CategoryID, CategoryName
>From tblPropCategories
Order By CategoryName


  Property Category: 
  

  All Types
  
 #CategoryName#
  

  


- Original Message -
From: "Interent Gold Coast Properties"
<[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 01, 1999 11:00 PM
Subject: CF SELECT HELP


> I am using the drop down box in a form to offer the user a selection
> extracted from the database however I cannot get the "required" facility
to
> work in the event the user does not select any data from that field
>
> your assistance would be appreciated
>
> the code I am using as  follows:
>
> Property Category
> message="Please Select Your Property Category">
>  
>  
>  #PropertyCategoryDropDown.PropertyCategory#
>  
>   
>   
>
>
> Kind Regards
>
> Claude Raiola
> E-Mail: [EMAIL PROTECTED]
> Website: www.internetgoldcoastproperties.com.au
>
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: Balanced Web Server

2000-04-01 Thread Fred Sanders

well no, you can serialize session variables into WDDX packets and store
them in a data source that way.  With a little modification to the way you
do things you can also have session variables follow you around from server
to server, again using WDDX and using hidden forms.

Fred

- Original Message -
From: "David Gassner" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, April 01, 2000 12:26 PM
Subject: RE: Balanced Web Server


> Only client variables can be saved to a datasource.  Session variables are
> always stored in server memory.
>
> > -Original Message-
> > From: Nick McClure [mailto:[EMAIL PROTECTED]]
> > Sent: Saturday, April 01, 2000 10:25 AM
> > To: [EMAIL PROTECTED]
> > Subject: RE: Balanced Web Server
> >
> >
> > But what about when you have your session variables saving to a
> > datasource.
> >
> > Shouldn't they be able to be seen by both servers assuming both of them
> > have the correct application name and session datasource.
> >
> > At 10:01 AM 4/1/2000 -0800, you wrote:
> > >As you say, client variables are stored on disk can be shared between
> > >servers, while session variables are stored in server memory and are
only
> > >available to that server.  The other difference: client variables are
> > >limited to strings, while session vars can store arrays and
> > structures.  You
> > >can store the more complex variables in client vars by
> > serializing them to
> > >WDDX strings; see the  tag for more info.
> > >
> > > > -Original Message-
> > > > From: Brian Peddle [mailto:[EMAIL PROTECTED]]
> > > > Sent: Friday, March 31, 2000 5:37 PM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: Balanced Web Server
> > > >
> > > >
> > > > I am moving to a new location where load balancing is used.  I
> > > > know CF ships with bright tiger but I dont think I need to use
> > > > that at this point.
> > > >
> > > > My only concern is session variables.
> > > >
> > > > I only store 3 session variables in my application.  With load
> > > > balancing I know this causes a problem unless I use Bright Tiger
> > > > and sticky sessions.
> > > >
> > > > Could I just switch them over to client variables and store the
> > > > clients in the database?
> > > >
> > > > Would this solve the problem?  What are differences between
> > > > clients and session vars.  They seem very similiar.  Is it that
> > > > sessions are stored in memory while clients are stored in the
> > > > registry/database/or cookie?
> > > >
> > > > Thanks
> > > > --
> > > > 
> > > > Archives: http://www.eGroups.com/list/cf-talk
> > > > 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.eGroups.com/list/cf-talk
> > >To Unsubscribe visit
> > >http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/c
> f_talk or
> >send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> >the body.
>
> --
> Nick McClure[EMAIL PROTECTED]
> Technical Director  606.245.9656
> squareFish Mediawww.squareFish.com
>
> --
--
> --
> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: Intranet Apps (cool trick for us to check out)

2000-03-31 Thread Fred Sanders

yeah, view source still works, or if its a frame you can you either the
keyboard short cut for the right mouse click or just hit the popup menu key
on a windows 95/98 keyboard


- Original Message -
From: "Eron Cohen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 31, 2000 3:57 PM
Subject: RE: Intranet Apps (cool trick for us to check out)


> In this particular case, if you're using IE, you can just choose "VIEW >
> SOURCE"  I am not sure what they were trying to hide, but my feeling is
that
> anyone who could do anything useful with their HTML wouldn't be stopped by
> this silliness.
>
> Eron
>
> Here's the script if you're interested:
>
> 
> 
>
>
> -Original Message-
> From: Shawn [mailto:[EMAIL PROTECTED]]
> Sent: Friday, September 10, 1999 1:59 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Intranet Apps (cool trick for us to check out)
>
>
> Its not the front page click onto one of their links to another page. The
> give it a try. its just javascript that keeps the event onmousedown from
> working. But I do not think these is so for older version of browsers.
>
> Shawn Regan
>
>
> At 11:08 AM 9/10/99 -0500, you wrote:
> >Right-clicking on http://www.intranetics.com works normally for me (IE5,
> >Win98). Maybe you didn't try a blank area of the page?
> >
> >All the Best,
> >Ron
> >
> >~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
> >  H U M A N K I N D  S Y S T E M S,  I N C.
> >   for your information, we have solutions
> >   http://www.humankindsystems.com 
> >~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
> >
> >
> >> try right clicking on a page on their site.. (www.intranetics.com)
> >> it's been disabled ;)
> >> -chris
> >>
> >>
> >
>
>---
> ---
> >To browse the cf-talk archives, visit www.eGroups.com/list/cf-talk To
> unsubscribe, send a message to [EMAIL PROTECTED] with
> 'unsubscribe' in the body or visit the list page at www.houseoffusion.com
> >
> --
--
> --
> To browse the cf-talk archives, visit www.eGroups.com/list/cf-talk To
> unsubscribe, send a message to [EMAIL PROTECTED] with
> 'unsubscribe' in the body or visit the list page at www.houseoffusion.com
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: Problem with

2000-03-31 Thread Fred Sanders

sounds like your plugging extra URL info in somewhere.  Might comment out
the 

Oh ever thought about joining the fusebox list?  Not everyone in this list
uses fusebox, so your likely to get faster and more accurate answers from
there.

Fred

- Original Message -
From: "Eron Cohen" <[EMAIL PROTECTED]>
To: "Cf-Talk" <[EMAIL PROTECTED]>
Sent: Friday, March 31, 2000 2:58 PM
Subject: Problem with 


> Hi Folks,
>
> Now I am on track for getting the Search Engine Safe URLs going.  But I
have
> a new issue.  Since adding the new  tag, suddenly
my
> images are all broken.  I did find this reference in the
>  tag:
>
> 
> 
>  
>  
>  
> 
>
>
> The trouble is that its coming up with an incorrect base URL.
>
> Instead of:
>
>http://www.mydomain.com/source/test/">
>
> Its coming up with:
>
>http://http://www.mydomain.com//source/test/">
>
> Anyone one know why this happens and how to fix it?
>
> Sorry I have so many questions.
>
> Eron
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: trying to use search-engine friendly urls

2000-03-31 Thread Fred Sanders

a few things to check, make sure you have the most current
formurl2attributes.cfm tag.
make sure you actually have a fuseaction called search.  Lastly try getting
rid of the .htm at the end of link.

Fred
- Original Message -
From: "Ian" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 31, 2000 11:42 AM
Subject: trying to use search-engine friendly urls


> I have seen this topic come up but I haven't seen anyone with this
problem. I
> have tried converting urls to use / instead of ? and =
> (/home/index.cfm/FuseAction/search/sku/15.htm) The problem is that no
matter
> what the url is, I get thrown to the home page of my site. If I go back to
> standard syntax everything works. This happens on both IE and NS.
>
> I am using the FORMURL2ATTRIBUTES tag in my app_globals file (this is a
> fusebox site) that is supposed to handle this in some way. What am I doing
> wrong?
>
> Thanks.
>
> Ian
>
> 
> Get your own FREE, personal Netscape WebMail account today at
http://webmail.netscape.com.
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar

--
Archives: http://www.eGroups.com/list/cf-talk
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: Loading Data to/from Frames

2000-03-30 Thread Fred Sanders

Your on the money but you'll want to store it as an application scoped
variable, I do this a lot with drop down box queries that don't change a lot
if at all.

Fred
- Original Message -
From: "Bogesdorfer, Dan L." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 30, 2000 10:02 AM
Subject: RE: Loading Data to/from Frames


> 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_01BF9A61.4C980680
> Content-Type: text/plain;
> charset="iso-8859-1"
>
> I'm also new to the list but saw something that I had read that was
> interesting.  We are thinking of moving our current apps over to cold
fusion
> and we currently build our lists each time the user logs on.  If your data
> is fairly static, only changing once a week, you could store your data in
an
> server variable and call that variable when needed.  In our case we have
> employee lists that are 2000 list lines.  So instead of building this list
> each time the user logs on to the app the variable is brought over from
the
> server with all the data.  This variable list is rebuilt once a week.  HTH
>
> Daniel Bogesdorfer
> Programmer/Analyst
> RSL COM USA INC
> Voice 412.244.6628
>
>
> -Original Message-
> From: Kevin Gatlin [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 30, 2000 10:48 AM
> To: [EMAIL PROTECTED]
> Subject: Loading Data to/from Frames
>
>
> This is a multi-part message in MIME format.
>
> --=_NextPart_000_004D_01BF9A35.7C04D960
> Content-Type: text/plain;
> charset="Windows-1252"
> Content-Transfer-Encoding: quoted-printable
>
>
> Hello all,
>
> Newbie here.  I've been lurking in the background for sometime now but =
> want to get in the mainstream of things and of course have hit a =
> roadblock.
>
> I want to use a hidden frame to store a fairly large amount of data so =
> the user only has to wait for the initial download but subsequent code =
> manipulation could be pulled from the hidden frame instead of having to =
> hit the server.  For instance, when the main body frame is loaded =
> (called) I would like for it to query the hidden frame for data verses =
> pulling the data from the server.  Some of the data that would be stored =
> in the hidden frame would be approximately 2K to 3K items that will =
> populate dropdown boxes.  The hidden frame data would not need to change =
> during the client's session so for the most part it is static.
>
> I know you can reference the hidden field via JavaScript but can you do =
> this effectively via CF?  What I have done so far is use the onload =
> method in JavaScript to populate fields and dropdown boxes when loading =
> the main body frame but I need CF to know about data elements in the =
> hidden frame also.  WDDX may come into play here but I have not tried to =
> tackle that one yet.
>
> Any help and guidance would be greatly appreciated.
>
> Regards,
> Kevin
>
> 
>
> Kevin Gatlin
> The Rivanna Group
> [EMAIL PROTECTED]
>
>
> --=_NextPart_000_004D_01BF9A35.7C04D960
> Content-Type: text/html;
> charset="Windows-1252"
> Content-Transfer-Encoding: quoted-printable
>
> 
> 
>  http-equiv=3DContent-Type>
> 
> 
> 
> 
>  
> Hello all,
>  
> Newbie here.  I've been lurking in the =
> background for=20
> sometime now but want to get in the mainstream of things and of course =
> have hit=20
> a roadblock.
>  
> I want to use a hidden frame to store a fairly large =
> amount of=20
> data so the user only has to wait for the initial download but =
> subsequent code=20
> manipulation could be pulled from the hidden frame instead of having to =
> hit the=20
> server.  For instance, when the main body frame is loaded (called) =
> I would=20
> like for it to query the hidden frame for data verses pulling the data =
> from the=20
> server.  Some of the data that would be stored in the hidden frame =
> would be=20
> approximately 2K to 3K items that will populate dropdown boxes.  =
> The hidden=20
> frame data would not need to change during the client's session so for =
> the most=20
> part it is static.
>  
> I know you can reference the hidden field via =
> JavaScript but=20
> can you do this effectively via CF?  What I have done so far is use =
> the=20
> onload method in JavaScript to populate fields and dropdown boxes when =
> loading=20
> the main body frame but I need CF to know about data elements in the =
> hidden=20
> frame also.  WDDX may come into play here but I have not tried to =
> tackle=20
> that one yet.
>  
> Any help and guidance would be greatly=20
> appreciated.
>  
> Regards,
> Kevin
>  
> 
>  
> Kevin GatlinThe Rivanna Group href=3D"mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]=
> 
>
> --=_NextPart_000_004D_01BF9A35.7C04D960--
>
> --
--
> --
> Archives: http://www.eGroups.com/list/cf-talk
> T

Re: Houston CFUG...

2000-03-30 Thread Fred Sanders

As far as I know just San Antonio and Austin.  So your in Houston.  I'm just
right down the road from you on Galveston.

Fred

- Original Message -
From: "Gary McNeel, Jr." <[EMAIL PROTECTED]>
To: "Cf-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, March 30, 2000 9:17 AM
Subject: Houston CFUG...


> Does anyone know if there is a Houston CFUG?
>
>
> Gary McNeel, Jr.
> Project Manager - DAC-Net, Research & Graduate Studies
> Rice University - Houston
> [Lovett Hall] 713-348-6266 (Primary)
> [DAC] 713-348-5184
> [M] 713-962-0885
> [H] 713-723-9240
>
> "Great spirits have always encountered violent opposition from mediocre
> minds."
>-Albert Einstein
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: CF4.5 doesn't support Win2000 file encryption?

2000-03-29 Thread Fred Sanders

maybe you shouldn't let MS encrypt the pages and just let CF do the work
like its supposed to if something is going to go through two
encryption/decryption processes from two different servers what is going to
define which goes first common sense
- Original Message -
From: "Michael Dinowitz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 29, 2000 3:33 PM
Subject: Re: CF4.5 doesn't support Win2000 file encryption?


> Forgive me for asking, but if MS gives a new 'feature' that will effect
CF,
> Perl, Rebol and almost every non-MS scripting language, why would you
think
> it needs a fix from Allaire?
> >
> > Windows 2000 allows you to encrypt files. ColdFusion does not seem to
> > support this, as I get the following error on any page that I encrypt:
> >
> > The template file exists, however, it either cannot be opened for
reading,
> > or it is encrypted and its data has been corrupted
> >
> > as soon as i unencrypt, all things are good to go.
> >
> > anyone heard anything about this? is allaire going to fix this in a
> service
> > patch?
>
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: Has someone wrangled a way to get CF to print an HTML document?

2000-03-29 Thread Fred Sanders

Craig, your such a tease.


- Original Message -
From: "Craig M. Rosenblum" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 29, 2000 1:49 PM
Subject: RE: Has someone wrangled a way to get CF to print an HTML document?


> There is some javascript ways of doing that...
>
> > -Original Message-
> > From: Steve Aylor [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, March 29, 2000 2:05 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: Has someone wrangled a way to get CF to print an HTML
> > document?
> >
> >
> > protofax or you might try active4
> >
> > Steve
> >
> >
> > >
> > > Howdy Y'all,
> > >
> > >Is there a way to get CF to print an HTML document? I'm looking for
a
> > way
> > > to dump
> > >   an html page to a networked fax machine.
> > >
> > >
> > >
> > > Lon Lentz
> > > GetLists.Com
> > > [EMAIL PROTECTED]
> >
> >
> >
> > --
> > 
> > Archives: http://www.eGroups.com/list/cf-talk
> > 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.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: query date problem

2000-03-29 Thread Fred Sanders

did you try the hmm what's it called createdateformat(now()) or some such
probably should look it up but you can format it with that function as well.
I still say your pulling up every record you have because your asking for
everything that was created before the exact time of your query, all syntax
problems aside, but then maybe that's what you want to do.


- Original Message -
From: "S R" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 29, 2000 2:02 PM
Subject: RE: query date problem


> Its a Date/Time field in MS Access. The field has 'Short Format'
specified.
> I did place pound signs around 'NOW()' but it still does the same thing
>
> >From: "Mark Warrick" <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: <[EMAIL PROTECTED]>
> >Subject: RE: query date problem
> >Date: Wed, 29 Mar 2000 11:35:33 -0800
> >
> >First problem:  you need to put pound signs around "Now()".
> >
> >Second problem: even if you try that, the date format might be incorrect.
> >What kind of field are you searching against?  What kind of database is
it?
> >   What is the format of the dates in the field?
> >
> >Match up the date with your search query, and you'll get the right
results.
> >
> >---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: S R [mailto:[EMAIL PROTECTED]]
> >Sent: Wednesday, March 29, 2000 11:26 AM
> >To: [EMAIL PROTECTED]
> >Subject: query date problem
> >
> >
> >This query gives me all records in the database instead of just what I
> >asked
> >for. What am I doing wrong?? This NewDateArc field is a DateTime field in
> >Access
> >
> >
> >select * from ArchivesCopy
> >WHERE NewDateArc < NOW()
> >
> >__
> >Get Your Private, Free Email at http://www.hotmail.com
> >
>
>---
---
> >Archives: http://www.eGroups.com/list/cf-talk
> >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.eGroups.com/list/cf-talk
> >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 Your Private, Free Email at http://www.hotmail.com
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: query date problem

2000-03-29 Thread Fred Sanders

your asking for everything its got that doesn't have a date equal to greater
than the exact second your run the query.  Which is probably everything in
the table.
- Original Message -
From: "S R" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 29, 2000 1:25 PM
Subject: query date problem


> This query gives me all records in the database instead of just what I
asked
> for. What am I doing wrong?? This NewDateArc field is a DateTime field in
> Access
>
> 
> select * from ArchivesCopy
> WHERE NewDateArc < NOW()
> 
> __
> Get Your Private, Free Email at http://www.hotmail.com
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: Who Said netscape is dead & as for People dressed in black wearing berets.....

2000-03-29 Thread Fred Sanders

I can bid on a genuine Steve Aylor beret Gotta go off to Ebay!!!

Hey that almost rhymes.

- Original Message -
From: "Stephen M. Aylor" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 29, 2000 11:58 AM
Subject: Re: Who Said netscape is dead & as for People dressed in black
wearing berets.
>
> Good Gdd Mn!!!  Its Dave Watts everywhere :-)
>
> Now... off to list my beret on Ebay.
>
> Steve
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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 - Accuweather3 tag update

2000-03-29 Thread Fred Sanders

sorry for the off topic post, no replies necessary or needed.

If anyone who downloaded the requested accuweather3 tag a few weeks ago,
I've fixed the accu-weather link, applied a different fix that Steve Reich
had done and was nice enough to send me, and other bug that occasionally
cropped up on some pages where a "10 day forecast" link would show up.
Anyone wanting the update can download at
http://www.galvestongetaway.com/accuweather3.zip.

--
Archives: http://www.eGroups.com/list/cf-talk
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: Netscape vs. IE

2000-03-29 Thread Fred Sanders

uh don't take this the wrong way but, so?
- Original Message -
From: "DSJ" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 29, 2000 2:01 AM
Subject: Netscape vs. IE


> This is a multi-part message in MIME format.
>
> --=_NextPart_000_000A_01BF991A.5AA22B40
> Content-Type: text/plain;
> charset="iso-8859-1"
> Content-Transfer-Encoding: 7bit
>
>   Most Used Browsers
>
> Browser Hits % of Total Hits User Sessions
>   1 Microsoft Internet Explorer 567,553 78.63% 23,874
>   2 Netscape 146,705 20.32% 2,593
>   3 Other Netscape Compatible 6,409 0.88% 1,224
>   4 Others 529 0.07% 25
>   5 WebTrends 213 0.02% 2
>   6 Mag-Net 171 0.02% 0
>   7 MIIxpc/4.1 46 0% 2
>   8 Teleport Pro/1.29 44 0% 3
>   9 Wget/1.5.3 41 0% 0
>   10 Netscape/3.0 [en] (X11; I; Linux 2.0.34 i586) 26 0% 1
> Total For Browsers Above  721,737 99.99% 27,724
>
>
>
> These stats are from an e-commerce web site that I run and I must say that
> this is about the most lop sided that I've seen it yet in IE's favor.  How
> about the rest of you?
>
> DSJ
>
> --=_NextPart_000_000A_01BF991A.5AA22B40
> Content-Type: text/html;
> charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> 
> 
>  http-equiv=3DContent-Type>
> 
> 
> 
> 
>   
>   
> 
>   Most Used Browsers  size=3D-2>
>   
> 
>    
> 
>   Browser
> 
>   Hits
> 
>   % of Total Hits
> 
>   User Sessions
>   
> 
>   1
>  size=3D2>Microsoft Internet=20
>   Explorer
> 
>   567,553
> 
>   78.63%
> 
>   23,874
>   
> 
>   2
>  size=3D2>Netscape
> 
>   146,705
> 
>   20.32%
> 
>   2,593
>   
> 
>   3
> Other =
> Netscape=20
>   Compatible
> 
>   6,409
> 
>   0.88%
> 
>   1,224
>   
> 
>   4
>  size=3D2>Others
> 
>   529
> 
>   0.07%
> 
>   25
>   
> 
>   5
>  size=3D2>WebTrends
> 
>   213
> 
>   0.02%
> 
>   2
>   
> 
>   6
>  size=3D2>Mag-Net
> 
>   171
> 
>   0.02%
> 
>   0
>   
> 
>   7
>  size=3D2>MIIxpc/4.1
> 
>   46
> 
>   0%
> 
>   2
>   
> 
>   8
>  size=3D2>Teleport=20
>   Pro/1.29
> 
>   44
> 
>   0%
> 
>   3
>   
> 
>   9
>  size=3D2>Wget/1.5.3
> 
>   41
> 
>   0%
> 
>   0
>   
> 
>   10
>  size=3D2>Netscape/3.0 [en]=20
>   (X11; I; Linux 2.0.34 i586)
> 
>   26
> 
>   0%
> 
>   1
>   
> 
>    
>  size=3D3>Total For Browsers=20
>   Above 
> 
>   721,737
> 
>   99.99%
> 
>   =
> 27,724
>  face=3DVerdana>These stats are from an e-commerce web site that I run =
> and I must=20
> say that this is about the most lop sided that I've seen it yet in IE's=20
> favor.  How about the rest of you?
>  
> DSJ
>
> --=_NextPart_000_000A_01BF991A.5AA22B40--
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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.



You never know exactly how much you miss something until ........

2000-03-29 Thread Fred Sanders

Hey Gang,

If anyone's directed questions or comments to me please re-send, I've lost
about 2 almost 3 days of messages.  Whether it was due to mail server errors
or someone just decided to unsubscribe me I have no idea (I'm leaning more
towards the mail server errors, you guys wouldn't do that).

Glad to be back,

Fred Sanders

--
Archives: http://www.eGroups.com/list/cf-talk
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...

2000-03-29 Thread Fred Sanders

LOL, Congrats.  You also now have an excuse for why your up at 3am in front
of your computer.  Your waiting for the feed bell so your wife can sleep. :)

Fred



- Original Message -
From: "Ian Lurie" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, March 25, 2000 10:21 AM
Subject: Slightly OT...


> Hi all,
>
> I know I'm breaking the rules, but I want to announce the arrival of a new
> CF developer-to-be: Harrison Michael Lurie, born 3/23/00 at 6:15 AM.
>
> Everyone's in good condition, but as expected, the documentation is
lousy...
>
> Ian Lurie
>
> Portent Interactive
> Process, Design and Content
> http://www.portentinteractive.com
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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: Does the SQL7 Desktop Server Evaluation Work with ColdFusion? ?

2000-03-25 Thread Fred Sanders

Yes it works very well. If you don't mind the way MS does service packs  The
MSDE initial installation program from the Microsoft site (which is screwed
and doesn't install without performing some really neat tricks) is 20.1MB.
The first service pack they released was something like 36MB, now they just
released SP2 and its 57MB. Enjoy and I hope you either have it on CD or
you've got broadband connection to the internet.

Fred

- Original Message -
From: "Peter Tilbrook" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, March 25, 2000 6:42 PM
Subject: RE: Does the SQL7 Desktop Server Evaluation Work with ColdFusion? ?


> Also I found you need Win2000 Advanced Server to run the Enterprise
Edition.
> Naturally I only found this out AFTER getting the standard server up and
> running. Hopefully the upgrade won't be too painful.
>
> -Original Message-
> From: Jessica Shea [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, 26 March 2000 10:22 AM
> To: ''[EMAIL PROTECTED] ' '
> Subject: RE: Does the SQL7 Desktop Server Evaluation Work with
> ColdFusion? ?
>
>
> Opps, I was distracted by all that encoding stuff and misread your
message.
> Using the desktop edition is fine, but I've never tried the evaluation
> version.  I wouldn't be surprised if they had a setting to not allow
outside
> connections in since it's an evaluation copy.
>
> Still, you could make sure all your settings are correct and your service
is
> running anyway.
>
> Jessica
>
> -Original Message-
> From: Jessica Shea
> To: 'Kevin Merker '; '[EMAIL PROTECTED] '
> Sent: 3/25/00 4:03 PM
> Subject: RE: Does the SQL7 Desktop Server Evaluation Work with ColdFusion?
?
>
> Works fine for me.  You should register the server under you ODBC
> setting
> the way you would register a full version of SQL.  This includes putting
> in
> the server name, database name, username and password to access the
> database-all as part of setting up an ODBC datasource using the SQL
> drivers.
>
>
> Also, make sure your desktop edition is running when you try to verify
> the
> datasource.  There should be a little SQL server service manager icon in
> you
> tool tray-make sure there is a green arrow on the icon-this means it's
> running.  If it's a red square, double click the icon and click the
> start/continue button to start the service.
>
> Jessica Shea
> Lead Developer, Professional Products
> Elixis Corp. http://www.elixis.com
>
> -Original Message-
> From: Kevin Merker
> To: [EMAIL PROTECTED]
> Sent: 3/25/00 8:43 AM
> Subject: Does the SQL7 Desktop Server Evaluation Work with ColdFusion??
>
>
> --6DDD1771C9E38CD1BD4F1CE3
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
>
> Can you connect SQL7 Desktop Evaluation with ColdFusion Server
> Enterprise 4.0.1? Has anyone ever set this up as a development
> environment on Win98 OS. I cannot get Coldfusion Sever to recognize /
> verify the the ODBC connection to the SQL7 sever. MSDE SQL7 worked fine.
> What am I doing wrong? Studio see the ODBC connection to the server.
>
> PLEASE HELP!
>
> Kevin Merker
>
> --6DDD1771C9E38CD1BD4F1CE3
> Content-Type: text/html; charset=us-ascii
> Content-Transfer-Encoding: 7bit
>
> 
> 
> Can you connect SQL7 Desktop Evaluation with ColdFusion Server
> Enterprise
> 4.0.1? Has anyone ever set this up as a development environment on
> Win98 OS. I cannot get Coldfusion Sever to recognize / verify the the
> ODBC
> connection to the SQL7 sever. MSDE SQL7 worked fine. What am I doing
> wrong?
> Studio see the ODBC connection to the server.
> PLEASE HELP!
> Kevin Merker
>
> --6DDD1771C9E38CD1BD4F1CE3--
>
> 
> --
> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
> 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.eGroups.co

Re: CFIF Problem with OR

2000-03-24 Thread Fred Sanders

I would guess the quotes, ID is a number and your telling it a string
- Original Message -
From: "Michel Gagnon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 24, 2000 1:47 PM
Subject: CFIF Problem with OR


> Hi there!
>
> What is wrong with this statement?
>
>  "43")>
>
> I also tried:
>
> 
>
> It executes what's inside even if ID is 43
>
> Any ideas?
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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 Inline Documentation Methodology

2000-03-24 Thread Fred Sanders

Yep your right.  They say memory is the second thing to go, and since I've
already lost my exceptionally good looks, I guess its moved to the front of
the line. LOL


- Original Message -
From: "Mike Murry" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 24, 2000 9:43 AM
Subject: RE: CF Inline Documentation Methodology


> I think what your looking for is FuseDoc.
>
> http://www.teamallaire.com/hal/
>


--
Archives: http://www.eGroups.com/list/cf-talk
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: 2nd try: RE: CFFTP ... umm ... where's the file?

2000-03-24 Thread Fred Sanders

aren't your slashes going the wrong way on your remotefile setting?

- Original Message - 
From: "Owens, Howard" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 24, 2000 10:42 AM
Subject: 2nd try: RE: CFFTP ... umm ... where's the file?


> 
> I could really use some help with this guys ... so I'm resending
> ...
> 
> >  > password="mypass" stoponerror="Yes"
> > localfile="c:\Inetpub\wwwroot\story1.txt"
> > remotefile="\home\directory\directory\story1.txt" transfermode="AUTO">
> > 


--
Archives: http://www.eGroups.com/list/cf-talk
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 Inline Documentation Methodology

2000-03-24 Thread Fred Sanders

Sounds a bit like the spec tool at www.fusebox.org.  Which incidentally is
fixing to get an overhaul and revamp soon.

Fred

- Original Message -
From: "Nornes, Ross M (James Tower)" <[EMAIL PROTECTED]>
To: "Cftalk (E-mail)" <[EMAIL PROTECTED]>
Sent: Friday, March 24, 2000 8:58 AM
Subject: CF Inline Documentation Methodology


> 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_01BF95A1.4929E7E0
> Content-Type: text/plain;
> charset="ISO-8859-1"
>
> I read somewhere on the net about a group that has figured out a way to
> comment their code in such a way so that they can run a parser against
their
> code base and the parser will parse out the comments in the code to
generate
> a printable application documentation much like the commenting system that
> JAVA uses.
>
> I know I probably did not explain this very well, but if anyone knows what
> I'm talking about and can point me to were this documentation is located,
it
> would be greatly appreciated!
>
> TIA!
>
> Ross Nornes
> Lead DBA / Web Developer
> James Tower Media Design
> 1730 James Drive
> North Mankato, MN 56003
> Phone : 507.386.9330
> Fax : 507.386.1891
> Email : [EMAIL PROTECTED] 
>
>
> --_=_NextPart_001_01BF95A1.4929E7E0
> Content-Type: text/html;
> charset="ISO-8859-1"
>
> 
> 
> 
>
>
> 
> 
> I read
somewhere
> on the net about a group that has figured out a way to comment their code
in
> such a way so that they can run a parser against their code base and the
parser
> will parse out the comments in the code to generate a printable
application
> documentation much like the commenting system that JAVA
> uses.
>  class=157325414-24032000> 
> I know I
probably
> did not explain this very well, but if anyone knows what I'm talking about
and
> can point me to were this documentation is located, it would be greatly
> appreciated!
>  class=157325414-24032000> 
>  class=157325414-24032000>TIA!
>  
> Ross Nornes
> Lead DBA / Web Developer
> James Tower Media Design
> 1730 James Drive
> North Mankato, MN 56003
> Phone :
> 507.386.9330
> Fax :
507.386.1891
> Email :  href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]
>  
>
> --_=_NextPart_001_01BF95A1.4929E7E0--
> --

> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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.