jBASE

2001-03-16 Thread Dylan Bromby
Has anyone on this list ever worked with jBASE? ~~ 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: htt

RE: Extract Information from a word doc for DB Insertion via CF

2001-03-16 Thread Dylan Bromby
what happens if you hardcode the full path including filename in the FILE attribute? -Original Message- From: Larry Juncker [mailto:[EMAIL PROTECTED]] Sent: Friday, March 16, 2001 10:22 AM To: CF-Talk Subject: RE: Extract Information from a word doc for DB Insertion via CF Dylan; I am

RE: Extract Information from a word doc for DB Insertion via CF

2001-03-16 Thread Dylan Bromby
getting a message CONNECTION FAILURE I even typed the URL manually to test it. The title of the files have spaces in them, could that be what is causing the errors? Thanks Larry Juncker Senior Cold Fusion Developer Heartland Communications Group, Inc. -Original Message- From: Dylan Bromby

RE: Extract Information from a word doc for DB Insertion via CF

2001-03-16 Thread Dylan Bromby
try using CFFILE to place the content of the Word doc into a CF variable and parse from there. just point to the .doc using the FILE attribute of CFFILE. -Original Message- From: Larry Juncker [mailto:[EMAIL PROTECTED]] Sent: Friday, March 16, 2001 8:50 AM To: CF-Talk Subject: Extract Inf

RE: looping qty form input box in shopping cart table using cfoutput

2001-03-16 Thread Dylan Bromby
in the first CFLOOP below my INDEX should be num or i should've used #count# instead of #var# in each iteration. blah. you can figure it out. -Original Message- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: Friday, March 16, 2001 6:39 AM To: CF-Talk Subject: RE: looping qty

RE: looping qty form input box in shopping cart table using cfoutput

2001-03-16 Thread Dylan Bromby
probably if she knew why it *wasn't* working she'd be able to make it work. but here's what i've done in the past to do this: let's say i have 10 rows on each page. i use CFLOOP FROM="1" TO="10" INDEX="count". then let's say i have a TEXT field in each row. assuming there's a unique ID in the da

RE: What If Question

