Products
Technologies

Developer resources

Search Cookbooks for Dan Switzer

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

  1. Not yet rated

    Rounding to the nearest fraction (i.e. specific decimal plac ...

    Use the simple equation of "round( value/fraction ) * fraction" to round a number to a specific fraction/decimal.

  2. Not yet rated

    Detecting AJAX requests

    Use the getHttpRequestData() function to retrieve all the data sent from the client in the HTTP request to look for special headers that indicate an AJAX request.

  3. Not yet rated

    Determine the execution time of any SQL query

    Use the getMetaData() on a query object to get access to its "result" structure.

  4. Not yet rated

    Convert a ColdFusion date into a JavaScript date object

    Create a small UDF for generating the necessary code to create a JavaScript date object from a ColdFusion date object.

  • Results 1-4 of 4