RE[2]: Opening file

2001-11-12 Thread Joseph DeVore
FYI: I used the file type of text/plain for example. You will need to change this to whatever filetype you are trying to work with. In your case, maybe application/dat will be what you're looking for. Joseph DeVore VeloxWeb Technologies -Original Message- From: [EMAIL PROT

RE: Opening file

2001-11-12 Thread Joseph DeVore
You could use CFCONTENT to serve them up as .dat files. Joseph DeVore VeloxWeb Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, November 12, 2001 1:45 PM To: CF-Talk Subject: Re: Opening file Hi, I have a test page on the server

RE: Goodbye Advanced Security, hello Session Params and eh.. hell o list!

2001-11-01 Thread Joseph DeVore
FYI: Fusebox 3.0 spec is out now (the Fusebox book mentioned below was 1.0) You can read more about here: http://www.fusebox.org/index.cfm?fuseaction=specs.fusebox30 IMO, start using FB3 today! Joseph DeVore VeloxWeb Technologies -Original Message- From: Brunt, Michael [mailto

RE: [OT] Frustrating IE window.open popup delay...

2001-11-01 Thread Joseph DeVore
I had the same problem but once I upgraded to 6.0.2600 it was fixed Joseph DeVore VeloxWeb Technologies -Original Message- From: Ron Hornbaker [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 10:28 AM To: CF-Talk Subject: [OT] Frustrating IE window.open popup delay

RE: CFFILE time out

2001-10-31 Thread Joseph DeVore
Have you tried passing the action template RequestTimeout=1000? Joseph DeVore VeloxWeb Technologies -Original Message- From: Bruce, Rodney [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 31, 2001 10:15 AM To: CF-Talk Subject: RE: CFFILE time out Not sure, but it's also t

RE: *RESOLVED* - RE: Subdomain of a domain

2001-10-30 Thread Joseph DeVore
m) 9. Click OK If your DNS is setup correctly, you should be able to open a browser and call up your new subdomain. I'm not much of a writer so if you still need help, hit me up - off list at [EMAIL PROTECTED] Joseph DeVore VeloxWeb Technologies -Original Message- From: Matt Roberts

RE: Subdomain of a domain

2001-10-30 Thread Joseph DeVore
Are you interested in doing this on Windows/IIS? It's easy if you run your own DNS. I can tell you how to do it in less than 5 minutes. Let me know if you want to know how. Joseph DeVore VeloxWeb Technologies -Original Message- From: Kola Oyedeji [mailto:[EMAIL PROTECTED]]

RE: CF Studio - Code Templates

2001-10-27 Thread Joseph DeVore
What version of fusedoc are you trying to make this for? Joseph DeVore VeloxWeb Technologies -Original Message- From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]] Sent: Sunday, October 28, 2001 12:00 AM To: CF-Talk Subject: CF Studio - Code Templates Hey everyone.. I am using

RE: Can this be done??

2001-10-27 Thread Joseph DeVore
Yes, I have done it a couple of ways but the fastest route I have found so far is WDDX. Check out the CFWDDX tag. Joseph DeVore VeloxWeb Technologies -Original Message- From: Yager, Brian T Contractor/NCCIM [mailto:[EMAIL PROTECTED]] Sent: Friday, October 26, 2001 12:46 PM To: CF

RE: Quasi OT: XML Parsing solutions

2001-10-26 Thread Joseph DeVore
You might find this useful in your quest: http://www.siteobjects.com/examples/soxml/index.cfm Joseph DeVore VeloxWeb Technologies -Original Message- From: Carlisle, Eric [mailto:[EMAIL PROTECTED]] Sent: Friday, October 26, 2001 12:14 PM To: CF-Talk Subject: Quasi OT: XML Parsing

RE: CFHTTP Replacement

2001-10-25 Thread Joseph DeVore
Gordon, This isn't related to ServerXMLHTTP but it's "material on using CF with XML" http://www.siteobjects.com/examples/soxml/index.cfm Joseph DeVore VeloxWeb Technologies -Original Message- From: Gordon Burns [mailto:[EMAIL PROTECTED]] Sent: Thursday, October

RE: cfmail and more than 1 cc problem

