Not finding what you are looking for? Request a recipe!
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.
Use the CFChart tag in ColdFusion.
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.
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.
Use the replace function along with cffile and cfdirectory tags.