Re: Hmmm NO more Allaire

2001-01-17 Thread Judith Campbell
At 05:54 AM 1/17/01 Michael wrote: >This could be bad, but then again 2 great companies, with great products, >could be disaster, then again it could be great, ... As partners with both companies, we are very excited about this mix. I think we're going to see a really great tool set coming out

RE: Oracle doesn't store large data.... HELP !?!?!

2001-01-17 Thread Jennifer
If I remember correctly, there are still some BLOB/CLOB issues with CF, but he'll reach the 4k SQL literal text insert before he has something large enough to want to use one of those. At 03:10 PM 1/17/01 -0800, you wrote: >I may be revealing my ignorance of Oracle here, but doesn't the BLOB (a

RE: any ideas?

2001-01-17 Thread Scott, Andrew
Wouldn't changing the mod 2 to mod 3 do the trick:-) regards Andrew Scott Senior Cold Fusion Application Developer -Original Message- From: Jay Patton [mailto:[EMAIL PROTECTED]] Sent: 18 January 2001 07:52 To: CF-Talk Subject: any ideas? does anyone know how i can make this tag outpu

Re: Storing/Encrypting Credit Cards

2001-01-17 Thread Kay Smoljak
Hi all, I recently had to do this exact process for a site involving subscriptions. We developed a CFX tag in-house that validates and encrypts a credit card number using 512, 1024 or 2048 bit RSA. It also generates private and public keys, the idea being that the public keys are stored in the da

RE: Cf and Crystal Reports

2001-01-17 Thread Deb Dickerson
There are attributes to the CFREPORT tag for username and password. Have you tried using them? >From the docs: USERNAME Optional. The username required for entry into the database from which the report is created. Overrides the default settings for the data source in the ColdFusion Administrator.

Re: How to encript source code?

2001-01-17 Thread Joseph Thompson
I have seen both an "exe" to encrypt your files, and have this "recursive" CF script as well. Script: http://cfhub.com/tutorials/cfencode/site.cfm exe: http://www.iz-net.com/freesw/ ~~ Structure your ColdFusion code with Fusebox. Get the offici

Re: Double posts....

2001-01-17 Thread Michael Dinowitz
I may have the solution. The list 'dies' because someone sends a message with a bad header and the list gets locked into a mode where its trying to accept messages but doesn't get any. It spawns off literally hundreds of accept processed and that clogs out any other process like the spooler. If th

RE: How to encript source code?

2001-01-17 Thread Deb Dickerson
Use cfencode.exe in the \cfusion\bin directory (for 4.5x) It was cfcrypt.exe for 4.0x Debbie > -Original Message- > From: George Dong [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 17, 2001 8:25 PM > To: CF-Talk > Subject: How to encript source code? > > > Hi there, > If anyone

RE: Validate against a mask

2001-01-17 Thread Raymond B.
Oh just to tack on an added note, you'll probably want to do it client side first in JS (which has even better regexp support). Netscape Dev area and others have great articles on JS regexps wether you're coming over from Perl and just need the differences outlined, or completely new to the entire

Re: Productivity and list lag

2001-01-17 Thread Michael Dinowitz
For the vast majority of the people on the list, the posts are there within 10 minutes unless the entire machine goes down. For some people there is a delay that is measured in hours. This delay is due to network issues where the server tries to connect to your mail server and fails for some reaso

RE: Validate against a mask

2001-01-17 Thread Raymond B.
Not sure if you've ever used regexps, but that is what you want. Check out reFind() and the other regexp functions. http://www.allaire.com/cfdocs/CFML_Language_Reference/3_ColdFusion_Functions /lr3_200.htm -Original Message- From: Ruslan Sivak [mailto:[EMAIL PROTECTED]] Sent: January 17,

Re: Please help....

2001-01-17 Thread Jennifer
At 04:18 PM 1/17/01 -0600, you wrote: >Can i use the form field values directly in the end page without passing >thru the between page as hidden fields. If yes how?? Session variables? >And secondly whatever value i get from the javascript, can i use this value >in cf. If yes how?? You'd have

RE: retreiving datatypes

2001-01-17 Thread Raymond B.
Unlike most dbms's Access doesn't have the system tables that allow you to retrieve table and field info though SQL statements; to my knowledge (I avoid Access like the plague so there may be easier ways than what follows). Under win you can the ADODB.Connection class object and retrieve them thi

Objects Not Found After Migration of Application

2001-01-17 Thread Teng-Yan Loke
I've been using Webtop to create objects. Using cfa_contentobjectfind and setting typeid, stproperties, lpropertiesprecedence, bactiveonly="false", I'm able to retrieve objects. See code below. However, when I migrate the application to another Spectra machine, the same code will not return any o

URLToken Algorithm

2001-01-17 Thread Teng-Yan Loke
My client would like to know the algorithm used to generate unique values and the ranges for CFID and CFTOKEN for session management. Any help please? Thanx. Loke, Teng-Yan | [EMAIL PROTECTED] | +65-2169725 E-commerce | novaSPRINT.com (S) Pte Ltd ~~

RE: CF and FrontPage

2001-01-17 Thread Phoeun Pha
I don't like front page. it usually puts in junk code and code u don't use (a TH tag inside a table!). bah! -Original Message- From: Braver, Ben: [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 3:59 PM To: CF-Talk Subject: RE: CF and FrontPage Matthieu, Front Page fouls t

RE: Session age?

2001-01-17 Thread Raymond B.
You could always set a session var w/ the current date and have a not isDefined() making sure it isn't overwritten. If this was thrown into the Application.cfm you'd have a created_at var initialised w/ the session and valid until it expires. I'm not aware that CF tracks the a

RE: CF and FrontPage

2001-01-17 Thread Shane Witbeck
I highly recommend Dreamweaver 4 over Frontpage. Shane Witbeck www.digitalsanctum.com -Original Message- From: Bob Lehman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 4:45 PM To: CF-Talk Subject: Re: CF and FrontPage Hmmm Haven't had a problem yet, am running CF4.5, Fr

RE: any ideas?

2001-01-17 Thread Raymond B.
IIF in an Inline IF statement, so only has boolean TRUE and FALSE (ie. two states). If you want to vary between more use a switch/case setup again dependent on the mod and rowcount. The nicest thing about the iif() is it's inline and clean looking in your code; any type of if/elseif or switch s

Re: Authorize.Net as COM Object VS Custom Tag

2001-01-17 Thread Neil H.
I don't notice that bad of a slow down to post to their gateway. I think no matter what you will be doing a post to their servers so there will be some form of latency. The COM may use another port to transmit to but I doubt it unless their SDK does some encryption. Either way its their servers

Re: HotMail in CF

2001-01-17 Thread Jeffry Houser
You could force the user to type it out manually. You could find, or write, some Java applet as a wysiwyg type of editor, and make it so that it will pass the info back info to your app as HTML. You can't do this in ColdFusion alone. You will need a mail server somewhere in the backend.

RE: CF and FrontPage

2001-01-17 Thread Brad Roberts
I use Frontpage all the time to build tables, forms, etc. Frontpage 2000 has a feature to "preserve" existing html. I don't open the actual CF template in Frontpage, but I have copied CF code into the Frontpage HTML editor, edited the code, and pasted back in Studio without a problem. I would a

Re: The acquisition of Allaire by Macromedia

2001-01-17 Thread Stephen M. Aylor
All this talk and gnashing of teeth about porting the CF Studio/Ultradev hybrid to MAC ... what about a linux port? Steve - Original Message - From: "Dave Yang" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, January 17, 2001 1:04 PM Subject: RE: The acquisition

FW: Re: cfx_cybercash is gone???

2001-01-17 Thread chris.white
Use the version from Allaire. I have been using it for about a year without any problems, other than a few timeouts with AMEX cards. Please e-mail me off the list if you want me to send you it in a zip file. Chris White Webmaster Date: Tue, 16 Jan 2001 12:31:14 -0800 From: [EMAIL PROTECTED

RE: Short Circuit Evaluation

2001-01-17 Thread Jennifer
Short circuit as of 4.0.1, but no earlier. Trust me on this one; I had to redo almost every cfif in an entire site because a client refused to install 4.0.1 (4.0 was causing problems on the machine and obviously installing 4.0 wasn't going to help. Noo.) Clients. Hrmph. At 04:28 PM 1/

Re:SOT [RE: Negative Thoughts]

2001-01-17 Thread Jennifer
At 03:23 PM 1/17/01 -0600, you wrote: >i have never heard of a project close to completion that gets cancelled ;) I did one this summer. Approximately two weeks before completion the company owners filed for divorce. "Bye-bye dot-com." But really, all this speculation is unjustified.

Re: [ Negative Thoughts]

2001-01-17 Thread Angel Stewart
It happens all the time in the Computer Game industry with incompetent parent companies :-) -Gel - Original Message - From: Alex <[EMAIL PROTECTED]> > i have never heard of a project close to completion that gets cancelled ;) ~~ Struct

RE: The acquisition of Allaire by Macromedia

2001-01-17 Thread paul smith
Does Flash play/stream compressed video/audio? best, paul At 04:04 PM 1/17/01 -0500, you wrote: >Flash, on the other hand, is pretty much the standard multimedia player of >the web. ~~ Structure your ColdFusion code with Fusebox. Get the officia

business days

2001-01-17 Thread Alex
i am using SQLServer7. is there a function or custom tag to get the number of business days between 2 dates? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mai

RE: HotMail in CF

2001-01-17 Thread dougn
It can be. Look at http://www.planetaccess.com --Doug -Original Message- From: Jim Mixon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 10:29 AM To: CF-Talk Subject: HotMail in CF Feedback please . . .! BEFORE I start on this project for this Client, any of you wizards

Re: Sessions

2001-01-17 Thread Jennifer
You are probably setting the session variable on every page. Try testing whether the session variable is defined and setting the session variable if it isn't. At 03:53 PM 1/17/01 -0500, you wrote: >opps I am sorry to everyone. It was pointed to me that my message might be >viewed differently t

CFHTTP with session variables

2001-01-17 Thread Don Kiggins
Hi. I have a page which uses CFHTTP to pull in another page. The page that I am pulling in has a session variable. My question... Is there any way that I can keep that session variable the same as I surf through the pages? -- Don Kiggins WebGlo Design ~~~

RE: HotMail in CF

2001-01-17 Thread Dylan Bromby
it can. see www.planetaccess.com although CF has some problems with certain types of attachments. i'm testing some COM utilities to fix them and also trying some new features of 4.5.1 SP2. - Original Message - From: "Jim Mixon" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent:

RE: The acquisition of Allaire by Macromedia

2001-01-17 Thread James McCullough
Can we please take this to CF-Community!! -Original Message- From: Dave Yang [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 1:05 PM To: CF-Talk Subject: RE: The acquisition of Allaire by Macromedia Steve Drucker wrote: > CF isn't going away -- in fact, with th

RE: Sessions

2001-01-17 Thread Katrina Chapman
MM Michael, Can we see the application.cfm code? And/Or a link to the offending page. BB, --K -Original Message- From: Michael Ross [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 8:53 PM To: CF-Talk Subject: Re: Sessions opps I am sorry to everyone. It was pointed to me

RE: Oracle doesn't store large data.... HELP !?!?!

2001-01-17 Thread Benekli
Had the same problem, code worked fine on the prototype db but choked on long fields in Oracle. I remember that Sp2 was not around at that time but was expected to fix the problem. I'd Try sp2 first, if that doesn't cut it: http://www.allaire.com/Handlers/index.cfm?ID=11433&Method=Full Benekl

macromedia forums

2001-01-17 Thread lsellers
Does Macromedia (the old pre-Allaire Macromedia that is) have an offical forums/newsgroup? --min ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archiv

RE: !!!macromedia & allaire to merge!!!

2001-01-17 Thread sowmya subramanya
MACR at 30 would value ALLR at .2(30) + 3 = 9. This will be a 230 milion acquisition rather than 360 million as it was yesterday. I saw a lot of concerns about future of CF after the acquisition. Here are my 2 cents Why would MACR want to shell out 230 million+ to acquire ALLR? Also, ALLR los

Re: Allaire, Macromedia merger

2001-01-17 Thread Edward Smith
Dave, I don't know if you can answer this, but any idea of when we'll see harpoon beta? I emailed Allaire, and they said it's not available yet. Will the merger affect anything, in your opinion? Dave Watts wrote: > > > How long did you guys at Fig Leaf know about this one? I > > know you've

RE: Apache web server

2001-01-17 Thread Warrick, Mark
If you're talking about a browser-requested password, then your problem lies with your Apache web server. Consult your Apache documentation on how to secure (or not secure in this case) your web server. If you're seeing the CF Administrator login page and you've forgotten your password, you c

Slightly OT: SSL information

2001-01-17 Thread Peter J. MacDonald
I was wondering where there is a good place to learn about SSL implementation? Thank You, Peter Peter J. MacDonald II Creative Computing, Inc. 100 Middle Street Lincoln, RI 02865 Phone: 401.727.0183 x208 Fax: 401.727.4998 Portable: 401.965.3661 E-MAIL: [EMAIL PROTECTED] Web Page: www.creatcomp.

RE: CF_Stockgrabber

2001-01-17 Thread Robert Everland III
Uses Yahoo. Bob Everland -Original Message- From: Russel Madere [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 1:54 PM To: CF-Talk Subject: RE: CF_Stockgrabber What source does it use for the stock data? Russel ==

Struct keys - if text, all upper case?

2001-01-17 Thread Scott Weikert
Anyone else find that using a string as a key for a structure, that the string/key gets converted to uppercase? Or am I just smoking too much crack? :/ --Scott ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.f

HELP! file rename!!!

2001-01-17 Thread Jay Patton
Sorry this didnt seem to go through the last time. does anyone know of a way to make the server rename a file that is being uploaded if it already exists? ie. if the file test.doc is already there is there a way that i can use the makeunique or another command for that matter rename the fil

Macromedia Coldfusion

2001-01-17 Thread William J Wheatley
Q21. Will there be a change to vocabulary/terminology related to ALLR's products? A21. The new company will be called Macromedia and this will replace Allaire wherever used in product names. Well i guess this seals it =) from Chris Montgomery on his discussion with Allaire & Macromedia in a CFUG

Re: duplicating inserts

2001-01-17 Thread Wjreichard
There might be a way to zap a browsers history ... so that the user can't use back? However, from a database design standpoint ... if duplicate records are not allowed then this constraint should be enforced at the database level. Bill Reichard Willow Gold [EMAIL PROTECTED] http://www.willowgo

Macromedia makes more than flash

2001-01-17 Thread Dylan Bromby
as much as i lament my own entry into this, i have to say: macromedia makes more than flash. go and read about their OO scripting languages like lingo and other ECMA-style scripting. or about some of the useful JDBC-type connectivity in generator for dynamic image creation. personally, i much pref

Win2k sp1 and MDAC 2.6 hanging RDS

2001-01-17 Thread CF
Last night, I used RDS to get access to my files on a win2k server. Today, I installed Win2k SP1 and MDAC 2.6 on that server. Now when I try to connect to the server using RDS from my same machine as last night, CF Stuidio hangs on my machine and all of the server opperations are suspended, unti

Re: Cannot define a frameset in .CFM file?

2001-01-17 Thread Paige Chandler
Hi Kevin, I've had a similar problem. I resolved it by removing the tages from my Application.cfm file. I *DO* have tages in my .cfm file with the tags. Works fine in IE & NS. My sample file follows: Untitled A:link{Color:Purple;Font_Style:Bold;} A:active{Color:Red;Font_Size:L

RE: Unable to Verify ODBC

2001-01-17 Thread Ruslan Sivak
The system account is a special account that most services run under. It has special permissions for files, etc, and I believe you cannot log on as system. You can add or remove the permissions for system, but I wouldn't recommend removing any unless you know what you're doing. Russ -Origi

Re: HELP!!! CFOBJECT problems!!

2001-01-17 Thread Jeff W
Thanks much. Worked like a charm. It was a combo effect... I had to set the URL and TID variables and then had to use the quotes. Works like a charm... Jeff Priority Business Cards - Original Message - From: "Simon Horwith" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wedn

RE: Macromedia and Allaire to Merge

2001-01-17 Thread Shane Johnson
Actually Flash 5 is very usefull for all those things, the action script in it allows you to connect to a database via middleware, like coldfusion, so your content can be just as dynamic as any site that is database driven. I have seen demos of working input forms and shopping carts that were 100

RE: Oracle doesn't store large data.... HELP !?!?!

2001-01-17 Thread Dave Watts
> we recently migrated our application from SQL7 to Oracle. > personally, i'd go back to SQL7 in a heart-beat, but that's > not my decision. the biggest problem we have is regarding > size of data. we have a simple table that stores variables > as name/value pairs name=Homer, city=Atlanta,

RE: Putting a temporary hold on a quantity

2001-01-17 Thread Warrick, Mark
I think your problem is more of a policy issue than a programming issue. What you're trying to do is create logic to account for exceptions. I think the problem would be better solved through management decisions than programatic decisions. Consider this: When a customer places an order, it

RE: Macromedia and Allaire to Merge

2001-01-17 Thread Dave Watts
> When it comes down to it, what is Flash really usable for? Display of > information? No. Showing store products in a dynamic environment? > No. Showing dynamic graphs and 3d images? Sure. I gotta be honest > in saying that the only place I see Flash right now is @ cool > development shop sit

RE: Storing/Encrypting Credit Cards

2001-01-17 Thread Bud
On 1/17/01, Russel Madere penned: >Being on the team needing to implement the encryption solution, I have a >question. > >Our concern with other CFX tags like CF_PGP, etc. was that the password had >to be stored somewhere accessible to the web server and therefore not as >secure as we want. Will

RE: Macromedia and Allaire to Merge

2001-01-17 Thread Simon Horwith
a side note to this is that the proposed java based CF App Server is not an applet machine... it is a servlet engine at heart. Just a technicallity, but I thought it was worth mentioning that applets have nothing to do with most of allaire's future plans for java based technologies. ~Simon > Si

Re: calling a cfm script into a html page

2001-01-17 Thread CF
As someone said before, just set your CF server to parse htm/html files as well as cfm. It will add a little extra work on the part of CF server, but it will work. Todd - Original Message - From: "Kevin Schmidt" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, Janu

RE: Storing/Encrypting Credit Cards

2001-01-17 Thread Bud
On 1/17/01, Jeremy Allen penned: >Next, you should use a public/private key system and encrypt >the credit card with a public key, store the private key's >TOTALLY off the server. Hi Jeremy. Just curious. If the private key is created with a sufficient passphrase, how hard would it be for a crac

RE: Apache web server

2001-01-17 Thread Dave Watts
> I use an Apache web server and am able to view my cf pages > (localhost/etc.) but I am having trouble getting the cf > administrator to recognize the Apache web server (from > localhost/CFIDE/administrator/index.cfm). The log in page > comes up but it keeps telling me that I'm using an invali

RE: Oracle doesn't store large data.... HELP !?!?!

2001-01-17 Thread Warrick, Mark
I may be revealing my ignorance of Oracle here, but doesn't the BLOB (as opposed to CLOB) field type solve this problem? ---mark -- Mark Warrick Phone: (714) 547-5386 Fax: (714) 972-2181 Personal Email: [EMAIL PROTECTED] Personal URL:

RE: Varaible Names with "-"

2001-01-17 Thread Warrick, Mark
This probably isn't the answer you're looking for, but you should rename the column. That's just plain bad database design to begin with. And there's no need to add on another layer of unnecessary programming when all you've gotta do is rename the field. ---mark

RE: rewrite filesize?

2001-01-17 Thread Warrick, Mark
There's an example of how to do this (minus the DB update) in the CFDIRECTORY docs which were included with your copy of ColdFusion server. http://127.0.0.1/cfdocs/CFML_Language_Reference/2_ColdFusion_Tags/lr2_024..htm ---mark -- Mark

RE: HotMail in CF

2001-01-17 Thread Warrick, Mark
Jim, No, there's no reason that CF shouldn't be used to create something like Hotmail. In fact, if you need a spec to go by, I wrote one on exactly that topic. Feel free to contact me directly for pricing. ---mark -- Mark Warrick

Re: Date problem

2001-01-17 Thread CF
I have written a custom tag that will solve your problem. You call the tag and it gives you 3 drop down list boxes already filled with the month day and date fields. You can display the boxes in the order you chose via passed params. You can also set the way the contents of the boxes are display

Link to Custom tag

2001-01-17 Thread James McCullough
I am wondering if there is a way to this. Normally a custom tag looks like this: How would you escape this so that this works without referring to the template directly as a file? "> Link ~~ Structure your ColdFusion code with Fusebox. Get the

RE: calling a cfm script into a html page

2001-01-17 Thread ron
> I had to set a tracking Solution. > Does anybody know how to call a cfm script with url parameters into a html > page ? > I've tried with the

Re: The acquisition of Allaire by Macromedia

2001-01-17 Thread Michael Kear
I think Steve makes a very good point. Everyone's so cynical these days that we tend to think that of all the reasons for something happening, whatever's in the press release can't possibly be it. We read that the reasons for the 'merger' (yes, I think that's the wrong word but kinder to slow-th

RE: CF and FrontPage

2001-01-17 Thread Warrick, Mark
DON'T DO IT! Keep FrontPage and ColdFusion development environements COMPLETELY separate. FrontPage will jack up your code. If you have to use something WYSIWYG, use DreamWeaver. (a Macromedia product - go figure) which doesn't harm CF code at all. ---mark

Two feedback addresses

2001-01-17 Thread John Dowdell
Lots of folks at Macromedia are scanning over the CF-Talk archive at houseoffusion.com. But not all who may need to hear something may catch your individual message. If you have a specific request, wish, plea, concern, or other item that you wish to get directly to decisionmakers at Macromedia, c

RE: duplicating inserts

2001-01-17 Thread Warrick, Mark
There are many ways to prevent duplicate submissions. One way would be to use javascript to reset the history so that the back button would be (sort of) disabled. Read about that here: http://developer.irt.org/script/311.htm Another way is to assign a unique ID ("createUUID()")to the user, ca

RE: (ot) Cisco 1600 series routers collecting dust.

2001-01-17 Thread Steve Bernard
I could use a 1600 for testing/internal purposes. What version of IOS do they have on them? What do you want for them, if anything? Regards, * Steve Bernard Network Engineer UCIS Emerging Technologies George Mason University -Original Message- From: Eric Dawson [mailto:[EMAIL PROTE

Re: CF and FrontPage

2001-01-17 Thread Greg Wolfinger
> license) on it. For a couple of reasons, I'd like to install FrontPage on > the same machine to do some simple visual HTML editing that can be a drag in If you havn't already purchased FrontPage, DON'T! You can purchase Macromedia Dremweaver for about the same price and it is (in my opinion)

RE: random record

2001-01-17 Thread BORKMAN Lee
Hi Mark, howzit going? ;-) Actually, I think your method (choosing a random number between 1 and MaxID, then going for the first record >= MaxID) could lead to some very non-random behaviour when you have large gaps in your IDs. The first ID after a large gap will be heavily over-used. I still

Re: (ot) Cisco 1600 series routers collecting dust.

2001-01-17 Thread Stephen M. Aylor
list it at http://isp-lists.isp-planet.com/isp-equipment/ Those guys are Cisco fanatics in there .. - Original Message - From: "Eric Dawson" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, January 17, 2001 10:57 AM Subject: (ot) Cisco 1600 series routers coll

RE: HotMail in CF

2001-01-17 Thread Russel Madere
One thing, if you want to use CFMAIL and CFPOP tags, they are not very efficient. Russel Russel Madere, Jr. Senior Web Developer ICQ: 5446158 http://www.TurboSquid.com Some days you eat the bear; some days th

Re: How will Macromedia resolve conflict of interest?

2001-01-17 Thread Adrian Cooper
- Original Message - From: "John Dowdell" <[EMAIL PROTECTED]> Sent: Wednesday, January 17, 2001 7:20 PM > > Jeremy's got the "[EMAIL PROTECTED]" email open if you wish to mail > him directly, and I'm hoping we get a parallel path on the Macromedia mail > servers soon... people in the co

Productivity and list lag

2001-01-17 Thread Ryan
Speaking of productivity, how can you have any with this list when it takes two hours for a post to arrive? Say I need to ask someone a question. Mailing lists are usually the fastest way to get it. So I post a question, it shows up two hours later, I start to see replies two hours after that. Ca

Please help....

2001-01-17 Thread Vani Kolli
Hi all, Can anyone help me in doing the following. i have a page which has a form with 20 fields. When a user submits this form i want check one of the field against the database and then give an message. Based on user's response if it's yes then i should insert all the form values into databas

Future of CF...

2001-01-17 Thread Jon Hall
The most interesting thing I saw on either of the companies faq's was this line on Allaire's site: >The next step will be to develop a set of application services-reusable components and application logic-that enhance the major >software platforms including Java and Microsoft .NET. That makes me

Validate against a mask

2001-01-17 Thread Ruslan Sivak
Is there a way to validate against a mask like lets say in MS Access. Is there a CF function that does this? Something like ConformsToMask("mm-dd-","01-17-2001") or ConformsToMask("###-###-","111-111-") Ruslan Sivak Technologist ~~

RE: calling a cfm script into a html page

2001-01-17 Thread Michael Buffington
Well, technically it's not calling a cfm script within the same HTML page, but you could use a floating frame or layer depending on the browser to call a cfm template. Michael Buffington [EMAIL PROTECTED] (714) 556-3890 x222 http://www.price.com -Original Message- From: Russel Madere [m

How to encript source code?

2001-01-17 Thread George Dong
Hi there, If anyone can tell me to how encript source code, it can be done by cfstudio or need other application program? thank you very much. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com

RE: rewrite filesize?

2001-01-17 Thread Michael Buffington
If you use CFDIRECTORY on a directory, you can gather the file size. I don't know exactly what you want to see in code, but it's fairly simple to do something like: And then use the query object to loop over a set of code that updates the file size in your db. use yourquery.Size to determine

Re: CF and FrontPage

2001-01-17 Thread Jennifer
At 01:46 PM 1/17/01 -0500, you wrote: >Hi. I have a development machine with ColdFusion Studio/Server (single >license) on it. For a couple of reasons, I'd like to install FrontPage on >the same machine to do some simple visual HTML editing that can be a drag in >CFStudio. Someone suggested to

RE: CF and FrontPage

2001-01-17 Thread Braver, Ben:
Matthieu, Front Page fouls things up because it doesn't "play well with others". If you let Front Page open ColdFusion pages, even if you tell it to leave the code alone it tends to much it. I inherited a FrontPage site and wanted to use it with ColdFusion. My solution was to generate the grap

RE: passing variables between pages

2001-01-17 Thread Craig Bowes
Brent, Have you thought of using session or application variables? You could set them once for the session and then they would always be there but changeable. You might also try cookies but of course that requires the user to have cookies turned on. -Craig send replies to: [EMAIL PROTECTED] -

Authorize.Net as COM Object VS Custom Tag

2001-01-17 Thread Craig Bowes
All, I’m using Authorize.net with Coldfusion for the first time and it looks fairly simple. However, I wouldn’t mind spending extra time programming the transaction interface if it means speeding up processing time. The custom tag uses and in my experience is pretty slow, much less calling it

RE: HotMail in CF

2001-01-17 Thread Steve Bernard
I would go with a SMTP/POP3 agent that is more stable and feature rich than CFMAIL/CFPOP. Other than that, there aren't any technical issues that affect feasibility. If you expect Hotmail like usage you are talking about a different ballgame which requires more thought and time than a simple email

RE: Cross Browser DHTML Menu

2001-01-17 Thread Joe Sheble aka Wizaerd
HierMenus is a good script http://www.webreference.com/dhtml/ At 01:21 PM 1/17/01 -0500, you wrote: >Check out this site > >http://www.ivanpeters.com/ > >Joust is a pretty cool content outliner > >-Original Message- >From: Paul Johnston [mailto:[EMAIL PROTECTED]] >Sent: Wednesda

RE: Cross Browser DHTML Menu

2001-01-17 Thread Raymond B.
http://www.dynamicdrive.com http://www.dynamicdrive.com/dynamicindex1/index.html <-- Menu and Nav scripts They have a host of free scripts. I'm not much on the front end display side but I'm sure they'll have something you can use "out of the box" or adapt easily. -Original Message- F

Re: CF and FrontPage

2001-01-17 Thread Bob Lehman
Hmmm Haven't had a problem yet, am running CF4.5, Frontpage and Flash 4 all on the same machine. Bob Lehman New Horizon Mgmt and Consulting 440-542-0992 [EMAIL PROTECTED] Website: www.nhmac.com Client website: www.nhmac-user.com - Original Message - From: "Cornillon, Matthieu" <[EMAIL P

RE: Oracle doesn't store large data.... HELP !?!?!

2001-01-17 Thread Dan Haley
Are you on CF Enterprise or Professional? Using ODBC or native drivers? The native drivers have a "Long Text Buffer Size" setting. They also allow the storage/retrieval of long data using the tag. You can search the Allaire knowledge base to see examples of that. Dan -Original Message---

RE: rewrite filesize?

2001-01-17 Thread Katrina Chapman
Merry Meet Emmet, Use the "#File.FileSize#" attribute after the second upload to get the final size. Blessed Be, --Katrina Chapman http://www.katrinachapman.com http://www.cfchick.com -Original Message- From: Emmet McGovern [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 6:

RE: Sessions

2001-01-17 Thread Raymond B.
What you're seeing is most likely perm cookies not being accepted. Appname_CFID_CFTOKEN Is how that number breaks down, if cookies aren't being accepted then your application can't track (by default) the user therefore assigning a new session every time (as seen by the CFID increasing, CFTOKEN i

RE: CF and FrontPage

2001-01-17 Thread Katrina Chapman
Merry Meet Matthieu, I'm not sure that installing FrontPage will mess up your server settings. Just make sure that once you write CF code to a template you DO NOT open that template with FP. It will stomp all over your CF code. I'd suggest DreamWeaver. That way you don't have to worry about yo

RE: Conditional loops

2001-01-17 Thread Katrina Chapman
Why bother with all the intricate ifs and loops? #foo# - #bar# #ii# Or #ii# Of course if you have more than one column called in your query you'll have a problem with that. --K -Original Message

RE: Short Circuit Evaluation

2001-01-17 Thread Raymond B.
"Note: Because ColdFusion has short-circuit Boolean evaluation..." this is the only reference I could find (http://www.allaire.com/handlers/index.cfm?ID=15923&Method=Full) but I'm sure I read something about it the packaged docs as well. In short CF has supported short circuit AND statments for a

RE: CF and FrontPage

2001-01-17 Thread Simon Horwith
My thoughts and stories amounts to recommending against FrontPage because of all the "garbage" HTML code it puts inside your pages. Personal Web Server is not an issue... you can run CFAS off of it without error. ~Simon > Simon Horwith > Allaire Certified ColdFusion Instructor > Certified ColdF

Re: [RE: Negative Thoughts]

2001-01-17 Thread Alex
i have never heard of a project close to completion that gets cancelled ;) "Philip Arnold - ASP" <[EMAIL PROTECTED]> wrote: > >The plan Allaire drew up for CF>5 may not mean anything anymore. > > From what I had been hearing on the beta forums, I had thought > that 5 was > well under development

  1   2   3   4   >