Skip to content Skip to sidebar Skip to footer
Showing posts with the label Coldfusion

Anything Wrong With Using Windows-1252 Instead Of Utf-8

I have a test site that has been using windows-1252 all along. They do need/use some symbols like … Read more Anything Wrong With Using Windows-1252 Instead Of Utf-8

Looping Columns In Coldfusion Along With Values In Correct Order

Instead of hardcoding the columns from a query into a table I prefer to do it dynamically. This is … Read more Looping Columns In Coldfusion Along With Values In Correct Order

Not Picking Up Form Values From Checkbox

I have a form in Cold Fusion which contains a set of checkboxes. I am submitting this form to the … Read more Not Picking Up Form Values From Checkbox

Parsing Log Files In A Folder In Coldfusion

The problem is there is a folder ./log/ containing the files like: jan2010.xml, feb2010.xml, mar201… Read more Parsing Log Files In A Folder In Coldfusion