As a related sub-question - are there any CF unit test frameworks that support or make it easier to use mocks/stubs?
I\'m working on an application that requires an autocomplete field on a search form. The application is CFML on Railo 3.3. I\'m using jQuery UI autocomplete and have implemented the lookup on the serv
I\'m curious how the maxlength attribute works in CFQUERYPARAM when you are passing a list. Does the maxlength apply to the len开发者_运维知识库gth of the entire list (i.e. length of \"1,2,3,4,5,6\" =
I asked this kind of question before, but didn\'t receive any good answers, perhaps because the code was too long or my question was unclear. For this time I will try to do my best :) So far I\'ve wri
I\'m trying to extract data from a PDF which is in the form of table with headings such as name, countr开发者_运维知识库y, and various numeric fields.
An attempt to capture notable differences between implementations: Adobe ColdFusion Railo Open Bluedragon
I want to create a flowchart in OpenOffice Draw. Since there\'s a lot of steps to show (and may change in future) but I can extract the data, I want to automate the creation with the following steps:
Which of these is more开发者_如何学C efficient in ColdFusion? isDefined(\'url.myvar\') or structKeyExists(url, \'myvar\')
I开发者_开发技巧s there a built-in way to join two arrays in ColdFusion, similar to JavaScript\'s array.concat()?Not really, but guess what, just use Java! :)
I am tasked to integrate a CF code(about 70 lines) into our site then configure it to communicate to another site\'s server. However, our hosting site is just a typical server without CF sup开发者_运维