cf_space
September 27, 2009 - 1:17 PM (GMT)
Category: Coldfusion,tech notes
Author: Charles
Here's another item that I am note sure I knew before, but now I do. When you are running a query of queries and trying to do a sort on it, the one thing you have to remember is that the field names are case sensitive.
So what you need to do is cfdump the query you are using in the query of queries and copy the field names that show up exactly as shown. Then it should run just fine.
September 12, 2009 - 1:24 PM (GMT)
Category: Crazy Ideas
Author: Charles
I was surfing around YouTube and found this video of a personal airship! How cool would that be. Anyway, the blimp is so delicate you could not use it outside. But then I got to thinking that this would be an awesome revenue generator for indoor stadiums.
I have no idea how much time stadiums are not used, but I bet they could get a bunch of people to pay $50 per 30 minutes to fly one of these blimps around. I sure would. And they would be doing this on the days that the stadiums are not generating any revenue.
So if anybody owns a stadium, please look into it and let me know where the reservation form is located so I can sign-up!
September 12, 2009 - 12:33 PM (GMT)
Category: Coldfusion,Notes,OpenID
Author: Charles
I was recently integrating OpenID into my SaaS Intranet offering over at CompositeWeb. I started working with the opensource project OpenID at riaforge. It worked great, but then I found the RPXnow site and thought it would provide a lot more flexibility in the future and provide for an easier to maintain interface.
I didn't find any information on how to implement it with coldfusion so I thought I would post what I figured out.
|