PandaStream API ColdFusion Wrapper

On November 11, 2011, in ColdFusion, Railo, by Anuj Gakhar

In my recent project, one of my tasks is to encode videos in multiple formats. And we decided to use PandaStream for the job. PandaStream is a flexible and highly scalable cloud video encoding API. Here is en entire list of their supported file formats. They seem to have a fairly decent REST API, which [...]

Tagged with:  

How I got started in ColdFusion

On August 2, 2011, in ColdFusion, by Anuj Gakhar

After a really long time, I spent some time this week on reading some of the blogs I used to read on a regular basis. And one thing I noticed is a series of “How I got started in ColdFusion” posts by most of the CFers. So here is my go at it :- It [...]

Tagged with:  

Railo, Apache and Flash Remoting on Ubuntu

On January 10, 2011, in ColdFusion, Flex, Railo, by Anuj Gakhar

Having spent some time getting Flash Remoting to work on my Ubuntu Server running Railo/Apache/Tomcat – I thought this deserves a blog post, for sure. So, to give you an idea of the environment – I’ve got a Ubuntu 10.04 server running Railo 3.2 with Tomcat 6 as the Java container. And on top of [...]

Tagged with:  

ColdFusion error “Unable to create temporary file”

On November 9, 2010, in ColdFusion, by Anuj Gakhar

While working on a project last night, I had to do some image resizing on user upload, ie a user uploads his picture and the system had to keep the original and resize the image to 2 other sizes as well and save them on-disk. With ColdFusion, this surely sounds just a few lines of [...]

Tagged with:  

Getting UK GeoCode Data with YQL and ColdFusion

On July 16, 2010, in ColdFusion, by Anuj Gakhar

I stumbled across YQL today and although I had heard about it in the past, today was the first time, I actually sat down and read the documentation and went through some of the example apps. I am amazed at how powerful it is and am just imagining the wonderful applications that can be built [...]

Tagged with:  

Sorting XML with XSLT and ColdFusion

On June 28, 2010, in ColdFusion, by Anuj Gakhar

I came across a requirement today, where I had to sort a XML file by one of the attributes in one of its child nodes. I did some searching and came across these excellent posts by Ben Nadel.  Obviously, that gave me some headstart and it was clear that XSLT was the way to go.  [...]

Tagged with:  

CF/Flex Connectivity in Flex Builder : Invalid root. The WEB-INF/flex folder must contain either flex-config.xml or services-config.xml.

On June 8, 2010, in ColdFusion, Flex, Flex Builder, Mac, by Anuj Gakhar

I was setting up a new Project in Flex Builder with Application Server Type as ‘ColdFusion’. I had the default values in the Flex Builder wizard. But the Wizard wont let me go past the second screen. I kept getting this error :- Invalid root. The WEB-INF/flex folder must contain either flex-config.xml or services-config.xml. And [...]

Tagged with:  

Enabling AutoFilters on an Excel Template Dynamically

On June 1, 2010, in ColdFusion, Web Development, by Anuj Gakhar

I had a requirement to generate an Excel report based on some filter criteria. Since I am using ColdFusion for the project, I will be using ColdFusion code to demonstrate what I did but this can pretty much apply to any language that can run loops and write files. My requirement was to have Excel’s [...]

Tagged with:  

Installing ColdFusion 9 on MacOSX with Apache : Broken Apache Config

On January 22, 2010, in ColdFusion, Mac, by Anuj Gakhar

I had to re-install ColdFusion 9 on my MacOS today and having installed CF approx. a million times before, I thought it would only take few minutes. Here is what I did :- 1) Went to /Applications/ -> Moved existing “ColdFusion 9″ folder to Trash. 2) Ran the CF Installer and everything went well. But [...]

Tagged with:  

Easiest way to get Twitter Statuses with ColdFusion

On August 25, 2009, in ColdFusion, by Anuj Gakhar

This post of mine is coming after a long time, I know. The reason for this has been lack of time, being very busy with other things etc. I will try to be more frequent here hereafer. Anyways, in a recent project, I had the requirement to show Twitter statuses on the homepage of the [...]

Tagged with:  
© 2011 Anuj Gakhar