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

  1. Avg. Rating 5.0

    Pagination using AJAX

    AJAX is employed to refresh only a certain part of current page as marked by a div. Only the data on display along with page links are refreshed each time user wants to go to a different page. The contents of each div are pulled from separate CFM pages.

  2. Not yet rated
  3. Not yet rated

    How do I update a xml file with ColdFusion Form?

    A new record can be inserted by first reading the xml file to a varaible using cffile. The new record may then be inserted using ArrayAppend and XmlElemNew functions before finally writing it to file using cffile again.

  4. Not yet rated

    How to base64 encode/decode in coldfusion

    Merely use the base64 method in CF for encoding. Decoding will be a two step process. first, the encoded string is converted to binary and then converted to string.

  5. Not yet rated

    Replacing strings within all files in a directory

    Use the replace function along with cffile and cfdirectory tags.

  • Results 1-5 of 5