Railo, ORM and MySQL 5.5.x gotcha

On February 1, 2012, in ColdFusion, Railo, by Anuj Gakhar

I was testing the ORM stuff in the latest version of Railo (3.3.1.000 final) and after setting up the ORM settings in Application.cfc, when I tried to run the code, I could not get Railo to create the database tables, even with dbcreate=”dropcreate”. Here is my code, that was not working :- The above code [...]

Tagged with:  

A long awaited update on coldfusiondocs.com

On January 30, 2012, in ColdFusion, Javascript, by Anuj Gakhar

I launched coldfusiondocs.com in December, 2007 and back then, it was a Flex based app. I got feedback from several people and everyone liked the app. However, for the past year or so, I have not been able to give it the time and attention that it deserves for several reasons. I have been keeping [...]

Tagged with:  

Railo, MySQL and Column Aliases

On January 11, 2012, in Railo, SQL, by Anuj Gakhar

Today, I encountered an error with one of my Railo powered websites (with MySQL as database) – it started throwing an error wherever column aliases were being used in the queries. On a cfdump, the column aliases were just not there in the resultset. The original column name was, though. Running the same query in [...]

Tagged with:  

A better Shell with oh-my-zsh

On January 8, 2012, in Mac, by Anuj Gakhar

In the last few months, I have found myself using the Terminal on my MacOS more and more. I just find it more satisfying to be in more control of what I am doing and it’s definitely faster too (if you know your commands well). And it was this inclination that led me to find [...]

Tagged with:  

Simplifying Git Commit Graph

On January 2, 2012, in Git, by Anuj Gakhar

Git is my favorite source control tool and I try to use it in pretty much all the projects I work on. Yesterday, I watched the Advanced Git Screencast from PeepCode and like all other screencasts from PeepCode, I liked it a lot and ended up with a much better understanding of Git branching/merging/reflog in [...]

Tagged with:  

Flex VideoDisplay and MP3 files

On January 1, 2012, in Flex, by Anuj Gakhar

I have been troubleshooting a Flex application which plays audio/video files using the Spark VideoDisplay component. I know that a VideoDisplay component is bit of an overkill to play just mp3 files, but why this application has been doing so, is out of the scope of this post. Rest assured, there are valid reasons for [...]

Tagged with:  

Book Review: Railo 3 Beginner’s Guide

On December 20, 2011, in Books, ColdFusion, Railo, by Anuj Gakhar

I am a regular Railo user and use it everyday. I absolutely love the product and CFML in general. So, when this book came out, my first reaction was to ask Packt Publishing for a review copy, which they happily gave to me. I have spent a few hours reading the book already and my [...]

Tagged with:  

My 5 minute video intro using PresentMe

On December 17, 2011, in Miscellaneous, by Anuj Gakhar

This week, I did a brief 5 minute video introduction about myself using PresentMe. I thought I should post it here too. PresentMe is a great tool to present yourself and I encourage everyone to give it a try! You will like it

 

Sending Email with the new SMTP Support for Amazon SES

On December 14, 2011, in AWS, ColdFusion, Railo, by Anuj Gakhar

Amazon recently announced that they have added an SMTP interface to their Simple Email Service. Now, this is pretty cool. This means that we can now use our very own cfmail tag in ColdFusion to send emails using Amazon’s SMTP/SES service. The Simple Email Service allows you to send emails – although you need to [...]

Tagged with:  

ColdFusion Job Opening in London

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

Title: ColdFusion Developer Description: This position is responsible for creating/modifying ColdFusion code and database communications for company’s enterprise website. We are looking for a highly motivated, detail oriented ColdFusion Developer who understands the unique needs of Internet and Web Applications.  You must be a team player responsible for designing, developing, testing and deploying enterprise level [...]

 
© 2011 Anuj Gakhar