Recent content by Biomilk

  1. B

    MSXML support in CF

    Hi, Thanks for your response. Adding this functionality is as simple as replacing the msxml2.dll file with the msxml5 dll from the ms site (free download). I don't think there is any security risk as it is just a set of tools for using xml; it is invoked as a com object in cf. Or CF7...
  2. B

    MSXML support in CF

    Hi, I am interested in using the MSXML class's methods for skirting down a DOM tree. I hate the cf methods. I have seen this: <cfobject type="com" action="create" class="MSXML4.FreeThreadedDOMDocument" name="oMSXML"> <cfset oMSXML.async="false"> <cfset...
  3. B

    Flash Remoting Prob

    Hello, Ahhh. Ha. I have the answer to the prob. The swf file must be located on that domain which has the gateway applied to it. Make sense? I don't understand why it will work locally, though. Does anyone have any ideas? Thanks for the help, -popAuth
  4. B

    Flash Remoting Prob

    Hello, Ah. Hhh. I had jodohost set up my flash remoting gateway. http://mydomain/flashservices/gateway. I can test it locally using this domain from my computer and it works like a charm. Great. I have now uploaded the same file, same code, to jodohost and I get no response. I don't even...
  5. B

    Cfcontent ?

    8) I figured it out. The debugger I have enabled in my testing environment was causing it to work correctly. After adding <table> tags around my output text, word was able to correctly interpret and format my junk.
  6. B

    Cfcontent ?

    Hi there, Is cfcontent enabled on jodoHost? I am building an application that needs the ability to dynamically create doc files to be sent to the client. These docs contain a pic and some text information regarding the pic - very simple. It works correctly in my testing environment but on...
  7. B

    Dynamic PDF Creation?

    The easel2 PDF converter is a paid component? Is http://www.pdflib.com/products/pdflib/index.html legal on jodohost servers? It requires a .dll to be running somewhere.
  8. B

    Dynamic PDF Creation?

    CFexecute permissions are not allowed on the server, correct? Is the tag allowed on a VPS account?
  9. B

    CFQUERY woes: Access Denied to DB

    I'll do that. Thanks for the help Hatton.
  10. B

    CFQUERY woes: Access Denied to DB

    I downloaded mySQL front. Connects like a champ. Thanks for the tip. I just tried using possible different cases with no luck. I have tried connecting sans username/password attributes and still no go: General error: Access denied for user: '[email protected]' to database...
  11. B

    CFQUERY woes: Access Denied to DB

    Hello. I am new to the forums and to Jodohost. This place rocks! Unfortunatley I am hitting some bad rocks on my road to setting up my coldfusion/mysql connection. I sent in a trouble ticket and had Jodohost set up my DSN. Sweet. I am able to succesfully query my mysql database when...
Back
Top