Blog
Tip of the Week: View Caching
The following code shows two ways to cache the output from a view for a given number of minutes.
The Top 3 Reasons You Should Be Excited About the Month of August
The month of August has us excited and here are 3 reasons why it should have you excited too!
Reason #1: RIACON 2012
CBDW Featured Session: Seamless ColdBox-Powered Rich Internet Applications
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.
Tip of the Week: Using Implicit Views
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.
ColdBox Developer Week 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...
Coming Soon: ColdBox Developer Week 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.
Tip of the Week: Using singletonReload for Development
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.
RIACON ContentBox CMS Workshop (Washington, DC)
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 ...
RIACON ColdBox Boot Camp (Washington DC)
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...