ColdFusionDocs now using Cairngorm

On April 19, 2009, in ColdFusion, Flex, by Anuj Gakhar

This weekend, I thought of revisiting the Coldfusiondocs.com application which I didn’t get the time to even touch for last so many months. I thought using Cairngorm to re-write the app would be ideal as it’s the most widely used Flex framework around. So, I went ahead and re-wrote the whole thing using Cairngorm (took […]

Tagged with:  

A small ColdBox Tip

On April 15, 2009, in ColdFusion, by Anuj Gakhar

I have been using ColdBox for a few months now and I absolutely love it.  Althought I havent used all the features it has to offer, I like the URL rewriting feature a lot. In one of my projects, my routes.cfm had quite a few routes added that looked like this. [xml] addRoute(pattern="contactus", handler ="ehPages", […]

Tagged with:  

Railo goes Open Source

On April 3, 2009, in ColdFusion, Railo, by Anuj Gakhar

This is a great news for the CF community. Railo has gone open source 2 days ago.  And they have a brand new website www.getrailo.org . Railo is an open source CFML engine that is amazingly fast and supports all the existing CF frameworks/applications.  For a complete list of compatibility, follow this link. Its pretty […]

Tagged with:  

Adobe announces Free ColdFusion Curriculum

On March 19, 2009, in ColdFusion, Adobe, by Anuj Gakhar

I am pleased to see this, really. Adobe has announced free ColdFusion curriculum which can be used by anyone to learn and teach ColdFusion.  The curriculum covers 2 main areas. Introduction to ColdFusion 8 [PDF] This course covers the basics of ColdFusion and focuses on best practices and design, while stressing the importance of usability, […]

Tagged with:  

The Processing Instruction Target Matching “[xX][mM][lL]” is Not Allowed

On February 17, 2009, in ColdFusion, by Anuj Gakhar

This post is just a little tip that I think can take a lot of time in trying to solve. I was building a variable , using cfsavecontent, to process later on and there was absolutely nothing wrong with the code according to me, as below :-

Tagged with:  

Populating cftextarea richtext with Javascript

On February 11, 2009, in ColdFusion, Javascript, by Anuj Gakhar

I had a cftextarea with richtext enabled and I had another dropdown which was supposed to change the value of the cftextarea when selected. So, I was doing it the old way as I would have imagined.

Tagged with:  

Railo Support Added to coldfusiondocs.com

On February 7, 2009, in ColdFusion, Flex, Railo, by Anuj Gakhar

I have just released an update to coldfusiondocs.com . As the title says, I have added Railo support to the documentation, so now you get a new tab for Railo tags and functions and just like before, you can search and view the documentation. I think it makes sense to add this as part of […]

Tagged with:  

Design Patterns at TVCFUG

On October 2, 2008, in ColdFusion, by Anuj Gakhar

Last night, I got a chance to attend the Thames Valley User Group about Design Patterns, by Sean Corfield.  It was an excellent presentation and I am very glad I decided to make the time to attend it. Also, since, this was my first time listening to Sean in person, I was excited to attend […]

 

CRUD with cfgrid html format – Part 2

On August 14, 2008, in ColdFusion, by Anuj Gakhar

In response to reader’s comments from my previous post, I have updated the code for this little thingy. Here are the updates in this version. 1) Added the ability to change pagesize dynamically (I did a separate post on this one earlier) 2) Made the grid rows double clickable. On double click, a window opens […]

Tagged with:  

ColdFusion String is a Java String

On July 23, 2008, in ColdFusion, by Anuj Gakhar

ColdFusion strings are Java Strings internally, which means they are an Object of class “java.lang.String” . In this post, I will try and use some of these Java String functions that can be applied directly to a ColdFusion string variable. I understand that most of these have been discussed in bits and pieces all over […]

 
© 2011 Anuj Gakhar