RE: Deleting Multiple Records?

2000-04-13 Thread David Crowther

You will just have to treat me as a complete idiot (no programming
background) - but how do I bound my list?

_
d a v i d   c r o w t h e r
w e b   d e v e l o p e r
s i t d . c o m

t  0044 1753 865 731
f  0044 1753 865 785


-Original Message-
From: Stephen Garrett [mailto:[EMAIL PROTECTED]]
Sent: 12 April 2000 5:13 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: Deleting Multiple Records?



Just make sure that the list is bounded, so that some happy hacker doesn't
cause a delete of every record in your db...

Steve

At 08:59 AM 4/12/2000 -0400, [EMAIL PROTECTED] wrote:
>It's fairly simple to do... Just name all your checkboxes the same name.
>When you submit the form it will put the values in a comma delimited list.
>You can then just pass that straight to your SQL statement as is.  It will
>crunch through the list and delete all the records that were checked.
>
>Mike Fleming
>CF Codeslinger
>
>"I spent my whole life not knowing what I want out of it, just chasing my
>tail. Now for the first time I know exactly what I want and who... that's
>the damnable misery of it." Tombstone
>
>
>-Original Message-
>From: David Crowther [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, April 12, 2000 5:34 AM
>To: '[EMAIL PROTECTED]'
>Subject: Deleting Multiple Records?
>
>
> I was just wondering if there was a way of deleting multiple
>records at the same time?
>
>In my admin section of a current project, I would like to provide the
option
>of selecting multiple records (by check box?) and then deleting all of the
>selected records at one click of the submit button.
>
>Is this possible, and if so, how do I do it?
>
>Many thanks...
>
>_
>d a v i d   c r o w t h e r
>w e b   d e v e l o p e r
>s i t d . c o m
>
>t  0044 1753 865 731
>f  0044 1753 865 785
>---
-
>--
>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.
>

--
Stephen Garrett
GPS
[EMAIL PROTECTED]   (360) 896-2714
ICQ# 10776767

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



time zone calculation

2000-04-13 Thread Nathan Chen

Does anybody know any custom tag that does time zone calculation?  My
program needs to show the user's local time when the user accesses a CF
server in another time zone. It needs to address the issue of rolling
from "11 PM" to "0 AM" as well.  Any idea?

--
Nathan Chen
(208)-426-8470
Computer Control Systems, Inc.


--
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: Preventing file download.

2000-04-13 Thread Xing Li

Guy,

Move the CAD files out of the web folder and use CFCONTENT to push the cad
files. The CFCONTENT script will be programmed to accept and validate an
encrypted phrase passed by the calling file (applet).

Now here is the worse part. The key used to validate and encode (CFENCRYPT)
the phrase must change everytime you push any CAD file. This means that the
second your java applet downloads the cad file, the encrypted phrase will be
out-dated and invalid for later use.

One way to do this is to store the key for each use in a Session. variable.

On applet code generating script:





On push script:




  






   



PUSH denied.



I think this should work. However, the user might be smart enough to figure
out the scheme and stop the web browser right before the java code is
executed. Thus, the push never happens and by looking at the source code and
grabbing the url, the person will be able to download the file.

The java applet is execute on the client side so there is now way to
distinguish the applet request for the file as compared to the browser
request. Or is there? Not sure about this.

You can also beef up the security by only allowing cfcontent push when
HTTP_REFERER exists and that the domain is from your site.

Xing

fanfiction.net

 
> Building an application that uses a cad file viewer that is a java applet.
> The viewer loads a cad file from the document root on the web server and
> display it in a browser.
> 
> The problem I have is that a user can view the source for the web page, get
> the URL to the cad file and download the cad file to his local system.
> 
> I am looking for a way to allow the viewer to see the cad file but prevent a
> user from downloading it. I am thinking that a component sitting in the
> document root of the web server that could relay the file to the java
> applet. Anyone found a solution for this or have any ideas?
> 
> TIA
> 
> Guy
> 
> 
> --
> 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: Studio & RDS Problems

2000-04-13 Thread Jeff


:~~
: From: Mike Sheldon <[EMAIL PROTECTED]>
:
: In the NT Resource kit is a utility kill.exe which can
: kill any process, including the RDS service when this
: happens. CF Exec will then re-start it.
:~~

ok, but does anybody have any knowledge of or experience with the problem
i'm describing.  killing the process every 30 minutes (literally) is getting
really old.  development time is too costly to try to work with something
that's this unstable.

anybody else have any ideas or experience they can share?

thanks,

.jeff

name://jeff.howden
game://web.development
http://www.evolt.org/
mailto:[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.



Polls in ColdFusion

2000-04-13 Thread David Crowther

Hi everyone! Just wondering if anyone knows where to find information about
Polls written in ColdFusion (eg. CFSpot.com).
I am looking for apps, custom tags, tutorials etc.

_
d a v i d   c r o w t h e r
w e b   d e v e l o p e r
s i t d . c o m

t  0044 1753 865 731
f  0044 1753 865 785
--
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: Polls in ColdFusion

2000-04-13 Thread Brian Mitter

First place to look is usually the tag-gallery...

- Original Message -
From: David Crowther <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 13, 2000 11:47 AM
Subject: Polls in ColdFusion


> Hi everyone! Just wondering if anyone knows where to find information
about
> Polls written in ColdFusion (eg. CFSpot.com).
> I am looking for apps, custom tags, tutorials etc.
>
> _
> d a v i d   c r o w t h e r
> w e b   d e v e l o p e r
> s i t d . c o m
>
> t  0044 1753 865 731
> f  0044 1753 865 785
> --

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



Netscape Freezes when I run CF database!

2000-04-13 Thread Kortland, Brian

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_01BFA53D.27A31310
Content-Type: text/plain;
charset="iso-8859-1"

Hi All,

I have a simple CF and ACCESS driven database of phone card rates available
online. When I run the page in Internet Explorer it runs without a hitch.
When I run it in Netscape the page starts to load and then the browser
freezes. IF I do something to break the cycle, like inititating Windows Task
Manager, the output will sometimes show up and then you can move on and the
browser functions normally. Overall it is not running properly in Netscape
and I was curious if anyone else has experienced similar problems or have
ideas as to what may be occurring. 

You can test it yourself by going to http://216.149.114.124/ You then can
pick a country and run the query - which is right on the bottom of the home
page. 

I have tried different solutions and can't pin down whether it is a nested
table problem or styles. I'm ruling out a DB problem because it does work in
IE. It just seems that Netscape is having a lot of trouble rendering the
tables.

Any clues??

Thanks everyone! 


Brian Kortland
tel 212.770.7617, fax 212.968.1386
[EMAIL PROTECTED]


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






Netscape Freezes when I run CF database!



Hi All,


I have a simple CF and ACCESS driven database of =
phone card rates available online. When I run the page in Internet =
Explorer it runs without a hitch. When I run it in Netscape the page =
starts to load and then the browser freezes. IF I do something to break =
the cycle, like inititating Windows Task Manager, the output will =
sometimes show up and then you can move on and the browser functions =
normally. Overall it is not running properly in Netscape and I was =
curious if anyone else has experienced similar problems or have ideas =
as to what may be occurring. 

You can test it yourself by going to http://216.149.114.124/" =
TARGET=3D"_blank">http://216.149.114.124/ You then can pick a =
country and run the query - which is right on the bottom of the home =
page. 

I have tried different solutions and can't pin down =
whether it is a nested table problem or styles. I'm ruling out a DB =
problem because it does work in IE. It just seems that Netscape is =
having a lot of trouble rendering the tables.

Any clues??


Thanks everyone! 



Brian Kortland
tel 212.770.7617, fax 212.968.1386
[EMAIL PROTECTED]




--_=_NextPart_001_01BFA53D.27A31310--
--
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: Is there a CFUG in SE Wisconsin?

2000-04-13 Thread Scott J. Brader

Steve,
I've actually gotten a fairly decent response on the CFUG. Several people
have expressed interest in this before. One of the guys was contacting
someone at Allaire to see if they'd help us get it started. I'll let you
know as soon as I hear anything back from them.

Scott

-Original Message-
From: Steve Nelson [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 12, 2000 13:20
To: [EMAIL PROTECTED]
Subject: RE: Is there a CFUG in SE Wisconsin?





reading cookie parameters

2000-04-13 Thread Bud

Hi. Is there a way to read the additional parameters of a cookie 
other than the value, like expires, domain, etc?

Thanks.

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.



Best DataBase software?

2000-04-13 Thread James Smith

Here is one for you all.

I am running a new site and the database is currently Access97.  The
conditions any prospective database must meet are as follows.

1) Fast (already 1/4 million records and growing fast, probably into the
10's of millions)
2) Replicable.  Sales staff in the field (World Wide) need to enter
information into a copy of the database on their laptops then dial into
their regional office and synchronise their data with our master, this must
be 2 way replication not just upload.
3) Internet Replication is desirable so we can synchronise the data with the
web server without needing to upload 50-200Mb files via FTP to synchronise
20kb worth of changes.

The web server is a Dell, dual PIII 600, 256Mb Ram, 32Gb Raid5 HDD,
redundant PSU etc... so the server is fast, the current access based system
runs queries in under 250ms.  We are thinking of upgrading to MS SQL Server,
but if there is a better option I want to know about it.

Any suggestions?

--
James Smith
[EMAIL PROTECTED]

I love deadlines.
I especially like the whooshing sound they make as they go flying by.



--
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 Freezes when I run CF database!

2000-04-13 Thread Aidan Whitehall

Not read your post thoroughly, but first thing to do, esp when tables aren't
rendering correctly in Netscape, is to check your HTML.  Either
www.htmlvalidator.com or http://validator.w3.org/




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

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

-Original Message-
From: Kortland, Brian [mailto:[EMAIL PROTECTED]]
Sent: 13 April 2000 12:41
To: '[EMAIL PROTECTED]'
Subject: Netscape Freezes when I run CF database!


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_01BFA53D.27A31310
Content-Type: text/plain;
charset="iso-8859-1"

Hi All,

I have a simple CF and ACCESS driven database of phone card rates available
online. When I run the page in Internet Explorer it runs without a hitch.
When I run it in Netscape the page starts to load and then the browser
freezes. IF I do something to break the cycle, like inititating Windows Task
Manager, the output will sometimes show up and then you can move on and the
browser functions normally. Overall it is not running properly in Netscape
and I was curious if anyone else has experienced similar problems or have
ideas as to what may be occurring. 

You can test it yourself by going to http://216.149.114.124/ You then can
pick a country and run the query - which is right on the bottom of the home
page. 

I have tried different solutions and can't pin down whether it is a nested
table problem or styles. I'm ruling out a DB problem because it does work in
IE. It just seems that Netscape is having a lot of trouble rendering the
tables.

Any clues??

Thanks everyone! 


Brian Kortland
tel 212.770.7617, fax 212.968.1386
[EMAIL PROTECTED]


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






Netscape Freezes when I run CF database!



Hi All,


I have a simple CF and ACCESS driven database of =
phone card rates available online. When I run the page in Internet =
Explorer it runs without a hitch. When I run it in Netscape the page =
starts to load and then the browser freezes. IF I do something to break =
the cycle, like inititating Windows Task Manager, the output will =
sometimes show up and then you can move on and the browser functions =
normally. Overall it is not running properly in Netscape and I was =
curious if anyone else has experienced similar problems or have ideas =
as to what may be occurring. 

You can test it yourself by going to http://216.149.114.124/" =
TARGET=3D"_blank">http://216.149.114.124/ You then can pick a =
country and run the query - which is right on the bottom of the home =
page. 

I have tried different solutions and can't pin down =
whether it is a nested table problem or styles. I'm ruling out a DB =
problem because it does work in IE. It just seems that Netscape is =
having a lot of trouble rendering the tables.

Any clues??


Thanks everyone! 



Brian Kortland
tel 212.770.7617, fax 212.968.1386
[EMAIL PROTECTED]




--_=_NextPart_001_01BFA53D.27A31310--

--
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: Text Editors vs Site Editors

2000-04-13 Thread David E. Crawford

I certainly consider myself a senior ColdFusion programmer, having used it
since version 1.0 beta.  However, I NEVER use the query builder, primarily
because I have found it be kludgy.  I generally white-board my database
design and queries.  Sometimes I use Access to mock-up a query before
inserting it into my code.  I have never selected a candidate for a CF
programming job based on the answer to "do you use the query builder in
studio?", because in my opinion, it simply isn't relevant.

DC

- Original Message -
From: Judith Campbell <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 12, 2000 22:00
Subject: RE: Text Editors vs Site Editors


> At 04:32 PM 04/12/2000 Lon Lentz wrote:
>
> >   However, I use cfstudio for its ability to help me better utilize my
> time.
> >I disable design view.
> >  But the shortcuts are great. The access and control it gives to your
> >databases is handy. The query
> >  designer (with an ability to build and test a query before you code
> it) is
> >far too useful not to
> >  use.
>
> What amazes me is the number of people who consider themselves senior
> cold
> fusion programmers, and have never used the query builder, or even know
> about it.   Apparently the little build button in the query tag edit has
>
> completely escaped their attention.
>
> I cannot imagine trying to code Cold Fusion apps using anything but CF
> Studio.  Kinda like trying to build a house without a hammer or nails.
>
>
> Judith Campbell
> Chief Technical Officer
> Digital Positions, Inc.
> [EMAIL PROTECTED]
> 404-351-9366
>
> 
> --
> 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 is typeless, but...?

2000-04-13 Thread Olive, Christopher M Mr USACHPPM

it's neither.  as you said, CF is typeless.

it only "becomes" a type when you do something to it.  CF puts off the
typing secision until then.

Chris Olive
DOHRS Website Administrator
[EMAIL PROTECTED]


-Original Message-
From: Steve Reich [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 12, 2000 7:43 PM
To: 
Subject: CF is typeless, but...?


Say I set a cookie



When I call the cookie, is the value a string or a number?

Thanks,
Steve
~~
"640K ought to be enough for anybody!"

-Bill Gates, 1981
~~


--
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: 4.5.1 Localhost problem (was:RE: Is 4.5.1 Solid)

2000-04-13 Thread Paul Ihrig

Please Take a look at:
http://forums1.allaire.com/devconf/Thread.cfm?&Thread_ID=154200&mc=13#Messag
e481271
I need help getting studio 4.5.1 to run!

please.


-paul

Web Developer, NBBJ
Work:   [EMAIL PROTECTED]
614 241-3534
Home:   [EMAIL PROTECTED]
614 449-1681
[EMAIL PROTECTED]
icq: 47658358

--
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 is typeless, but...?

2000-04-13 Thread Steve Reich

so which would be correct...

If...


then...


or...



Steve


- Original Message -
From: "Olive, Christopher M Mr USACHPPM"
<[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 13, 2000 8:40 AM
Subject: RE: CF is typeless, but...?


> it's neither.  as you said, CF is typeless.
>
> it only "becomes" a type when you do something to it.  CF puts off the
> typing secision until then.
>
> Chris Olive
> DOHRS Website Administrator
> [EMAIL PROTECTED]
>
>
> -Original Message-
> From: Steve Reich [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, April 12, 2000 7:43 PM
> To: 
> Subject: CF is typeless, but...?
>
>
> Say I set a cookie
>
> 
>
> When I call the cookie, is the value a string or a number?
>
> Thanks,
> Steve
> ~~
> "640K ought to be enough for anybody!"
>
> -Bill Gates, 1981
> ~~
>
> --
--
> --
> 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.



Compaq's CF Solution

2000-04-13 Thread Raymond K. Camden

Does anyone know the official name of the CF package Compaq provides? It's a
big cluster preinstalled with CF, basically a buy it, plug it in, and turn
it on type solution. I believe it's the same thing they showed off at the
conference. I need both a name and a URL if possible.

===
Raymond Camden, Cold Fusion Jedi Master for Syntegra (www.syntegra.com)
Allaire Certified Instructor and Member of Team Allaire

Email   : [EMAIL PROTECTED]
ICQ UIN : 3679482

"My ally is the Force, and a powerful ally it is." - Yoda

--
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 is typeless, but...?

2000-04-13 Thread Olive, Christopher M Mr USACHPPM

either should be correct.  but this is such a simple example, try it out.
it's only a difference of two quotation marks.

Chris Olive
DOHRS Website Administrator
[EMAIL PROTECTED]


-Original Message-
From: Steve Reich [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 13, 2000 8:47 AM
To: [EMAIL PROTECTED]
Subject: Re: CF is typeless, but...?


so which would be correct...

If...


then...


or...



Steve


- Original Message -
From: "Olive, Christopher M Mr USACHPPM"
<[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 13, 2000 8:40 AM
Subject: RE: CF is typeless, but...?


> it's neither.  as you said, CF is typeless.
>
> it only "becomes" a type when you do something to it.  CF puts off the
> typing secision until then.
>
> Chris Olive
> DOHRS Website Administrator
> [EMAIL PROTECTED]
>
>
> -Original Message-
> From: Steve Reich [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, April 12, 2000 7:43 PM
> To: 
> Subject: CF is typeless, but...?
>
>
> Say I set a cookie
>
> 
>
> When I call the cookie, is the value a string or a number?
>
> Thanks,
> Steve
> ~~
> "640K ought to be enough for anybody!"
>
> -Bill Gates, 1981
> ~~
>
> --
--
> --
> 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.



Transoft U/SQL and Cold Fusion - anyone using this?

2000-04-13 Thread John Fix 3rd

Has anyone used the TranSoft U/SQL product with Cold Fusion?  Which version
did you install and were there any "gotcha's" that you discovered?

Thanks!

John
www.cornells.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.



RE: Text Editors vs Site Editors

2000-04-13 Thread Judith

At 08:07 PM 4/12/2000 -0400, you wrote:

>Maybe I'm missing what you are wishing for here but I drag and drop table
>and column names all the time. It would be nice to be able to drag and drop
>all column names in a table at once however.
>
>Ken

You can do that too.  Just click on the first name, then the last and drag
them all down.  Or selectively click using your mouse and control key.

Judith
--
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: Text Editors vs Site Editors

2000-04-13 Thread Judith

At 08:07 PM 4/12/2000 -0400, you wrote:

>Maybe I'm missing what you are wishing for here but I drag and drop table
>and column names all the time. It would be nice to be able to drag and drop
>all column names in a table at once however.
>
>Ken

You can do that too.  Just click on the first name, then the last and drag
them all down.  Or selectively click using your mouse and control key.

Judith
--
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: Text Editors vs Site Editors

2000-04-13 Thread Judith

At 12:39 PM 4/13/2000 -, you wrote:
>I certainly consider myself a senior ColdFusion programmer, having used it
>since version 1.0 beta.  However, I NEVER use the query builder, primarily
>because I have found it be kludgy.  I generally white-board my database
>design and queries.  Sometimes I use Access to mock-up a query before
>inserting it into my code.  I have never selected a candidate for a CF
>programming job based on the answer to "do you use the query builder in
>studio?", because in my opinion, it simply isn't relevant.
>
>DC

Maybe so, but my comment wasn't about them using it, it was that they
didn't even know it existed.

Also, I'm paying these people a nice little chunk of money, and it is more
than a little irritating to watch them spend 30 minutes hand typing all the
field name for  a long query that they could create in the builder in 30
seconds.

JMHO.

Judith C
--
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: Fusebox or not Fusebox that is the question...

2000-04-13 Thread Grainne E. O'Neill

Byron,

I appreciate all of your comments.  I do not use Fusebox, but I use a
different framework that my team and I have developed.  I appreciate the
need for a framework, but I don't understand one thing that I always hear
about Fusebox.  Could you or anyone else tell me why putting things in
different files makes it easier to debug?  When people say this do they
mean, those little errors, like a misspelling, or do they mean larger more
difficult to find errors?  Anyway I look forward to hearing how many people
in this group also use Fusebox.

One more question... Does anyone use CFObjects?  That methodology looks very
interesting to me.


- Grainne

--
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: banner ad weighting....

2000-04-13 Thread Chris Terrebonne

OK, here's how to do the weighing (at least how I did it):
First off, you create a DB table that contains the sites/pages that will
contain the banner campaigns.  For you, you should just create one entry in
the table for your primary site.  This row contains the columns ID
(auto-int), SiteName (varchar), Impressions(int).  The impressions field is
the important one because it will be the basis of the weighting.  You can
either set this to a static number based on what you believe to be the
average daily impressions of your site, or you could collect the impression
data in a seperate table and then update the site table with an average.
The second table is the Campaign table.  This will contain all of the
campaigns for your all sites.  The most basic columns should be ID
(auto-int), CampaignName (varchar), StartDate (date-time), EndDate
(date-time), Impressions (int), IsActive (bit), IsDefault (bit), Weight
(int).
The important ones here are the IsDefault, StartDate, EndDate and
Impressions.  Every campaign should have these.  Most ad campaigns run for
30 days, but that really depends on you.  If a ad customer buys 100,000
impressions for 30 days, you enter the appropriate start and end dates
along with the 100,000 impressions.  
The IsDefault bit is only set for the campaign that will take any remaining
impressions (such as your "Your add here" example). Upon inserting or
updating the table, you can either have CF or a trigger peform the
weighting.  
The basic weighting will use 100% as the maxium weight. The weighting will
be calculated by dividing the campaign's total impressions by the total
days for the run.  This will give you an average daily impression count. 
Then divide that number with the average daily impressions for the site,
and that is your weighting.  Add that to the weighting field.  Each time a
new campaign is added the "default" campaigns weight should be recalulated
to comprise the remaining impressions or weight for the site.
Now, when a user requests a banner, the winner is determined by first
creating a random number between 1 and 100.  Then assign a block of numbers
to each campaign based on it's weight (example: if you have 4 campaigns the
first will get numbers 1-25, the next 26-50 and so on).
Then you simply loop through the campaign query and determine the winner by
the random number and the weight.






  
  


And that's it.
Hope that helps.

Chris Terrebonne

--
Original Message
From: "Bob Hendren"<[EMAIL PROTECTED]>
Subject: RE: banner ad weighting
Date: Wed, 12 Apr 2000 22:49:51 -0400

>I thought about this a couple of weeks ago as a two-stage issue.  First,
you
>could setup your weighting percentages and any leftover unused spaces. 
Then
>you could create a memory structure to hold the next n number of banners
>(100, 1000, 10K) and randomly populate that according to the weighting
>percentages.  This sounded good to me because you're dividing the load up -
>the serving of the banners is accomplished by walking through the memory
>array that is created and the randomizing of the banners is done
>periodically when that memory array runs out.  This was all in my head -
not
>actually put in practice yet!  Just opinion so far.  Let me know what you
>think.
>
>-
>Bob Hendren
>BrainKeepers
>E-Commerce - Internetworking - Information Systems
>404-375-2258
>[EMAIL PROTECTED]
>
>-Original Message-
>From: Tom Forbes [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, April 12, 2000 10:32 PM
>To: [EMAIL PROTECTED]
>Subject: Re: banner ad weighting
>
>
>How about an array or look-up table. I did this successfully with a Monte
>Carlo simulation I wrote to address queing theory. Was that a dry project.
>
>Tom
>
>
>
>
>At 10:01 PM 4/12/00, you wrote:
>>Hello All,
>>
>>I plan to offer banner ads on our Fusioneers.com web site ASAP.  I don't
>>want to use any of the canned scripts from the developer's exchange for
>>various reasons that I don't want to dwell on here.
>>
>>The way the banner displays are going to work is this
>>
>>All Fusioneers.com partners are entitled to a free banner ad on our
>>site.  People who pay a monthly fee will obviously be given a far greater
>>weighting factor than the freebies.
>>
>>So, our plan was to do something like the following:
>>
>>All freebie ads combined would account for 1% of the total weighting
>factor.
>>
>>We would then sell off weights in blocks of 10%, 20% and 30% of
>>impressions until the maximum of a 100% has been reached.  The unsold
>>weight blocks would display a "Your Ad Here" ad.
>>
>>So, in other words, when we display the ads, they will be called at
>>random, but I want the weights to affect their odds of being displayed.
>>
>>Hopefully this makes sense.  By the way, for the person who figures out
>>the best solution, we'll give you a 30% block of the 1st month's banner ad
>>weighting absolutely free

Re: Text Editors vs Site Editors

2000-04-13 Thread Ken Wilson

> You can do that too.  Just click on the first name, then the last and drag
> them all down.  Or selectively click using your mouse and control key.



That works for me in the Query Builder which I rarely use but not in the
database tab area where I want it.

Ken



--
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: Text Editors vs Site Editors

2000-04-13 Thread jstiefel

>Also, I'm paying these people a nice little chunk of money, and it is more
>than a little irritating to watch them spend 30 minutes hand typing all the
>field name for  a long query that they could create in the builder in 30
>seconds.

That's sort of an amusing statement really. What you are suggesting is that
the developer "disconnect" themselves from the actual programming of the
site. Do you promote the use of frontpage/dreamweaver also? It is alot
quicker to write html in a WYSIWYG. However, what happens when you ask that
developer who just spent 30 seconds building a query to debug the results?
Or possibly explain why a join is not quite working as advertised?

Sometimes taking shortcuts like the query builder or WYSIWYG editors costs
more on the backend.


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



OLE DB on Win2000 -- Registering DLLs (KB Article 14709)

2000-04-13 Thread advd_cf_devel

Could someone assist me by briefly explaining how to register DLLs on
Win2000 (else WinNT)?  I need this explanation to complete instructions in
the Allaire Knowledgebase Article 14709 (following below).

BACKGROUND:

I need to use OLE DB on Win2K.  I now have CF 4.5.1 Enterprise installed.

OLE DB datasources fail to verify.

I found KB Article 14709 (following below).  As a workaround it instructs to
register three DLLs.  Could you please explain briefly exactly how I go
about registering DLLs?

KB Article 14709


Problems with OLE DB on Win2000




Article 14709




After installing Cold Fusion 4.5.1 on Win2000 you cannot verify a SQLOLEDB
or MSDASQL datasource

The problem is actually the MDAC 2.5 installation that comes with Win2000
installs or upgrades. The ColdFusion OLE DB interface expects the OLE DB
driver manager and the sqloledb provider file to be registered. The MDAC 2.5
installation on Win2000 does not do this.

WorkAround
Register the following DLLs:
In winnt\system32:
atl.dll
In program files\common files\system\ole db:
oledb32.dll
sqloledb.dll


__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.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.



HostPro

2000-04-13 Thread Tim Bahlke

Anybody out there ever use HostPro for hosting or hear anything good or bad
about them?


Tim Bahlke
Graphica
www.thinkcreate.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.



RE: CF is typeless, but...?

2000-04-13 Thread Dave Watts

> so which would be correct...
>
> If...
> 
>
> then...
> 
>
> or...
> 

Both are correct, in the practical sense, in that they both work. It may, in
fact, be the case that the first is faster, although many CF developers
(including myself) are in the habit of wrapping all literal values in quotes
and treating them as strings.

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.



RE: Automatically Processing Email in CF

2000-04-13 Thread Dave Watts

> I've got an unresolved question regarding e-mail processing.
> Does anyone know how to set up a particular POP3 mailbox so
> that every time it receives a message a particular ColdFusion
> script is executed?
>
> Some individuals suggested (at Allaire's discussion forum) the
> use CFSCHEDULE/CFPOP to schedule CF to check POP3 mailbox
> periodically as the only way. I'm not convinced. Besides that
> unnecessarily uses up system resources especially if that mailbox
> receives only a few messages a day. If I'm on a shared virtual
> hosting plan is there anyway I can specially configure the mail
> server to monitor for incoming email and then run the CF script?

This depends on your mail server. For example, my mail server allows
delivery of messages to a program. This program could be anything,
essentially, so I could write a VB program, or even easier, a WSH script to
accept the message and use HTTP to request a CF script from my web server.

However, this is a lot of trouble to go to if you don't require an immediate
response. If the mailbox only receives a few messages a day, why not just
check it maybe four times a day? Of course, if you do require a more rapid
response, you'd have to increase the frequency of this operation.

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.



RE: Text Editors vs Site Editors

2000-04-13 Thread Top-Link Tech (John Ceci)

Just to throw in my 2 cents

I have in the past trained many CF developers and the way I always went
about it, sometimes becoming a hated boss because of it was this...

Until I felt that they had SQL at a level that I was comfortable with I
would not allow the use of a "Query Builder" once I felt that they were at a
level were they could debug the SQL as to what was going on, not only would
I promote the use of a "Query Builder" but almost required it as it is
faster to build most queries that way

Again, just my 2 cents...

John

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 13, 2000 8:36 AM
To: [EMAIL PROTECTED]
Subject: RE: Text Editors vs Site Editors


>Also, I'm paying these people a nice little chunk of money, and it is more
>than a little irritating to watch them spend 30 minutes hand typing all the
>field name for  a long query that they could create in the builder in 30
>seconds.

That's sort of an amusing statement really. What you are suggesting is that
the developer "disconnect" themselves from the actual programming of the
site. Do you promote the use of frontpage/dreamweaver also? It is alot
quicker to write html in a WYSIWYG. However, what happens when you ask that
developer who just spent 30 seconds building a query to debug the results?
Or possibly explain why a join is not quite working as advertised?

Sometimes taking shortcuts like the query builder or WYSIWYG editors costs
more on the backend.


--
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: Caching with CFHTTP?

2000-04-13 Thread Dennis Powers

Dave,

You can use their XML feed.  Just cfhttp the XML file then parse the
headlines using MS's DCOM object.   To save processing time, I have a
scheduled event that pulls the XML file to my local server every 4
hours then parses the XML file and outputs the results into several
include files that my template references.

Best Regards,

Dennis Powers
UXB Internet
(203)879-2844
http://www.uxbinfo.com

-Original Message-
From: Dave Hannum [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 12, 2000 3:18 PM
To: [EMAIL PROTECTED]
Subject: Caching with CFHTTP?

Ok - I'm outta my realm here, but I need to make it my realm.  I have
a news feed from Moreover that uses JavaScript to incorporate
it into my page.  This works, but is an extremely slow process.  (I
know it's the same for iSyndicate too - I use them other
places).  Is there anyway to grab this info, say hourly, and cache it
for my use???  Anybody trying anything like this???

Dave


=
"Always Drink Upstream From The Herd!"




--

Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_tal
k 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.



Searching Access Date Field

2000-04-13 Thread Robert Everland

Before Y2K I changed all the databases to long date, now I am having problems 
searching a date field. This is how I create the date 


THis is how I search it
 Select ENTRYDATE 
from ChamberOrderInfo
WHERE MORTGAGE = 'YES'
AND ENTRYDATE = #TO#

So if the date comes up with March 3, 2000 it shows no records, but there are records 
there. Am I formatting the date wrong. Can anyone help. It's driving me crazy.


Bob Everland
--
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.



Advanced Security

2000-04-13 Thread Andrew Scott

Can anyone help me out here:-)

I am trying to set up the Security Context for multiple users to access the
CFServer I have followed Ben Forta's Chapter on this and still haven't
really grasped what is going wrong... The cfcatch keeps coming up with
CFAuthenticate Error...

Can someone help in either detailed info in setting up Studio access for
multiple users under this method or help me in what I am doing wrong... CF
Server is CF4.5.1, studio is CF4.5.1 any help would be appreciated:-)


--
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: Storing Credit Card info in Session variable

2000-04-13 Thread Andrew Scott

Potentially passing through a hidden form variable is at more risk than
session variables! I can do a view source on the page to view the hidden
form fields. But it takes more to guess the CFID & CFToken if its never
visible for the user to see:-)


-Original Message-
From: Byron M [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 13 April 2000 3:22 PM
To: [EMAIL PROTECTED]
Subject: RE: Storing Credit Card info in Session variable



As with anything on the internet, you are never completely safe.

I personally would not do it that way.  I would get the CC number and pass
it via a hidden form field and be on a server with SSL.  But I think the
only way someone could access a client's session vars is if they had the
CFID and CFTOKEN.  If they could access that then they could probably do a
lot more harm to your site than taking someone's CC number.  If you are
using session vars then potentially someone could sit at a machine someone
just got off and use those same session vars depending on how your site is
coded.  I.E. are you setting the session vars to zero after you are done
with them.

Byron

-Original Message-
From: Ken M. Mevand [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 13, 2000 12:07 AM
To: 02 cf-talk
Subject: Storing Credit Card info in Session variable


i'm storing shopping cart information in a session structure, together with
the credit card information. is this save?

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/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: Text Editors vs Site Editors

2000-04-13 Thread Sharon DiOrio

A lot of senior cold fusion programmers know SQL and don't need to use the
query builder (which is honestly, pretty limited).  I, for one, appreciated
it when I was learning CF and SQL, but now I find it quicker and more
efficient to write my own code.

Sharon

At 06:00 PM 4/12/00 -0400, you wrote: 
> 
>What amazes me is the number of people who consider themselves senior cold 
>fusion programmers, and have never used the query builder, or even know 
>about it. Apparently the little build button in the query tag edit has 
>completely escaped their attention. 
> 
>I cannot imagine trying to code Cold Fusion apps using anything but CF 
>Studio. Kinda like trying to build a house without a hammer or nails. 
> 
> 
>Judith Campbell 
>Chief Technical Officer 
>Digital Positions, Inc. 
>[EMAIL PROTECTED] 
>404-351-9366



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



DB update with email notification

2000-04-13 Thread KAREN REITER

Hi,

I have a form right now that updates a database in CF.  I would like for
an automatic email notification to occur after the database has been
updated.  The "to, from and cc" fields would be included in the update
form.  Currently, we are using a form2email perl script for email
notification.  I am not familiar with CFMail.  Any ideas how this could
be accomplished within one form?

Thanks!
Karen

--
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: HostPro

2000-04-13 Thread Dave Hannum

I've had on site on there since Nov 99 (www.countrytraditions.com) without a single 
hitch.  I'm developing another on them
as we speak.  I've been very pleased with them to this point!  I went with them 
because they are straight shooters - no high
pressure trying to "sell" me, the develper, on what I NEED!  I hate when non-technical 
sales people try to tell me WHAT I NEED FOR
MY SITE - none of that - just fast, good service is all I've had with them.  FWIW.

Dave


=
"Always Drink Upstream From The Herd!"

- Original Message -
From: Tim Bahlke <[EMAIL PROTECTED]>
To: CFTalk <[EMAIL PROTECTED]>
Sent: Thursday, April 13, 2000 8:44 AM
Subject: HostPro


Anybody out there ever use HostPro for hosting or hear anything good or bad
about them?


Tim Bahlke
Graphica
www.thinkcreate.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: Automatically Processing Email in CF

2000-04-13 Thread Justin MacCarthy


Also you chould look at iMS from Coolfusion.com. They have stmp/pop/post
modules you chould use. If you use the smtp module ($500 ish ) you chould
use it to run a script or execute CF code ... check out the site , it will
explain this better :- ), they have a sample in which you can email a stock
symbol and you will get a quote for the symbol emailed back...

~Justin MacCarthy
~Irish ColdFusion Developer

--
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: Upgrade?

2000-04-13 Thread Paul Ihrig

yes its a free update at the s\allaire site under dowloads/updates.
but i have had no luck with the updates on my localhost & have had little
response from allaire in resolving my rds problems on my localhost.

so good luck!
-paul

> -Original Message-
> From: Computer Simplistics Support [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, April 12, 2000 7:48 PM
> To:   [EMAIL PROTECTED]
> Subject:  Upgrade?
> 
> Am I correct in thinking that the upgrade from CF 4 and Studio 4 both to
> 4.5
> is a "pay for" upgrade? But, the upgrade from 4.5 -> 4.5.1 of both is a
> free
> upgrade?
> 
> Scott Berry
> --
> Computer Simplistics Support
> "Simple Solutions for a Complex World"
> http://www.c-s.net
> 661-296-4315
> 
> 
> 
> 
> --
> 
> 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: OLE DB on Win2000 -- Registering DLLs (KB Article 14709)

2000-04-13 Thread Dave Watts

> Could someone assist me by briefly explaining how to register DLLs on
> Win2000 (else WinNT)?  I need this explanation to complete instructions
> in the Allaire Knowledgebase Article 14709 (following below).
>
> BACKGROUND:
>
> I need to use OLE DB on Win2K.  I now have CF 4.5.1
> Enterprise installed.
>
> OLE DB datasources fail to verify.
>
> I found KB Article 14709 (following below).  As a workaround
> it instructs to register three DLLs.  Could you please explain
> briefly exactly how I go about registering DLLs?

>From the command line, navigate to the directory containing the DLL, then
type "regsvr32 mydllname.dll". You should then receive a message which says
something like "DLLRegisterServer in mydllname successful". If you see
another message, it will usually give you an eight-digit number which you
can use to search for error info at http://support.microsoft.com/.

However, I've been able to verify and use OLEDB on Win2K with CF 4.5.1 and
SQL Server 7 SP1 without any problem, and I haven't registered the DLLs. I
haven't read the Allaire article, so I don't know if this just happens
occasionally.

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.



RE: Question from a Studio 4.01 user

2000-04-13 Thread Dave Watts

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



Query Caching

2000-04-13 Thread Duane Boudreau

Hi All,

Is it possible to cache a query only for a particular user for only the
length of his or her session?

I have a query that generates a roles & privileges packet that applies only
to the current session and user. When the session expires so does the cached
query.

What the memory load differences vs. storing a session variable with a WDDX
packet in it?

TIA,
Duane
Director, Web Technologies
Ektron, Inc.
http://www.ektron.com
5 Northern Blvd, Suite 6
Amherst, NH 03031
Tel: 603-594-0249
Fax: 603-594-0258

--
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: Fusebox or not Fusebox that is the question...

2000-04-13 Thread Emily B. Kim

>I appreciate all of your comments.  I do not use Fusebox, but I use a
>different framework that my team and I have developed.  I appreciate the
>need for a framework, but I don't understand one thing that I always hear
>about Fusebox.  Could you or anyone else tell me why putting things in
>different files makes it easier to debug?  When people say this do they
>mean, those little errors, like a misspelling, or do they mean larger more
>difficult to find errors?  Anyway I look forward to hearing how many people
>in this group also use Fusebox.

when you're working in a team environment, isolating pages makes them
easier to debug and also easier to reuse. for instance, we were working on
an app and people were doing different parts of the app. the client made a
change to the db and threw off one part of the appa part i didn't work
on. but i was able to fix it in 5 minutes 'cause i knew what the fuseaction
was and that it was a query error so i just opened the query associated
with that fuseaction, and BINGO! it was fixed. i didn't even have to look
at the rest of the code for that piece of the app.

also, if you have a query that can be re-used - for instance to populate a
table in one page and then a select drop down box in another page - it is
easier to just write it once. you could even make it more flexible by
adding options for conditional processing. -emily



--
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 Richard Hart

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.



RE: search results produce everything in the table...

2000-04-13 Thread Richard Hart

if nothing is typed in I want no results to be returned or
at least no results shown.

> -Original Message-
> From: Jeff Shepler [mailto:[EMAIL PROTECTED]]
> Sent: 11 April 2000 19:14
> To: '[EMAIL PROTECTED]'
> Subject: RE: search results produce everything in the table...
>
>
> Since the search is only restricted to what you type in, if you leave it
> blank the search is not restricted. Hence the entire table is
> returned. What
> would you like to have happen instead?
>
> -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.



CF and COM example

2000-04-13 Thread Ben Lowndes

Hi,

I'm interested in using CF with COM. I've got advanced CF application
development by ben forta which has an interesting chapter. I've tried
following his examples, unfortunatly the COM object he uses as an example is
no longer availible and it's not on the accompanying CD..

So I'm a bit stuck and am looking for a really basic example of COM with CF,
just something so I can test and see it working  on a remote (non web) NT
Server.

Anyone able to help?

Thanks
Ben.

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



Cflocation inside of a cftransaction

2000-04-13 Thread Steve Weiner

In one of my pages I have a few insert queries that I run inside of a
cftransaction.  Depending on the results I did have a cflocation tag to
redirect them to a outcome page.  They would get redirected fine, but the
insert queries would not run properly, as in they wouldn't write to the
table.  Is this because the cflocation has the ability to break a
cftransaction block

Thanks,
[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.



Re: DB update with email notification

2000-04-13 Thread Todd Ashworth

CFMail is a tag like any other.  Simply put your  tag after your
database update/insert code.

Syntax for CFMail



Remember though, not all options are required and not all work together.

Todd Ashworth

- Original Message -
From: "KAREN REITER" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 13, 2000 10:04 AM
Subject: DB update with email notification


> Hi,
>
> I have a form right now that updates a database in CF.  I would like for
> an automatic email notification to occur after the database has been
> updated.  The "to, from and cc" fields would be included in the update
> form.  Currently, we are using a form2email perl script for email
> notification.  I am not familiar with CFMail.  Any ideas how this could
> be accomplished within one form?
>
> Thanks!
> Karen


--
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: Query Caching

2000-04-13 Thread Sharon DiOrio

Yes.  You can save the query to SESSION scope.




SQL STUFF




HTH!
Sharon

At 10:22 AM 4/13/2000 -0400, Duane Boudreau wrote:
>Hi All,
>
>Is it possible to cache a query only for a particular user for only the
>length of his or her session?
>
>I have a query that generates a roles & privileges packet that applies only
>to the current session and user. When the session expires so does the cached
>query.
>
>What the memory load differences vs. storing a session variable with a WDDX
>packet in it?
>
>TIA,
>Duane
>Director, Web Technologies
>Ektron, Inc.
>http://www.ektron.com
>5 Northern Blvd, Suite 6
>Amherst, NH 03031
>Tel: 603-594-0249
>Fax: 603-594-0258
>
>--
>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: Fusebox or not Fusebox that is the question...

2000-04-13 Thread Bill Killillay

Can't all of that be done by establishing standards for a project or all
projects.  Why does it have to be Fusebox?  I have been looking at Fusebox
and I guess that I am a bit confused as to what it is and why I should use
it over some other set of standards?

FWIW
Bill Killillay
ICQ @ 8425781

Emily B. Kim Wrote:
> when you're working in a team environment, isolating pages makes them
> easier to debug and also easier to reuse. for instance, we were working on
> an app and people were doing different parts of the app. the client made a
> change to the db and threw off one part of the appa part i didn't work
> on. but i was able to fix it in 5 minutes 'cause i knew what the
> fuseaction
> was and that it was a query error so i just opened the query associated
> with that fuseaction, and BINGO! it was fixed. i didn't even have to look
> at the rest of the code for that piece of the app.
>
> also, if you have a query that can be re-used - for instance to populate a
> table in one page and then a select drop down box in another page - it is
> easier to just write it once. you could even make it more flexible by
> adding options for conditional processing. -emily


--
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: Text Editors vs Site Editors

2000-04-13 Thread Mack, Chris R

I think a lot of professionals designers use WYSIWYG editors.  I use
Dreamweaver not because I don't know html, but rather because it saves me
time.  I can layout and tweak tables much faster using Dreamweaver than I
can in CF Studio.  Dreamweaver does not leave "messy" code when doing
straight html stuff.  I mean isn't a  tag the same in Dreamweaver or
if done by hand?  Frontpage is the one that has given a bad name for WYSIWYG
editors.  It uses all kinds of proprietary comments and markup to maintain a
site.  Just because you can do something in notepad does not mean you are
any more professional than someone who knows the same code as you and can do
the same thing, but chooses to save time by going WYSIWIG.  Check out
Adobe.com.  They are using their product GoLive.  You think the web
designers there are not professionals?  The vi/notepad vs. WYSIWIG is just a
remnant of the "M$ vs UNIX" wars.  I can hand code all day long, but that's
the problem, I have better things to do than to prove that I can layout a
table in notepad.

Chris R. Mack
Manager, Internet Strategies
Lockheed Martin Technology Services
[EMAIL PROTECTED]




-Original Message-
From: William James [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 12, 2000 5:47 PM
To: [EMAIL PROTECTED]
Subject: Re: Text Editors vs Site Editors


As  far as I'm concerned CF Studio IS a text editor. It's just help files,
browser, etc, all in one. I don't really see it any different than having
notepad, ftp, IE, and some tutorial websites all open except the convenince
factor. I've never and will never use the Design Tab (yuck!) As for using
text editors being out dated, I don't know a single professinla designer who
uses a WYSIWYG editor. For the most part, only the customers who design
their own and constantly have problems use those (*cough* Frontpage
*cough*). I type pretty much everything myself, but CF just nicely helps out
aging memories like mine :) Pus, there are always times when its easier to
just telnet into the machine and use pico or edit to modify files. I think
using text editors or non-WYSIWYG editors is not only not outdated but
preferred. I can't count the number of times I've been asked "Can you hand
code?" by places I've applied for a job. Although I almost always use CF
Studio now, I still consider it handcoding. Plus I can always use notepad if
need be.

-Will

- Original Message -
From: "Craig M. Rosenblum" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 12, 2000 11:18 AM
Subject: Text Editors vs Site Editors


> I have always been using texpad or notepad to edit and create my code,
> because i'm of the older keyboard'n generation rather than the mouse and
gui
> generation
>
> But it seems like being a user of text editors is so outre' (out dated) or
> non-conformist...
>
> Just out of curiousity how many of you use a text editor vs cf studio and
> the like?
>
> > -Original Message-
> > From: Mike Sheldon [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, April 06, 2000 12:09 AM
> > To: [EMAIL PROTECTED]
> > Subject: RE: Is HomeSite Soon To Be History?
> >
> >
> > What a load of hooey!
> >
> > Ignoring the fact that this message was a thinly-disguised
> > advertisement for
> > a competing product...
> >
> > Some of us out here actually KNOW HOW TO CODE! We don't need bloatware
> > handholding to create high-quality sites. It's my opinion, but if you
need
> > this type of layout program to create websites, then you're not a
> > programmer. You may be a designer, but you're not a programmer and
should
> > not be allowed to write code. Programmers actually take pride in
> > *understanding what they are doing* instead of just connecting the
pretty
> > dots.
> >
> > I certainly don't do all of my coding in notepad, but the editors I do
use
> > (Homesite, CF Studio and Visual Studio) are primarily code-editors
(First
> > thing I do on install is disable the layout tab). Nonetheless, if
Homesite
> > and CF Studio were to disappear tomorrow, you'll find me happily
> > editing in
> > Notepad or vi.
> >
> > Bah, Amateurs!
> >
> > 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/lis

ColdFusion Debugging

2000-04-13 Thread Kevin McCabe

This is a multi-part message in MIME format.

--=_NextPart_000_000A_01BFA564.75DB1D30
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi All,

Just wondered if there was a way in which to get:

Execution Time

20 milliseconds

Part of the debug to Display in a Different Colour is its over a Certain =
Amount.

Any Ideas?

Kev

--=_NextPart_000_000A_01BFA564.75DB1D30
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable








Hi All,
 
Just wondered if there was a way in =
which to=20
get:
 
Execution =
Time
 
20 =
milliseconds
Part of the debug to Display in a =
Different Colour=20
is its over a Certain Amount.
 
Any Ideas?
 
Kev

--=_NextPart_000_000A_01BFA564.75DB1D30--

--
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 Sean Daniels

> 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, unfortunately. I think the only way to do extended find / replace
remotely is to use projects. One of the options in the extended find /
replace dialog is to search through an entire project.

My guess is that this would be painfully slow in a remote situation.


- Sean


Sean Daniels
Manager, Engineering
DealStream.com
[EMAIL PROTECTED]
http://www.dealstream.com

tel: 207.439.6030
cel: 978.764.0779



--
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 Bill Killillay

Write a check for a form field to have a value greater then null and then
put your query and output in side that if statement.

if form.field gt ''

do query

if not form.field gt ''

do whatever

end if


Bill

> -Original Message-
> From: Richard Hart [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 13, 2000 10:36 AM
> To: [EMAIL PROTECTED]
> 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: DB update with email notification

2000-04-13 Thread Kevin Marshall

Karen,

Is there any reason that you couldn't use the CFMail tag in the same cf 
page that inserts the form fields into the data?

It would look like this:
---user submits form---
 (or cfinsert)
Insert into...



this is an automatic notification that the database has been updated!


I would recommend that you do the mail message after the insert (or update) 
so that if the db operation fails, the message doesn't get sent 
prematurely.  We currently do something almost exactly like this - except 
that we don't always use form variables for the from,to,...etc.

hth,
Kevin

At 10:04 AM 4/13/00 -0400, you wrote:
>Hi,
>
>I have a form right now that updates a database in CF.  I would like for
>an automatic email notification to occur after the database has been
>updated.  The "to, from and cc" fields would be included in the update
>form.  Currently, we are using a form2email perl script for email
>notification.  I am not familiar with CFMail.  Any ideas how this could
>be accomplished within one form?
>
>Thanks!
>Karen

--
Kevin Marshall
Web Application Developer
eCalton.com, Inc.
Vero Beach, FL
www.ecalton.com
[EMAIL PROTECTED]
561.569.4500

--
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: ColdFusion 4.5.1 Released

2000-04-13 Thread Steve Johnson

>The Fusion Authority Weekly News Alert has been release at
>http://www.fusionauthority.com/alert
>
>News:
>  ColdFusion 4.5.1 Released

maybe it's just too early for me, but where exactly can i download 
this?  it doesn't seem to be publicly available on allaire.com...

does this also mean that they've finally released a stable Solaris version?

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.



Re: CF and COM example

2000-04-13 Thread Brian Mitter

http://www.intrafoundation.com/ has some fine examples with source code in
C++

- Original Message -
From: Ben Lowndes <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 13, 2000 4:02 PM
Subject: CF and COM example


> Hi,
>
> I'm interested in using CF with COM. I've got advanced CF application
> development by ben forta which has an interesting chapter. I've tried
> following his examples, unfortunatly the COM object he uses as an example
is
> no longer availible and it's not on the accompanying CD..
>
> So I'm a bit stuck and am looking for a really basic example of COM with
CF,
> just something so I can test and see it working  on a remote (non web) NT
> Server.
>
> Anyone able to help?
>
> Thanks
> Ben.
>
> --

> 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: 4.5.1 administrator security

2000-04-13 Thread Dave Watts

> I just checked again after two hours and it's still doing it.
> They installed 4.5.1 yesterday and I'm sure they changed a lot
> of stuff on the server in the process, but other pages in the
> site aren't doing this. Would someone please check their server
> and tell me if it is doing the same thing?

The CF Administrator is just a CF application. It uses Client and Session
variables, and sends cookies to the browser to associate a specific user
with a session. These cookies are persistent, and therefore if you open your
browser, log into the CF Administrator, close your browser, then reopen it
before the session has expired, your session variables are still available.

If you want to secure the CF Administrator, you should use the security that
your web server provides. Optimally, this means Basic Authentication through
SSL; if you don't have SSL, you might use NTLM Authentication or Basic
Authentication. This will require configuring the web server, rather than
CF, to request a username and password before it allows you access to the CF
Administrator.

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.



Text Editors vs Site Editors Version 2

2000-04-13 Thread Craig M. Rosenblum

Here's the deal, i'm so used to the keyboard mentality, that i just want to
quick in and out...

I do use other tools, to help with the database stuff like SQL Navigator 3,
Benthic's Golden32

I just like the olde KISS standard of not using tools that do or have more
than I really need.

When I first got started in CF, Studio just took up more memory and time to
learn, than just using a test editor to plug away and type and peck and hack
at the coding...

Now I'm not trying to say my approach is superior or meant for
everyone...But I have noticed a Conformist Attitude towards everyone wanting
to be a like

I really dont't care to do things the way everyone else does...

I like collecting little tools to do exactly and no more than what I need
them to do...I dislike the feeling that studio is to the coding, what
frontpage is to the web, a kludge application to help people do the code for
them...

I know that isn't true, but it feels like it...After having worked in Tech
Support, and so many people who use Front Page demanded results without
wanting to learn about how to get that results

This may be totally inaccurate as to why people use it...

CF Studio just feels like too much of a tool...I like simpler tools...

This isn't a competition, but I was majorly curious as to if I was alone or
not...in being a TextPad/ Text Editor user...

It looks like I am to some extant...and that's okay...

Are there any other tools people use other than studio for coding? like SQL
Helpers and so on?

Another trend I've noticed is that people who code like to listen to winamp
or other music over the internet while working

What do you do?

--
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: Caching with CFHTTP?

2000-04-13 Thread Paul Hastings

> You can use their XML feed.  Just cfhttp the XML file then parse the
> headlines using MS's DCOM object.   To save processing time, I have a

moreover has a developer section where they provide URLs to
various formats including WDDX. cfhttp in those links & use 
CFWDDX to trans form these into a cfquery. clean & easy.

--
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 Emily B. Kim

>Is it possible to cache a query only for a particular user for only the
>length of his or her session?
>I have a query that generates a roles & privileges packet that applies only
>to the current session and user. When the session expires so does the cached
>query.
>What the memory load differences vs. storing a session variable with a WDDX
>packet in it?

you would have to write the query to an array and then store it in a
session variable. but you could also write the query results to a wddx
packet and write that to a session variable. i don't know that there would
be more overhead one way or another...? -emily
--
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 John N Westerlund

Like so?


args
output

You did not enter any arguments.



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


if nothing is typed in I want no results to be returned or
at least no results shown.

> -Original Message-
> From: Jeff Shepler [mailto:[EMAIL PROTECTED]]
> Sent: 11 April 2000 19:14
> To: '[EMAIL PROTECTED]'
> Subject: RE: search results produce everything in the table...
>
>
> Since the search is only restricted to what you type in, if you leave it
> blank the search is not restricted. Hence the entire table is
> returned. What
> would you like to have happen instead?
>
> -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: HostPro

2000-04-13 Thread jocelyn . isidro


I've been using them for about a year.  They had been good, but 2 weeks ago
the NT server my domain was on failed and it took them a whole week to get
me back up!  They also lost data I had put out there a day or so before the
failure - so much for backups!  Throughout all this the system messages
were not helpful - 'we're having a problem and will fix it soon'  for days
on end.  Emails were responded to with a simple - 'we'll give you a month's
refund'. They did, but nothing came out about why my data was lost, and how
they'll keep this from happening in the future.  They're very big now,
having been acquired by or merged with Micron I believe, and perhaps are
going through growing pains.  Think carefully before you choose them.

Jocelyn Isidro
Web Application Programmer
UC Davis Health Systems
(916) 734-2519 (phone)
(916) 453-0928 (fax)
(916) 698-3831 (cell)


   
   
"Tim Bahlke"   
   
  
   
eate.com>cc:   
   
 Subject: HostPro  
   
04/13/00   
   
06:44 AM   
   
Please 
   
respond to 
   
cf-talk
   
   
   
   
   




Anybody out there ever use HostPro for hosting or hear anything good or bad
about them?


Tim Bahlke
Graphica
www.thinkcreate.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 from a Studio 4.01 user

2000-04-13 Thread Dave Watts

> > > 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.
>
> If I remember correctly they incorporated the old "local
> files" and "remote files" all into the one tab.

Yes, that's correct. However, you can't reach remote files from the Extended
Find & Replace dialog, as it doesn't list "Allaire FTP & RDS", at least 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.



RE: Query Caching

2000-04-13 Thread jstiefel

Name your query in the Session Scope:


select blah


I would do this in the application.cfm to make sure it's always available,
but make sure it only runs once per session:





I wouldn't worry about taking a memory hit, unless the query is returning
thousands of records (which would be multiplied by each session) and I would
avoid using WDDX where you can use a plain query (as a WDDX packet requires
serialization/de-serialization)

hope this helps

-Original Message-
From: Duane Boudreau [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 13, 2000 10:23 AM
To: CFTalk
Subject: Query Caching


Hi All,

Is it possible to cache a query only for a particular user for only the
length of his or her session?

I have a query that generates a roles & privileges packet that applies only
to the current session and user. When the session expires so does the cached
query.

What the memory load differences vs. storing a session variable with a WDDX
packet in it?

TIA,
Duane
Director, Web Technologies
Ektron, Inc.
http://www.ektron.com
5 Northern Blvd, Suite 6
Amherst, NH 03031
Tel: 603-594-0249
Fax: 603-594-0258


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



Changing Field Name in an Access DB

2000-04-13 Thread Miriam Hirschman

Is there a way to change the properties of a field in a table or add a field
to a table through CF?

Thanks,
 
 ---miriam

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



CF-based Bug tracking systems

2000-04-13 Thread zac

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_01BFA563.B38CBF80
Content-Type: text/plain;
charset="iso-8859-1"

I remember a year or two ago someone posted some info about a CF based
bug 
tracking system to the list, but alas I couldn't find any reference to
it on the web
or via egroups.
 
Basically I would like something similiar to gnats / bugzilla in CF
 
can anyone help me?

--_=_NextPart_001_01BFA563.B38CBF80
Content-Type: text/html;
charset="iso-8859-1"








I remember a year or 
two ago someone posted some info about a CF based bug 
tracking system to 
the list, but alas I couldn't find any reference to it on the 
web
or via 
egroups.
 
Basically I would 
like something similiar to gnats / bugzilla in CF
 
can anyone help 
me?

--_=_NextPart_001_01BFA563.B38CBF80--
--
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: Fusebox or not Fusebox that is the question...

2000-04-13 Thread Pecora, James

Bill - you are correct - FUSEBOX is just a methodology, any standarized
methodology throughout a team environment will do the same thing. As for
compartmentalizing the code for ease of debugging in the team..that can be
part of your standard and not necessarily fe fusebox.

Personally I use a method that is similar to fusebox in some way and
diferent in other ways..
I suppose it's the consistancy throughout the team that makes a standard
usefull..



-Original Message-
From: Bill Killillay [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 13, 2000 10:20 AM
To: [EMAIL PROTECTED]
Subject: RE: Fusebox or not Fusebox that is the question...


Can't all of that be done by establishing standards for a project or all
projects.  Why does it have to be Fusebox?  I have been looking at Fusebox
and I guess that I am a bit confused as to what it is and why I should use
it over some other set of standards?

FWIW
Bill Killillay
ICQ @ 8425781

Emily B. Kim Wrote:
> when you're working in a team environment, isolating pages makes them
> easier to debug and also easier to reuse. for instance, we were working on
> an app and people were doing different parts of the app. the client made a
> change to the db and threw off one part of the appa part i didn't work
> on. but i was able to fix it in 5 minutes 'cause i knew what the
> fuseaction
> was and that it was a query error so i just opened the query associated
> with that fuseaction, and BINGO! it was fixed. i didn't even have to look
> at the rest of the code for that piece of the app.
>
> also, if you have a query that can be re-used - for instance to populate a
> table in one page and then a select drop down box in another page - it is
> easier to just write it once. you could even make it more flexible by
> adding options for conditional processing. -emily



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



test

2000-04-13 Thread Steven Lewis

test

--


Steven Lewis
[EMAIL PROTECTED]
SPAWAR System Center San Diego
Internet Application Developer
Phone: 619-553-2941
Fax: 619-553-1786


--
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 Judah McAuley

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.



Re: Text Editors vs Site Editors

2000-04-13 Thread Adrian Cooper


- Original Message -
From: Mack, Chris R <[EMAIL PROTECTED]>
Sent: 13 April 2000 16:28

> I think a lot of professionals designers use WYSIWYG editors.  I use
> Dreamweaver not because I don't know html, but rather because it saves me
> time.  I can layout and tweak tables much faster using Dreamweaver than I
> can in CF Studio.  Dreamweaver does not leave "messy" code when doing

Yes  - I agree entirely.  The choice of editors is definitely a religious thing,
like so many other things in this industry. One side tends to find it difficult
to concede anything to the other.

At the final analysis - whatever tools gets the job done the most speedily and
efficiently are the best tools for the job. I use Studio, UltraEdit and
DreamWeaver as appropriate.

This is one to watch however:

http://www.macromedia.com/software/ultradev/

Adrian Cooper.




--
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: HostPro

2000-04-13 Thread Double Down, Inc

I use them for co-location.  Not happy with customer service, but they are
always up and running



DDINC

-Original Message-
From: Tim Bahlke [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 13, 2000 6:44 AM
To: CFTalk
Subject: HostPro

Anybody out there ever use HostPro for hosting or hear anything good or bad
about them?


Tim Bahlke
Graphica
www.thinkcreate.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: Text Editors vs Site Editors

2000-04-13 Thread jstiefel

Obviously you've never received 80-90 marked up pages done by professional
designers in Dreamweaver. Dreamweaver most certainly does produce "messy"
code. If you'd like, I'll be happy to send you a sample.

-Original Message-
From: Mack, Chris R [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 13, 2000 11:29 AM
To: [EMAIL PROTECTED]
Subject: RE: Text Editors vs Site Editors


I think a lot of professionals designers use WYSIWYG editors.  I use
Dreamweaver not because I don't know html, but rather because it saves me
time.  I can layout and tweak tables much faster using Dreamweaver than I
can in CF Studio.  Dreamweaver does not leave "messy" code when doing
straight html stuff.  I mean isn't a  tag the same in Dreamweaver or
if done by hand?  Frontpage is the one that has given a bad name for WYSIWYG
editors.  It uses all kinds of proprietary comments and markup to maintain a
site.  Just because you can do something in notepad does not mean you are
any more professional than someone who knows the same code as you and can do
the same thing, but chooses to save time by going WYSIWIG.  Check out
Adobe.com.  They are using their product GoLive.  You think the web
designers there are not professionals?  The vi/notepad vs. WYSIWIG is just a
remnant of the "M$ vs UNIX" wars.  I can hand code all day long, but that's
the problem, I have better things to do than to prove that I can layout a
table in notepad.

Chris R. Mack
Manager, Internet Strategies
Lockheed Martin Technology Services
[EMAIL PROTECTED]




-Original Message-
From: William James [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 12, 2000 5:47 PM
To: [EMAIL PROTECTED]
Subject: Re: Text Editors vs Site Editors


As  far as I'm concerned CF Studio IS a text editor. It's just help files,
browser, etc, all in one. I don't really see it any different than having
notepad, ftp, IE, and some tutorial websites all open except the convenince
factor. I've never and will never use the Design Tab (yuck!) As for using
text editors being out dated, I don't know a single professinla designer who
uses a WYSIWYG editor. For the most part, only the customers who design
their own and constantly have problems use those (*cough* Frontpage
*cough*). I type pretty much everything myself, but CF just nicely helps out
aging memories like mine :) Pus, there are always times when its easier to
just telnet into the machine and use pico or edit to modify files. I think
using text editors or non-WYSIWYG editors is not only not outdated but
preferred. I can't count the number of times I've been asked "Can you hand
code?" by places I've applied for a job. Although I almost always use CF
Studio now, I still consider it handcoding. Plus I can always use notepad if
need be.

-Will

- Original Message -
From: "Craig M. Rosenblum" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 12, 2000 11:18 AM
Subject: Text Editors vs Site Editors


> I have always been using texpad or notepad to edit and create my code,
> because i'm of the older keyboard'n generation rather than the mouse and
gui
> generation
>
> But it seems like being a user of text editors is so outre' (out dated) or
> non-conformist...
>
> Just out of curiousity how many of you use a text editor vs cf studio and
> the like?
>
> > -Original Message-
> > From: Mike Sheldon [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, April 06, 2000 12:09 AM
> > To: [EMAIL PROTECTED]
> > Subject: RE: Is HomeSite Soon To Be History?
> >
> >
> > What a load of hooey!
> >
> > Ignoring the fact that this message was a thinly-disguised
> > advertisement for
> > a competing product...
> >
> > Some of us out here actually KNOW HOW TO CODE! We don't need bloatware
> > handholding to create high-quality sites. It's my opinion, but if you
need
> > this type of layout program to create websites, then you're not a
> > programmer. You may be a designer, but you're not a programmer and
should
> > not be allowed to write code. Programmers actually take pride in
> > *understanding what they are doing* instead of just connecting the
pretty
> > dots.
> >
> > I certainly don't do all of my coding in notepad, but the editors I do
use
> > (Homesite, CF Studio and Visual Studio) are primarily code-editors
(First
> > thing I do on install is disable the layout tab). Nonetheless, if
Homesite
> > and CF Studio were to disappear tomorrow, you'll find me happily
> > editing in
> > Notepad or vi.
> >
> > Bah, Amateurs!
> >
> > 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.
> >
>
> --

Charlotte CFUG Meeting Tonite (13 April)

2000-04-13 Thread David E. Crawford

Reminder that will be meeting tonite beginning at 6:30pm at the offices of
iXL, 1930 Camden Road, Suite 2070, Charlotte, NC 28203.  Check our website
http://www.charlotte-cfug.org for a map.

Agenda is as follows:

 - Organizational discussion - nomination for Board of Directors.  If
 interested in serving on the Board, please let me know.
- Website discussion
- Review of latest security bulletins from Allaire
- Peer code review (suggested by Sharon Ross)
- Spectra presentation (tentative).
- Last but not least, distribution of CFUG T-shirts from Allaire, featuring
 the Charlotte CFUG logo, plus some CF mouse pads from Allaire.

Refreshments (pop and adult beverages provided).

Hope to see you there.

Dave

---
David E. Crawford
Director, Internet Development
Yale Security Group, Inc.
www.yalesecurity.com
Charlotte ColdFusion User Group (CFUG) Coordinator

--
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: Fusebox or not Fusebox that is the question...

2000-04-13 Thread Grainne E. O'Neill

Question:

I have been looking at Fusebox
and I guess that I am a bit confused as to what it is and why I should use
it over some other set of standards?

Answer:

I agree.  I understand that fuesbox is the first framework to come out, but
is it the best?  My company has very strict standards for how to design and
implement applications, but they aren't fusebox, they are similar to
fusebox, in some respects, but they are stricter.
I don't really see the value of fusebox in particular; I do, however feel
that having a framework is essential to programming rapid web applications.

Thanks,

Grainne


G r á i n n e  E  O ' N e i l l

Technical Director
Mediatruck Inc.
v: 512.236.0780 x 204
f: 512.236.0777
w: http://www.mediatruck.com
e: [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.



Re: Text Editors vs Site Editors

2000-04-13 Thread William James

GoLive is just as bad as FrontPage as far as proprietary comments and
markup. I've had to work with GoLive files made by customers and it took me
more time to remove all the proprietary GoLive crap than it would have taken
me to just make the whole thing myself (by hand). I didn't say that using a
WYSIWYG editor made you unprofessional, I said non of the professionals I
know use it and even ones who do can and will handcode stuff more often than
not. The point I'm making is the difference between using a WYSIWIG editor
or CF Studio to save time although you could do it in Notepad, or using a
WYSIWYG editor or Cf Studio because you can't do it by hand. The difference
between a professional and an amateur lies right there. If you can hand code
everything but use Dreamweaver to layout tables really quickly, or CF Studio
to setup Queries more efficiently, that's fine, but when you use Dreamweaver
or FrontPage because HTML looks like Chinese (unless you can read Chinese,
then maybe it looks like Russian or something), then you are by no means a
professional. I doubt the people who make adobe's site use only GoLive to
make it. I also doubt the people who make microsoft.com use
FrontPage(actually, I know they don't). I think Dreamweaver is the only
WYSIWYG editor that gets any respect and I'm sure its for good reason. My
guess (I've never used it so I don't know) is because it does stuff right.
It doesn't rely on proprietary crap to make stuff work "prettily" (and crash
my browser) like FrontPage and GoLive. I refuse to install FP extensions on
my server even. If it means less business, oh well. I've worked over a year
dealing with customers breaking their FP extensions and trying to fix it for
them. It isn't worth it. That may be Dreamweavers only saving grace (Plus
its by Macromedia who makes awesome products).

-Will

(I won't go into MS vs. Unix because its a totally fruitless debate)

- Original Message -
From: "Mack, Chris R" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 13, 2000 8:28 AM
Subject: RE: Text Editors vs Site Editors


> I think a lot of professionals designers use WYSIWYG editors.  I use
> Dreamweaver not because I don't know html, but rather because it saves me
> time.  I can layout and tweak tables much faster using Dreamweaver than I
> can in CF Studio.  Dreamweaver does not leave "messy" code when doing
> straight html stuff.  I mean isn't a  tag the same in Dreamweaver
or
> if done by hand?  Frontpage is the one that has given a bad name for
WYSIWYG
> editors.  It uses all kinds of proprietary comments and markup to maintain
a
> site.  Just because you can do something in notepad does not mean you are
> any more professional than someone who knows the same code as you and can
do
> the same thing, but chooses to save time by going WYSIWIG.  Check out
> Adobe.com.  They are using their product GoLive.  You think the web
> designers there are not professionals?  The vi/notepad vs. WYSIWIG is just
a
> remnant of the "M$ vs UNIX" wars.  I can hand code all day long, but
that's
> the problem, I have better things to do than to prove that I can layout a
> table in notepad.
>
> Chris R. Mack
> Manager, Internet Strategies
> Lockheed Martin Technology Services
> [EMAIL PROTECTED]
>
>
>
>
> -Original Message-
> From: William James [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, April 12, 2000 5:47 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Text Editors vs Site Editors
>
>
> As  far as I'm concerned CF Studio IS a text editor. It's just help files,
> browser, etc, all in one. I don't really see it any different than having
> notepad, ftp, IE, and some tutorial websites all open except the
convenince
> factor. I've never and will never use the Design Tab (yuck!) As for using
> text editors being out dated, I don't know a single professinla designer
who
> uses a WYSIWYG editor. For the most part, only the customers who design
> their own and constantly have problems use those (*cough* Frontpage
> *cough*). I type pretty much everything myself, but CF just nicely helps
out
> aging memories like mine :) Pus, there are always times when its easier to
> just telnet into the machine and use pico or edit to modify files. I think
> using text editors or non-WYSIWYG editors is not only not outdated but
> preferred. I can't count the number of times I've been asked "Can you hand
> code?" by places I've applied for a job. Although I almost always use CF
> Studio now, I still consider it handcoding. Plus I can always use notepad
if
> need be.
>
> -Will
>
> - Original Message -
> From: "Craig M. Rosenblum" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, April 12, 2000 11:18 AM
> Subject: Text Editors vs Site Editors
>
>
> > I have always been using texpad or notepad to edit and create my code,
> > because i'm of the older keyboard'n generation rather than the mouse and
> gui
> > generation
> >
> > But it seems like being a user of text editors is so ou

Re: DB update with email notification

2000-04-13 Thread Justin MacCarthy

Using SQLServer   You could try SQLMail (yuck!) with a trigger ...

~Justin

- Original Message -
From: Kevin Marshall <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 13, 2000 5:36 PM
Subject: Re: DB update with email notification


> Karen,
>
> Is there any reason that you couldn't use the CFMail tag in the same cf
> page that inserts the form fields into the data?
>
> It would look like this:
> ---user submits form---
>  (or cfinsert)
> Insert into...
> 
>
> 
> this is an automatic notification that the database has been updated!
> 
>
> I would recommend that you do the mail message after the insert (or
update)
> so that if the db operation fails, the message doesn't get sent
> prematurely.  We currently do something almost exactly like this - except
> that we don't always use form variables for the from,to,...etc.
>
> hth,
> Kevin
>
> At 10:04 AM 4/13/00 -0400, you wrote:
> >Hi,
> >
> >I have a form right now that updates a database in CF.  I would like for
> >an automatic email notification to occur after the database has been
> >updated.  The "to, from and cc" fields would be included in the update
> >form.  Currently, we are using a form2email perl script for email
> >notification.  I am not familiar with CFMail.  Any ideas how this could
> >be accomplished within one form?
> >
> >Thanks!
> >Karen
>
> --
> Kevin Marshall
> Web Application Developer
> eCalton.com, Inc.
> Vero Beach, FL
> www.ecalton.com
> [EMAIL PROTECTED]
> 561.569.4500
>
> --

> 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: Fusebox or not Fusebox that is the question...

2000-04-13 Thread jstiefel

Join the Fusebox-talk list for this question.. I think everyone will agree
it's beyond the scope of cf-talk..

-Original Message-
From: Bill Killillay [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 13, 2000 11:20 AM
To: [EMAIL PROTECTED]
Subject: RE: Fusebox or not Fusebox that is the question...


Can't all of that be done by establishing standards for a project or all
projects.  Why does it have to be Fusebox?  I have been looking at Fusebox
and I guess that I am a bit confused as to what it is and why I should use
it over some other set of standards?

FWIW
Bill Killillay
ICQ @ 8425781

Emily B. Kim Wrote:
> when you're working in a team environment, isolating pages makes them
> easier to debug and also easier to reuse. for instance, we were working on
> an app and people were doing different parts of the app. the client made a
> change to the db and threw off one part of the appa part i didn't work
> on. but i was able to fix it in 5 minutes 'cause i knew what the
> fuseaction
> was and that it was a query error so i just opened the query associated
> with that fuseaction, and BINGO! it was fixed. i didn't even have to look
> at the rest of the code for that piece of the app.
>
> also, if you have a query that can be re-used - for instance to populate a
> table in one page and then a select drop down box in another page - it is
> easier to just write it once. you could even make it more flexible by
> adding options for conditional processing. -emily



--
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: ColdFusion Debugging

2000-04-13 Thread jstiefel

You can output your own execution time:

At the top of your template (possibly in application.cfm):



Now at the bottom of your page:

Execution Time: #Evaluate(GetTickCount() -
Request.iExeTime)#

Format however you'd like...

-Original Message-
From: Kevin McCabe [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 13, 2000 11:22 AM
To: [EMAIL PROTECTED]
Subject: ColdFusion Debugging


This is a multi-part message in MIME format.

--=_NextPart_000_000A_01BFA564.75DB1D30
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi All,

Just wondered if there was a way in which to get:

Execution Time

20 milliseconds

Part of the debug to Display in a Different Colour is its over a Certain =
Amount.

Any Ideas?

Kev

--=_NextPart_000_000A_01BFA564.75DB1D30
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable








Hi All,
 
Just wondered if there was a way in =
which to=20
get:
 
Execution =
Time
 
20 =
milliseconds
Part of the debug to Display in a =
Different Colour=20
is its over a Certain Amount.
 
Any Ideas?
 
Kev

--=_NextPart_000_000A_01BFA564.75DB1D30--


--
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: Fusebox or not Fusebox that is the question...

2000-04-13 Thread Emily B. Kim

At 11:20 AM 4/13/2000 -0400, you wrote:
>Can't all of that be done by establishing standards for a project or all
>projects.  Why does it have to be Fusebox?  I have been looking at Fusebox
>and I guess that I am a bit confused as to what it is and why I should use
>it over some other set of standards?

it doesn't have to be fusebox. fusebox is just a methodology/standard of
coding that many developers have decided to follow. you don't have to use
fusebox - if you have your own standards, you could use them. -emily
--
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.



WAP and WML...

2000-04-13 Thread Ian Lurie

I'm putting together a WML/email application using CF, and I've got a
question about compatability -

I'm using the Phone.com developer's kit and SDK to test my stuff. How do I
know if this app will work on phones that don't use Phone.com's service? Is
there a more generic SDK out there I can use?

May all be stupid questions, but thought I'd check...

TIA,

Ian Lurie

Portent Interactive
http://www.portentinteractive.com
Process, Design, Content

Market Matrix
http://www.marketmatrix.com 
Secure Commerce for Your Business

Working together to create powerful, usable web solutions.
--
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.



form processing

2000-04-13 Thread Angie Miner

How can I find out what form variables are being passed to a cfm page?


--
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: Text Editors vs Site Editors Version 2

2000-04-13 Thread jstiefel

I've been using UltraEdit 32 for a few years now, and love it for it's
simplicity. The things that get me about studio is exactly what you
mentioned: memory consumption, wasted screen space for useless functions,
and the list goes on. 

There are quite a few other developers here at iXL that live in IDE's, and
would probably feel a bit more comfortable in an environment with all those
neat little buttons surrounding your code, but to be honest, I can type
"

Re: Best DataBase software?

2000-04-13 Thread Steve Aylor

Sounds like a good question for the sql server lists: www.swynk.com

SQL7 and MSDE on the laptops might be workable.  Im not familiar with 2 way
replication scheme's so the best place to ask would be sql7 list on
ww.swynk.com

hth,

Steve



> Here is one for you all.
>
> I am running a new site and the database is currently Access97.  The
> conditions any prospective database must meet are as follows.
>
> 1) Fast (already 1/4 million records and growing fast, probably into the
> 10's of millions)
> 2) Replicable.  Sales staff in the field (World Wide) need to enter
> information into a copy of the database on their laptops then dial into
> their regional office and synchronise their data with our master, this
must
> be 2 way replication not just upload.
> 3) Internet Replication is desirable so we can synchronise the data with
the
> web server without needing to upload 50-200Mb files via FTP to synchronise
> 20kb worth of changes.
>
> The web server is a Dell, dual PIII 600, 256Mb Ram, 32Gb Raid5 HDD,
> redundant PSU etc... so the server is fast, the current access based
system
> runs queries in under 250ms.  We are thinking of upgrading to MS SQL
Server,
> but if there is a better option I want to know about it.
>
> Any suggestions?
>
> --
> James Smith
> [EMAIL PROTECTED]
>
> I love deadlines.
> I especially like the whooshing sound they make as they go flying by.
>
>
>
> --

> 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: ColdFusion 4.5.1 Released

2000-04-13 Thread Jacob

For NT

For ColdFusion Studio:
http://download.allaire.com/Evaluations/ColdFusion/cf451/NT/Studio/cfstudio4 
51update.exe
For ColdFusion Server Professional for Windows NT:
http://download.allaire.com/Evaluations/ColdFusion/cf451/NT/ProUpdate/ColdFu 
sionServer_451_pro_update.exe
For ColdFusion Server Enterprise for Windows NT:
http://download.allaire.com/Evaluations/ColdFusion/cf451/NT/EntUpdate/coldfu 
sionserver_451_ent_update.exe


At 09:37 AM 4/13/00 -0600, you wrote:
> >The Fusion Authority Weekly News Alert has been release at
> >http://www.fusionauthority.com/alert
> >
> >News:
> >  ColdFusion 4.5.1 Released
>
>maybe it's just too early for me, but where exactly can i download
>this?  it doesn't seem to be publicly available on allaire.com...
>
>does this also mean that they've finally released a stable Solaris version?
>
>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.



How do you end a Session????

2000-04-13 Thread Brian Ingram

I'm trying to use session variables for unique users in my CF program, but when i 
change users the session doesnt end.

1) What is the code to end a session?

2) Then, how would i incorporate the code to end the session by pressing a "log off" 
button?


thanks,
Brian
---
FREE! The World's Best Email Address @email.com
Reserve your name now at http://www.email.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.



Hosting lag time

2000-04-13 Thread LetchfordDesign

This probably is too basic a question to be asking such a high powered
group,  but here it goes anyway.

I am going to be moving a few web sites from a hosting company that is in
close proximity to my location and the location of the businesses that have
the web sites.

In my search for a new host (which will provide ColdFusion, naturally),  how
significant is the factor of where the servers are physically located?   The
businesses are all locally oriented and most of the site traffic is created
by clients in the local area (east coast in this example).   Is there any
advantage to having the hosting company close by or could a company on the
west coast provide service with little evidence of additional load time for
the sites?

In advance,  thanks for your thoughts!

Gary Letchford
Letchford Design
http://www.letchforddesign.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.



Application.cfm & javascript

2000-04-13 Thread Chris Meier

This is a multi-part message in MIME format.

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

Anyone know of any limitations for using javascript within an
appplication.cfm file?  I am trying to open a pop-up window for user
authentication if a condition is false, then close the window once
authenticated.  It seems to SORT OF work, but the pop-up window seems to be
looping on itself...STRANGE!!

Any suggestions greatly appreciated!

--=_NextPart_000__01BFA54B.7A48E0F0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable






Anyone =
know of any=20
limitations for using javascript within an appplication.cfm file?  =
I am=20
trying to open a pop-up window for user authentication if a condition is =
false,=20
then close the window once authenticated.  It seems to SORT OF =
work, but=20
the pop-up window seems to be looping on =
itself...STRANGE!!
 
Any =
suggestions=20
greatly appreciated!

--=_NextPart_000__01BFA54B.7A48E0F0--

--
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: Caching with CFHTTP?

2000-04-13 Thread Dave Hannum

Thanks - I'll go for that.  Ken Wilson sent me some code that I'm gonna try.

Dave


=
"Always Drink Upstream From The Herd!"

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



- Original Message -
From: Paul Hastings <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 13, 2000 10:47 AM
Subject: Re: Caching with CFHTTP?


> You can use their XML feed.  Just cfhttp the XML file then parse the
> headlines using MS's DCOM object.   To save processing time, I have a

moreover has a developer section where they provide URLs to
various formats including WDDX. cfhttp in those links & use
CFWDDX to trans form these into a cfquery. clean & easy.

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



Integrity constraint violation on session table?

2000-04-13 Thread Sean German

Howdy,

CF 4.0.1 on NT 4 SP5, MS SQL7 SP2 in back.  

Storing client variables in a database, I started getting the following
error in the application.log about a month ago:

"Error","TID=496","04/12/00","16:01:31","206.33.238.2","Mozilla/4.7
(Macintosh; I; PPC)","ODBC Error Code = 23000 (Integrity constraint
violation) [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot insert
duplicate key row in object 'CDATA' with unique index 'id1'.Date/Time:
04/12/00 16:01:31

This error is usually followed by the entire cluster crashing (the load on
each machine gradually increases until none are available).  Restarting the
CF Application Server service on the machine that logged the error gets
everything back to normal.

What does it mean?  I'm extra confused because the CDATA table doesn't have
any keys defined.

TIA


Sean
--
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: Fusebox or not Fusebox that is the question...

2000-04-13 Thread Steve Aylor


> I have been looking at Fusebox
> and I guess that I am a bit confused as to what it is and why I should use
> it over some other set of standards?

The point of fusebox is... "what other set of standards"?  The bigger scheme
of things is, if you develop the killer calendar app, based on your shops
"standards" and a fusebox based shop wants to use it/buy it / license and
debug it... they need to "learn your standard coding practices".  If the
same killer calendar app was already designed to utilize fb code standards,
their people could easily integrate your app into their other coding.  Also,
put that same scenerio in with a large client that has in-house development
going on and they want to contract you to do a certain part of their overall
cf system.  do they want your code standards, and shop b's standards, and in
house fusebox standards?  Probably not.

There is is a bit of talk on [EMAIL PROTECTED] regarding reatifying
the fb syandarsd to get a formalized/unified standard that hopefully will
ultimately include "the best of the best" methodologies.  If you disagree
with what the spec's fb methods are - speak up and advise how they should be
changed and improved for the better.

As a business owner, it seems it'd make hiring a bit easier as well, as you
would have some level of basis for assessing a skillset of a prospect.
(minor side effect) but good one nonetheless.

Some of my opinions on it. FWIW,

Stephen M. Aylor
Aylor Insurance Agency, Inc.
"Specialized Insurance for IT - We Cover IT"
[EMAIL PROTECTED]
949.581.2333 (v)
949.581.2814 (f)


--
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: Is 4.5.1 Solid

2000-04-13 Thread Reuben King

In <001801bfa4ac$5acdf340$[EMAIL PROTECTED]>, Dave Watts 
([EMAIL PROTECTED]) in a fit of unbridled passion, wrote:
> > If this AOL/CF 4.5 problem is truly a problem between CF 4.5
> > and AOL and Allaire has admitted it, please post a URL so that
> > I may eat my words. If I'm wrong, I'm definitely curious as to
> > the technical details on this.
> 
> I believe the cause of the problem might be with the use of the
> Page-Completion-Status header that CF 4.5 added to page output. CF 4.5
> inserted this header - sometimes several times - at the bottom of each
> response header returned by certain web servers. Here's an example:
[snip]


Okay, did I end up with pie on my face with that one or what.

I formally retract my earlier statements with my sincere apologies.

(Moral of this story: Don't argue with someone unless you're not only 
VERY SURE but very very very very very VERY sure you're right...) :-)

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



Re: Passing parameters over multiple forms

2000-04-13 Thread Reuben King

In <[EMAIL PROTECTED]>, Bob Hill 
([EMAIL PROTECTED]) in a fit of unbridled passion, wrote:
> Hello...
> 
> I have an application where I must collect data on a number of forms, and
> then display that data on a page at the end of the process.  I then need to
> allow a user to go back and modify any of the data they've entered.
> 
> I'm looking for advice on the best way to pass the data over multiple forms.

Create yet another form with a bunch of hidden fields, use JavaScript to 
populate the hidden fields and finally a theForm.sumbit(); ..

If your forms are on multiple pages, you can do a similar technique to 
above but using a hidden frame which loads a document which stores the 
variables and then submits them.

GL,
-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.



Re: Does Cold Fusion care about dates?

2000-04-13 Thread Reuben King

In <000801bfa4d3$72169300$[EMAIL PROTECTED]>, Seth Petry-
Johnson ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote:
> >CF variables are supposed to be typeless, but then there is the
> >ParseDateTime() function in Cold Fusion which returns a date object from
> >a string.
> >
> >Are there instances where certain functions require a bonafide date
> >"object"?
> 
> 
> The CF date/time functions such as DateAdd(), DateCompare(), etc all seem to
> accept either date/time objects -or- string representations of dates as
> their arguments.  Supplying these functions with string representations of
> dates doesn't seem to cause any problems (at least in my limited testing on
> CF 4.01) provided of course that the strings represent valid dates.
> 
> I would guess then that the ParseDateTime() function exists for performance
> reasons.  I can only assume that the date functions perform faster when
> supplied with actual date/time objects because they don't have to do any
> internal conversions from string objects.  This doesn't seem to be
> noticeable under normal circumstances but it might help if you had to run
> some hefty loops that performed date/time calculations.
> 
> Note that this entire theory is just that, a theory.  I could be talking
> complete nonsense here... 

I didn't even *notice* the ParseDateTime() function till about a few 
months ago.  For years, I've just been sending plain text strings into 
all the date functions in CF that I've ever needed to use..

I bet you're right, though -- performance reasons.  Now if there were 
only a way when retrieving a date column from Oracle for it to 
automatically be read by CF as a CF "date object".  Anyone know?

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.



Re: CF is typeless, but...?

2000-04-13 Thread Reuben King

In <011e01bfa4d8$c8ef9960$[EMAIL PROTECTED]>, Steve Reich 
([EMAIL PROTECTED]) in a fit of unbridled passion, wrote:
> Say I set a cookie
> 
> 
> 
> When I call the cookie, is the value a string or a number?

There is no string, there is no number, there is only variable.  This is 
the way, my son.

:)

Seriously-- typeless is typeless.  You could say that all variables in 
CF are strings.  Any numeric/date/etc function simply parses out the 
string into the value it wants.
--
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.



How do you end a Session????

2000-04-13 Thread Brian Ingram

I'm trying to use session variables for unique users in my CF program, but when i 
change users the session doesnt end. 

1) What is the code to end a session? 

2) Then, how would i incorporate the code to end the session by pressing a "log off" 
button? 


thanks, 
Brian
---
FREE! The World's Best Email Address @email.com
Reserve your name now at http://www.email.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.



Re: CF is typeless, but...?

2000-04-13 Thread Reuben King

In <001501bfa546$4fea1d60$[EMAIL PROTECTED]>, Steve Reich 
([EMAIL PROTECTED]) in a fit of unbridled passion, wrote:
> so which would be correct...
> 
> If...
> 
> 
> then...
> 
> 
> or...
> 

Both are correct.

However, when you use the integer (someone please correct me if I'm 
wrong) for comparisons, specifically less than or greater than, it is 
numeric.  If you use a string for a lt or gt, then the comparison is 
made alphabetically.  

Thus,  returns true where as  
returns false.


--
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: Text Editors vs Site Editors Version 2

2000-04-13 Thread Bill Plummer

To answer the response below...

I've been doing stuff with computers since 1980.  Back in the good old CPM
days when even a simple text editor by today's standards was considered
elegant.

In the late 80's some pretty cool programming editors came along that would
allow huge files to be edited and integrated well with compilers.

When winders (I'm from the south) came along, it seemed like a lot more
trouble than it was worth.  Then NT 3.1 hit, and after some reading, I began
to see some reasons for a multithreaded operating system.

Then in the 90's lots of good IDE's (Integrated Development Environment)
were created by the makers of different programming languages.  Microsoft's
Visual Studio which includes IDE's for C++, VB, ASP, and Java is just one
example.  ColdFusion Studio 4.5 is the one I work in most of the time today.

It seems that there are two issues here with the "what should I use to
create my ColdFusion applications" question.

1 - Time.  Is it faster to code with a simpler text editor (your choice,
there are many good ones) or take the time to become proficient with
ColdFusion Studio and take advantage of it's many labor saving tools.

2 - Reliable programming environment.  The simpler text editor is usually
rock solid.  All IDE's that I have used have bugs.  They will cause your
computer to crash, or at best just the IDE will crash and will have to be
restarted again.

Personally, I prefer to take the time to learn the new IDE and take
advantage of the tools built into it.  Many prefer the opposite approach.
That is, use the known rock solid editor and work without the benefit of
tools.

One final thought, thanks to someone who wrote earlier about Dreamweaver
producing only html code.  I'll have to try it.  After some frustrating
experience with MS FrontPage, Dreamweaver may be worth a test drive.

OK, this is the final thought.  I listen to music when there is lots of work
to do, but it's not very creative.  When I'm creating new stuff, give me a
quite room.

-Original Message-
From: Craig M. Rosenblum [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 13, 2000 11:47 AM
To: [EMAIL PROTECTED]
Subject: Text Editors vs Site Editors Version 2


Here's the deal, i'm so used to the keyboard mentality, that i just want to
quick in and out...

I do use other tools, to help with the database stuff like SQL Navigator 3,
Benthic's Golden32

I just like the olde KISS standard of not using tools that do or have more
than I really need.

When I first got started in CF, Studio just took up more memory and time to
learn, than just using a test editor to plug away and type and peck and hack
at the coding...

Now I'm not trying to say my approach is superior or meant for
everyone...But I have noticed a Conformist Attitude towards everyone wanting
to be a like

I really dont't care to do things the way everyone else does...

I like collecting little tools to do exactly and no more than what I need
them to do...I dislike the feeling that studio is to the coding, what
frontpage is to the web, a kludge application to help people do the code for
them...

I know that isn't true, but it feels like it...After having worked in Tech
Support, and so many people who use Front Page demanded results without
wanting to learn about how to get that results

This may be totally inaccurate as to why people use it...

CF Studio just feels like too much of a tool...I like simpler tools...

This isn't a competition, but I was majorly curious as to if I was alone or
not...in being a TextPad/ Text Editor user...

It looks like I am to some extant...and that's okay...

Are there any other tools people use other than studio for coding? like SQL
Helpers and so on?

Another trend I've noticed is that people who code like to listen to winamp
or other music over the internet while working

What do you do?


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



  1   2   3   >