Unsafe random bit generation algorithms
ColdFusion Enterprise installation includes FIPS compliant RSA BSAFE JCE Crypto Provider. Default algorithm used by this library for random number generation is ECDRBG (A variant of Dual Elliptic...
View Articletrycf.com - Excellent learning initiative for ColdFusion
trycf.com is a new learning initiative by Abram Adams. The idea of the portal is to offer tutorials for new or beginner level ColdFusion developers with interactive tutorials using which you can type...
View ArticleTeam CF Advance - Dedicated to build open source solutions for ColdFusion
You may be aware of a new community initiative happening to promote, create and manage open source solutions for ColdFusion. This team directly addresses one of the key challenges that ColdFusion has...
View ArticleColdFusion 10 Update 13 released
ColdFusion 10 Update 13 is now available.This update introduces support for OS X 10.9 Mavericks. It fixes the web server connector issue on OS X 10.9 reported as bug #3653076.Users who are on OS X 10.9...
View ArticlePublic Beta for ColdFusion and ColdFusion Builder is now available!
In case you haven't already noticed,the public beta for the major version of ColdFusion codenamed Splendor and for the next major version of ColdFusion Builder Thunder is now available.Here is where...
View ArticleLanguage Enhancements in ColdFusion Splendor
Download the public beta of ColdFusion Splendor from hereVarious enhancements have been added to the core CFML language to provide a better development experience. Script support for CF tags and member...
View ArticleCreating database mobile application with ColdFusion Splendor
Download the public beta of ColdFusion Splendor from hereThis post is reproduced from my personal blog post at ramkulkarni.com.In my post, Simplify Mobile Application Development Using ColdFusion, I...
View ArticleCFMobile Example – Using Geolocation APIs in ColdFusion Splendor
Download the public beta of ColdFusion Splendor from hereThis post is reproduced from my post at my personal blog ramkulkarni.com.I was going to cover a use-case of taking picture in a mobile app and...
View ArticleNew CF Mobile Project - Templates
Download the public beta of ColdFusion Splendor from hereRead my original post here You must be hearing about the mobile story in CF11, well yes, that is Huge. And if you haven't tried it yet, you are...
View ArticleLanguage Enhancements in ColdFusion Splendor - Member functions
Download the public beta of ColdFusion Splendor from hereI started a series of blog posts on language enhancements and covered "Script support for tags"last week. Continuing on this, today I am going...
View ArticleCFMobile Example – Taking picture and uploading to ColdFusion server
Download the public beta of ColdFusion Splendor from hereThis post is reproduced from my post at my personal blog ramkulkarni.com.In this post I am going to show you how to create a mobile application...
View ArticleWhy does cfclient file upload API take callback functions?
Download the public beta of ColdFusion Splendor from hereYesterday I posted an example of how to take picture and upload it to CF server in a mobile app using CFMobile features. One of the APIs this...
View ArticleColdFusion Thunder – It’s all new IDE
This post is reproduced from my post at my personal blog ramkulkarni.com.Though ColdFusion Thunder is the next version of ColdFusion Builder (the last version was 2.0.1), it is like a new IDE because...
View ArticleCFMobile Example – Record and playback audio using ColdFusion Splendor
This post is reproduced from my post at my personal blog ramkulkarni.com.In this post I am going to show how easy it is to record audio and play it back in a mobile application using ColdFusion...
View ArticleCFClient – Understanding Battery Events
Adobe ColdFusion 11 public beta allows users to develop mobile applications using CFML language. In my blog post I have explained about the different battery events which are fired on mobile devices....
View ArticleColdFusion Splendor and ColdFusion Builder Thunder articles
Here is a quick link to all the articles written after the release of public beta of ColdFusion Splendor and ColdFusion Builder Thunder.Here is a link to What’s New document and we will keep on adding...
View ArticleCFMobile Example – Accessing remote data from mobile application
This post is reproduced from my post at my personal blog ramkulkarni.com.So far I have posted CFMobile examples that were mostly standalone applications (except a photo application that uploaded image...
View ArticleImprovements and Enhancements in SpreadSheet
In the coming release we have made few updates in spreadsheet :1. Overall performance has improved a lot. Read/write/update/format operations should be faster and consume less memory2....
View ArticlePerformance improvements in SpreadSheet
There has been considerable improvements in spreadsheet performance. We have done alot of internal code changes to improve this performance. Apart from internal changes we have also exposed something...
View ArticleSpreadSheetAddPagebreaks and SpreadSheetAddAutofilter
We have added 2 new methods in spreadsheet.1.SpreadSheetAddPagebreaks Spreadsheets can have pagebreaks which breaks sheets into multiple regions when you want to print it. You can put these line breaks...
View Article