Re: cfusion_verifymail error in CFMX

2002-07-08 Thread Rizal Firmansyah
Brian, i believe this CFusion_VerifyMail undocumented function no longer exist in CFMX. Here's my code to replace it: function my_cfusion_verifymail(smtp,port,timeout) { ms = factory.getMailSpoolService(); ms.setServer(smtp); ms.setPort(val(port));

RE: cfusion_verifymail error in CFMX

2002-07-08 Thread Matthew Walker
There's hexvalidemail (I think it's called). > -Original Message- > From: Brian Scandale [mailto:[EMAIL PROTECTED]] > Sent: mardi 9 juillet 2002 18:40 > To: CF-Talk > Subject: cfusion_verifymail error in CFMX > > > The CFusion_VerifyMail(server,port,timeoutInterval) function > generate

RE: cfusion_verifymail error in CFMX

2002-07-08 Thread Andrew Scott
That looks like it is an undocumented function in CF, do not rely on these ever working in CFMX! -Original Message- From: Brian Scandale [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 9 July 2002 4:40 PM To: CF-Talk Subject: cfusion_verifymail error in CFMX The CFusion_VerifyMail(server,por

cfusion_verifymail error in CFMX

2002-07-08 Thread Brian Scandale
The CFusion_VerifyMail(server,port,timeoutInterval) function generates an error in CFMX. Anyone know of a suitable replacement? Thanks, Brian __ Signup for the Fusion Authority news alert and keep up with the latest news in

RE: com question in cfmx

2002-07-08 Thread Joe Bastian
Use CF Custom tags/includes instead of "COM" objects Joe -Original Message- From: Brian J. LeRoux [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 09, 2002 12:41 AM To: CF-Talk Subject: com question in cfmx I've been hearing rhetoric tossed around about cfmx having poor support for com a

RE: Selective Verity?

2002-07-08 Thread Jeff Garza
Only if you use the Verity spider (CF version 5.0 and greater). By default it will honor any robots.txt files that are there. There is a switch you can specify (-norobo) to tell it to ignore the robots.txt directives. Jeff -Original Message- From: Kwang Suh [mailto:[EMAIL PROTECTED]] S

Archive update

2002-07-08 Thread Michael Dinowitz
The date selector is back in for your use and testing. I based it on Shlomy's old calendar popup. The location and look may change based on Jim's design advice (Jim Conte did the GUI for the archives). Please play with it and tell me what you think. The new search will go in next. www.houseoff

RE: Selective Verity?

2002-07-08 Thread Kwang Suh
Only sort of related, but does Verity follow directives in robots.txt? > -Original Message- > From: Dave Watts [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 08, 2002 9:52 PM > To: CF-Talk > Subject: RE: Selective Verity? > > > > I'm not very familiar with Verity. Is there a way to exclu

com question in cfmx

2002-07-08 Thread Brian J. LeRoux
I've been hearing rhetoric tossed around about cfmx having poor support for com and one of our clients is about to migrate hosts, who to my surprise are running cfmx. We use cfobject quite a bit to drive the credit card transaction processing and I wanted to hear everyones experiences. Thanks in

Internal CF Structures?

2002-07-08 Thread Joe Bastian
There is mis-leading documentation on CF internal structures. Some docs say "Server" variables are CF structures if you try to dump "server" it goes into an error.. Some other docs mention you cannot use "server" structure prefixes.. Anybody know which is correct... what is "Server.Os.Name" s

Re: Selective Verity?

2002-07-08 Thread Dustin Snell [Unisyn Software, LLC]
I ran into this problem myself a while back. I had to use the cf_pathindex tag from the tag gallery. The format of the tag follows: You just put a list of folder names in the noindex parameter and it does it. Good Luck Dustin Snell Unisyn Software, LLC - Original Message - From: "

RE: nuther lockin Q Redux

2002-07-08 Thread Tony Schreiber
http://shop.hitmenow.com/product.detail.hmn?ProductID=027616583536 ;p > >> Monday, Tic Tac Toe. > >> Tuesday, Thermo-Nuclear War. -grin- > >> And now I wonder how many people > >> here are too young to have any idea what > >> I'm talking about...) > > > The only way to win is not to play... Unf

RE: Selective Verity?

2002-07-08 Thread Dave Watts
> I'm not very familiar with Verity. Is there a way to exclude > a certain directory from being indexed? I need to index most > of the site but would like to exclude a few private directories. There's a CFML custom tag on the MM Developers Exchange that will allow you to do this, by specifying

RE: nuther lockin Q Redux

2002-07-08 Thread UXB Internet
>> Monday, Tic Tac Toe. >> Tuesday, Thermo-Nuclear War. -grin- >> And now I wonder how many people >> here are too young to have any idea what >> I'm talking about...) The only way to win is not to play... Unfortunately I'm old enough to still have a 300 baud acoustic coupler and a dialer progr

Re: Selective Verity?

2002-07-08 Thread Joseph Christina
I'm not very familiar with Verity. Is there a way to exclude a certain directory from being indexed? I need to index most of the site but would like to exclude a few private directories. Joe Christina, RN FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.co

RE: CGI.HTTP_REFERER

2002-07-08 Thread Craig Thomas
I currently use #CGI.HTTP_REFERER# to see the last page my user came >>from, is there a way to look back 2 pages? >> >>Thanks! >>Jim Vosika << I have never done this, but the javascript object model has a history object which has the info you would need to know. Something like window.history

Looping on a Custom tag - double entries

2002-07-08 Thread Paul Giesenhagen
I have a custom tag (code below) that I am calling upon itself to grab all of the departments in the db and building lists such as: Men's Clothing Men's Clothing/Shirts Men's Clothing/Shirts/Long Sleeve Men's Clothing/Shirts/ShortSleeve Men's Clothing/Pants Women's Clothing Women's Clothing/Shir

Re: onTap chat room...

2002-07-08 Thread Chris Montgomery
I got the same error messages as others when I tried this earlier this morning. Trying again this afternoon I couldn't type anything in the "name" box on the entry page using Mozilla, so I went to IE 5.5. Got in ok. Went back to Mozilla and was then able to type in a name and select a room. Clicke

RE: CF SQL Tool

2002-07-08 Thread Brian Scandale
Hey Trent... the zip is missing the style.css file... At 07:18 PM 7/8/02, you wrote: >I apologize.. They are fixed now. > >-- Original Message -- >from: "Tilbrook, Peter" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >date: Tue, 9 Jul 2002 11:09:34 +1000

RE: CF SQL Tool

2002-07-08 Thread Clint Tredway
I apologize.. They are fixed now. -- Original Message -- from: "Tilbrook, Peter" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] date: Tue, 9 Jul 2002 11:09:34 +1000 Both of your CF SQL Tool links are for the .rar file :) -Original Message- From:

date field formats in CFMX

2002-07-08 Thread Brian Scandale
I have experienced a difference between CF5 and CFMX in default display of date database fields. In CF5 a date database field would display as: 2002-05-01 00:00:00 In CFMX it shows up unformatted as: {ts '2002-05-01 00:00:00'} I can take care of it by using the DateFormat function... however I

RE: CF SQL Tool

2002-07-08 Thread Brian Scandale
And the .rar file throws errors when i use WinRar 2.80 on it. At 06:09 PM 7/8/02, you wrote: >Both of your CF SQL Tool links are for the .rar file :) > >-Original Message- >From: Clint Tredway [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, 9 July 2002 4:14 AM >To: CF-Talk >Subject: CF SQL To

RE: CF SQL Tool

2002-07-08 Thread Tilbrook, Peter
Both of your CF SQL Tool links are for the .rar file :) -Original Message- From: Clint Tredway [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 9 July 2002 4:14 AM To: CF-Talk Subject: CF SQL Tool I have updated my SQL tool and if you would like to help beta test it go here. http://www.facto

RE: Variable Scopes / Multiple Sites

2002-07-08 Thread Andrew Scott
Session and client are not shared variables to other users. -Original Message- From: Jeffry Houser [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 9 July 2002 2:02 AM To: CF-Talk Subject: Re: Variable Scopes / Multiple Sites It could be unusual, or then again perhaps not. I can assume th

Re: subroutine type processes

2002-07-08 Thread Brook Davies
try using CFFLUSH to display a loading message or animated gif of a loading bar... At 07:09 PM 08/07/02 -0700, you wrote: >Hello list - Not familair with all the cf tags - and can't seem to find >one to send out a subroutine without refreshing the page. > >If I have a confirmation page - say I w

subroutine type processes

2002-07-08 Thread Jason Miller
Hello list - Not familair with all the cf tags - and can't seem to find one to send out a subroutine without refreshing the page. If I have a confirmation page - say I want to send some information to a database or another URL and it will take a bit of time - like credit card processing. I wa

RE: MX with CFLDAP and SSL - Bug?

2002-07-08 Thread Stacy Young
Well it's not necessarily every 2nd request...it seems to fail if I hit the browser refresh too fast. (I'm not closing down the browser) The page is fairly simple...the one CFLDAP tag doing a simple lookup that takes less than 20ms. Any ideas? -Original Message- From: Mike Brunt [mailt

RE: MX with CFLDAP and SSL - Bug?

2002-07-08 Thread Mike Brunt
Do you have a "timeout" setting in your LDAP call? The default is 60 seconds, although this is the time slice that I think CF uses to wait for a response from the LDAP server. The other thing I wonder is if there is some setting on the LDAP server itself to restrict multiple calls in quick succes

RE: MX with CFLDAP and SSL - Bug?

2002-07-08 Thread Mike Brunt
Stacy, when you say every second request, do you mean that if you hit refresh a second time you get a result or after you hit refresh the first time you close the browser and then start again. I hope that makes sense (my question that is). Kind Regards - Mike Brunt, CTO Webapper http://www.webap

RE: MX with CFLDAP and SSL - Bug?

2002-07-08 Thread Stacy Young
Actually to be more specific...The LDAP call fails if I try two requests within 2-3 seconds of each other...If I wait 5 seconds then it works fine. This worries me for production use...am I missing something? -Original Message- From: Stacy Young [mailto:[EMAIL PROTECTED]] Sent: Monday,

RE: MX with CFLDAP and SSL - Bug?

2002-07-08 Thread Stacy Young
Well folks it's almost working. I've imported the certificate, the cfldap query returns results successfullybut only on every second request. Very, very strange. I'll hit the test page and get a result...then hit reload and get the following: coldfusion.tagext.net.LdapTag$UnknownHostExceptio

Re: CGI.HTTP_REFERER

2002-07-08 Thread Kevin Miller
Not unless you pass the previous page as a variable of some sort (cookie, URL, form, etc). Kevin >>> [EMAIL PROTECTED] 07/08/02 03:19PM >>> I currently use #CGI.HTTP_REFERER# to see the last page my user came from, is there a way to look back 2 pages? Thanks! Jim Vosika http://tinyclick.com

NYCFUG Tues 7/10/02 and CNJCFUG Tues 7/16/02 on CF MX and more...

2002-07-08 Thread Michael Smith
I'm pleased to announce two big user group meetings in NY and NJ. * NYCFUG Tues 7/10/02 * CNJCFUG Tues 7/16/02 I will be speaking at the NJ meeting. - Michael Smith, TeraTech, Inc http://www.teratech.com/ NYCFUG Tues 7/10/02 --- Topic: "Leveraging the New MX Functions and Componen

CGI.HTTP_REFERER

2002-07-08 Thread Jim Vosika
I currently use #CGI.HTTP_REFERER# to see the last page my user came from, is there a way to look back 2 pages? Thanks! Jim Vosika http://tinyclick.com Free URL Shortening! __ Get the mailserver that

RE: nuther lockin Q?

2002-07-08 Thread Dave Watts
> Is that to say CFMX has automatic shared variable locking? > If that were so, then other reasons (logical) would also > be covered. Or is CFMX using some other techniques to > assure that shared memory is protected? CF MX doesn't lock the variables, but it won't crash if simultaneous access

Re: nuther lockin Q?

2002-07-08 Thread Douglas Brown
Here a nice read on locking for MX http://www.macromedia.com/v1/handlers/index.cfm?ID=23021&Method=Full&PageCall= /support/index.cfm Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: "Jim McAtee" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, July

RE: Application vs Request........

2002-07-08 Thread Mark A. Kruger - CFG
I'm guessing no - since all the "sets" are compiled to Java byte code, it would not make sense for one kind of assignment to be coded differently from another kind of assignment. -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 4:46 PM To: C

Re: nuther lockin Q?

2002-07-08 Thread Jim McAtee
- Original Message - From: "Raymond Camden" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, July 08, 2002 12:21 PM Subject: RE: nuther lockin Q? > Locking in CF5 (and earlier) was used for 2 reasons - to prevent the > server from getting... err... confused (and crashi

Re: Application vs Request........

2002-07-08 Thread Paul Giesenhagen
Interesting ... does anyone know if this still holds true with CFMX or not? Paul Giesenhagen QuillDesign > >>> Such as datasources, tablenames, table widths, colors ect.. There are > > probably 30-40 in all. > > > > Right now I set those as > > > > > > > ect...<< > > a little off topic, but

RE: Application vs Request........

2002-07-08 Thread Craig Thomas
>>> Such as datasources, tablenames, table widths, colors ect.. There are > probably 30-40 in all. > > Right now I set those as > > > ect...<< a little off topic, but... if you are really concerned with performance, using cfscript to set 30-40 variables will be a bit (milliseconds) faster tha

Re: Weird error

2002-07-08 Thread Kevin Langevin
I saw this error once before. We got a referral from a local ISP who didn't have an CF experience. They got hacked and their CF install was wrecked, so they built a new server, and when they set it up, they didn't set the SMTP server in the CF administrator properly, or the SMTP server didn't ha

RE: nuther lockin Q Redux

2002-07-08 Thread Neil Clark - =TMM=
No way, itÂ’s a classic of any age W.O.P.R ... Neil Clark Team Macromedia http://www.macromedia.com/go/team Announcing Macromedia MX!! http://www.macromedia.com/software/trial/ -Original Message- From: Ben Doom [mailto:[EMAIL PROTECTED]] Sent: 08 July 2002 21:05 To: CF-T

Weird error

2002-07-08 Thread Bill Wheatley
CF5 on windows anyone ever seen this error when trying to do CFMAIL? i'm thinking maybe the host has SMTP service turned off? TagCFMail::sendMessage The error occurred while processing an element with a general identifier of (CFMAIL), occupying document position (1:1) to (6:21) in the template

Re: Update with cflocation

2002-07-08 Thread Julia Green
See my url www.juliagreen.com, and the ColdFusion code for my Search for Gilway Lamp. I have a successful example of cflocation. I think you have to define the url base first. Julia Computer Consulting Web Design @ Reasonable Prices PO Box 279, Watertown MA 02471-0279 Email: [EMAIL PROTECTED]

RE: MX with CFLDAP and SSL - Bug?

2002-07-08 Thread Stacy Young
I think MX is different...seems I have to use some kind of java import tool... -Original Message- From: Mike Brunt [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 4:43 PM To: CF-Talk Subject: RE: MX with CFLDAP and SSL - Bug? Stacy, do you also have this info in there : - "cert

RE: MX with CFLDAP and SSL - Bug?

2002-07-08 Thread Mike Brunt
Stacy, do you also have this info in there : - "certificate_db: The name of the certificate database file (in Netscape cert7.db format). You can specify either an absolute path or a simple file name." Kind Regards - Mike Brunt, CTO Webapper http://www.webapper.com Downey CA Office 562.243.6255 A

RE: Hosting

2002-07-08 Thread Yager, Brian T Contractor/Sverdrup
Pablo is a great guyBut the system isn't always working just right. I have been with Advances now for some time and am totaly happy with the service and people. Brian Yager President - North AL Cold Fusion Users Group http://www.nacfug.com Sr. Systems Analyst Sverdrup/CIC [EMAIL PROTECTED] (

CF security/performance class Wash DC 7/10

2002-07-08 Thread Michael Smith
Join us for the ColdFusion Security and Performance class in Rockville, Maryland. This intermediate class features a small size, personal attention, and the time needed to get your questions answered. Bring your laptop and work along with us! Sign up today to guarantee a seat. Our price includes

RE: MX with CFLDAP and SSL - Bug?

2002-07-08 Thread Marcello Frutig
Stacy, I didn't have a chance to test this yet, but there are some tips here (search for "Secure LDAP connections"): ColdFusion MX: Documentation Additions http://www.macromedia.com/v1/handlers/index.cfm?ID=22993 Hope this helps! Regards, Marcello Frutig. -- Astrolabio - http://www.astrolabio

Re: CFMX JDBCPool Error [SOLVED]

2002-07-08 Thread William H. Bowen
> Error Executing Database Query. > SQLException occurred in JDBCPool while attempting to connect, please check > your username, password, URL, and other connectivity info. The error is also generated when there are not enough client licenses to be had. Added licenses and viola, problem solved.

Re: Re[2]: nuther lockin Q Redux

2002-07-08 Thread Jon Hall
Anyone remember the most awesome of all DOS term program's ever imho, Terminate, where you had to enter Joshua into the address book I think, and you would get the games menu? My all time favorite easter egg. jon - Original Message - From: "Critter" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMA

RE: MX with CFLDAP and SSL - Bug?

2002-07-08 Thread Stacy Young
Ah turns out I'm missing an attribute but it's still a no-go Secure="cfssl_basic" Anyone used this yet? -Original Message- From: Stacy Young [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 4:13 PM To: CF-Talk Subject: MX with CFLDAP and SSL - Bug? I'm using CFLDAP to authentica

MX with CFLDAP and SSL - Bug?

2002-07-08 Thread Stacy Young
I'm using CFLDAP to authenticate people against our NT domain, works great...but if I try and use port 636 (SSL) then the connection fails. Our servers are SSL enabled...and when I sniff the outgoing packets on my CFMX server I can see the packets are NOT encrypted...which is probably why it's fai

RE: nuther lockin Q Redux

2002-07-08 Thread Ben Doom
: Monday, Tic Tac Toe. : Tuesday, Thermo-Nuclear War. -grin- (And now I wonder how many people : here are too young to have any idea what I'm talking about...) For a classic like that, there is no too young. I was just a wee lad of three years old, knee high to HP big iron when that came out

Re: Long-Running Templates

2002-07-08 Thread Jamie Jackson
On Mon, 8 Jul 2002 14:21:36 -0500, in cf-talk you wrote: >> > Server.log entries, such as the following, have nothing to do with >the >> > client, correct? >> > >> > "Warning","4324","07/08/02","10:24:17",,"Template: >> > D:\websites\intranet\sign-in\index.cfm, Ran: 10 seconds." >> >> Correct.

Re[2]: nuther lockin Q Redux

2002-07-08 Thread Critter
oi Raymond!! a classic. "shall we play a game", said in best speak and spell voice -- Critz Certified Advanced Bald White Barefoot ColdFusion Developer Crit[s2k] - Monday, July 8, 2002, 3:12:23 PM, you wrote: >> >> >> > www.camdenfamily.com/morphe

RE: Application vs Request........

2002-07-08 Thread Raymond Camden
Again - this falls under the category of personal preference... but in general, I'd use the request scope (if you don't want the application scope). This means your code in your custom tags will mimic code in normal templates. For example: This 'breaks' the concept of custom tags as a 'black bo

RE: nuther lockin Q Redux

2002-07-08 Thread Tangorre, Michael
Wasn't that from War Games? -Original Message- From: Chris Lofback [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 3:15 PM To: CF-Talk Subject: RE: nuther lockin Q Redux Wasn't it "Global Thermo Nuclear War"? Chris Lofback Sr. Web Developer TRX Integration 28051 US 19 N., Ste.

Re: Application vs Request........

2002-07-08 Thread Paul Giesenhagen
Good topic! I have an application that I set a number of variables (for every page). Such as datasources, tablenames, table widths, colors ect.. There are probably 30-40 in all. Right now I set those as ect... Would it be better to set them in the request scope? I know that varables.dsn wo

RE: nuther lockin Q Redux

2002-07-08 Thread Chris Lofback
Wasn't it "Global Thermo Nuclear War"? Chris Lofback Sr. Web Developer TRX Integration 28051 US 19 N., Ste. C Clearwater, FL 33761 www.trxi.com -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 3:12 PM To: CF-Talk Subject: RE: nuther lockin

RE: Long-Running Templates

2002-07-08 Thread MW
> > Server.log entries, such as the following, have nothing to do with the > > client, correct? > > > > "Warning","4324","07/08/02","10:24:17",,"Template: > > D:\websites\intranet\sign-in\index.cfm, Ran: 10 seconds." > > Correct. This means CF took 10 seconds to run that template (yuk). By plac

RE: nuther lockin Q Redux

2002-07-08 Thread todd
> Monday, Tic Tac Toe. > Tuesday, Thermo-Nuclear War. -grin- (And now I wonder how many people > here are too young to have any idea what I'm talking about...) > === > Raymond Camden, ColdFusion Jedi Master for Macromedia What ki

RE: nuther lockin Q Redux

2002-07-08 Thread Timothy Heald
Would you like to play a game? Tim Heald ACP/CCFD :) Application Development www.schoollink.net Fusebox Advisory Committee Member www.fusebox.org Manager Fayetteville ColdFusion User Group www.fcfug.org > -Original Message- > From: Raymond Camden [mailto:[EMAIL PROTECTED]] > Sent: M

RE: CF & Crystal Report integration

2002-07-08 Thread Kris Pilles
I would llove to know the answer to this too... -Original Message- From: Ryan Pieszak [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 3:06 PM To: CF-Talk Subject: CF & Crystal Report integration Hello all, We have CF5, and we'd like to integrate Crystal Reports 8.5 into our syst

RE: nuther lockin Q Redux

2002-07-08 Thread Robert Everland
Wargames right? I am 22, hope you don't feel too old. Robert Everland III Web Developer Extraordinaire Dixon Ticonderoga Company http://www.dixonusa.com -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 3:12 PM To: CF-Talk Subject: RE: nuthe

RE: CF SQL Tool

2002-07-08 Thread Clint Tredway
There is now good zip and rar files. -- Original Message -- from: "Randell B Adkins" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] date: Mon, 08 Jul 2002 15:07:29 -0400 Now it is in a rar format. >>> [EMAIL PROTECTED] 07/08/02 02:51PM >>> try again..

RE: nuther lockin Q Redux

2002-07-08 Thread Raymond Camden
> > > > www.camdenfamily.com/morpheus (go to cf, then CFCs). I'm > going to upload > > my Card/Deck CFC package a bit later today, along with the > first card > > game, HighHand. (To be followed up by BlackJack. ;) > > Raymond, why such simple card games? I expected "Magic the > Gathering"

Re: Application vs Request........

2002-07-08 Thread Dave Carabetta
>oi CF-Talk,!! > > ok don't flog me.. but since most app variables are locked and >set to a > request scope..is there any loss of "performance" or is just >putting all > app scoped variables as request scoped variables in the >application.cfm > acceptable...? > The

Re: CFMX CFDUMP / Stylesheets.

2002-07-08 Thread Jamie Jackson
Ahem, yes... What I meant to say was, "Do not decrypt cfml, since that's bad." Don't choose the dark side! Jamie On Mon, 8 Jul 2002 14:40:49 -0400, in cf-talk you wrote: >Of course, decrypting cfml code is in violation of the license. > >But we don't want to open _THAT_ discussion again, now do

RE: nuther lockin Q Redux

2002-07-08 Thread todd
> www.camdenfamily.com/morpheus (go to cf, then CFCs). I'm going to upload > my Card/Deck CFC package a bit later today, along with the first card > game, HighHand. (To be followed up by BlackJack. ;) Raymond, why such simple card games? I expected "Magic the Gathering" type applications outta

RE: Application vs Request........

2002-07-08 Thread Raymond Camden
Some people will disagree with me, but here goes: In theory, if you are setting enough application variables (let's say 10 for the hell of it), it makes sense to set them one time only and only run request.foo = duplicate(application) on every request. This would be marginally better than setting

RE: CF SQL Tool

2002-07-08 Thread Randell B Adkins
Now it is in a rar format. >>> [EMAIL PROTECTED] 07/08/02 02:51PM >>> try again.. sorry about that, seems the archive got corrupted in the upload. -- Original Message -- from: Dirk Sieber <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] date: Mon, 8 Jul 20

CF & Crystal Report integration

2002-07-08 Thread Ryan Pieszak
Hello all, We have CF5, and we'd like to integrate Crystal Reports 8.5 into our system to allow users to display professional reports. But we can't get a straight answer from anybody regarding whether we should buy the Report Design Component (RDC) or the Enterprise Edition. What would we need f

RE: nuther lockin Q Redux

2002-07-08 Thread Raymond Camden
> I have a CFC lets call it utilities. I would like to > create an application > scoped "utilities" object once per day using a roll your own > cache thing. > Do I need to wrap it in a lock? If you don't mind 2 or more threads possible 'creating' it at once - then no. Most likely you don

Application vs Request........

2002-07-08 Thread Critter
oi CF-Talk,!! ok don't flog me.. but since most app variables are locked and set to a request scope..is there any loss of "performance" or is just putting all app scoped variables as request scoped variables in the application.cfm acceptable...? etc etc -- Critz

nuther lockin Q Redux

2002-07-08 Thread Timothy Heald
Ok, Here's another one. I thought I had sent it in this morning, but I guess not. I have a CFC lets call it utilities. I would like to create an application scoped "utilities" object once per day using a roll your own cache thing. Do I need to wrap it in a lock? Now I h

Re: Hosting

2002-07-08 Thread Dave Hannum
Yea, I'm getting a LOT of that (only you're is much kinder . . . .) Dave - Original Message - From: "Bill Wheatley" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, July 08, 2002 2:45 PM Subject: Re: Hosting HAHAHAH theres your quote :) Bill Wheatley Senior Databas

RE: CF SQL Tool

2002-07-08 Thread Clint Tredway
try again.. sorry about that, seems the archive got corrupted in the upload. -- Original Message -- from: Dirk Sieber <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] date: Mon, 8 Jul 2002 14:35:56 -0400 Well, the first piece of feedback I have is that whe

Re: onTap chat room...

2002-07-08 Thread Hatton Humphrey
No error message on the front page but there's nothing on the next page. Hatton S. Isaac Dealey wrote: >>I'm getting an error on the first page and then when I "connect" I get >>nothing where the flash portion is supposed to be. >> >>Win2k, NN 6.21 >> >>Hatton >> > > Yep, you probably tried to

RE: nuther lockin Q?

2002-07-08 Thread Raymond Camden
Last I heard - this is not an issue in either CF5 or CFMX. (I.e., you don't have to worry about leaving a lock unfinished.) === Raymond Camden, ColdFusion Jedi Master for Macromedia Email: [EMAIL PROTECTED] Yahoo IM : morphe

RE: Anyone use this email Verifier?

2002-07-08 Thread Mark Leder
Thanks! Thanks, Mark -Original Message- From: Howie Hamlin [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 2:25 PM To: CF-Talk Subject: Re: Anyone use this email Verifier? www.intrafoundation.com is his site. TCPClient (COM version) is here: http://www.intrafoundation.com/

Re: nuther lockin Q?

2002-07-08 Thread Tim Painter
I thought that putting a cflocation inside a cflock was a bad thing to do -- doesn't it lock up the server or something? In that case, I'd set a temp variable to the value of the session variable inside the cflock and test that: Or am I wrong? Tim P. - O

Re: Hosting

2002-07-08 Thread Bill Wheatley
HAHAHAH theres your quote :) Bill Wheatley Senior Database Developer Macromedia Certified Advanced Coldfusion Developer EDIETS.COM 954.360.9022 X159 ICQ 417645 - Original Message - From: "Dave Hannum" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, July 08, 2002 2:32 P

RE: CFMX CFDUMP / Stylesheets.

2002-07-08 Thread Raymond Camden
Of course, decrypting cfml code is in violation of the license. But we don't want to open _THAT_ discussion again, now do we? ;) === Raymond Camden, ColdFusion Jedi Master for Macromedia Email: [EMAIL PROTECTED] Yahoo IM :

RE: Anyone use this email Verifier?

2002-07-08 Thread Jeff Green
Thanks for your advice everyone. Jeff -Original Message- From: Costas Piliotis [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 11:27 AM To: CF-Talk Subject: RE: Anyone use this email Verifier? Everyone's against this... I think it's kinda nice to have. They claim to have a 90%

RE: onTap chat room...

2002-07-08 Thread Mike Brunt
I'd go for the Cookie option. Kind Regards - Mike Brunt, CTO Webapper http://www.webapper.com Downey CA Office 562.243.6255 AIM - webappermb "Webapper - Making the NET work" -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 11:29 AM To: CF-

RE: CF SQL Tool

2002-07-08 Thread Dirk Sieber
Well, the first piece of feedback I have is that when I download the .zip, it says it's not a valid archive. ;-) Dirk > -Original Message- > From: Clint Tredway [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 08, 2002 11:14 AM > To: CF-Talk > Subject: CF SQL Tool > > > I have updated

OT: Hosting

2002-07-08 Thread Dave Hannum
Could I hear, off list, experiences of anybody using CFM-Resources paid hosting? Thanks, Dave === David R Hannum Ohio University Web Analyst/Programmer (740) 597-2524 [EMAIL PROTECTED] "If your wife is having fun and you're not, you're still having a lot more fun t

Re: CFMX CFDUMP / Stylesheets.

2002-07-08 Thread Jamie Jackson
If CF5, you might want to decrypt C:\CFUSION\BIN\CFTAGS\CFDUMP.CFM, and give the table its own classes, etc., with a little css at the beginning, to define the styles. Jamie On Mon, 8 Jul 2002 11:27:17 -0400 (EDT), in cf-talk you wrote: >Anyone know of a way to stop a block of code from using s

Re[2]: nuther lockin Q?

2002-07-08 Thread todd
Tweening: http://www.indianest.com/computing/flash/tweening.htm On Mon, 8 Jul 2002, Critter wrote: > oi Raymond!! > > what can I say.it's monday, and I am quite sure I lost a few important brain > cells over the holiday weekend. > > > ma most humble apologies > it'll never ever happen aga

Re: onTap chat room...

2002-07-08 Thread S . Isaac Dealey
> I'm getting an error on the first page and then when I "connect" I get > nothing where the flash portion is supposed to be. > > Win2k, NN 6.21 > > Hatton Yep, you probably tried to access it while I was trying to fix it. :) Try it again, I modified the tag ... Make sure you accept the cookies

RE: Anyone use this email Verifier?

2002-07-08 Thread Costas Piliotis
Everyone's against this... I think it's kinda nice to have. They claim to have a 90% success rate in verifying bad email addresses. It's no where near perfect, but it's not all that expensive anyways... I've tested it with some of my mailing lists and it prooved to be pretty decent at tracking

Re: Anyone use this email Verifier?

2002-07-08 Thread Howie Hamlin
www.intrafoundation.com is his site. TCPClient (COM version) is here: http://www.intrafoundation.com/tcpclient.html The cfx version is here: http://www.intrafoundation.com/freeware.html#cfx_tcpclient Either one will work sith ColdFusion. HTH, -- Howie Hamlin - inFusion Project Manager On-

RE: nuther lockin Q?

2002-07-08 Thread Raymond Camden
Locking in CF5 (and earlier) was used for 2 reasons - to prevent the server from getting... err... confused (and crashing) and for 'logical' reasons. You no longer need to use cflock to prevent the server from crashing. However you may still need to use locks for logical reasons. Example 1: Imagi

Re[2]: nuther lockin Q?

2002-07-08 Thread Critter
oi Raymond!! what can I say.it's monday, and I am quite sure I lost a few important brain cells over the holiday weekend. ma most humble apologies it'll never ever happen again!!! btw..could anyone explain tweening to me? -- Critz Certified Advanced Bald White Sandle Wearin ColdFus

RE: Anyone use this email Verifier?

2002-07-08 Thread Chris White
I have used the following and it pretty good. http://www.mailutilities.com/amv Here is one I ran across yesterday. Seemed ok when I had to go through the process to validate my e-mail address but I have never used it for one of my websites... http://www.validatedemail.com Good Luck,

CF SQL Tool

2002-07-08 Thread Clint Tredway
I have updated my SQL tool and if you would like to help beta test it go here. http://www.factorxsoftware.com/download/ I would appreciate any feedback. this is feature complete for version 1 and I need help testing it for bugs. To use the tool, just unzip it on your server and you are good to

RE: Anyone use this email Verifier?

2002-07-08 Thread Mark Leder
Where would I find these tools you mention? (Lewis Seller's TCP tools) I've done some searches on the web and haven't turned up anything. Thanks, Mark -Original Message- From: Howie Hamlin [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 1:52 PM To: CF-Talk Subject: Re: Anyone us

Re: nuther lockin Q?

2002-07-08 Thread Jim McAtee
How has locking changed in CFMX so that it's no longer required in this situation? I haven't been following many of the CFMX discussions since we have no immediate plans to move to that platform. Jim - Original Message - From: "Raymond Camden" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL

CFHTTP documentation.

2002-07-08 Thread Wally - Comcast
Does anyone have a good online source for CFHTTP documentation? I need to query several WEB search sites. Is it possible to initiate several CFHTTP requests and process them as they come in or does this have to be a serial process? Wally Randall

  1   2   >