Re: Looking for a CF Recipe script!

2010-07-09 Thread Claude Schnéegans
Nobody calls their thumb their zeroth finger. Sure, but computers do not count on their fingers... ~| Order the Adobe Coldfusion Anthology now!

Re: Looking for a CF Recipe script!

2010-07-09 Thread Roger Austin
On 7/8/2010 10:30 PM, denstar wrote: A snippet from a favorite song: If my words did glow with the gold of sunshine And my tunes were played on the harp unstrung Would you hear my voice come through the music Would you hold it near as it were your own? It's a hand-me-down, the thoughts

Re: ISAPI filters

2010-07-09 Thread Dave Watts
I'm trying to set up ColdFusion 9 in distributed mode (again, on some other servers).  As soon as I add the jrun_iis6_wildcard.dll ISAPI filter, a call to an HTML file will fail.  As soon as I remove the filter, it succeeds. I thought that .html and .htm files were not served by a filter

Does Application.cfm get run by .cfc web service?

2010-07-09 Thread Tom Jones
Hello, I have a web service (SOAP) file called wsl.cfc and I was wondering if Application.cfm got called every time a remote client connected and ran a function from the wsl.cfc web service? Thanks, tom ~| Order the Adobe

Re: Does Application.cfm get run by .cfc web service?

2010-07-09 Thread Dave Watts
I have a web service (SOAP) file called wsl.cfc and I was wondering if Application.cfm got called every time a remote client connected and ran a function from the wsl.cfc web service? Yes, it does, which can obviously cause problems if you're not careful. Many developers ensure that their

Re: Looking for a CF Recipe script!

2010-07-09 Thread Won Lee
On Thu, Jul 8, 2010 at 9:57 PM, denstar valliants...@gmail.com wrote: So /that's/ why my ascii art is all mangled! ;] , - \O , .-.___ - /\ O/ /xx\XXX\ - __/\ `

Re: Extract an URL Variable name?

2010-07-09 Thread Won Lee
On Thu, Jul 8, 2010 at 11:11 PM, Les Mizzell lesm...@bellsouth.net wrote: If I'm passing an URL Variable - with the variable name itself being dynamic, what's the best was to extract the variable name (not the value) on the receiving page? As in: for: index.cfm?somevar=somevalue I need

Re: Looking for a CF Recipe script!

2010-07-09 Thread denstar
On Fri, Jul 9, 2010 at 11:38 AM, Won Lee wrote: On Thu, Jul 8, 2010 at 9:57 PM, denstar wrote: So /that's/ why my ascii art is all mangled!  ;]         ,     -   \O                                     ,  .-.___   -     /\                                   O/  /xx\XXX\  -   __/\ `        

Re: Looking for a CF Recipe script!

2010-07-09 Thread denstar
On Fri, Jul 9, 2010 at 2:21 PM, denstar wrote: @Keven -- Awesome take on it.  I'm there dude.  =) Er- Kevin, even. :) :Denny -- Do not fear lest you should meditate too much upon Him and speak of Him in an unworthy way, providing you are led by faith. Do not fear lest you should entertain

Re: Looking for a CF Recipe script!

2010-07-09 Thread Casey Dougall
On Thu, Jul 8, 2010 at 6:13 PM, Raymond Camden rcam...@gmail.com wrote: I'm sorry - but I still say the guy who invented arrays was drunk and came up with the its an offset excuse later on to explain the whole 0 based thing. That's why I continue to avoided them like the plague. Darn

Re: Looking for a CF Recipe script!

2010-07-09 Thread Michael Grant
Good thing I started handing off most of my XML reply messages from API's straight to MS SQL server, so much simpler ;-) Especially if you're working with a large xml result set. It's s quick to just stick it straight into the db.

Re: Looking for a CF Recipe script!

2010-07-09 Thread Gerald Guido
Nobody calls their thumb their zeroth finger. I call my thumb Englebert. -- Gerald Guido http://www.myinternetisbroken.com Wait. We can't stop here. This is bat country. -- HST ~| Order the Adobe Coldfusion Anthology

Re: Looking for a CF Recipe script!

2010-07-09 Thread Casey Dougall
On Fri, Jul 9, 2010 at 4:40 PM, Michael Grant mgr...@modus.bz wrote: Good thing I started handing off most of my XML reply messages from API's straight to MS SQL server, so much simpler ;-) Especially if you're working with a large xml result set. It's s quick to just stick it

Re: ISAPI filters

2010-07-09 Thread Aaron Neff
I'm trying to set up ColdFusion 9 on IIS7? As soon as I add the jrun_iis6_wildcard.dll ISAPI filter, a call to an HTML file will fail. As soon as I remove the filter, it succeeds. I also await a fix for jrun_iis6_wildcard.dll blocking static file requests. Thanks!, -Aaron Neff

RE: Extract an URL Variable name?

2010-07-09 Thread Bobby Hartsfield
structKeyList(url) .:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Won Lee [mailto:won...@gmail.com] Sent: Friday, July 09, 2010 3:04 PM To: cf-talk Subject: Re: Extract an URL Variable name? On Thu, Jul 8, 2010 at 11:11 PM, Les