RE: GetMetricData( "SAY WHAT???" )

2000-12-02 Thread Dave Watts

> I got it to work using 
> 
> Now I wonder. It's not showing any data and I was wondering 
> a couple of things.
> 1.Does the server have to be running perfmon?
> 2.Can I tell this to get stats for a specific counter?
> 
> I'm looking to get statistics for a specific process on my 
> server, but I can't tell what's what.

You don't have to be running Performance Monitor - that's just an interface
for reading performance counters. You do have to have the "Enable
Performance Monitoring" option checked in the Debugging section of CF
Administrator. Also, since you mentioned that you're using Win2K, you may
need to install CF 4.5.1 SP2.

Once you've got it working, GetMetricData will return a structure with
twelve keys. Those keys will be the eleven performance counters exposed by
CF, plus the name of the instance being viewed. GetMetricData won't allow
you to get any performance counters other than those exposed by CF. This
code:




#counter#: #stPerf[counter]#


will output something like this:

AVGDBTIME: 0
AVGQUEUETIME: 0
AVGREQTIME: 10
BYTESIN: 3106
BYTESOUT: 212
CACHEPOPS: 0
DBHITS: 0
INSTANCENAME: cfserver
PAGEHITS: 2
REQQUEUED: 0
REQRUNNING: 1
REQTIMEDOUT: 0

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

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

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



RE: OT: Who's hacking around ???

2000-12-02 Thread Eric Fickes

While you're searching, go checkout http://ftpsearch.lycos.com and see what
you can find out.  If nothing else, you'll now have a good FTP search
engine.

E

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

Actually Brian

The Sysmng.exe is a trojan virus my friend
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



CFFILE Action=READ --> MAX file size?

2000-12-02 Thread Eric Fickes

Hello all,

I was wondering if anybody knew the max file size that CFSERVER can read
using CFILE Action=READ.  I have a CF log reader page and a coworker came to
me with a 270m log file.  I tried and tried to get my page to read it but I
never could.  Any ideas?  Oh yeah, does anybody have any CF suggestions for
working with log files that are ridiculously large like 270mb?

Eric

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

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



Re: CF Does not like MSSQL7 @@ROWCOUNT

2000-12-02 Thread Paul Hastings

> But the record count does not count how many Insert the SQL has made only
> the amount of rows outputted

no @@ROWCOUNT, returns the number of rows affected by the 
last statement. 




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

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



Re: CF Does not like MSSQL7 @@ROWCOUNT

2000-12-02 Thread Paul Hastings

> Except he's not looking for the identity, but the count.  Setting
> nocount on kinda kills that...

no. set nocount has no effect on @@ROWCOUNT.


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

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



Re: Who's hacking around ???

2000-12-02 Thread Michael She

www.grc.com has a scanner called ShieldsUp!


At 08:59 PM 12/02/00 -0800, Dylan Bromby you wrote:

>there's a web site that will scan your system for remote control apps
>uplaoded by hackers...can't remember the URL off-hand but if i find it i'll
>post it.
>
>- Original Message -
>From: "Brian L. Wolfsohn" <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Saturday, December 02, 2000 8:55 PM
>Subject: OT: Who's hacking around ???
>
>
> > i've found these suspicious looking files in one of our cgi directories.
> >
> > Has anyone heard of these ?? can you point me to any resources for
>checking
> > on them ??
> >
> >
> > eeyerulez.asp
> > logfilename
> > sysmng.exe
> > sensepost.exe
> > eeyehack.exe
> >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: OT: Who's hacking around ???

2000-12-02 Thread KJis18

Actually Brian

The Sysmng.exe is a trojan virus my friend


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

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



Re: Web Templates

2000-12-02 Thread Todd Ashworth

Have you looked at the Dreamweaver templates at Macromedia's site?

They are rather basic, but could be used as a nice foundation.

http://www.macromedia.com/software/dreamweaver/download/templates/

Todd Ashworth

- Original Message -
From: "Robert Everland III" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Saturday, December 02, 2000 7:34 PM
Subject: Web Templates


> Anyone know of some websites that have some nice looking web templates I
> can snag. Need to design a site and I am none too good at the graphics
> portion.
>
>
> Bob Everland
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: OT: Who's hacking around ???

2000-12-02 Thread KJis18

Brian,

Do some searches on google.com with those full file names, you'll get some 
"VERY" interesting results.

Kev


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

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



Re: Who's hacking around ???

2000-12-02 Thread Dylan Bromby

there's a web site that will scan your system for remote control apps
uplaoded by hackers...can't remember the URL off-hand but if i find it i'll
post it.

- Original Message -
From: "Brian L. Wolfsohn" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Saturday, December 02, 2000 8:55 PM
Subject: OT: Who's hacking around ???


> i've found these suspicious looking files in one of our cgi directories.
>
> Has anyone heard of these ?? can you point me to any resources for
checking
> on them ??
>
>
> eeyerulez.asp
> logfilename
> sysmng.exe
> sensepost.exe
> eeyehack.exe
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



OT: Who's hacking around ???

2000-12-02 Thread Brian L. Wolfsohn

i've found these suspicious looking files in one of our cgi directories.

Has anyone heard of these ?? can you point me to any resources for checking 
on them ??


eeyerulez.asp
logfilename
sysmng.exe
sensepost.exe
eeyehack.exe

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

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



RE: GetMetricData( "SAY WHAT???" )

2000-12-02 Thread Eric Fickes

I got it to work using 

Now I wonder.  It's not showing any data and I was wondering a couple of
things.
1.Does the server have to be running perfmon?
2.Can I tell this to get stats for a specific counter?

I'm looking to get statistics for a specific process on my server, but I
can't tell what's what.

E

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Saturday, December 02, 2000 10:44 PM
To: CF-Talk
Subject: Re: GetMetricData( "SAY WHAT???" )


Hey buddy,  try this

GetMetricData(PerfMonitor)

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

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



Re: GetMetricData( "SAY WHAT???" )

2000-12-02 Thread KJis18

Hey buddy,  try this

GetMetricData(PerfMonitor)

Kev


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

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



GetMetricData( "SAY WHAT???" )

2000-12-02 Thread Eric Fickes

Hello all,

