ColdFusion Examples
Just a bunch of ColdFusion examples
  • About Me
  • Books
ColdFusion Examples > Uncategorized

Converting numbers between base 10 and base 16 using ColdFusion

By Peter deHaan On November 25, 2010 · Leave a Comment · In Uncategorized

The following example shows how you can convert numbers and strings between base 10 (decimal) and base 16 (hexadecimal) in ColdFusion using the formatBaseN() and inputBaseN() functions.  

Continue Reading →

Creating a custom component in ColdFusion

By Peter deHaan On November 6, 2010 · Leave a Comment · In jQuery, Uncategorized

The following example shows how you can create a simple custom component in ColdFusion.  

Continue Reading →

Determining if a variable has been defined in ColdFusion

By Peter deHaan On November 1, 2010 · 2 Comments · In Uncategorized

The following example shows how you can check if a variable has been defined in ColdFusion by using the isDefined() method.  

Continue Reading →

Determining the document server file path in ColdFusion

By Peter deHaan On November 1, 2010 · Leave a Comment · In Uncategorized

The following example shows how you can determine the server file path of a ColdFusion template by using the #CGI# object.  

Continue Reading →

Determining if a variable is a query object in ColdFusion

By Peter deHaan On October 30, 2010 · Leave a Comment · In Uncategorized

The following example shows how you can determine whether a value is a query object by using the isQuery() method in ColdFusion.  

Continue Reading →

Rounding numbers in ColdFusion

By Peter deHaan On October 30, 2010 · 1 Comment · In Uncategorized

The following example shows how you can round numbers using the round(), fix, int() and ceiling() methods.  

Continue Reading →
  • ColdFusion Language Reference
  • Recent Posts

    • Toggling the overview panel on a CFMAP tag in ColdFusion
    • Listening for map errors on the CFMAP tag in ColdFusion
    • Converting a database query to a WDDX packet using ColdFusion
    • Toggling which columns are displayed from a database query using the CFDUMP tag in ColdFusion
    • Dynamically adding columns to a database query using ColdFusion
    • Adding the values in a database query column in ColdFusion
    • Getting started with Arrays in ColdFusion
    • Converting numbers between base 10 and base 16 using ColdFusion
    • Getting started with Lists in ColdFusion
    • Displaying a database query in a grid using the CFGRID tag in ColdFusion
  • Archives

    • November 2010 (63)
    • October 2010 (13)
  • Books

  • Categories

    • Basics (4)
    • CFAJAXIMPORT (1)
    • CFAPPLICATION (1)
    • CFCOMPONENT (1)
    • CFDUMP (4)
    • CFFEED (5)
    • CFFILE (1)
    • CFFORM (2)
      • CFGRID (1)
      • CFINPUT (1)
    • CFFUNCTION (1)
      • CFARGUMENT (1)
      • CFRETURN (1)
    • CFHTTP (3)
    • CFIF (1)
      • CFELSE (1)
    • CFIMAGE (3)
    • CFINVOKE (1)
      • CFINVOKEARGUMENT (1)
    • CFLAYOUT (1)
      • CFLAYOUTAREA (1)
    • CFLOCATION (1)
    • CFLOOP (6)
    • CFMAP (10)
      • CFMAPITEM (1)
    • CFMEDIAPLAYER (11)
    • CFOBJECT (1)
    • CFOUTPUT (1)
    • CFPARAM (1)
    • CFPOD (4)
    • CFQUERY (11)
    • CFSCRIPT (2)
    • CFTABLE (1)
      • CFCOL (1)
    • CFTRY (1)
      • CFCATCH (1)
    • CFWDDX (1)
    • CFXML (1)
    • CGI (2)
    • jQuery (2)
    • Uncategorized (6)
  • Tags

    action arrayAppend() arrayAvg() arrayLen() arraySum() ceiling() centerAddress CGI ColdFusion.Map ColdFusion.Mediaplayer collapsible condition createDate() datasource dateAdd() dateFormat() delimters firstRowAsHeaders fix() format from hideBorder index jQuery listToArray() maxRows name onLoad onStart output pi() query querySetCell() recordCount round() setCenter() source step title to top type url valueList() xmlVar
  • Hosting

    Hosting provided by (mt) Media Temple

    Examples hosted by
    Dropbox.com

"No public Twitter messages." — pdehaan
ColdFusion Examples

Pages

  • About Me
  • Books

The Latest

  • Toggling the overview panel on a CFMAP tag in ColdFusion
    The following example shows how you can toggle the overview panel on […]

More

  • Flex Examples
  • ColdFusion Examples
  • ActionScript Examples
  • Adobe AIR Examples
  • DHTML Examples
This work is licensed under a Creative Commons Attribution 3.0 United States License.
PlatformPro by PageLines
Back to top