Replacing BugTracer Email Functionality in ColdBox with LogBox Loggers

On April 24, 2012, in ColdFusion, by Anuj Gakhar

ColdBox used to have a BugTracerReport config element which you could configure to send error emails to yourself while showing a user friendly error page to the site users. Not quite sure of the exact version, but I think this feature was deprecated in version 3.1 in favour of the new LogBox which comes built-in […]

Tagged with:  

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:  

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