2001-10-25 Thread Joseph DeVore
If you still can't get it to send multiple emails, a workaround would be to loop over a list of email addresses. . Joseph DeVore VeloxWeb Technologies -Original Message- From: Seamus Campbell [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 25, 2001 2:41 AM To: CF

RE: Displaying Word Docs with CF -- Urgent!!!

2001-10-25 Thread Joseph DeVore
You need to use cfcontent with the type=application/msword or application/rtf Joseph DeVore VeloxWeb Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 25, 2001 2:34 AM To: CF-Talk Subject: Displaying Word Docs with CF -- Urgent

RE: Updating an XML file so Flash can use it

2001-10-25 Thread Joseph DeVore
CFML) • Transform (Transforms any XML document based on a specified XSL document) http://www.siteobjects.com/index.cfm?fuseAction=showproducts#soxml Joseph DeVore VeloxWeb Technologies -Original Message- From: Jeff Green [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 23, 2001 3

RE: Comparing Dates Functions

2001-10-24 Thread Joseph DeVore
'm/dd/'), dateformat(datelastmodified,'m/dd/')); date1 is less than date2 date1 is equal to date2 date1 is greater than date2 Joseph DeVore VeloxWeb Technologies -Original Message- From: Paige Chandler [mailto:[EMAIL PR

RE: WDDX question

2001-10-24 Thread Joseph DeVore
yes, that is possible - wddx supports arrays and structures Joseph DeVore VeloxWeb Technologies -Original Message- From: JAAV [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 24, 2001 8:39 AM To: CF-Talk Subject: WDDX question Hello, I'm take my first glance in WDDX. I wa

RE: CFHTTP Replacement

2001-10-24 Thread Joseph DeVore
Yes, CFX_HTTP - check the tag gallery. Joseph DeVore VeloxWeb Technologies -Original Message- From: David Brooks [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 24, 2001 9:05 PM To: CF-Talk Subject: CFHTTP Replacement Heya all, Anyone know of a good solution, cfx tag or

RE: Updating an XML file so Flash can use it

2001-10-24 Thread Joseph DeVore
) • Transform (Transforms any XML document based on a specified XSL document) http://www.siteobjects.com/index.cfm?fuseAction=showproducts#soxml Joseph DeVore VeloxWeb Technologies -Original Message- From: Jeff Green [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 24, 2001 2:39 PM

RE: ASP access to CF client vars

2001-10-24 Thread Joseph DeVore
This is the WDDX SDK you will need in order to familiarize yourself with WDDX for ASP and CFML. http://www.openwddx.org/downloads/sdk/10a/win/wddx_sdk_10a.zip Joseph DeVore VeloxWeb Technologies -Original Message- From: Bernd VanSkiver [mailto:[EMAIL PROTECTED]] Sent: Tuesday

RE: ASP access to CF client vars

2001-10-24 Thread Joseph DeVore
IMO the best way to do this is with WDDX! http://www.openwddx.org/ Joseph DeVore VeloxWeb Technologies -Original Message- From: Bernd VanSkiver [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 23, 2001 2:19 PM To: CF-Talk Subject: ASP access to CF client vars Has anybody ever

FW: setting cf admin password - 2 questions

2001-10-24 Thread Joseph DeVore
ypted password was added to registry) Just replace "YOUR_NEW_PASSWORD_GOES_HERE" with your new password. Joseph DeVore VeloxWeb Technologies -Original Message- From: Mark Smeets [mailto:[EMAIL PROTECTED]] Sent: Friday, October 19, 2001 5:38 PM To: CF-Talk Subject: setting cf

RE: Checking file size before upload.

2001-10-24 Thread Joseph DeVore
Javascript. Joseph DeVore VeloxWeb Technologies -Original Message- From: Lon Lentz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 23, 2001 1:07 PM To: CF-Talk Subject: Checking file size before upload. Is there a way to check the size of a file before the server CFFile-Uploads

RE: Percent calculation

2001-10-24 Thread Joseph DeVore
Peter, Here's some code that might help you get what you're after: The original weight is #weight# grams The percent change is #NumberFormat(percent_change * 100, "99.9")#% The percent change reflects an increase, therefore the final weight is #NumberFormat(final_weight,"999.99")# The

<    1   2