Blog

The Top 3 Reasons You Should Be Excited About the Month of August

Luis Majano |  July 09, 2012

The month of August has us excited and here are 3 reasons why it should have you excited too!

Reason #1:  RIACON 2012

Rich Internet Applications Conference - Washington DC

Read More

CBDW Featured Session: Seamless ColdBox-Powered Rich Internet Applications

Brad Wood |  July 08, 2012

There's 2 weeks left before ColdBox Developer Week delivers a solid week of online ColdBox-related CFML training.  We have 15 different sessions lined up and the one I'd like to feature today is "Seamless ColdBox-Powered Rich Internet Applications" by Phill Nacelli.  This session will be held at 1pm CST on Thursday, July 26th.

Read More

Tip of the Week: Using Implicit Views

Brad Wood |  July 03, 2012

Everyone should be familiar with the setView method in the event object which is used for a handler's action to tell the framework which view file should be used to render the event:

 

event.setView(view="general/index");

 

What you may not realize is that calling setView() is optional.  If you don't explicitly set a view file, ColdBox will then look for the view according to the executing event's syntax.

Read More

ColdBox Developer Week 2012

Frank Pimentel |  July 01, 2012

It is time for the first ever ColdBox Developer Week. We are bringing you a full week of ColdBox-related training right to your desktop. You will be trained by ColdBox experts from all over the world. Don't worry if you are not  familiar with ColdBox because  we will be having courses that range from beginner topics such as getting started with ColdBox all the way to advance cources such as depende...

Read More

Coming Soon: ColdBox Developer Week 2012

Brad Wood |  July 01, 2012

The ColdBox team is excited to announce the first ever ColdBox Developer week.  In conjunction with the release of ColdBox 3.5 and our new CMS ContentBox, we're cooking up a full week of completely free ColdBox-related training put on by ColdBox experts from around the world.  CBDW will all be online training happening the week of July 23rd through 27th.  We have beginner topics showing how to get started in ColdBox as well as advanced sessions covering things like dependency injection and AOP.

Read More

Tip of the Week: Using singletonReload for Development

Brad Wood |  June 27, 2012

Many of you using models in your ColdBox app are familiar with how easy WireBox makes it to use the Singleton Pattern for components that are only created once in the life of your app.  

This can also be a bit of a pain when you are working on the code inside your singleton objects.  Any changes require you to re-create the singleton object which typically involves a reinit of the framework.  ColdBox has a handy setting for you to use on your development environment called singletonReload.  

Read More

Meet Our New Content Engine: ContentBox

Frank Pimentel |  June 19, 2012

We are at it again.  We are holding a workshop that will introduce you to our new free open source Content Engine: ContentBox.  The ColdBox Blog has more info.  Head over to the blog to find more info about the workshop.

http://blog.coldbox.org/blog/riacon-contentbox-cms-worksho...

Read More

New ColdBox Training Dates

Frank Pimentel |  June 19, 2012

We are excited to announce our first ColdBox Boot Camp to take place in the DC area.  Head over to the ColdBox Blog to read more about this training that will be held in August after RIACON 2012.

http://blog.coldbox.org/blog/riacon-coldbox-boot-camp-washington-dc

...
Read More

RIACON ContentBox CMS Workshop (Washington, DC)

Luis Majano |  June 19, 2012

I'm here to announce the first ContentBox: Modular Content Engine Workshop (http://contentbox-riacon.eventbrite.com/).  This workshop will also be after RIACON 2012 on August 11th, 2012.  This one day event will introduce you to this new open source content engine.  We will be covering topics such as:

  • Installation in 5 minutes
  • ...
Read More

RIACON ColdBox Boot Camp (Washington DC)

Luis Majano |  June 19, 2012

This is our first ColdBox Boot Camp in the DC area thanks to RIACON 2012.  Boy are we excited: http://coldbox-riacon.eventbrite.com?ref=elink.This boot camp is taking place right after RIACON 2012 on August 8th, 9th and 10th.

We will be doing CBOX 100 that concentrate...

Read More