I'm trying to use GetMetricData( "" ) on a win2k server, but I can't seem to
figure out what I need to put between the quotes.  I"ve tried System
Monitor, plus the names of several counters and I don't know what else to
try.  Any ideas?

E

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

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



RE: Web Templates

2000-12-02 Thread Eric Fickes

Yes I know.  Please forgive me.

E

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

Wow, I haven't seen that word for a long long time "FrontPage"

haha


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

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



RE: list slow??

2000-12-02 Thread Eric Fickes

well now it came through just about right away.  It's probably my mail
server.

E

-Original Message-
From: Eric Fickes [mailto:[EMAIL PROTECTED]]
Sent: Saturday, December 02, 2000 10:13 PM
To: CF-Talk
Subject: list slow??


Hello all,

Got a question about CFTALK.  It seems to me that this list is kind of slow.
I will post messages in the morning (10am EST) and won't typically see them
until 4 hours later at the earliest.  Does everybody have this problem?

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

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



RE: Web Templates

2000-12-02 Thread Robert Everland III

Done that, they all pretty much suck in there. Nothing that peeked my
interest.

Bob Everland

-Original Message-
From: Eric Fickes [mailto:[EMAIL PROTECTED]]
Sent: Saturday, December 02, 2000 10:11 PM
To: CF-Talk
Subject: RE: Web Templates


I realize that this is way cheesy, and against my religion, but you could
install FrontPage (forgive me) and browse through it's web templates.  I
remember actually kind of liking one template which was kind of a computer
theme with the cliche-binary background.  Just a suggestion.

E

-Original Message-
>   Anyone know of some websites that have some nice looking
> web templates I
> can snag. Need to design a site and I am none too good at the graphics
> portion.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: Web Templates

2000-12-02 Thread KJis18

Wow, I haven't seen that word for a long long time "FrontPage"

haha



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

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



Re: Dynamic Conditionals... Possible?

2000-12-02 Thread David Cummins

I don't know if that's possible.

However, I would suggest maybe stripping the path off the script name, and then
searching for THAT in a list.

It would return the list position, and then you could use that as an array index
to your images/messages.

David Cummins

Jamie Jackson wrote:
> 
> Hello,
> 
> I've got some code that I'd like to make more maintainable and more
> elegant.
> 
> In an included header file, I've got something like this (but much
> more complicated and lengthy):
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> <...snip...>
> 
> 
> 
> 
> 
> It would be nice to programmatically output these conditionals based
> upon an array. I've got the array created already, and the result (in
> a tabular representation) looks like this:
> 
> IMG, SCRIPT_NAME, ALT_TEXT
> doggies.gif, dogs.cfm, "Aww, cute dogs."
> cats.gif, cats.cfm, "Aww, cute cats."
> bigbass.gif, fish.cfm, "Lunker"
> <...snip...>
> 
> However, I don't know if it's possible to dynamically generate _CF
> code_ and get it parsed. I could get it working with a cffile
> workaround, but I don't think it would be worth it to pursue that
> route.
> 
> I know that it's not possible to directly parse CF code from a
> database source, and I suspect that the same rules apply here, but
> please confirm.
> 
> Thanks,
> Jamie
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



list slow??

2000-12-02 Thread Eric Fickes

Hello all,

Got a question about CFTALK.  It seems to me that this list is kind of slow.
I will post messages in the morning (10am EST) and won't typically see them
until 4 hours later at the earliest.  Does everybody have this problem?

E

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

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



RE: Web Templates

2000-12-02 Thread Eric Fickes

I realize that this is way cheesy, and against my religion, but you could
install FrontPage (forgive me) and browse through it's web templates.  I
remember actually kind of liking one template which was kind of a computer
theme with the cliche-binary background.  Just a suggestion.

E

-Original Message-
>   Anyone know of some websites that have some nice looking 
> web templates I
> can snag. Need to design a site and I am none too good at the graphics
> portion.


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

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



Re: ColdFusion's Portal for LatinAmerica & Spain - Hola

2000-12-02 Thread Javier Flores

Hi everyone... and sorry,

I just try to "connect" two big and interesting stuff... US and Latin
America & ColdFusion Technology... What about the people who cant understand
english? What about the people who is interested in get the LatinAmerican
(Spanish spoken customer) market with his ColdFusion Applications (and other
thecnologies)? like E-Commerce Solution (i.e AbleCommerce)... How much could
cost a "complete" E-Commerce site for someone in US? $15.000? $20.000?
$25.000?

Do you know that the same solution could cost in LatinAmerica like $40.000
or more... for every 20 people on US that know ColdFusion just 1 know it in
LatinAmerica...

I think American market could have a big oportunity and interest in make
bussines in LatinAmerica & Spain... also, if you consider that in US the
population is like 40% white and 30% black and 20% Latin... you must
consider have your application in English and Spanish, or not?

I just beginning with ColdFusion tech and I could say that CF is pretty easy
and terrific "if you have an open mind"...

I'm sorry for the people that think and consider my message as SPAM. The
List Administrator could put me out of the list if you consider this message
as SPAM...

Regards,

Javier




- Original Message -
From: "Dru Whitledge" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Saturday, December 02, 2000 6:01 PM
Subject: Re: ColdFusion's Portal for LatinAmerica & Spain - Hola