2001-03-14 Thread Dylan Bromby
your button could be a SUBMIT button, where in your FORM tag, you would include: onSubmit="parent.close()" -Original Message- From: Arden Weiss [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 14, 2001 6:05 PM To: CF-Talk Subject: What If Question Whoof I wanted to put an button on a

RE: Session variables

2001-03-12 Thread Dylan Bromby
If you're looking for some free utilities to stress test on NT or 2000, check out: http://support.microsoft.com/support/dna/bundles/QA/loadtest.asp I've used InetLoad before; it's scriptable and pretty decent...for being free. --Dylan -Original Message- From: Dave Watts [mailto:[EMAIL

Re: Verity and PDF Files [free alternatives...??]

2001-03-11 Thread Dylan Bromby
I use Verity with Acrobat 4.x files with CF 4.5.1 SP2 Enterprise, and it works fine. Don't know about the Unicode issues though. --Dylan - Original Message - From: "Stephen M Aylor" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, March 11, 2001 12:36 PM Subject: Re: V

RE: Problem getting CFStudio 4.5.1 resource tab to reappear

2001-03-08 Thread Dylan Bromby
View--->Resource Windows--->Dock All -Original Message- From: Hubert Earl [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 08, 2001 10:51 AM To: CF-Talk Subject: Problem getting CFStudio 4.5.1 resource tab to reappear Hi, After pressing the F9 key to make everything to the left of the

RE: Determining no. of pages in results

2001-03-08 Thread Dylan Bromby
you could use a dynamic value for the STARTROW attribute of CFOUTPUT. have a var called #startrow#. CFPARAM it to 1. the MAXROWS attribute of CFOUTPUT should always be 10. then the link to page 2 passes #startrow# as #startrow# + 10 so it starts at record 11. it will only show 10 total because MA

RE: Database of US ZIP CODES

2001-03-08 Thread Dylan Bromby
their data is good. i've used it for years. used to be $35. -Original Message- From: Duane Boudreau [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 08, 2001 10:21 AM To: CF-Talk Subject: RE: Database of US ZIP CODES You can get it for $150 USD at http://www.tpsnet.com/html/zipcode.html

RE: Those darn Access .ldb files

2001-03-08 Thread Dylan Bromby
to get rid of locks on access or excel DSNs in CF4.5, use: where {DSN} is your DSN. then to re-enable: -Original Message- From: Douglas Knudsen [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 08, 2001 8:31 AM To: CF-Talk Subject: Re: Those darn Access .ldb files This was a great

RE: CFMAIL problems on 4.51 SP 2

2001-03-07 Thread Dylan Bromby
>i send out over 48,000 at a time in lots of 8,000. it takes less than 4 >minutes to spool each (24 minutes for all of them) lot of 8000 out. in fact, >i *just* sent out 48,000 last night and another 48,000 this morning. Do you loop through them or use a query parameter? ---> I use CFLOOP. >i

RE: CFMAIL problems on 4.51 SP 2

2001-03-07 Thread Dylan Bromby
i send out over 48,000 at a time in lots of 8,000. it takes less than 4 minutes to spool each (24 minutes for all of them) lot of 8000 out. in fact, i *just* sent out 48,000 last night and another 48,000 this morning. i don't have a clear answer to your problem, but i'm running CF4.5.1SP2 on NT4.

RE: Getting a Directories Size

2001-03-05 Thread Dylan Bromby
yep. you can loop over the CFDIRECTORY results and add up the #queryname.size# of each iteration. -Original Message- From: Jason Larson [mailto:[EMAIL PROTECTED]] Sent: Monday, March 05, 2001 12:28 PM To: CF-Talk Subject: Getting a Directories Size Can anyone help me out? I have a dir

RE: email

2001-03-05 Thread Dylan Bromby
Here you go; This assumes a database table named "yourtable" with 2 fields: sender, message. It's simple, but should get you started. --Dylan INSERT INTO yourtable ( sender,

RE: Freeing .ldb lock on remote server.

2001-03-05 Thread Dylan Bromby
note - you need CF4.5.x for this. -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Monday, March 05, 2001 5:55 AM To: CF-Talk Subject: Re: Freeing .ldb lock on remote server. http://www.thenetprofits.co.uk/coldfusion/faq/#answer77 jon -All your base belong to us!

RE: Enterprise Manager

2001-03-04 Thread Dylan Bromby
i'm not sure if i fully understand the problem...but if you're trying to connect to a remote server, have you tried setting it up using the client network utility? -Original Message- From: Kinley Pon [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 04, 2001 11:47 AM To: CF-Talk Subject: OT:

RE: Cheap mail server under NT

2001-03-03 Thread Dylan Bromby
Are you running IIS 4.0 on NT? There was a SMTP/POP3 server with NT Option Pack 4 if I recall... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 03, 2001 9:48 AM To: CF-Talk Subject: OT: Cheap mail server under NT Hi, I am looking for a cheap

RE: M$ licensing has me at wits end

2001-03-02 Thread Dylan Bromby
gt; -Original Message----- > From: Dylan Bromby [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 02, 2001 12:56 PM > To: CF-Talk > Subject: RE: M$ licensing has me at wits end > > > ok here's MS pricing for MSDN with universal at $2,499. how can i > get it f

RE: M$ licensing has me at wits end

2001-03-02 Thread Dylan Bromby
x 210-490-4692 AIM: astutiaweb; ICQ: 7381282; Firetalk: Ag78 > -Original Message----- > From: Dylan Bromby [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 02, 2001 9:33 AM > To: CF-Talk > Subject: RE: M$ licensing has me at wits end > > > MSDN doesn't include comm

RE: M$ licensing has me at wits end

2001-03-02 Thread Dylan Bromby
MSDN doesn't include commercial licensing, which is what he was looking for. and universal is only $2,500. -Original Message- From: Martin Sutton [mailto:[EMAIL PROTECTED]] Sent: Friday, March 02, 2001 7:21 AM To: CF-Talk Subject: RE: M$ licensing has me at wits end Go for MSDN, you ge

RE: chattyfig flash list working?

2001-03-01 Thread Dylan Bromby
March 01, 2001 1:44 PM To: CF-Talk Subject: RE: chattyfig flash list working? Flash coders DIGEST works fine. Carlos Roque I.S., Applications Web Development x2154 -Original Message- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 01, 2001 1:05 P

RE: chattyfig flash list working?

2001-03-01 Thread Dylan Bromby
- Original Message - From: "Dylan Bromby" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, March 01, 2001 4:05 PM Subject: chattyfig flash list working? > has anyone tried subscribing to Fig Leaf's flashcoders mailing li

chattyfig flash list working?

2001-03-01 Thread Dylan Bromby
has anyone tried subscribing to Fig Leaf's flashcoders mailing list? i never got the confirmation email. wondering if anyone else had trouble... dylan ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionautho

RE: Distance b/w Two Zips Function

2001-02-28 Thread Dylan Bromby
in(@Latitude1)*Sin(lat)) +(Cos(@Latitude1)*Cos(lat)*Cos(@Latitude1-lon) <= @miles Zipcode 03833 (Exeter, NH) is roughly 15 miles from 00211 (Portsmouth, NH) yet it yields 91.3217 *IF* I ever get this thing working and anyone wants the sp email off list. Duane -Original Message-

RE: Distance b/w Two Zips Function

2001-02-28 Thread Dylan Bromby
are you asking me or him? i wouldn't know his intent. obviously, the code provided is for "crow-flies" calculation. for "turn-by-turn" you can: 1) pay mapquest or comparable service for access to their turn-by-turn engine - or - 2) license a turn-by-turn server from someone like MQ, ESRI, etc. -

RE: Distance b/w Two Zips Function

2001-02-28 Thread Dylan Bromby
this has come up beforehere's what i use. i understand there are more accurate formulas (look up haversine's formula and see links below), but this works really well for me; here are some links as well: http://www.indo.com/distance/distance-details.html http://www.svpal.org/~walters/GC_Mea

RE: Early Expiring Sessions

2001-02-28 Thread Dylan Bromby
if CF server is restarting itself due to hanging threads or whatever, that can kill active sessions. check your application server log files to see if it's restarting. --dylan -Original Message- From: Lord, Heath [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 27, 2001 8:49 AM To: CF-

RE: WDVL Poll

2001-02-27 Thread Dylan Bromby
i don't know about FastCGI, but CGI is not a language in and of itself. it's a standard (Common Gateway Interface) for talking to web server components, etc. you can write CGI apps in PERL, C++, etc. so while i agree it might take longer to write a CGI app in, say, C++ than CF, i don't know if you

anyone used CF_aSession?

2001-02-27 Thread Dylan Bromby
i'm curious if anyone has had better experiences using/managing sessions with CF_aSessions than default CF session management. i just read about CF_aSessions and it looks pretty intriguing. http://devex.allaire.com/developer/gallery/info.cfm?ID=AE230230-45FF-11D4-AA 9800508B94F380&method=Full --

Re: OT: getting IP Address w/o cf

2001-02-27 Thread Dylan Bromby
i replied to this earlier, but the list server seems distressed as it has been lately. anyway, you access REMOTE_ADDR as a CGI variable. when you mention you're programming in CGI...do you mean PERL? CGI (Common Gateway Interface) is not a language, but a descriptor given to numerous languages bas

RE: WOT: Serving to the web using W2K, IIS and DSL

2001-02-26 Thread Dylan Bromby
make sure 'ipconfig' is all one string though. ;) -Original Message- From: Sean Renet [mailto:[EMAIL PROTECTED]] Sent: Monday, February 26, 2001 2:34 PM To: CF-Talk Subject: Re: WOT: Serving to the web using W2K, IIS and DSL one of my development boxes is set up this way. She is going

RE: getting IP Address w/o cf

2001-02-26 Thread Dylan Bromby
by CGI, i'm assuming you mean PERL? you can write CGIs in lots of languages. client IP addresses are one of a number of environmental variables exposed by the client web browser to the server. the environmental variable is REMOTE_ADDR. that's not CF-specific, but true for PERL, ASP, PHP, etc. fo

RE: progressive searching

2001-02-26 Thread Dylan Bromby
just some thoughts... javascript is client side, so you would have to preload a "dictionary" of possible terms which would be used to match words to characters as you type them. with each new character, you would search this preloaded set of words using the current fragment. i've thought about t

kinda OT: JS/CF

2001-02-23 Thread Dylan Bromby
i have a FORM with ACTION="Javascript:function()" where my function opens a window. i specifiy the URL as a function parameter. in the popup window, i cannot access the variables from the form. is there something odd i'm missing about submitting a form using a JS function in the ACTION of FORM? t

RE: "isdefined" obsolete?

2001-02-23 Thread Dylan Bromby
did you put quotation marks around the var name inside the IsDefined() function? e.g. #IsDefined("var")# -Original Message- From: C Frederic Valone [mailto:[EMAIL PROTECTED]] Sent: Friday, February 23, 2001 9:01 AM To: CF-Talk Subject: Re: "isdefined" obsolete? Sorry to contadict you

RE: UPDATE: CF 4.X and W2K questions

2001-02-23 Thread Dylan Bromby
i ran 4.0.1 enterprise on w2kas for about 2 months without a problem. -Original Message- From: Terri Stocke [mailto:[EMAIL PROTECTED]] Sent: Friday, February 23, 2001 5:47 AM To: CF-Talk Subject: UPDATE: CF 4.X and W2K questions Okay, I finally found the answer to my first question. In

RE: Installing CF Server

2001-02-22 Thread Dylan Bromby
can you provide more detail? -Original Message- From: Haryono ... [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 5:40 PM To: CF-Talk Subject: Installing CF Server Hi everyone, I get a problem when I was installing ColdFusion Server Professional in Windows 2000. Can someone

verity/cf4.5sp2/.doc

2001-02-22 Thread Dylan Bromby
anyone have any trouble building verity collections of .DOC files in CF4.5sp2? ~~ 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@house

RE: "isdefined" obsolete?

2001-02-22 Thread Dylan Bromby
i think it's ParameterExists() that is being ditched in favor of IsDefined(). -Original Message- From: DSJ / PC1, Inc. [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 1:18 PM To: CF-Talk Subject: "isdefined" obsolete? Hello All, Just got a new web hosting account and it a

RE: blacked-out icons in studio

2001-02-22 Thread Dylan Bromby
Sometimes that's a video driver problem, do you have blacked out icons in any other applications? > No. Either way, try downloading the latest drivers for the video card. > Already did that before I installed studio. -Original Message- From: Dylan Bromby [mailto:[EMAI

RE: CFMAIL ERROR I WILL EXPLAIN

2001-02-22 Thread Dylan Bromby
i have a database of 47,000 email addresses. if i try and mail them all it craps out. so i break it up into 8,000 address chunks and i can spit them out in 8-12 minutes each. -Original Message- From: Robert Everland [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 9:40 AM To:

RE: CF Query Driven Calendar

2001-02-22 Thread Dylan Bromby
you can modify this calendar i wrote. save it as calendar.cfm somewhere. Calendar v1.0 SELECTED>#MonthAsString(month)# SELECTED>#day# SELECTED>#year#

blacked-out icons in studio

2001-02-22 Thread Dylan Bromby
i just installed cfstu 4.5 on my laptop (win2k) and a large number of the icons are blacked-out. anyone seen this before? --dylan ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

RE: how can we execute command lines from coldfusion

2001-02-21 Thread Dylan Bromby
do you know where the developer's exchange is on www.allaire.com? there are tags to do that. now, there's also CFEXECUTE which ships with CF. -Original Message- From: ramesh deva [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 10:00 PM To: CF-Talk Subject: how can we execute

RE: deleting cookie

2001-02-21 Thread Dylan Bromby
you need to load a subsequent page before the action takes effect. so use the same NAME, VALUE="", EXPIRES="NOW" and place a link to a page that outputs the cookie. you should see it's null or doesn't exist (one of those things should happen). if it doesn't something else is up. also, i've had pro

RE: SQL

2001-02-20 Thread Dylan Bromby
make a DSN on your CF box that points to the other box where the DB is. -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 20, 2001 9:55 AM To: CF-Talk Subject: SQL How do you query a SQL database on another server? I do local querys on my Access DB's

RE: application.cfm question & a n other question

2001-02-20 Thread Dylan Bromby
couldn't you put a file in the root directory, set CF_TEMPLATE_PATH to some var, then include that file and call the var? you'd have to strip out the name of the file that sets the var though. e.g. in D:\inetpub\wwwroot create root_dir.cfm in root_dir.cfm just have CFSET rootdir=#Replace(CF_TEM

RE: Query Question

2001-02-19 Thread Dylan Bromby
Question Can you write me a sample query? Rich -Original Message----- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: Monday, February 19, 2001 11:32 AM To: CF-Talk Subject: RE: Query Question sure. you can make a DSN on machine 1 for a database on machine 2. -Original Message---

RE: Query Question

2001-02-19 Thread Dylan Bromby
sure. you can make a DSN on machine 1 for a database on machine 2. -Original Message- From: ibtoad [mailto:[EMAIL PROTECTED]] Sent: Monday, February 19, 2001 8:31 AM To: CF-Talk Subject: Query Question Is it possible to query a database on a different server? What I mean is can I have

RE: SESSION Timing out WAY before it's supposed to.

2001-02-18 Thread Dylan Bromby
1) CF4.5 SP2? 2) Was your Win2K install an upgrade over NT or a clean install? -Original Message- From: JoshMEagle [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 18, 2001 11:15 PM To: CF-Talk Subject: Re: SESSION Timing out WAY before it's supposed to. Thanks for the reply ;) - The c

RE: Looping over form data?

2001-02-18 Thread Dylan Bromby
name the fields dynamically. then when you loop over the results to insert them use Evaluate() to get the values of the dynamically created variable names. -Original Message- From: Les Irvin [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 18, 2001 9:35 PM To: CF-Talk Subject: Looping ov

RE: HELP wap !!!!!!!

2001-02-14 Thread Dylan Bromby
as a follow-up...there's a coldfusion wireless discussion list. you can sign up at; www.bromby.com/cfwireless -Original Message- From: Vikram-burlee [mailto:[EMAIL PROTECTED]] Sent: Friday, February 09, 2001 12:33 AM To: CF-Talk Subject: HELP wap !!! Hi... I have been working with

RE: HELP wap !!!!!!!

2001-02-14 Thread Dylan Bromby
you can do it one of three ways; 1) send an email to the phone based on their mobile ID. you need to know what the domain is for the mail accounts each carrier assigns. then you need to collect the mobile IDs of the users. you would send an email to something like [EMAIL PROTECTED] where 1...0 is

RE: OT: Dave's Burning Rant, Part Deux

2001-02-13 Thread Dylan Bromby
would it be ok to continue this thread somewhere else? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 13, 2001 2:02 PM To: CF-Talk Subject: Re: OT: Dave's Burning Rant, Part Deux I'm sorry but James's "Ignorance is no excuse" argument is u

RE: CFPOP unknown error

2001-02-13 Thread Dylan Bromby
depending on the error you get, you might need to look into COM-based mail objects. we've had as many issues with CFPOP as you could possible imagine at www.planetaccess.com. in the end, it looks like we found a COM solution. we've tried all the available CFX-based solutions. currently, we run CF4

RE: Configuring IMail

2001-02-13 Thread Dylan Bromby
i use CFX_SHELLEXEC; the DIRECTORY value depends on where you installed IMail. --dylan -Original Message- From: Gerry Pauline [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 13, 2001 9:10 AM To: CF-Talk Subject: Re: Configuring IMail Duane: Human Kind has an ASP product that add

RE: Configuring IMail

2001-02-13 Thread Dylan Bromby
i use the command line arguments to add/delete accounts. www.planetaccess.com is totally based on CF and IMail. -Original Message- From: Duane Boudreau [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 13, 2001 8:30 AM To: CF-Talk Subject: Configuring IMail All, Has anyone here done

RE: Best Practices

2001-02-13 Thread Dylan Bromby
it also depends on the javascript functions you're using. if you're using strictly javascript 1.0 functions, you should be ok. if you're using 1.3 functions, you're going to find a fair amount of incompatibility. even within 1.0 there are some semantic differences to get cross-browser functionalit

RE: Form validation without alert boxes

2001-02-12 Thread Dylan Bromby
i need something like this. thanks for posting. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, February 12, 2001 10:07 AM To: CF-Talk Subject: Re: Form validation without alert boxes Client Side Validation with no alerts ... straight from javascripts

RE: Backup Place

2001-02-11 Thread Dylan Bromby
i could be wrong, but i think all the mail is filtered through CF before it gets posted. is that right? -Original Message- From: lsellers [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 11, 2001 8:51 PM To: CF-Talk Subject: RE: Backup Place > > > Is there an alternate location that p

RE: NTT's iMode & CF???

2001-02-11 Thread Dylan Bromby
cHTML is just another presentation layer like HTML, WML, HDML, etc. i've written several cHTML, CF-based applications. cHTML is really just a subset of HTML. for a good cHTML browser, go to www.pixo.com. you can sign up for my cf-wireless discussion list at www.bromby.com/cfwireless. --dylan -

Re: Displaying the IP of a server

2001-02-10 Thread Dylan Bromby
what about CGI.HTTP_HOST or CGI.SERVER_NAME? they tell you the server's domain name, which you could one of the TCP CFX tags to ping to get the IP. - Original Message - From: "Dave Watts" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, February 09, 2001 8:01 AM Subj

RE: Session timeout question

2001-02-10 Thread Dylan Bromby
TED] http://www.crescotech.com -----Original Message- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 08, 2001 3:34 PM To: CF-Talk Subject: RE: Session timeout question that's not exactly true. if you define the timeouts of session variables in an application.cfm

RE: Disappearing Session Variables!

2001-02-08 Thread Dylan Bromby
if your cf server restarts itself sessions will be lost. that happened to me. i now use cookies that have time/date info in the cookie. -Original Message- From: Robyn Follen [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 08, 2001 8:38 AM To: CF-Talk Subject: Disappearing Session Va

RE: Mailing List Server Explosion?

2001-02-08 Thread Dylan Bromby
it's not just you. -Original Message- From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 08, 2001 6:00 AM To: CF-Talk Subject: OT: Mailing List Server Explosion? Did anyone else just get a huge amount of repeats last night, or do I need to talk to my network ad

RE: Session timeout question

2001-02-08 Thread Dylan Bromby
that's not exactly true. if you define the timeouts of session variables in an application.cfm file, they can timeout at different times. if you set one to timeout in 15 minutes and another at 30 minutes, then idled for 20 minutes, the first would timeout, the second would not. -Original Mess

RE: ADO and CF

2001-02-05 Thread Dylan Bromby
i've done a few things in ADO with CF. i built an interface to manage hundreds of sites in IIS through CF using ADO/ADSI. however, the applications i worked on were eventually converted to VB and they ran MUCH faster. -Original Message- From: Clint Tredway [mailto:[EMAIL PROTECTED]] Sent:

RE: CF Server Feedback

2001-02-05 Thread Dylan Bromby
To: CF-Talk Subject: RE: CF Server Feedback Dylan, Do you think the DSL will be able to handle this (lets say 50 sites with 5,000 page views a day per site), or should I look at a T1 line. Thanks for your response. Jason Larson [EMAIL PROTECTED] -Original Message- From: Dylan Bromby

RE: CF Server Feedback

2001-02-05 Thread Dylan Bromby
why don't you use IIS? it's free. Website from O'Reilly costs like $1K or more. unless you already own it... and if you're only doing 5,000 pages a day, you don't need 2 servers if you're cramped for cash. -Original Message- From: Jason Larson [mailto:[EMAIL PROTECTED]] Sent: Monday, Feb

RE: The BETA IS NOT OUT!!!

2001-02-03 Thread Dylan Bromby
only some people have access to the beta. just because you have a beta.allaire.com account does *not* imply you have access to 5.0 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 03, 2001 2:26 PM To: CF-Talk Subject: RE: The BETA IS NOT OUT!!

RE: Quick Image Map logic

2001-02-02 Thread Dylan Bromby
yep. but it isn't specific to CF. a couple years ago, i wrote an application that monitored where users clicked in an ad banner to see what visual elements were successful using the x,y data. -Original Message- From: Terry Troxel [mailto:[EMAIL PROTECTED]] Sent: Friday, February 02, 2001

RE: Putting delay for e-mail sending?

2001-02-02 Thread Dylan Bromby
you can set CFSCHEDULE to send out the mail whenever you want. -Original Message- From: river [mailto:[EMAIL PROTECTED]] Sent: Friday, February 02, 2001 6:56 AM To: CF-Talk Subject: Putting delay for e-mail sending? I need to broadcast some e-mail messages. I need to send them to multi

RE: Email Failure

2001-02-02 Thread Dylan Bromby
are all your mails winding up in the spool directory or the undeliverable directory? 1) sometimes if sending a mail with CFMAIL causes an error (like delivery to more than 40 addresses will) it can make everything back up in the undeliverable folder under CFUSION\MAIL\UNDELVR. 2) if your hard dr

RE: ColdFusion Server Enterprise

2001-02-01 Thread Dylan Bromby
believe it or not, the eval is at www.allaire.com. -Original Message- From: Haryono ... [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 01, 2001 7:56 PM To: CF-Talk Subject: ColdFusion Server Enterprise Hallo everyone. Where I can get free download for ColdFusion Server Enterprise?

RE: Batch Image Upload

2001-02-01 Thread Dylan Bromby
you can use CFLOOP and loop the CFFILEs to streamline the code as well. -Original Message- From: Peter Amiri [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 01, 2001 5:18 PM To: CF-Talk Subject: RE: Batch Image Upload Jason, You can do this with a HTML form. Look at the code below

RE: Detecting HTTP_USER_AGENT

2001-02-01 Thread Dylan Bromby
you don't need the CGI scope. i think you're looking for strings that are too specific in your code. try looking for the presense of MSIE or not. -Original Message- From: DeVoil, Nick [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 01, 2001 7:50 AM To: CF-Talk Subject: RE: Detecting

RE: The CF Mail Server

2001-02-01 Thread Dylan Bromby
i loop over a db of over 50,000 addresses and it's fine, but i have to break into chunks of about 8,000. and don't forget to set your timeout to be slightly higher if you start looping over hundreds or thousands. -Original Message- From: Chris Martin [mailto:[EMAIL PROTECTED]] Sent: Tuesd

RE: killing locks on files?

2001-01-30 Thread Dylan Bromby
you can kill DSN locks using CFUSION_DISABLE_DBCONNECTIONS (4.5.x only) if a query of the excel file has caused the lock. you didn't specify what "process" has locked the file though. -Original Message- From: Rick Lamb [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 30, 2001 3:05 PM To:

RE: Weird Problem - Additional Info

2001-01-30 Thread Dylan Bromby
if you're using the VALUE attribute with double quotes, and the value of the VALUE attribute has double quotes in it, that might be the problem. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 30, 2001 4:42 AM To: CF-Talk Subject: Weird Problem

RE: ISP to support WAP and CF

2001-01-29 Thread Dylan Bromby
you can set the MIME type a number of different ways in the code. *depending* on what the ISP already supports (CF, ASP, etc.) you don't need the host to set anything for WAP. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, January 29, 2001 9:40 AM To:

RE: The real distance formula

2001-01-27 Thread Dylan Bromby
part north-south as the other two. The northern set of positions would be a shorter distance apart than the southern set... does the formula deal with that? --Scott - Original Message - From: "Dylan Bromby" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> S

RE: The real distance formula

2001-01-27 Thread Dylan Bromby
ent distance? For example, two sets of positions - both the same longitude, but latitudes of several hundred miles difference - and two other positions, also the same longitude, and the same distance apart north-south as the other two. The northern set of positions would be a shorter distance apart

The real distance formula

2001-01-27 Thread Dylan Bromby
A week or more ago, someone posted a formula for calculating the distance between two points using latitude/longitude. I think the formula as incorrect. However, here is one that works perfectly; #Evaluate(((pi()*6378)/180)*(ACos((Sin(lat_A)*Sin(lat_B)) + (Cos(lat_A)*Cos(lat_B)*Cos(lat_A-lat_B)))

RE: ISP to support WAP and CF

2001-01-27 Thread Dylan Bromby
you don't need anything server-side to deliver WAP applications. -Original Message- From: Gieseman, Athelene [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 27, 2001 12:24 PM To: CF-Talk Subject: ISP to support WAP and CF I'm looking for a host that will support WAP and CF. I'm doin

Re: Query Using Date - Please HELP!!

2001-01-25 Thread Dylan Bromby
1) have you tried outputting the D1 and D2 to see if they're formatted correctly? 2) is there a problem with date being a reserved word? 3) why don't you use the CreateODBCDate() function? at least it would put the date in the proper format for sure. - Original Message - From: "Erik S. Na

RE: SQL Server Index

2001-01-25 Thread Dylan Bromby
have you tried verity or something comparable? -Original Message- From: Katrina Chapman [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 8:09 AM To: CF-Talk Subject: SQL Server Index Merry Meet, I have a small problem. I have a database, SQL Server 7.0, that has a collection

RE: OT - Browsers version by percentage

2001-01-22 Thread Dylan Bromby
>>Strangely enough, there are some stats from IE6 and NS8! Not that they are, but HTTP_USER_AGENT can be easily forged. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: Question: Using CFHTTP to Masquerade

2001-01-22 Thread Dylan Bromby
why don't you just try it? -Original Message- From: David Adams [mailto:[EMAIL PROTECTED]] Sent: Monday, January 22, 2001 9:16 AM To: CF-Talk Subject: Question: Using CFHTTP to Masquerade Because of my environment, I am only allowed one port for my webserver, which is port 80, and I wou

RE: Single Quotes in SQL HELP PLEASE!

2001-01-22 Thread Dylan Bromby
don't use = in the SQL statement. you should be able to do INSERT INTO MyTABLE (Stuff) VALUES (''') if that doesn't work, use the CF PreserveSingleQuotes() function. -Original Message- From: Phoeun Pha [mailto:[EMAIL PROTECTED]] Sent: Monday, January 22,

RE: OT - Browsers version by percentage

2001-01-22 Thread Dylan Bromby
you should look for more industry-wide percentages. you might get a lot of feedback here, but it will still be a very small slice of the overall market. try the mediametrix site or the standard. i don't know when the last GVU study was, but maybe there too. -Original Message- From: Perez,

RE: business dates

2001-01-22 Thread Dylan Bromby
no, he wants business days not calendar days. at least that's what i'm assuming. thing is, lots of people ALREADY replied to his exact same post a couple weeks ago, so if this isn't a double posting, you can find the answer in the archives. -Original Message- From: [EMAIL PROTECTED] [mai

RE: CF Server Error

2001-01-22 Thread Dylan Bromby
list the CFX tags (if any) you have installed. they're a common culprit of CFMLInterpreterImp::executepcode errors. as far as listing code...you'd have to list everything on your box. a lot of the time, this error isn't caused by anything blatantly obvious. -Original Message- From: Jon H

RE: Formatting

2001-01-21 Thread Dylan Bromby
if you want to put the date and time in the subject, why don't you use DateFormat(Now(), 'mask') and TimeFormat(Now(), 'mask')? -Original Message- From: Harry Miller [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 21, 2001 7:31 PM To: CF-Talk Subject: Formatting --

CFPOP - murphy's law

2001-01-19 Thread Dylan Bromby
wouldn't you know - minutes after i post i catch an error. although we might be down to only one now; it's a "no such msg" error that doesn't really make any sense. oh well. back to the COM object we were working on... --dylan ~~ Structure your C

*might* have a CFPOP solution

2001-01-19 Thread Dylan Bromby
for those who don't know, i co-built and co-run www.planetaccess.com, a complete web-based mail (and much more) solution written in CF. it's been up for over 2 years and in that time we've had *hundreds* of battles with dozens of POP3 solutions. we've isolated the CFPOP "problems" down to 2 key a

RE: Excel Questions

2001-01-19 Thread Dylan Bromby
this has already been posted. here it is again: -- i have a client who does this all the time. the tool i built works like this: 1) They upload an Excel file for which a DSN *already exists* 2) I read the Excel file and populate SQL with the content 3) I use CFUSION_DISABLE

RE: Great idea Adam! [Was: Re: Adam, you got to be kidding?

2001-01-18 Thread Dylan Bromby
the point isn't whether the browsers can use javascript, it's whether or not the technology you want to rely on can be turned on or off by the user. the key word is RELY. i use JS on sites but if it's turned off or otherwise unavailable it doesn't break the application in question. as far as "dow

<    1   2   3   4   5   6   >