Using ColdBox and LogBox for Error Logging

On December 1, 2011, in ColdFusion, by Anuj Gakhar

If you are a ColdFusion developer and have not used ColdBox yet, well then, I must say you are missing something. Go ahead and try it out. This post won’t make much sense to anyone not familiar with ColdBox. For those who are familiar with ColdBox, I will be including an example of how you […]

Tagged with:  

ColdBox Plugin for Amazon SES

On November 30, 2011, in ColdFusion, AWS, by Anuj Gakhar

A few days ago, I wrote an API wrapper for Amazon Simple Email Service. Today, I thought of converting it into a ColdBox Plugin for use within ColdBox apps. I have added the plugin source code to the existing github repository for the project. Feel free to use, test and report any issues (if found).

Tagged with:  

ColdBox 3.5.0 Module Contest : Win a Kindle Fire or an iPod

On November 29, 2011, in ColdFusion, by Anuj Gakhar

Luis Majano posted on his blog about a ColdBox contest that allows you to win a Kindle Fire or an iPod Nano. ColdBox 3.5.0 Beta has been released just yesterday and I believe it is a good opportunity to develop and win prizes at the same time. I am a regular ColdBox user myself and […]

Tagged with:  

Server Side Google Analytics with ColdFusion

On November 25, 2011, in ColdFusion, by Anuj Gakhar

If you have an application/page that returns only XML or JSON repsonses and the end client is not a browser (an API e.g.) and you want to use Google Analytics for tracking your API calls, then you won’t be able to use the standard Google Analytics Javascript code. There is no browser involved and you […]

Tagged with:  

ColdFusion, URLEncoding and RFC 3986

On November 19, 2011, in ColdFusion, by Anuj Gakhar

ColdFusion has an inbuilt function for encoding URL vars. URLEncodedFormat – which does the job well, but it does not follow the RFC 3986 , the Internet standards document that describes the encoding of URLs, very strictly. This does not cause problems 98% of the times but I recently found out while working with some […]

Tagged with:  

Amazon Simple Email Service API ColdFusion Wrapper

On November 17, 2011, in ColdFusion, AWS, by Anuj Gakhar

Amazon Simple Email Service is one of the services provided by Amazon Web Services. Directly quoting from their website :- Amazon Simple Email Service (Amazon SES) is a highly scalable and cost-effective bulk and transactional email-sending service for businesses and developers. Amazon SES eliminates the complexity and expense of building an in-house email solution or […]

Tagged with:  

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, Flex Remoting and HTTP Auth

On March 29, 2011, in ColdFusion, Flex, Railo, by Anuj Gakhar

I’ve got an app running on Railo which has a Flex app being used and the Flex app uses Flex Remoting to communicate with CFC’s from Railo. That has been working absolutely fine for a few weeks now , until today, when I turned on the Apache based HTTP Authentication on the entire folder. All […]

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:  
© 2011 Anuj Gakhar