[ACFUG Discuss] Opa

2010-04-26 Thread Thomas Nunn
http://sites.google.com/site/sdfft4y5htwhg/dasm2w -- __ Larry Nunn Certified ColdFusion Web Developer http://www.linkedin.com/in/larrynunn 404.309.1724 (Cell) - To unsubscribe from this list, manage your

[ACFUG Discuss] Adobe Support Packages

2009-04-23 Thread Thomas Nunn
I'm currently working with a company that does a lot of contract work with the government and as part of our project budget we have to account for any software support costs that we might incur over the life of the project, preferably in a prepaid bundled support program. Unfortunately, after talk

Re: [ACFUG Discuss] CF8 Java Version

2008-03-28 Thread Thomas Nunn
Thanks fellas. That did the trick. On Fri, Mar 28, 2008 at 2:04 PM, Howard Fore <[EMAIL PROTECTED]> wrote: > You can check it by doing: > > > > > Look for java.runtime.version (mine says 1.6.0_01-b06). > > > Howard > > > On Fri, Mar 28, 2008 at 11:43 A

[ACFUG Discuss] CF8 Java Version

2008-03-28 Thread Thomas Nunn
Does anyone know what version of java that CF8 uses by default? __ Larry Nunn Senior Coldfusion Consultant AT&T Mobility 404-309-1724 - Annual Sponsor FigLeaf Software - http://www.figleaf.com To unsubs

Re: [ACFUG Discuss] Anyone ever have this cfinput or cfselect validation issue?

2008-03-27 Thread Thomas Nunn
Jeff, can you send an example of the error that you're getting? - Larry Nunn [EMAIL PROTECTED] On Thu, Mar 27, 2008 at 3:01 PM, Troy Jones <[EMAIL PROTECTED]> wrote: > Do you have the virtual directory in place for your cfide file in your > IIS entry? Or, am I misunderstanding the nature of the

Re: [ACFUG Discuss] SimpleConfig

2007-06-01 Thread Thomas Nunn
I would definitely be interested in doing some testing for you. Do you have any supporting documentation that I can read through so that I know how to set everything up? On 6/1/07, Steven Ross <[EMAIL PROTECTED]> wrote: All, I am getting ready to release a configuration management cfc and supp

Re: [ACFUG Discuss] XMLParse Problems

2007-01-10 Thread Thomas Nunn
D] *On Behalf Of *Thomas Nunn *Sent:* Wednesday, January 10, 2007 4:22 PM *To:* discussion@acfug.org *Subject:* Re: [ACFUG Discuss] XMLParse Problems No. It's supposed to return an xml formatted string. Would this error occur if I were getting an empty string do you think? On 1/10/0

Re: [ACFUG Discuss] XMLParse Problems

2007-01-10 Thread Thomas Nunn
Mason <[EMAIL PROTECTED]> wrote: What does this yield.. #cfhttp.FileContent# John -- *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Thomas Nunn *Sent:* Wednesday, January 10, 2007 4:22 PM *To:* discussion@acfug.org *Subject:* Re: [ACFUG Discus

Re: [ACFUG Discuss] XMLParse Problems

2007-01-10 Thread Thomas Nunn
L PROTECTED] -- *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Thomas Nunn *Sent:* Wednesday, January 10, 2007 3:25 PM *To:* discussion@acfug.org *Subject:* Re: [ACFUG Discuss] XMLParse Problems I just checked it and it is actually uncompressed. Any

Re: [ACFUG Discuss] XMLParse Problems

2007-01-10 Thread Thomas Nunn
the cfhttp error you are seeing. To test it use the compression check tool on this page.. http://www.port80software.com/products/zipenable/ John [EMAIL PROTECTED] -- *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Thomas Nunn *Sent:* Wednesday,

Re: [ACFUG Discuss] XMLParse Problems

2007-01-10 Thread Thomas Nunn
1/10/07, John Mason <[EMAIL PROTECTED]> wrote: Is the page you're trying to hit using http compression? John [EMAIL PROTECTED] -- *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Thomas Nunn *Sent:* Wednesday, January 10, 2007 11:5

[ACFUG Discuss] XMLParse Problems

2007-01-10 Thread Thomas Nunn
I'm receiving an error message when I try try to parse incoming xml data from a cfhttp call to a url. The url is supposed to send back miscellaneous xml formatted data. xmlstuff = XMLParse(cfhttp.FileContent); The error I'm getting is: An error occurred while Parsing an XML document.