Best of Talk (Weekend, 6/7/03 - 6/8/03)

 
May 29, 2003

by Dina Hess

Title: Duplicate URL Parameters?
Date: 06/07/03      5 Posts
Summary: Need to work around code that generates duplicate URL variables? Try using ListFirst() or ListLast() when you reference each URL variable, like this:

   #ListFirst(url.id)#
 
Title: soXML Help/Question Really Needed
Date: 06/08/03      13 Posts
Summary: soXML worked fine as a tool to return content from UPS in a CF-usable format until UPS started using UTF-8 encoding. You can permanently work around this problem, if you're running MSXML 4, by changing a line in the soXML.cfm file

   from:
   <cfparam name="Attributes.ProgId"
      default="Microsoft.XMLDom"> 

   to:
   <cfparam name="Attributes.ProgId" 
      default="Msxml2.DOMDocument.4.0">
This thread also includes some discussion about how to determine which version of MSXML you're running.
 
Title: CF Math?
Date: 06/08/03      12 Posts
Summary: Discover how to formulate a mathematical expression, get some expert advice about including a customized library of UDFs in your Application.cfm file, and find a UDF that converts decimal pounds to pounds and ounces.
 
Title: I Need a Blog
Date: 06/08/03      9 Posts
Summary: Several developers suggest URL resources for blog hosting and blog code downloads.
 

Add a Comment
(If you subscribe, any new posts to this thread will be sent to your email address.)
  
Privacy | FAQ | Site Map | About | Guidelines | Contact | Advertising | What is ColdFusion?
House of Fusion | ColdFusion Jobs | Blog of Fusion | AHP Hosting