Monday, August 26, 2013

Is there a Light Weight ColdFusion Editor?

Hi Folks, I am asking for your help to find a light weight ColdFusion Editor for Linux.

I know that I can use Eclipse, but I was looking for a light weight file editor, not a full blown IDE.

Please send me your suggestions in the comments. THANKS!

Wednesday, August 14, 2013

The Wiki is out! The Wiki is out!

Some day, I will be able to log in and edit it myself...

But until then, I'll gripe...

Can we get a link between the tag and corresponding function in the documentation?

Friday, August 9, 2013

ColdFusion QOQ recasting text as date/time

This is the problem that I am currently working on. Any help is appreciated!

The reason for the QOQ is to rename the columns to have proper name value pairs in the view.

I could get the value from the first query successfully by Q_ExcelObject.IID

Cast in the QOQ did not do the trick as mentioned here

But apparently when doing a QOQ the value is cast to a date time even before the value is set with cast in the new query. :(

I found a rename function by Steven Neiland here

Nice work Steve! THANKS! :)