Blog

ColdBox UK Training in 2 weeks

Luis Majano |  May 10, 2010

Just a reminder that the ColdBox London, UK training is occurring this May 26, that is only 16 days away. So hurry up and get trained and even get a hefty discount by using this link: http://coldbox-uk.eventbrite.com/?discount=vivaUK

Please note that you can either purchase the 2 day package or the 3 day package.

...
Read More

Using regular expressions on SES routes

Luis Majano |  May 10, 2010

With ColdBox 3.0.0 you can use any kind of regular expression with your SES routes which makes it extremely flexible.  One way to accomplish this is by using the constraints arguments when calling the addRoute() method to add a routing entry. So if I wanted to add a placeholder that matches a regex then I would do this:

addPattern(pattern="/api/:format/", constraints={format="(xml|json)"})

As you can see from the code ab...

Read More

New ColdBox Training in the DC Metro Area

Luis Majano |  May 04, 2010

We have just opened the registration page for our new ColdBox 2 day training before the CFUnited Conference.  The dates are from July 26-27, 2010 and you can click here to view the event page.  I am super excited to be holding my first 2 day training in the DC metro area and hope to see you there to get some nice advanced training and yes, it will be 3.0.0 time!  Wh...

Read More

ColdBox London Training New Ticket Updates

Luis Majano |  April 26, 2010

I have been getting some inquiries of why not also allowing the purchase of the 2 days of CBOX-101 at our training right after Scotch on the Rocks.  So we listened!  You can now either purchase the 3 day training which includes the 2 days of CBOX-101 plus a one day coding bootcamp or you can just purchase the 2 days of CBOX-101 training.

We are only about 4 weeks away, so reserve your sea...

Read More

CF.Objective() Pecha Kucha slides

Curt Gratz |  April 24, 2010

Last night I had the honor to share the stage with 8 other amazing developers to do a Pecha Kucha style presentation.  It was a ton of fun and I encourage anyone who has a chance to present in this style to take it.  It a unique style of presenting.  20 slides, 20 seconds per slide...What would you say?

I spoke on MockBox.  Here are my slides if your interested.

Mocking, Its not just for picking on people-slides

Also, here is a video of me presenting. It was taken on my co-workers Blackberry, so the quality is might not be great

Mocking, Its not just for picking on people-video

To wow the crowd, I also wore a Jedi robe I "happened" to have with me at the conference.

Read More

CFObjective 2010 Presentation Notes & Code

Luis Majano |  April 23, 2010
To those who where not able to attend our ColdBox 3.0.0 presentation at CFObjective, here you can download all the presentation and assets.

...
Read More

ColdBox 3.0.0 M5 bit updates

Luis Majano |  April 23, 2010

I just updated the M5 release bit to build ID: coldbox-buildID-201004231342

If your build is less than that, please update.  We updated two core fixes for relocations via URL and also for entity service wirings.

Thanks

...
Read More

ColdBox 3.0.0 M5 Released!

Luis Majano |  April 20, 2010
Hey everybody, its M5 time!  After several months of intense work we arrive at our almost last milestone in our road to 3.0.0 greatness.  One more milestone and we go gold!  This milestone is dear to my heart as it includes one of my favorite new features of ColdBox, ColdBox Modules!  We have also managed to document pretty much every single update ...
Read More

LogBox 1.3 released!

Luis Majano |  April 20, 2010
Our now famous LogBox: Enterprise Logging Library reaches another step in maturity to version 1.3.  This release includes the following:

Version 1.3

Read More

ColdBox Platform Utilities v1.9 For ColdFusion Builder Released

Luis Majano |  April 19, 2010
We have now released version 1.9 of the ColdBox Platform Utilities extension for ColdFusion Builder.  This release adds some important internal refactorings and the following cool new features:

  • Integrated live API
  • Integrated Help
  • Integrated Google Search for error retrievals...
Read More