Re: Using CFXML to Make a Log File

2006-05-26 Thread Ben Dyer
OK, I've spent a lot of time looking at the documentation and it's pretty much worthless to me. Doesn't explain a thing. The CFXML is creating a standard RSS file that you'd find on any blog. I want to insert a new and *ALL* of its child elements above any and all current tags. The code be

Re: Using CFXML to Make a Log File

2006-05-26 Thread Ben Dyer
OK, I've spent a lot of time looking at the documentation and it's pretty much worthless to me. Doesn't explain a thing. The CFXML is creating a standard RSS file that you'd find on any blog. I want to insert a new and *ALL* of its child elements above any and all current tags. The code below

Using CFXML to Make a Log File

2006-05-26 Thread Ben Dyer
This seems like a simple problem but I can't seem to find an adequate answer. I want to create a log file that I can use to monitor different events on a web site using CFXML to create RSS feeds. In other words, I want to create a log file and then when one of these events occurs, prepend it to t

RE: OT - Good list for HTML questions

2001-05-03 Thread Ben Dyer
Also, Evolt: http://lists.evolt.org --Ben At 11:47 AM 5/2/2001, you wrote: >There's a great list at: > >http://webdesign-l.com/ > >been using it for a while and found it to be one of the best. > >HTH, >d > >-Original Message- >From: Perez, Bismark [mailto:[EMAIL PROTECTED]] >Sent: Wedne

Re: Feedback to Jeff Whatcott - Macromedia

2001-04-30 Thread Ben Dyer
Uh...doesn't ColdFusion Express fit that bill? Watch the wrap...Scroll to the bottom... http://allaire11.allaire.com/download/showfamily.cfm?DownloadType=Evaluation&FamilyID=1953B558-7AC0-11D4-849E0010B547F60A --Ben At 04:54 PM 4/30/2001, you wrote: >I had a thought the other day, that I wanted

Fwd: Adding 90 minutes to Now()

2001-04-24 Thread Ben Dyer
Jeez. Never mind. You have to use 'n'. #DateAdd('n',90,Now())# I would *never* have thought of that one. --Ben >Date: Tue, 24 Apr 2001 10:32:50 -0500 >To: [EMAIL PROTECTED] >From: Ben Dyer <[EMAIL PROTECTED]> >Subject: Adding 90 minutes to Now() >

Adding 90 minutes to Now()

2001-04-24 Thread Ben Dyer
tober 2008). #DateAdd('mm',90,Now())# Returns an error. Any thoughts? --Ben -=-=-=-=-=-=-=-=-=-=-=-=- Ben Dyer Senior Internet Developer Imaginuity Interactive http://www.imaginuity.com -=-=-=-=-=-=-=-=-=-=-=-=- ~~ Structure yo

RE: CyberCash

2001-04-20 Thread Ben Dyer
I agree. We've had lots of timeout problems where Cybercash would process the transaction, but take its sweet time. Often the script would time out before Cybercash got through it. That caused all sorts of stupid problems. I'd recommend Verisign if I didn't hate them so much (in general, you

Re: EAetheif

2001-04-12 Thread Ben Dyer
;Anyone know anything about this? > > > >Yours In Conservation, -=-=-=-=-=-=-=-=-=-=-=-=- Ben Dyer Senior Internet Developer Imaginuity Interactive http://www.imaginuity.com -=-=-=-=-=-=-=-=-=-=-=-=- ~~ Structure your ColdFusion code with Fu

Re: Breaking Datasource Connection

2001-04-06 Thread Ben Dyer
Query a table that doesn't exist. It will unlock the database: SELECT * FROM FourScoreAndSevenYearsAgo That'll do it. --Ben At 10:09 AM 4/6/01, you wrote: >I know, I know - this has been asked a trillion times. > >I need to upload a brand new copy of the access database, but 'its in u

cf_xmlparse woes

2001-03-26 Thread Ben Dyer
ve you. The name of the section is obviously different, but so are all the other feeds. Anyways, if anyone has any insight to the tag, I'd be glad to show you the XML feed or whatever. This is driving me insane and it doesn't help that it's a Monday. Thanks. --Ben -=-=-=

RE: determine if user is active?

2001-03-23 Thread Ben Dyer
arch 23, 2001 8:35 AM >To: CF-Talk >Subject: determine if user is active? > > >My bank disconnects me after 5 minutes, how can I reproduce this? -=-=-=-=-=-=-=-=-=-=-=-=- Ben Dyer Senior Internet Developer Imaginuity Inte

Re: CF and Cybercash

2001-03-20 Thread Ben Dyer
nto the cash register mgmt program (via cfhttp) to > retrieve >the response detail. > >The problem originated at cybercash or the network... not returning a >response code. -=-=-=-=-=-=-=-=-=-=-=-=- Ben Dyer Senior Intern

CF and Cybercash

2001-03-20 Thread Ben Dyer
is: recommendations, solutions, ideas, whatever, would be most helpful. Thanks! --Ben -=-=-=-=-=-=-=-=-=-=-=-=- Ben Dyer Senior Internet Developer Imaginuity Interactive http://www.imaginuity.com -=-=-=-=-=-=-=-=-=-=-=-=- ~~ Structure your ColdFu

RE: Broken image links

2001-03-07 Thread Ben Dyer
Exactly. Wrapping the path and file name in #URLEncodedFormat()# should fix the problem. --Ben At 11:48 AM 3/7/01, you wrote: >Usually Netscape fails where IE works when there are spaces in url names >(e.g. would work in IE, but not in >Netscape - may also be in the html output code - Netscap

RE: Anybody encounter this error "Http Error 400 : Bad Request"

2001-03-07 Thread Ben Dyer
Are there any spaces that can be generated in the URL, like: http://www.site.com/whatever/index.cfm?something=this value Netscape would bounce that URL, IE would translate it to: http://www.site.com/whatever/index.cfm?something=this%20value --Ben >-Original Message- >From: JAIME HOI