> Hola Javier,
>
> Gracias por el anuncio en esta lista de su nuevo sitio para AmericaLatina
y
> Espana. A mi me interesta mucho su inciativo, especialmente la posibilidad
> de integranos -- los en EEUU que hablan espanol y / o que tengan un
interes
> en hacer negocio esa region -- con ustedes que vivan en esos paies. Por
> supuesto, me gustaria explorar las posibilidades de intercambios de
> recursos entre nostoros, los que trabajan en los mercados de ingles y los
> de espanol.
>
> Qual es el URL para su nuevo sitio?
>
> Dru
>
> Loose Translation:
>
> Hey Javier,
>
> Kick ass announcement on your new site!! Glad to see it. You sure got my
> attention especially the possibility of gettin' together folks that
> sprochen ze Spanish or that have an interest in doing business in that
area
> -- with you folks that live there.  Cool, let's talk about what resources
> we can exchange between folks that work in English and those work in
Spanish!!
>
> What's the URL for this site?
>
> Don Dru
>
> (you gotten have sense of humor in any language)
>
>
>
> At 12:51 12/2/2000 -0400, Javier Flores wrote:
> >Hi,
> >
> >Mi name is Javier Flores and on Dec 11th I will launch the first
> ColdFusion's Portal for LatinAmerica & Spain (on Spanish - of course!).
> >
> >I will update the site every week, some of the secctions that it will
have
> 
> >
> >..- Code & Tips. Where users could learn from other users with examples
> and cool techniques.
> >
> >..- Job Posting. Where company like yours could post jobs oportunities
for
> ColdFusion Developers in the LatinAmerican market... so you could improve
> your company & products getting the Spanish spoken market of LatinAmerica
&
> Spain.
> >
> >..- Hosting. Company that offers ColdFusion hosting with Customer Service
> on Spanish.
> >
> > and more.
> >
> >
> >Your company could have a banner
> >for free in the new
> >ColdFusion portal for LatinAmerica
> >
> >
> >Banners___
> >If you want to have a FREE BANNER for at least 15 days, please se the
> requirements.
> >
> >Banner A for the Home Page
> >..- 205 * 38
> >..- .GIF o .JPG
> >..- URL to point it
> >
> >Banner B for the other Web Pagesl
> >..- 340 * 54
> >..- .GIF o .JPG
> >..- URL to point it
> >
> >Sent it to [EMAIL PROTECTED], moreover plese sent your name, company,
> country and contact person to have a banner´s control.
> >
> >Waiting for your reply and any help to improve my idea and get the
> LatinAmerican & Spain market with ColdFusion!. And remember I will be your
> bridge for LatinAmerican & Spain market
> >
> >Regards,
> >
> >Javier Flores, CEO
> >http://jjcyber.com
> >Your bridge to LatinAmerica & Spain!
> >
> >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Firewall Question

2000-12-02 Thread Dave Watts

> I've seen this situation before, all too many times: system
> administrators who do all they can to limit what people can do 
> on the system. Instead of viewing their jobs as serving the 
> primary purpose of enabling users to do useful things with 
> the system, they are far more concerned that their own 
> workloads don't grow. The larger the organization, the more 
> resistant the system administrator is. To 'convince him 
> otherwise' it is almost always necessary to go to his
> supervisor or the head honcho, explain what you want to do, 
> and ask him/her to remove the obstacle to progress with a 
> direct order to the system administrator to make it so. You 
> don't win a lot of friends that way, but at least you can 
> get things accomplished.

Why do you think it's this way? Here are some possibilities:

1. System administrators tend to be jerks. There's just something about the
job that attracts jerks.

2. System administrators tend to already have full workloads, and thus are
concerned about increasing those workloads.

3. System administrators often are assigned goals which are contradictory:
security and convenience, for example.

There's a very good reason why, "the larger the organization, the more
resistant the system administrator is". Rather than simply viewing the
sysadmin as an obstacle, or as a servant, you might consider that the
administrator is responsible for what users do, and has a very good reason
for limiting that in many cases. You might think your reasons for overriding
the sysadmin are better; in some cases, they certainly are.

My point, though, is that until an organization takes system administration,
security and maintenance seriously, the poor sap who gets stuck dealing with
those issues will, for his own sake, generally be pretty wary about anything
he can't control.

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

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

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



RE: CF admin problem

2000-12-02 Thread Christopher Olive, CIO

not to be pedantic, but if you're restricting debug output to 127.0.0.1, are
you browsing from the webserver console?

chris olive, cio
cresco technologies
[EMAIL PROTECTED]
http://www.crescotech.com



