Hi I have a component that contains getters and setters, which is fed by a structure for session variables.
I have a CFC method that I would like to run at an interval of 30 seconds. However, the problem is ColdFusion won\'t let me schedule a task that runs at an interval of 60 seconds or lower. Does anyone
I was looking for an elegant way to upload images AJAX style. I\'m new to all this mind you, and I couldn\'t find anything really simple and clear to teach me how to do this with a CFC and jQuery. The
I would like to know how ColdFusion serializes variables returned from web service calls so that I can figure out how large (in bytes) they are.
I am using the multisite.dll ISAPI filter (http://www.hairy-spider.com/post/Multisite.aspx) in order to develop on several websites simultaneously on my Windows XP Professional/IIS 5.1 workstation. I
I am trying to get the debugger (CF extension for Eclipse) working for last few hours. And struck in strange situation.
I\'m adding a watermark to pdf document, but position 0,0 is the bottom left-hand corner. I need to put the watermark at the top left-hand corner.
Simple request (hopefully) here. I have a string which whilst it varies in length, will always need the last 6 characters removed.
I\'ve learned how to add a watermark to a pdf. <cfpdf action=\"addwatermark\" image=\"NoteToSelf.png\"
I want to: on every page, check if a file exists include that file if TRUE i.e.: <cfset variables.includes.header = ExpandPath(\"_inc_header.cfm\")>