Not finding what you are looking for? Request a recipe!

  1. Avg. Rating 5.0

    How do you build a RESTful service in ColdFusion using GET, ...

    Don't roll your own! Depending on your preference, use Taffy if you prefer a convention-based solution or PowerNap if you prefer a configuration-based solution. Also, frameworks like Coldbox and Mach-ii have built-in endpoints for RESTful web services too.

  2. Avg. Rating 4.0

    Remove all non-digits from a phone number

    Use the reReplace function and a regular expression to strip out the characters you don't want.

  3. Avg. Rating 4.0
  4. Not yet rated

    API in ColdFusion Version 8 to retreive mail from a gmail ac ...

    Either upgrade to Adobe ColdFusion 9 and use CFIMAP *or* drop down to Java to set up the proper connection for CFPOP to function.

  5. Not yet rated

    How to capture/process/FILE multiple event code details on f ...

    Use the way HTML forms work to your advantage (with proper validation) or construct dynamic form fields on the fly and extract the data for each unique record.

  • Results 1-5 of 5