-Original Message-
From: Eric Fickes [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 01, 2000 4:46 PM
To: CF-Talk
Subject: CF admin problem


Hello all,

I was wondering, have any of you had the problem where you turn on "Show
variables" in the CF admin and the server never shows the variables when the
cf pages are loaded?  This is the first time I've had this happen and I
don't know what to do.  I've tried turning on everything under Debug
Settings, I have 127.0.0.1 in the "Restrict debug output to selected IP
addresses" box, I've restarted my browsers (IE and NS), and the CF server,
but nothing seems to help.  Any ideas?  The only thing that I've done
recently was I reinstalled CFserver this morning.  I had some IIS problems
so I removed and reinstalled that, and then IIS didn't know what to do with
...cfm pages.  After reinstalling CF Server I was back on track, but I wonder
if all of the reinstalls have anything to do with the problem I"m having.

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

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



RE: CF 4.5.1 SP2 -- Ramping/Queing Problem

2000-12-02 Thread Dave Watts

> welcome to the club...We're having the same problem.  
> Reinstalling didn't help.  CFLOCKs didn't help.  Not sure 
> what to do but it looks like 4.0.1 may be the fallback.  
> We're running Oracle 8, NT sp6a and IIS4.

You might have a memory leak in your Oracle Net8 client. There have been
several problems with different versions of this client. I think you'll need
at least version 8.1.6.2.0.

The problem with CF 4.5.1 here is that, if you do have any memory leaks in
any of the components you use with CF, you'll see problems a lot faster than
you would under 4.0.1. This is due to CF 4.5.1 retaining acquired memory,
rather than releasing it back to the OS.

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

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

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



RE: SP2 install killed our OLEDBs!

2000-12-02 Thread Dave Watts

> > We had this problem and needed to reinstall MDAC. There is a
> > copy of it in \mdac
> 
> If you're running Win2K, you can't reinstall MDAC to my 
> knowledge. Installing CF on Win2K sometimes breaks ADO 
> for ASP, so having OLEDB broken too doesn't surprise me. 
> Unfortunately, sometimes only a Win2K reinstall or
> update will fix it.

This is no longer the case. MDAC 2.6 can be downloaded from MS and installed
on Win2K. It's required for SQL Server 2000.

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

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

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



Re: CFQUERY syntax: populating params to plot x,y values

2000-12-02 Thread David Shadovitz

Store each point (x,y) as one record in the db:
  Table Points
   x integer
   y integer

Retrieve them via a simple CFQUERY select statement:
  
 select x,y from Points where...
  

Then use the ValueList function to make a list of all of the x values and
a list of all the y values:
  
  

-David

On Fri, 01 Dec 2000 18:05:19 -0800 "James Birchler" <[EMAIL PROTECTED]>
writes:
> I need to populate the x,y variables in a charting applet. There are 
> separate param statements for the x's and y's, in the following 
> form:
> 
>  value="22,23,49,150,231,280,654,534,678,654,978,654">
> 
>  value="100,150,200,250,300,350,400,450,500,550,600,650">
> 
> I just don't know a) how to store my x's and y's in my database 
> (either as a column of x's and a column of y's, or as a row of all 
> x's and a row of all y's) and then the corresponding CFQUERY and 
> CFOUTPUT necessary to get them to display as x, x, x, x, etc. in the 
> 
>  tags.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: Web Templates

2000-12-02 Thread David Hannum

I've got an old XOOM WebSite Starter Kit CD that has a bunch of templates.
I could email you a few.  They were/are free.

Dave


- Original Message -
From: Robert Everland III <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Saturday, December 02, 2000 8:02 PM
Subject: RE: Web Templates


No there are sites out there that offer free templates, I have had them
before but lost them in upgradeing and formatting multiple times. There has
to be someone out there that has some sites.


Bob Everland

-Original Message-
From: Jennifer [mailto:[EMAIL PROTECTED]]
Sent: Saturday, December 02, 2000 8:03 PM
To: CF-Talk
Subject: Re: Web Templates


At 07:34 PM 12/2/00 -0500, you wrote:
> Anyone know of some websites that have some nice looking web
> templates I
>can snag. Need to design a site and I am none too good at the graphics
>portion.

Oops. You're not supposed to "snag" the design-- you're supposed to be
"inspired by it." Anything more can get you in legal trouble, you know.

You might want to hire a design contractor. Depending on the purpose of the
site, the design can be somewhat tricky. Go to some sites with a similar
purpose and try to figure out why they are designed that way as opposed to
just figuring out how they are designed.

"Plagiarize! Plagiarize! Plagiarize! Only be sure to always call it please
'Research.'" The Great Lobachevsky (as portrayed by Tom Lehrer)
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Web Templates

2000-12-02 Thread ron

>   Anyone know of some websites that have some nice looking 
> web templates I
> can snag. Need to design a site and I am none too good at the graphics
> portion.

http://www.ipswitch.com/Support/IMail/templates.html



Sorry, I got my lists corn-fused. Now where'd I set that beer...

-ron

 


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

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



RE: Web Templates

2000-12-02 Thread ron

>   Anyone know of some websites that have some nice looking 
> web templates I
> can snag. Need to design a site and I am none too good at the graphics
> portion.

http://www.ipswitch.com/Support/IMail/templates.html

Hope this helps,
Ron

ron allen hornbakerhumankind systems, inc. mailto:[EMAIL PROTECTED]
HKSI WebMail Templates for IMail v6x ~ Now 857 Installations Worldwide
Classic... http://mail.hksi.net Killer... http://killerwebmail.com




 

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

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



Re: Web Templates

2000-12-02 Thread netman

Try www.imagecafe.com


Robert

- Original Message -
From: "Robert Everland III" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Saturday, December 02, 2000 8:02 PM
Subject: RE: Web Templates


> No there are sites out there that offer free templates, I have had them
> before but lost them in upgradeing and formatting multiple times. There
has
> to be someone out there that has some sites.
>
>
> Bob Everland
>
> -Original Message-
> From: Jennifer [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, December 02, 2000 8:03 PM
> To: CF-Talk
> Subject: Re: Web Templates
>
>
> At 07:34 PM 12/2/00 -0500, you wrote:
> > Anyone know of some websites that have some nice looking web
> > templates I
> >can snag. Need to design a site and I am none too good at the graphics
> >portion.
>
> Oops. You're not supposed to "snag" the design-- you're supposed to be
> "inspired by it." Anything more can get you in legal trouble, you know.
>
> You might want to hire a design contractor. Depending on the purpose of
the
> site, the design can be somewhat tricky. Go to some sites with a similar
> purpose and try to figure out why they are designed that way as opposed to
> just figuring out how they are designed.
>
> "Plagiarize! Plagiarize! Plagiarize! Only be sure to always call it please
> 'Research.'" The Great Lobachevsky (as portrayed by Tom Lehrer)
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: Web Templates

2000-12-02 Thread KJis18

if you must look at some generic layouts check this site out

http://www.selectaweb.com

nothing great here but i saw a lot of mixed up ones...

kev


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

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



RE: Web Templates

2000-12-02 Thread Robert Everland III

No there are sites out there that offer free templates, I have had them
before but lost them in upgradeing and formatting multiple times. There has
to be someone out there that has some sites.


Bob Everland

-Original Message-
From: Jennifer [mailto:[EMAIL PROTECTED]]
Sent: Saturday, December 02, 2000 8:03 PM
To: CF-Talk
Subject: Re: Web Templates


At 07:34 PM 12/2/00 -0500, you wrote:
> Anyone know of some websites that have some nice looking web
> templates I
>can snag. Need to design a site and I am none too good at the graphics
>portion.

Oops. You're not supposed to "snag" the design-- you're supposed to be
"inspired by it." Anything more can get you in legal trouble, you know.

You might want to hire a design contractor. Depending on the purpose of the
site, the design can be somewhat tricky. Go to some sites with a similar
purpose and try to figure out why they are designed that way as opposed to
just figuring out how they are designed.

"Plagiarize! Plagiarize! Plagiarize! Only be sure to always call it please
'Research.'" The Great Lobachevsky (as portrayed by Tom Lehrer)
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: Web Templates

2000-12-02 Thread Jennifer

At 07:34 PM 12/2/00 -0500, you wrote:
> Anyone know of some websites that have some nice looking web 
> templates I
>can snag. Need to design a site and I am none too good at the graphics
>portion.

Oops. You're not supposed to "snag" the design-- you're supposed to be 
"inspired by it." Anything more can get you in legal trouble, you know.

You might want to hire a design contractor. Depending on the purpose of the 
site, the design can be somewhat tricky. Go to some sites with a similar 
purpose and try to figure out why they are designed that way as opposed to 
just figuring out how they are designed.

"Plagiarize! Plagiarize! Plagiarize! Only be sure to always call it please 
'Research.'" The Great Lobachevsky (as portrayed by Tom Lehrer)


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

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



Web Templates

2000-12-02 Thread Robert Everland III

Anyone know of some websites that have some nice looking web templates I
can snag. Need to design a site and I am none too good at the graphics
portion.


Bob Everland


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

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



Re: [Follow up] Really Dumb question help??

2000-12-02 Thread Michael Thomas

Ive only ever used that method when posting a form to a processing page & 
having the page throw one of my server-side validation routine errors. When 
an error is encountered I include the original form below my validation 
routines, on the validating page.

To preserve what the user already entered, instead of the values defaulting 
back to normal. When a checkbox is present I use that same checkbox method 
with one exception. Heres the code I use to check to see if the checkbox wuz 
checked or not:







Then I can check the checkbox on the original form page or not depending on 
if the user checked it before the error occured when posting the form. You 
have the rest of my code that I use to do this in my last post.

HTH,
Mike


>From: "ibtoad" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Really Dumb question help??
>Date: Sat, 02 Dec 2000 17:38:06 -0500
>
>Ok maybe I have been staring at tis screen to long but how do I set a
>checkbox to unchecked using a Cfset tag?
>
>
>If I use  it comes back checked.
>
>Thanks,
>Rich
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



More on CFMail Weirdness

2000-12-02 Thread Jay Jennings

Remember I had a problem with CFMail running all the parameters together in
the email it was sending me? Look at this...

I created a new script and it sent this email to me:
Something is wrong.
alakazam.com 02-Dec-00 05:45 PM

The site URL, date and time are all supposed to be on different lines. But I
noticed the one line I typed was actually on its own line. So, in my script
I typed a period after each parameter and had it send another email. This is
what I received:
Something is wrong.
alakazam.com.
02-Dec-00.
05:47 PM.

Everything is on its own line! So, when CF processes the script and there
are two CF-generated things together with only whitespace between, it
ignores carriage returns and such?

Is this how CFMAIL is supposed to work?

 Jay Jennings
 Crazy Canines, LLC.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: Really Dumb question help??

2000-12-02 Thread Jennifer

At 05:38 PM 12/2/00 -0500, you wrote:
>Ok maybe I have been staring at tis screen to long but how do I set a
>checkbox to unchecked using a Cfset tag?
>
>
>If I use  it comes back checked.

try setting it to 0 or off.


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

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



Re: Really Dumb question help??

2000-12-02 Thread Michael Thomas











Sincerely,
Mike


>From: "ibtoad" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Really Dumb question help??
>Date: Sat, 02 Dec 2000 17:38:06 -0500
>
>Ok maybe I have been staring at tis screen to long but how do I set a
>checkbox to unchecked using a Cfset tag?
>
>
>If I use  it comes back checked.
>
>Thanks,
>Rich
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: [parsing shtml files]

2000-12-02 Thread Michael Thomas

M'bad... I havent been following this thread, Ive only read Larry's last 
post here & Rob's last post. Based on what Im reading here in Larry's post & 
the topic name, Im going to assume your grabbing an shtml page through HTTP 
with a GET method & trying to parse it.

In this case wouldnt the RERePlaceNoCase() function come in handy with some 
RegEx. Wouldnt that do the trick??? Something like changing the SSI include 
tags into CFINCLUDE tags like Larry suggested.

Ill apologize in advance if Im way off here but as I stated before Ive only 
seen the last 2 posts.

Mike

>From: "Larry C. Lyons" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Re: [parsing shtml files]
>Date: Sat, 02 Dec 2000 14:19:07 -0500
>
>As far as I understand, SSI and CF do not get along. Web servers process
>SSI's while the CF server processes .cfm pages. To get the SHTML to work
>with CF you would have change the Larry C. Lyons
>ColdFusion/Web Developer
>EBStor.com
>8870 Rixlew Lane, Suite 201
>Manassas, Virginia 20109-3795
>tel: (703) 393-7930 x253
>fax: (703) 393-2659
>http://www.ebstor.com
>http://www.pacel.com
>email: [EMAIL PROTECTED]
>
>Chaos, panic, and disorder - my work here is done.
>--
>
>Rob Keniger wrote:
> >
> > on 12/2/00 11:09 AM, Alex at [EMAIL PROTECTED] wrote:
> >
> > > you can include cf and call it via SSI.
> >
> > Does that work on all servers? I have had very inconsistent results. 
>Quite
> > often the .shtml page just displays the CF code.
> >
> > --
> >
> > Rob Keniger
> >
> > big bang solutions
> >
> > 
> > 
> >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Really Dumb question help??

2000-12-02 Thread ibtoad

Ok maybe I have been staring at tis screen to long but how do I set a
checkbox to unchecked using a Cfset tag?


If I use  it comes back checked.

Thanks,
Rich


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

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



Re: AOL and Session Var's

2000-12-02 Thread Jennifer

At 08:29 PM 12/1/00 -0500, you wrote:
>Hey Gang,
>
>A friend of mine just asked me to post this question.  Would
>anybody know why, only on AOL 5 a site would be "loosing"
>it's session var's.  They use a session var to track when a
>user logs in.  On AOL 4 and AOL 6 they tell me that it works
>just fine.  IE, Netscape, and even both Mac versions of
>those two work fine.  The problem here is that owner of the
>site uses AOL 5 and does not want to change.  Any ideas.  I
>have tried all the normal stuff, anti AOL caching, passing
>the CFID and TOKEN through all the URL's and Form's etc.  No
>luck.  Any thoughts?  Thanks.

I think you might be out of luck. I'm not sure exactly how someone using 
AOL 5 as opposed to AOL 6 would cause different caching settings to be used 
on AOL's server. It is possible that users of different versions of AOL go 
through different proxy servers, but it seems like a silly thing to do. It 
is possible that there are some differences with the way the software 
interacts with the server that make this a requirement, but frankly, I 
can't imagine what they are. It seems more likely that the problem is in 
the browser software that the client is using. (Yes I realize that the 
browser software is actually AOL 5.)

But the weird thing is that it is your session variables that you are 
having a problem with and those are on your server. Somewhere, your server 
is getting confused about which computer has those session variables or 
something. You've tried passing CFID and CFToken, so there are not many 
things that could be causing this problem.

Have you tested this in AOL 5 yourself so you know that it isn't user error 
causing the problem? You need to make sure that it isn't just that the 
client is trying to use the system in a way that would not work anyway: 
timing out, sending links to others with his/her/its CFID and CFToken 
included in the URL. If you've already determined that user error is 
definitely not the problem, you should contact AOL and ask them if there is 
anything that you can do.


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

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



Re: ColdFusion's Portal for LatinAmerica & Spain - Hola

2000-12-02 Thread Dru Whitledge

Hola Javier,

Gracias por el anuncio en esta lista de su nuevo sitio para AmericaLatina y
Espana. A mi me interesta mucho su inciativo, especialmente la posibilidad
de integranos -- los en EEUU que hablan espanol y / o que tengan un interes
en hacer negocio esa region -- con ustedes que vivan en esos paies. Por
supuesto, me gustaria explorar las posibilidades de intercambios de
recursos entre nostoros, los que trabajan en los mercados de ingles y los
de espanol. 

Qual es el URL para su nuevo sitio?

Dru

Loose Translation:

Hey Javier,

Kick ass announcement on your new site!! Glad to see it. You sure got my
attention especially the possibility of gettin' together folks that
sprochen ze Spanish or that have an interest in doing business in that area
-- with you folks that live there.  Cool, let's talk about what resources
we can exchange between folks that work in English and those work in Spanish!!

What's the URL for this site?

Don Dru

(you gotten have sense of humor in any language)



At 12:51 12/2/2000 -0400, Javier Flores wrote:
>Hi, 
>
>Mi name is Javier Flores and on Dec 11th I will launch the first
ColdFusion's Portal for LatinAmerica & Spain (on Spanish - of course!). 
>
>I will update the site every week, some of the secctions that it will have
 
>
>..- Code & Tips. Where users could learn from other users with examples
and cool techniques. 
>
>..- Job Posting. Where company like yours could post jobs oportunities for
ColdFusion Developers in the LatinAmerican market... so you could improve
your company & products getting the Spanish spoken market of LatinAmerica &
Spain. 
>
>..- Hosting. Company that offers ColdFusion hosting with Customer Service
on Spanish. 
>
> and more. 
>
> 
>Your company could have a banner 
>for free in the new 
>ColdFusion portal for LatinAmerica 
> 
>
>Banners___ 
>If you want to have a FREE BANNER for at least 15 days, please se the
requirements. 
>
>Banner A for the Home Page 
>..- 205 * 38 
>..- .GIF o .JPG 
>..- URL to point it
>
>Banner B for the other Web Pagesl 
>..- 340 * 54 
>..- .GIF o .JPG 
>..- URL to point it
>
>Sent it to [EMAIL PROTECTED], moreover plese sent your name, company,
country and contact person to have a banner´s control. 
>
>Waiting for your reply and any help to improve my idea and get the
LatinAmerican & Spain market with ColdFusion!. And remember I will be your
bridge for LatinAmerican & Spain market
>
>Regards,
>
>Javier Flores, CEO 
>http://jjcyber.com
>Your bridge to LatinAmerica & Spain!
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: ColdFusion's Portal for LatinAmerica & Spain

2000-12-02 Thread ron

> I don't find it appropriate for the list or to my e-mail address,
> considering Mr. Flores probably joined this list for the sole purpose
> of gathering e-mail addresses. As near as I can tell he's never
> posted anything else to the list, so off to the trash it went. I
> doubt seriously if he even saw your post.

I agree. Just be glad you don't subscribe to the Dallas-Fort Worth CFUG
list, where Mr. Flores posted an HTML-version of his message along with a
106kb attachment... another .htm document of all things!! Hello, ever hear
of a plain-text link to a URL, Mr. Flores??

Kudos to M.D. for the attachment stripper on this list.

Ron Allen Hornbaker
President/CTO
Humankind Systems, Inc.
http://humankindsystems.com
mailto:[EMAIL PROTECTED]




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

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



Re: ColdFusion's Portal for LatinAmerica & Spain

2000-12-02 Thread Bud

On 12/2/00, Peter Theobald penned:
>Javier, this message to the Cold Fusion group is appropriate, as 
>some people here may find it interesting. Many will not.
>However, sending SPAM to my email address is NOT appropriate. Do not 
>ever again use the email addresses you find for sending SPAM 
>(unsolicited email).

I don't find it appropriate for the list or to my e-mail address, 
considering Mr. Flores probably joined this list for the sole purpose 
of gathering e-mail addresses. As near as I can tell he's never 
posted anything else to the list, so off to the trash it went. I 
doubt seriously if he even saw your post.

It personally wouldn't bother me if I got something of interest in my 
personal mailbox from a bona fide member of the list, like you Peter. 
I consider all of you friends.

Of course, other people may feel differently.

:-O
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452

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

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



Re: hi!... can anyone help me...

2000-12-02 Thread Jon Hall

I'd say check your javascript. Cold Fusion is a server side program, so it
cannot affect to cursor, which is client side.

jon
- Original Message -
From: "Kailash Nath" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Saturday, December 02, 2000 3:57 PM
Subject: hi!... can anyone help me...


> Hi!,
> Can any one help me...
> Some times when I open a window using javascript from cold fusion files..
> and then close.
> the mouse pointer remains with hour glass ... Indicating some process is
> on..
> but actually there is nothing going on...
>
> thanks,
> Kailash
> ([EMAIL PROTECTED])
> ( 202.478.8362
> www.unibex.com
>
>
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



hi!... can anyone help me...

2000-12-02 Thread Kailash Nath

Hi!,
Can any one help me...
Some times when I open a window using javascript from cold fusion files..
and then close.
the mouse pointer remains with hour glass ... Indicating some process is
on..
but actually there is nothing going on...

thanks,
Kailash
([EMAIL PROTECTED])
( 202.478.8362
www.unibex.com




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

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



RE: passing a negative value

2000-12-02 Thread Steve Martin

URLEncodedFormat() even.

Steve

-Original Message-
From: Patricia Lee [mailto:[EMAIL PROTECTED]]
Sent: 02 December 2000 18:12
To: CF-Talk
Subject: RE: passing a negative value


wouldn't urlencrypt() work?  Pass in -5, it gets url coded, and then on the
application page you don't have to do anything, as CF will automatically
decode url encryption for you?

> -Original Message-
> From: Jon Hall [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, December 02, 2000 10:36 AM
> To: CF-Talk
> Subject: passing a negative value
>
>
> I need to pass a negative value to a url variable, anybody
> know how I should
> go about this?
>
> I know I can probably just represent negative numbers with a static
> character like M5 would be -5, I could just replace the m
> with a - and do my
> calculations.
> There has to be a faster way...
>
> jon
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: [parsing shtml files]

2000-12-02 Thread Larry C. Lyons

As far as I understand, SSI and CF do not get along. Web servers process
SSI's while the CF server processes .cfm pages. To get the SHTML to work
with CF you would have change the  
> Rob Keniger
> 
> big bang solutions
> 
> 
> 
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: New to CF, can this be done?

2000-12-02 Thread Larry C. Lyons

Mike,

CF cannot do it directly, you need a fax software and a special printer
driver on your server. You might want to look at Protofax
(http://www.protofax.com/). They have a custom tag
(http://www.protonet.com/efax/downloads.htm) on their site that works
with their fax software.

hth,
larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

Mike wrote:
> 
> I'm just learning CF and I have no idea if this can be done, if so can
> someone point me in the right direction?
> 
> Can I set up CF to fax my database from the web, like you can set up an
> email program?
> 
> --
> Thanks in Advance,
> Mike

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

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



RE: Decrypt??

2000-12-02 Thread Ken Wilson

> Anyone know wher I can get help in decrypting some code?  I need to make
> some modifications for a client but his pre-packaged app has an encrypted
> admin section.


Just a reminder...

You might want to check the license agreement before decrypting that code or
contact the author directly. In all likelihood there's a reason it was
encrypted to start with regardless of the ease with which that encryption
can be defeated. And simply owning a license to pre-packaged app doesn't
mean you have rights to decrypt and modify the code.

Ken



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

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



Re: ColdFusion's Portal for LatinAmerica & Spain

2000-12-02 Thread Peter Theobald

Javier, this message to the Cold Fusion group is appropriate, as some people here may 
find it interesting. Many will not.
However, sending SPAM to my email address is NOT appropriate. Do not ever again use 
the email addresses you find for sending SPAM (unsolicited email).

At 12:51 PM 12/2/00 -0400, Javier Flores wrote:
>Hi, 
>
>Mi name is Javier Flores and on Dec 11th I will launch the first ColdFusion's Portal 
>for LatinAmerica & Spain (on Spanish - of course!). 
>
>I will update the site every week, some of the secctions that it will have ... 
>
>..- Code & Tips. Where users could learn from other users with examples and cool 
>techniques. 
>
>..- Job Posting. Where company like yours could post jobs oportunities for ColdFusion 
>Developers in the LatinAmerican market... so you could improve your company & 
>products getting the Spanish spoken market of LatinAmerica & Spain. 
>
>..- Hosting. Company that offers ColdFusion hosting with Customer Service on Spanish. 
>
> and more. 
>
> 
>Your company could have a banner 
>for free in the new 
>ColdFusion portal for LatinAmerica 
> 
>
>Banners___ 
>If you want to have a FREE BANNER for at least 15 days, please se the requirements. 
>
>Banner A for the Home Page 
>..- 205 * 38 
>..- .GIF o .JPG 
>..- URL to point it
>
>Banner B for the other Web Pagesl 
>..- 340 * 54 
>..- .GIF o .JPG 
>..- URL to point it
>
>Sent it to [EMAIL PROTECTED], moreover plese sent your name, company, country and 
>contact person to have a banner´s control. 
>
>Waiting for your reply and any help to improve my idea and get the LatinAmerican & 
>Spain market with ColdFusion!. And remember I will be your bridge for LatinAmerican & 
>Spain market
>
>Regards,
>
>Javier Flores, CEO 
>http://jjcyber.com
>Your bridge to LatinAmerica & Spain!
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: passing a negative value

2000-12-02 Thread Patricia Lee

wouldn't urlencrypt() work?  Pass in -5, it gets url coded, and then on the
application page you don't have to do anything, as CF will automatically
decode url encryption for you?

> -Original Message-
> From: Jon Hall [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, December 02, 2000 10:36 AM
> To: CF-Talk
> Subject: passing a negative value
> 
> 
> I need to pass a negative value to a url variable, anybody 
> know how I should
> go about this?
> 
> I know I can probably just represent negative numbers with a static
> character like M5 would be -5, I could just replace the m 
> with a - and do my
> calculations.
> There has to be a faster way...
> 
> jon
> 
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: Help

2000-12-02 Thread Mark Smeets

Hi,

Make sure you have the following line in your form


^^^
If you don't have that last part, you'll get that error. (hopefully this 
ascii art i just did comes out right)

Mark Smeets/stranger0/ICQ #1062196

"Mr. West, not every situation requires your patented approach of shoot 
first, shoot later, shoot some more and then when everybody's dead try to 
ask a question or two" - Wild Wild West

Official Splitting Adam Homepage
http://www.splittingadam.com/

Over the Wall Productions and Web Designs
http://www.solarcourt.com/

_
Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.com


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



ColdFusion's Portal for LatinAmerica & Spain

2000-12-02 Thread Javier Flores

Hi, 

Mi name is Javier Flores and on Dec 11th I will launch the first ColdFusion's Portal 
for LatinAmerica & Spain (on Spanish - of course!). 

I will update the site every week, some of the secctions that it will have ... 

..- Code & Tips. Where users could learn from other users with examples and cool 
techniques. 

..- Job Posting. Where company like yours could post jobs oportunities for ColdFusion 
Developers in the LatinAmerican market... so you could improve your company & products 
getting the Spanish spoken market of LatinAmerica & Spain. 

..- Hosting. Company that offers ColdFusion hosting with Customer Service on Spanish. 

 and more. 

 
Your company could have a banner 
for free in the new 
ColdFusion portal for LatinAmerica 
 

Banners___ 
If you want to have a FREE BANNER for at least 15 days, please se the requirements. 

Banner A for the Home Page 
..- 205 * 38 
..- .GIF o .JPG 
..- URL to point it

Banner B for the other Web Pagesl 
..- 340 * 54 
..- .GIF o .JPG 
..- URL to point it

Sent it to [EMAIL PROTECTED], moreover plese sent your name, company, country and 
contact person to have a banner´s control. 

Waiting for your reply and any help to improve my idea and get the LatinAmerican & 
Spain market with ColdFusion!. And remember I will be your bridge for LatinAmerican & 
Spain market

Regards,

Javier Flores, CEO 
http://jjcyber.com
Your bridge to LatinAmerica & Spain!


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

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



RE: Decrypt??

2000-12-02 Thread ibtoad

I hear that.
Rich

-Original Message-
From: Stewart McGowan [mailto:[EMAIL PROTECTED]]
Sent: Saturday, December 02, 2000 10:30 AM
To: CF-Talk
Subject: RE: Decrypt??


no probs working saturday is so cool.not

-Original Message-
From: ibtoad [mailto:[EMAIL PROTECTED]]
Sent: 02 December 2000 15:33
To: CF-Talk
Subject: RE: Decrypt??


Thank you,
Rich

-Original Message-
From: Stewart McGowan [mailto:[EMAIL PROTECTED]]
Sent: Saturday, December 02, 2000 10:04 AM
To: CF-Talk
Subject: RE: Decrypt??


http://shroom.dv8.org/cfd/

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

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



passing a negative value

2000-12-02 Thread Jon Hall

I need to pass a negative value to a url variable, anybody know how I should
go about this?

I know I can probably just represent negative numbers with a static
character like M5 would be -5, I could just replace the m with a - and do my
calculations.
There has to be a faster way...

jon


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

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



RE: Decrypt??

2000-12-02 Thread Stewart McGowan

no probs working saturday is so cool.not

-Original Message-
From: ibtoad [mailto:[EMAIL PROTECTED]]
Sent: 02 December 2000 15:33
To: CF-Talk
Subject: RE: Decrypt??


Thank you,
Rich

-Original Message-
From: Stewart McGowan [mailto:[EMAIL PROTECTED]]
Sent: Saturday, December 02, 2000 10:04 AM
To: CF-Talk
Subject: RE: Decrypt??


http://shroom.dv8.org/cfd/

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

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



RE: Decrypt??

2000-12-02 Thread ibtoad

Thank you,
Rich

-Original Message-
From: Stewart McGowan [mailto:[EMAIL PROTECTED]]
Sent: Saturday, December 02, 2000 10:04 AM
To: CF-Talk
Subject: RE: Decrypt??


http://shroom.dv8.org/cfd/

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

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



RE: Decrypt??

2000-12-02 Thread Stewart McGowan

http://shroom.dv8.org/cfd/

Stew

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

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



Decrypt??

2000-12-02 Thread ibtoad

Anyone know wher I can get help in decrypting some code?  I need to make
some modifications for a client but his pre-packaged app has an encrypted
admin section.

Rich


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

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



RE: (Admin) The evil one talks

2000-12-02 Thread Arden Weiss

Enough of all of this -- Can't we all just play nice -- I'm wearing out my delete 
key...

Arden Weiss
410-757-3487

-Original Message-
From:   lsellers [SMTP:[EMAIL PROTECTED]]
Sent:   Saturday, December 02, 2000 4:55 AM
To: CF-Talk
Subject:RE: (Admin) The evil one talks

Not that I'm really keeping up with this, but...
2 or 3 people entrusted with the ability to remotely do a kill-subject would
take care of most of this.

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

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



Domain reg and hosting

2000-12-02 Thread Adrian Cooper

Has anyone out there got a CF based domain registration and hosting app for CF -
e.g. interfacing with OpenSRS, and which facilitates online registration, and
renewals via credit card, and full user domain management, URL forwarding, mail
forwarding etc..

Can only but ask :-)  Don't want to use CGI/PERL etc..

Has anyone thought about it?  This would be a classic CF app or set of tags.

Adrian Cooper.



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

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



Re: Fancy/Snazzy menus or buttons

2000-12-02 Thread Michael Barnum

Thank you Jon, I appreciate it,  if you think of any more please by all means let me 
know or the sites.

Jon Hall wrote:

> Oh yeah...all sorts of super nifty omghowdidtheydothat stuff here
>
>  http://www.endorphine.net/
>
> jon
> - Original Message -
> From: "Michael Barnum" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Friday, December 01, 2000 7:24 PM
> Subject: Fancy/Snazzy menus or buttons
>
> > I am looking for some examples with code if available for an internal
> > project I was going to do something in Fireworks ,  but in all honesty I
> > would like to really put something on there that is not Gaudy, but eye
> > catching and hey how the heck did you do that?
> >
> >
> > Thank You and Happy Holidays
> > Michael
> >
> >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: (Admin) The evil one talks

2000-12-02 Thread lsellers

 and on side-topic: next weekend I've scheduled myself to write a new
pure C++ COM version of CFX_TCPClient (usable by ASP, CF, etc). As well as
releasing it's brother TCPServer -- a general-purpose tcp service shell.

Perhaps someone can hobble up a new custom list-server out of it.

--min


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

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



RE: (Admin) The evil one talks

2000-12-02 Thread lsellers

Not that I'm really keeping up with this, but...
2 or 3 people entrusted with the ability to remotely do a kill-subject would
take care of most of this.

--min


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

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



CreateUUID Algorythm.....

2000-12-02 Thread Michael Thomas

Does anyone have any knowledge in how the CreateUUID is generated when using 
the CreateUUID() function. I know its usage & the like. I would like to know 
more about the algorythm that the CF Server uses to generate it. Any answers 
would be a great help.

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

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



IP Logging DB Data Type???

2000-12-02 Thread Michael Thomas

I have a quick question about IP logging. I want to log an IP address into a 
database but Im not sure which is the correct data type to use. Will Float 
do it or Double Precision???

BTW Im going to have to do this for MS Access & SQL Server 7.0 so I'll need 
the correct data type for each one. Im using MS Access 97 for testing 
purposes but the live database will be an SQL Server 7.0 DB.

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

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



Re: Help

2000-12-02 Thread Bud

On 12/1/00, Dakin, Corey penned:
>On the Input Form:
>   
>   
>   Upload Document:
> value="#Attributes.DocLoc#">
>   
>
>On the Action page:
>   
>   destination="\\Cctest\Documents\" nameconflict="ERROR" accept="html">
>   

You shouldn't have any value in the cffile field.

 should do it. You'll only 
fill that in using the browse button.
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452

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

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