I am trying to create an xml object using . I formatted all the data with XMLFormat().
There are some invalid characters in the XML, such as’»’. I added this character to the xml doctype as follow
Tag: ColdFusion
Use neo-cron.xml to migrate the ColdFusion program task
We currently have two ColdFusion 10 dedicated servers and we are migrating to a VPS server. We each have many scheduled tasks. I have obtained each neo-cron.xml File and copied the var XML element
ImageNew Tobase64 encoding problem, ColdFusion quality decline
I have been experiencing problems with toBase64(). I hope someone can tell me why CF toBase64() seems to be missing something, for example in my case it reduces the quality of the image .
I h
Mysql – ColdFusion for parameterized queries
I have a query that I run to fill the CFChart that I am trying to parameterize:
SELECT *
FROM closed_tickets
WHERE MONTH(closed_date) = #month#
AND YEAR(closed_date) = #dateFormat(theMont
Use ColdFusion to search for LinkedIn Group discussion
I was asked by a client to extract the latest posts in their LinkedIn group to one of our website pages.
I am using ColdFusion 9 for development, And have researched these few days, and decid
SOA style architecture in ColdFusion?
The back-end of the company’s internal systems is becoming more and more complex. I want to explore the idea of an SOA-style architecture instead of a heavy monolithic system. Where should I star
Coldfusion – How to get rid of the strange characters in my RSS?
I created a utf8-encoded RSS feed, which provides news data extracted from the database. I have set all aspects of my database to utf8 and pasted it Go to Notepad and save as utf8 to save the text
ColdFusion – How do I retrieve the current value of EnablecfoutPutonly?
We are using Coldfusion 9.
Is there an easy way to know if enablecfoutputonly has been set to true during a particular request?
out = getPageContext().getOut();
// Is the cfsetting ena