Questions tagged [coldfusion-11]

ColdFusion is a server-side rapid application development platform, from Adobe. ColdFusion 11 was released on April 29, 2014.

ColdFusion is a server-side rapid application development platform, from Adobe. ColdFusion 11 (Splendor) was released on April 29, 2014. New features include:

Preview the new features in ColdFusion Project Splendor:

  • Leverage your existing CFML skills to develop mobile apps and use built-in integration with Adobe Phonegap to build easily and quickly deliver them as installed apps that run on iOS and Android™ devices.
  • Use unique on-device debugging capabilities to identify and fix errors in both installed apps as well as browser-based mobile applications.
  • Security enhancements to limit the attack surface by restricting default remote access to the admin portal.
  • Develop applications faster and more easily since every functionality of ColdFusion Project Splendor can be accessed using CFSCRIPT.
  • Use the improved conversion engine from Adobe to generate superior quality PDFs from HTML pages.
  • Allow your end users to access your web application with their existing social media accounts.
  • Maintain and modify existing code faster and more easily with member functions on ColdFusion objects.
  • Secure your PDFs using electronic signatures and manipulate them using full DDX support.
557 questions
-3
votes
1 answer

Is this an unexpected keyword

I'm inside of a ColdFusion custom tag, and this line 20 : param attributes.name = ""; 21 : param attributes.id = attributes.name; 22 : param attributes.inline false; 23 : param attributes.look = ""; 24 : param…
James A Mohler
  • 11,060
  • 15
  • 46
  • 72
-4
votes
2 answers

How to increase variable number using loop?

In Coldfusion, how do I increase a variable number by 1 for 5 loops? I tried the following: #num# But this is not working.
Gosi
  • 2,004
  • 3
  • 24
  • 36
1 2 3
37
38