by Dina Hess
| Title: | Installing MX for JRun With No Context Root |
| Date: | 06/16/03 25 Posts |
| Summary: | CFMX installer options are critiqued as experts offer tips not only for installing CFMX for JRun using "/" as the context root, but also for configuring a multi-homed server running CFMX on IIS. |
| Title: | Image Processing |
| Date: | 06/16/03 19 Posts |
| Summary: | Need an image manipulation tool that will overlay text from a database? CFX_ImageCR from Efflare.com gets top marks for quality based on clarity, optimization, and compact file size. Using CFMX? You may want to opt for an imaging tool based on the ImageJ Java API. |
| Title: | CFMX, BD...the Question on Many Minds... |
| Date: | 06/16/03 9 Posts |
| Summary: | CFQUERYPARAM dilemma? A BlueDragon query requires the use of CFQUERYPARAM to escape single quotes in string parameters. But, in CFMX, a single quote is doubled if you trim a string parameter inside CFQUERYPARAM. To work around this bug, try trimming the string before using it inside the CFQUERYPARAM tag. |
| Title: | CFMX Admin: Made Easy-Breezy |
| Date: | 06/16/03 4 Posts |
| Summary: | If you'd like to know more about ColdFusion Administration, you won't want to miss this 16-minute Breeze presentation about server setting nuances. |
| Title: | Getting IE to Accept XML from ColdFusion |
| Date: | 06/16/03 8 Posts |
| Summary: | You can generate XML using CFXML and send it to the client via CFCONTENT, like this: <cfcontent type="application/xml" reset="yes"> Internet Explorer idiosyncrasies are also discussed. |
| Title: | Dynamically Populating an XML Document |
| Date: | 06/16/03 8 Posts |
| Summary: | Trying to create an XML document via the DOM? It may be easier to use CFSAVECONTENT to create the document and XMLParse() to parse it. Alternative suggestions are also included. |