I'm The New ColdBox Platform Evangelist!

I've been working with Luis and the rest of the ColdBox team for several years now. I was excited when Luis asked me to become a ColdBox team member last year, and now I have the privilege to bear the responsibility of the first ever ColdBox Platform Evangelist.

[More]

How To Ignore Whitespace in GitHub Unified Diff

I just ran across this little gem and wanted to throw it out there for anyone else who uses GitHub. If you're ever viewing a unified diff like the kind that shows up at the bottom of a commit list, you might find it annoying if there were a bunch of whitespace changes (like tabs and such) that are cluttering the diff.

[More]

Getting Inherited CFC MetaData

ColdFusion's getMetaData function is a very handy way to introspect the functions, properties, and annotations of a component in an easy-to-digest format of arrays and structs. ColdFusion even nests structs to represent the metadata of the classes your component extends as well. Recently, for an enhancement I was building for WireBox, the DI/AOP framework inside ColdBox, I wanted to be able to condense all the metadata down for the component in question as well as all the components it inherits from to a single list of functions, properties, and annotations. After a short bit of Googling, I didn't find any code that did that so I decided it was a perfect opportunity to write a function that did just that.

[More]

Coder's Revolution Now Powered By Railo 3.3.1

Well, I've done it. After all those years of threatening to get of my duff and do it, I've finally dragged my personal site and blog out of the dark, shameful hole of ColdFusion MX7 (shudder) to the bleeding edge Utopian glory of Railo 3.3.1.

[More]

Error installing ColdFusion Builder 2 HotFix 1

So, downloaded HotFix 1 for ColdFusion Builder 2 just now and tried to install it on my Windows 7 machine.

InstallAnywhere started up, but then gave me the following error:
"Unable to execute the desired program.
Please get another copy of the installer and try again.
"

[More]

ColdBox Connection Today On WireBox 3.1 And AOP

Just a quick reminder that the latest ColdBox Connection starts at Noon Central today. Luis will be talking about the new features of WireBox 3.1 which was just released as well as an in-depth explanation of of the new AOP implementation. AOP (Aspect Oriented Programming) is seriously cool stuff, so put your thinking caps on and come learn. You can't beat free ColdBox training!

You'll find the meeting here:
http://experts.adobeconnect.com/coldbox-connection/

Update:
Here is the recording URL of the meeting:
http://experts.adobeconnect.com/p1vqmd7hiy1/

Google and Les Paul

If you haven't seen it, Google's homepage has a very cool tribute to Les Paul. It's a live strum-able guitar. Below are some hints on how to use it for the less musical ones among us along with some recordings of mine.

[More]

ColdBox Connection today on CacheBox

Just a friendly reminder about the ColdBox Connection meeting today at noon Central. ColdBox Connection is an online webinar that is held every two weeks by Team ColdBox to showcase a part of the ColdBox Platform and answer your questions. Today's is being hosted by Aaron Greenlee and will be discussing CacheBox, the enterprise caching framework which is baked into ColdBox as well as available as a separate utility for your existing apps.

Here is the Connect room: http://experts.adobeconnect.com/coldbox-connection/

Hope you see you there!

My LogBox Slidedeck, Sample Code And Recording URL

In case you missed the ColdBox Connection webinar today and are dying to know all about LogBox, the enterprise logging library that can be used stand-alone or inside a ColdBox application, I have good news! Here is a link to the recording, my slide deck and most importantly ALL the sample code I used including the Pirate Log Formatter and the QR Code log appender.

[More]

I'm Speaking At This Week's ColdBox Connection Online Meeting

ColdBox has an online meetup every other week called the ColdBox Connection. Just a note that the next one is this Thursday at noon Central time. I will be talking about LogBox-- the Logging framework that is built into ColdBox and also can be used as a stand-alone logging utility in a legacy app. See you there!

http://experts.adobeconnect.com/coldbox-connection/

Previous Entries / More Entries



BlogCFC was created by Raymond Camden. This blog is running version 5.9.5. Contact Blog Owner