Re: CFMX Hosting Providers

2004-05-19 Thread Jeff Britts
Looking to change shared hostswho do you recommend and why? Any one using a reseller package they are happy with? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

CFFILE and NFS

2002-08-16 Thread Jeff Britts
. It uploads great, but hangs on the move. It will create the file in the NFS directory at zero bytes, then hang there for 10 minutes before it completes. trying small files -- under 10k. Any Ideas/work arounds? Jeff Britts Senior Software Engineer 781-372-1979 [EMAIL PROTECTED

RE: CFFILE and NFS

2002-08-16 Thread Jeff Britts
: CFFILE and NFS Hmm, CFFILE on a Unix/Linux box posting to an NFS share? Jesse Noller [EMAIL PROTECTED] Macromedia Server Development Unix/Linux special guy -Original Message- From: Jeff Britts [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 10:27 AM To: CF-Talk Subject: CFFILE

RE: CFFILE and NFS

2002-08-16 Thread Jeff Britts
DNS instead of IP/Etc? CFMX or CF5? Jesse Noller [EMAIL PROTECTED] Macromedia Server Development Unix/Linux special guy -Original Message- From: Jeff Britts [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 10:49 AM To: CF-Talk Subject: RE: CFFILE and NFS Zactly...Unix box

RE: CFFILE and NFS

2002-08-16 Thread Jeff Britts
/Linux special guy -Original Message- From: Jeff Britts [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 10:58 AM To: CF-Talk Subject: RE: CFFILE and NFS (from my IT guys)Same subnet. Mounted via dns. CF 4.5xyes I know ;) -Original Message- From: Jesse Noller

WDDX parsing error on MX

2002-07-16 Thread Jeff Britts
clob_data from temp.t_clob where clob_id = #get_seq.id# /cfquery cfwddx action=WDDX2CFML input=#get.clob_data# output=foo Jeff Britts Senior Software Engineer 781-372-1979 [EMAIL PROTECTED] __ This list and all House

CF mail client

2002-01-28 Thread Jeff Britts
Anyone know of a freeware CF based mail client (before I go ahead and write it myself) __ Why Share? Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup

RE: WDDX

2001-09-24 Thread Jeff Britts
Done up to 70k with no issues -Original Message- From: Duane Boudreau [mailto:[EMAIL PROTECTED]] Sent: Monday, September 24, 2001 12:34 PM To: CF-Talk Subject: WDDX Is there any limit to the length that a string can be inside a wddx packet? TIA,

RE: Question about retrieving Oracle CLOBs into a CF variable

2001-08-31 Thread Jeff Britts
We had the same issue with getting gibberish. What we found was that if you insert a record into a table with a clob, you need to set the value of the clob on insert, even if its an empty string. If you insert a record without including a value for the clob, your select against that row will

CFSTOREDPROC and Oracle CLOBS

2001-08-28 Thread Jeff Britts
Trying to get a stored proc on to run that will retrieve a CLOB. Oracle 8, CF 4.5.1 service pack 2. CLOBS work with insert, update, select but when I try to call a stored procedure using this param cfprocparam type = Out cfsqltype = CF_SQL_CLOB variable = copy dbvarname = o_copy I throws the

RE: Help: I need to insert long strings into an Oracle table

2001-08-14 Thread Jeff Britts
change your column type to CLOB -Original Message- From: Tim Dempsey [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 14, 2001 11:45 AM To: CF-Talk Subject: Help: I need to insert long strings into an Oracle table Hi, all. I am working on a CF application that administers a survey to

OT: Win IE5 vs Mac IE5

2001-06-07 Thread Jeff Britts
Can anyone point me to a resource that lists the differences between IE5 for Mac and PC. I've got a site that works fine on IE5 for Windows, but will lock the computer up tight using IE5 on Mac. It's probably some JavaScript thing, but I'd like to know what I'm looking for. TIA

RE: Updating multiple rows!

2001-06-01 Thread Jeff Britts
Shouldn't it be WHERE Part_ID = 751 OR PART_ID = 752 (Im assuming that each part can only have one Part_id) -Original Message- From: Ben Densmore [mailto:[EMAIL PROTECTED]] Sent: Friday, June 01, 2001 11:25 AM To: CF-Talk Subject: Updating multiple rows! I am trying to update

CF on Linux

2001-05-15 Thread Jeff Britts
I've used Cold Fusion on NT and Solaris, now thinking about using the Linux version. Anyone have any issues with the Linux version, or have experience converting? ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: cookies not being set

2001-04-16 Thread Jeff Britts
You cant set cookies on a page with CFLOCATION. The page is redirected before it is rendered by the browser, therefore, before your cookies are set. -Original Message- From: Mike Sprague [mailto:[EMAIL PROTECTED]] Sent: Monday, April 16, 2001 1:26 PM To: CF-Talk Subject: cookies not

Regular expression help

2001-03-15 Thread Jeff Britts
Help for a regular expression idiot. I'm looking to remove all the characters between two tags: example from: table asldfj lskdf jaskldf jklasdf jlaskdfj lasdkf /table to: table/table (removing the tags themselves would be a plus)

RE: CFMail Question

2001-03-14 Thread Jeff Britts
Has anyone done a comparison between using the CFMAIL tag vs. writing the file directly to the spool directory? -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 14, 2001 3:38 PM To: CF-Talk Subject: Re: CFMail Question Yup, CFMail is The slowest

Updating CLOBs

2001-03-07 Thread Jeff Britts
cfsqltype to CF_SQL_LONGVARCHAR the update will work, however I think that's what's causing our Oracle replication to fail. Anybody run into this? (code below) Jeff Britts Senior Software Engineer e-Dialog [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] CFQUERY NAME= "article_event_update" DATASOUR

RE: Help, help, help Pleasssssse: migration from NT4 to Solaris

2001-03-07 Thread Jeff Britts
We're using both. Just started using Solaris 6 months ago. Both have been reliable. It's hard for me to compare the two. The Solaris runs about twice as fast, BUT, we've got a pretty hefty Sun box and a pretty basic NT box. -Original Message- From: Capolinea [mailto:[EMAIL

RE: Migrating from Windows NT to Solaris

2001-03-07 Thread Jeff Britts
In our environment we're developing on NT and deploying on Solaris. (until we can get another Solaris box for development) The only issues we've found are case sensitivity in filenames and a different path structure if you're going to be doing things with cffile. Usually we just copy everything

RE: Freeing .ldb lock on remote server.

2001-03-05 Thread Jeff Britts
If you send a query to that database that will throw an error, eg. a select from a non-existant table, I've found that will unlock the the database. -Original Message- From: Angél Stewart [mailto:[EMAIL PROTECTED]] Sent: Monday, March 05, 2001 8:47 AM To: CF-Talk Subject: Freeing .ldb

cfmail multipart/alternative

2001-02-23 Thread Jeff Britts
Is there a way to send out a CFMAIL in Content-Type: multipart/alternative ? Jeff Britts Senior Software Engineer e-Dialog [EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fusebox. Get the official book at http

RE: Advanced Security in CF 4.5

2001-01-31 Thread Jeff Britts
It's there...IF you specify that you want to use advanced security when you install -Original Message- From: Gregory Harris [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 31, 2001 1:08 PM To: CF-Talk Subject: Advanced Security in CF 4.5 Hello, I was in the process of moving a

OT (slightly)--Graphing with CF

2001-01-22 Thread Jeff Britts
Does anyone have any comments/experience with either tags or commercial packages that build graphs from CF? Jeff Britts Senior Software Engineer e-Dialog [EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fusebox. Get the official book

2nd try---CFMAIL time issue

2001-01-08 Thread Jeff Britts
9:06 + * This is wrong,(notice the correct time, but + instead of -5000) so the sent time is displayed as 5 hours off Any idea where it's getting that last time? Jeff Britts ColdFusion Engineer e-Dialog ~~ Structure your ColdF

CFMAIL time issue

2001-01-05 Thread Jeff Britts
We have an issue with the sent time of mail going out through CFMAIL. A check of the CF servers and the mail servers reveal those times correct. However, this is what the header looks like. Received: from fusion-prod1.blah.com ([10.200.5.95]) by corp-exc1.blak.com with SMTP (Microsoft

RE: cfif : Okay within cfinput tag?

2001-01-05 Thread Jeff Britts
It Will work if you use a regular form instead of the cfform -Original Message- From: Brendan Avery [mailto:[EMAIL PROTECTED]] Sent: Friday, January 05, 2001 5:31 PM To: CF-Talk Subject: Re: cfif : Okay within cfinput tag? not okay. you can't nest tag brackets within CFML, ever. At

RE: List w/ delims

2000-12-08 Thread Jeff Britts
You CAN use multiple characters as list delimiters...eg. "|*|". I do it frequently to cut down on the chances that one of my list items contains a delimiter. Jeff Britts ColdFusion Engineer e-Dialog -Original Message- From: Billy Cravens [mailto:[EMAIL PROTECTED]] Sent

RE: PL/SQL

2000-12-08 Thread Jeff Britts
stored procs extensively. What exactly are you trying to do? Jeff Britts wrote: Anyone have any luck running PL/SQL through ColdFusion? The simple stuff seems to work ok, but if you throw it something complex it chokes. Jeff Britts ColdFusion Engineer e-Dialog

RE: List w/ delims

2000-12-08 Thread Jeff Britts
g a #location# index. cfset stuff1 = #listGetAt(stuff_list,location + 1,"||Q||")# cfset stuff2 = #listGetAt(stuff_list,location + 2,"||Q||")# cfset stuff3 = #listGetAt(stuff_list,location + 3,"||Q||")# cfset stuff4 = #listGetAt(stuff_list,location + 4,"||Q||")

RE: Encryption problem when passed in URL?

2000-12-05 Thread Jeff Britts
use the urlencodedformat function to escape any of the url unfriendly characters, then urldecode it before decrypt. Jeff Britts ColdFusion Engineer e-Dialog -Original Message- From: Phill Gibson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 05, 2000 1:46 PM To: CF-Talk Subject

RE: HTML help???

2000-10-26 Thread Jeff Britts
#htmleditformat(your_variable)# -Original Message- From: ibtoad [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 26, 2000 8:37 AM To: CF-Talk Subject: HTML help??? I'm still looking for a solution to the html question I posed yesterday. I built a form page that spits out a webpage,

RE: Custom Tag w/JS functions

2000-10-25 Thread Jeff Britts
What I've done is enclose the cftag in script tags script cf_whatever /script I guess it depends on what your tag does, but give it a shot -Original Message- From: David Shadovitz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 25, 2000 1:55 AM To: CF-Talk Subject: Custom