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

  1. Avg. rating 5
    • No tags.

    Sending an Email through GMail With ColdFusion - Adobe Cookbooks

    You want to use ColdFusion to send an email using gmail's smtp server.

  2. Not yet rated
    • No tags.

    Using ColdFusion's underlying Java capabilities instead of cfdirectory

    You find that you need to tap directly into ColdFusion's underlying Java
    capabilities for working with directories instead of using cfdirectory.

  3. Not yet rated
    • No tags.

    Using Metadata To Add Static Variables to ColdFusion Components

    CFC's do not have a native way to add static variables (variables that belong to a
    class and not an instance of a class) to them like strongly typed languages ...

  4. Avg. rating 5
    • No tags.

    AUTOMATED SANITIZED Resultset with ColdFusion

    I am working in a multi application environment. Recently I discovered a problem
    - when other applications hit my warehouse database, they insert some HTML ...

  5. Avg. rating 5
    • No tags.

    How to sort an array of objects or entities with ColdFusion.

    ColdFusion's struct data-type helps simplify sorting an array of objects (or other
    complex data-types). We will build a new struct where the key is the value we ...

  6. Avg. rating 5
    • No tags.

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

    The rest of the internet is in love with using REST to deliver web services instead
    of SOAP. How can I implement RESTful web services with ColdFusion?

  7. Avg. rating 4.5
    • No tags.

    Properties file load to ColdFusion via java.util.Properties

    You have one or more standard properties files that you'd like to load into a
    ColdFusion struct.

  8. Avg. rating 5
    • No tags.

    Email contact form in ColdFusion - Adobe Cookbooks

    I want to create a simple form - name, business name, email, phone and
    comment field.

  9. Not yet rated
    • No tags.

    ColdFusion pagination with next, previous and numbers

    Displaying too many records from a query on screen and need a simple
    pagination added to it.

  10. Not yet rated
    • No tags.

    How to cache and flush a ColdFusion page which is not frequently ...

    ColdFusion provides many caching techniques to improve the site performance.
    Using CFCache tag we can able to cache a ColdFusion page for a particular ...


Technology tags

    Popular tags