Akbarsait's Blog

Recent Blog Entries by Akbarsait

ColdFusion 9 Performance Brief Available at Adobe.com

Adobe has released the ColdFusion 9 performance brief which includes lots of statistics and executive summary of ColdFusion 9 performance over previous versions of ColdFusion. Download the ColdFusion 9 Performance brief PDF from here - http://bit.ly/CF9PerformanceBrief

Chennai CFUG Meeting: Getting Started with ORM in ColdFusion 9

Chennai CFUG is having its monthly meeting on February 18, 2010 and the topic is Getting Started with ORM in ColdFusion 9. In this meeting Himavanth from Adobe ColdFusion engineering team will present about the Object Relation Mapping feature in ColdFusion 9 and how to use ColdFusion 9 ORM features to create Rapid CF Applications. This will be an Adobe Connect meeting. Please see the event details on Chennai CFUG site at Adobe Groups for more information and to RSVP (Login with your Adobe ID to RSVP)

ColdFusion Builder Beta 3 Available on Adobe Labs

ColdFusion Builder Beta 3 is now available at Adobe Labs. This release includes many new features and one of my favorite is AIR Application development support. Some of the new features included with this release are as follows.

  • Code Assist for ColdFusion ORM
  • Enhanced SQL Editor
  • AIR application development
  • Support for ExtJS 3.0 libraries

So don't wait to grab your copy. ColdFusion Builder Rocks!

Chennai CFUG: ColdFusion 9 and Adobe AIR Integration Recording

Today Rakshith gave a wonderful and very informative presentation on about ColdFusion 9 and Abode AIR integration to Chennai CFUG. The recording of the presentation is available here and I have also posted the recording of the presentation to Charlie Arehart's UGTV site.

Chennai CFUG Meeting: ColdFusion 9 and Adobe AIR Integration

Chennai CFUG is having its October month meeting on coming 22nd and the topic is ColdFusion 9 and Adobe AIR Integration. In this meeting Rakshith from Adobe ColdFusion engineering team will present about the ColdFusion 9 and Adobe AIR Integration. Rakshith will discuss about the ColdFusion 9 offline AIR application support, which includes data persistence and synchronization.

This will be an Adobe Connect meeting. Please see the event details on Chennai CFUG site at Adobe Groups for more information and to RSVP (Login with your Adobe ID to RSVP).

ColdFusion 9: New Attributes in CFGrid

ColdFusion 9 introduces 4 new attributes in CFGrid tag. These attributes are great addition to CFGrid which allows us to expand or collapse the entire grid, we can group the rows in CFGrid by mentioning the group column name which generates a collapsible group of rows in the grid, we can insert a new row in the Grid and we can give a title to the entire CFGrid.

ColdFusion 9: New Application Level SMTP Sever Settings for CFMail

ColdFusion 9 shipped with lots of new features that include some new variables which are added to the Application.cfc file. One among them is the new application level SMTP server setting. We can specify the SMTP server setting details to "smtpServersettings" attribute of THIS scope in Application.cfc which takes three values and they are server, username and password as a structure.


More Entries