Monday, March 31, 2008
ColdFusion 8 Nominated For Great Indian Developer Summit Award
Thursday, March 27, 2008
ColdFusion 8 Certification
Wednesday, March 26, 2008
Per App Settings Example
Per App Settings in CF8 allows you to set 1.Mappings and 2.Custom tag paths on a per-application basis.
These settings override the server-side settings in the ColdFusion Administrator for the specified application only. Specifying per application settings does not change the server-wide settings.
To set per-application settings:
1.First enable per-application settings on the Settings page of the ColdFusion Administrator. Go to Administrator -> Settings -> Click on Enable Per App Settings -> Submit.
2. Set the mappings or custom tag paths in the Application.cfc file.
Here is a per application settings example.
The following will be the code in your Application.cfc file:<cfset MyMappings = StructNew()>
<cfset MyMappings["/MyMap1"] = "C:\Temp\per_app_dir1">
<cfset This.mappings = MyMappings>
<!---- per_app_test1.cfm is present under C:\Temp\per_app_dir1\ and you should be able to include it. ---->
<br>
<br>
<br>
<br>
Tuesday, March 25, 2008
Creating engaging applications with ColdFusion 8
Wednesday, March 19, 2008
Security Fixes for CF7 and CF8
Tuesday, March 18, 2008
Adobe RIA Architect Summit (Free)
Who should attend?
Thursday, April 3, 2008
9:00 am - 6:00 pm
Residency Road
Bangalore
India
How do I get in?
Tuesday, March 11, 2008
CF8 IsUserInAnyRole function
The function "isUserInAnyRole" takes a comma separated list as input. This can be a single parameter also.
The result will be an OR function on the list of roles. The role names are not case-sensitive.
Blue Dragon
The Java version of Blue Dragon seems to be going open-source? Here is a news article from New Atlanta web site...
New Atlanta to Open-Source Java Version of BlueDragon
ColdFusion® Language to be Commoditized on Java Platform
London, U.K. - March 12, 2008 - New Atlanta announced today at CFUnited Europe - a ColdFusion® Markup Language (CFML) technology exposition in London, U.K. - that they will be creating and distributing a free open-source Java Platform, Enterprise Edition (Java EE) version of BlueDragon, their ColdFusion-compatible web application server.
Friday, March 7, 2008
Jolt Awards
Web Development
- Jolt Winner: Adobe ColdFusion 8 (Adobe Systems)
- Productivity Winners: 3rdRail (CodeGear), NetBeans IDE 6 (Sun Microsystems), and RSSBus (/n software)
Here are all the winners
http://www.drdobbs.com/blog/portal/archives/2008/03/jolt_award_winn.html