Thursday, April 24, 2008
Friday, April 18, 2008
ColdFusion 8.0.1 Japanese is Live!!!
Wednesday, April 9, 2008
Security Update fro ColdFusion(8.0, 8.0.1)
64-bit ColdFusion
Friday, April 4, 2008
ColdFusion 8.0.1 is out!
Thursday, April 3, 2008
Intermedia Hosting - ColdFusion 8 Plans
Emediawire (press release) - Ferndale,WA,USA
Intermedia's turnkey ColdFusion 8 plans provide a highly robust and flexible environment, with a 99.9% uptime SLA and 24x7 management and support. ...
Latest Articles on ColdFusion 8
Adobe ColdFusion warming to 64-bit OSes – InfoWorld
http://www.infoworld.com/article/08/03/11/Adobe-ColdFusion-warming-to-64-bit-OSes_1.html
Computerworld:
http://www.computerworld.com/action/article.do?command=viewArticleBasic&articleId=9068401
Computerworld (
http://www.computerworld.com.au/index.php/id;548947788
Digital Arts Online:
http://www.digitalartsonline.co.uk/news/index.cfm?NewsID=9791
Legit Reviews:
http://www.legitreviews.com/news/4603/
PC World (
http://www.pcworld.idg.com.au/index.php/id;548947788
TamilStar.com
http://www.tamilstar.com/news/publish/article_6472.shtml
TechWorld (
http://techworld.nl/idgns/4717/adobe-coldfusion-warming-to-64-bit-oses.html
Webwereld (Netherlands):
http://webwereld.nl/articles/50267/adobe-coldfusion-warming-to-64-bit-oses.html
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
Thursday, February 28, 2008
BlazeDS Presentation
Feb 28 at 6:00pm EST.
I think anyone can join the Acrobat Connect Room(from anywhere in the
world)
and the session will also be recorded so you can watch again.
http://tjordahl.blogspot.com/2008/02/blazeds-presentation-feb-28-2008.ht
ml
Ahamad
Tuesday, February 26, 2008
Monday, February 18, 2008
what is flex?
In summary, Flex is a development paradigm that allows you to write software for the web and desktop that many people can use compatibly today. It leverages the tools, servers, and development models that you already know and allows you to write the next generation of software compatibly.