CFMobile - How to display CF query data returned from remote CFC
In my last blog post, CFMobile Example – Accessing remote data from mobile application, I explained how to access data returned by a remote CFC. The CFC queried a database table, but returned array of...
View ArticleCFZip Enhancements in ColdFusion Splendor
CFZip has been in ColdFusion since CF8 but it was only for unencrypted zip files. ColdFusion Splendor brings password protection to CFZip with multiple encryption methods. 2 new attributes have been...
View ArticleSpecifying datatypes in Spreadsheets
We have often encountered bugs around datatype of data being written in spreadsheets. For example string like 8E45000 getting converted into a floating type or a string like 4D or 4F getting converted...
View ArticleLanguage Enhancements in ColdFusion Splendor - Improved JSON serialization
I started a series of blog posts on language enhancements and so far covered Script support for tags and Member functions. Today, I will be blogging about the new features added in ColdFusion Splendor...
View ArticleLanguage Enhancements in ColdFusion Splendor - Improved JSON serialization 2
In the previous post, I blogged about JSON serialization enhancements and covered a couple of features around it. This post, a continuation from the last one, will cover the remaining features added in...
View ArticleColdFusion 10 WebSocket Vulnerability
There have been a couple of posts describing the vulnerability using the websocket functionality in ColdFusion 10. The Adobe Product Security Incident Response Team (PSIRT) is aware of this issue and...
View ArticleColdFusion Splendor Public Beta E-seminar Series
We have a series of e-seminars lined up that gives you a good understanding of the various features of ColdFusion Splendor, which is now in public beta. If you haven't downloaded ColdFusion Splendor...
View ArticleLanguage Enhancements in ColdFusion Splendor - CF Functions for Query tag
Continuing the blog posts series on language enhancements, today, I am going to cover the Query functions and explain its various overloaded methods in detail. Before I discuss this feature, here is...
View ArticleLanguage Enhancements in ColdFusion Splendor - Elvis operator
The Elvis operator (?:) is a small but elegant feature added in Splendor. I am going to show you how it shortens your conditional code and makes it look simpler. But before I get into the details,...
View ArticleSecurity Enhancements in ColdFusion Splendor - PBKDF2 and AntiSamy
ColdFusion 11 added few more security functions to the rich set of coldfusion security functions. Some of them includes protection against XSS using AntiSamy framework, PBKDF2 key derivation etc. In...
View ArticleAdobe ColdFusion Summit 2014
Finally!! I've been waiting a very long time to publicly announce all the details of CF Summit 2014 and here it is!We are pleased to officially announce the next Adobe ColdFusion Summit to be held...
View ArticleSlides of e-seminar - Everything about Mobile Application Development
I presented an e-seminar, Everything about Mobile Application Development, on 10th April. Some of the attendees had asked me to share the presentation and source code of the application. So here are...
View ArticleLanguage Enhancements in ColdFusion Splendor - Promoting built-in CF function...
A while ago I started a series of blog posts on Language Enhancements in ColdFusion Splendor and today, taking it forward, I am going to write about built-in ColdFusion functions being promoted to...
View ArticleColdFusion Splendor – When to use invokeCFClientFunction
This post is reproduced from my post at my personal blog ramkulkarni.com. I have seen some confusion when it comes to using invokeCFClientFunction. I have been asked this question a few times, more...
View ArticleCreating CFMobile Application using AngularJS
This post is reproduced from my post at my personal blog ramkulkarni.com.In my previous blog articles I had explained how to create CFMobile applications using JQuery, Bootstrap/JQueryMobile. Here are...
View ArticleAnnouncing the launch of ColdFusion 11 and ColdFusion Builder 3
We are excited to announce that the next versions of ColdFusion Server and ColdFusion Builder are now live and available. Thanks to everyone from the ColdFusion community who has contributed to this...
View ArticleAdobe DevNet articles on CFMobile
Following two articles on CFMobile are now live on Adobe DevNet site - Build your first mobile app with ColdFusion 11Overview: Mobile application development with ColdFusion 11Check them out if you...
View ArticleColdFusion 11 IIS Connector Tuning
Connector tuning is an essential part of setting up a ColdFusion server. There are various configurations in connector that needs to be tuned. Incorrect values may lead to “Service Unavailable” or...
View ArticleColdFusion Summit Call For Speakers
Last year, at the first ever, ColdFusion Summit in Las Vegas we had over 500 attendees. This year looks to be even bigger and better. We are calling for speakers to submit topics they wish to give at...
View ArticleColdFusion Builder 3 Mandatory Update Release
There is a mandatory update released for ColdFusion Builder 3 that resolves the ‘Update URL Issue’ that prevents your copy of ColdFusion Builder from downloading and installing the updates from our...
View Article