Blog

Collaborate and Fork ColdBox!

Luis Majano |  February 18, 2010
Thanks to the awesome crew at Assembla, our code tracking providers, you, yes you can now fork the ColdBox codebase in order to submit patches and collaborate on the core seamlessly.  All this is provided by Assembla and getting it setup is a piece of cake.  Just hit the Fork button and either add it to your space or create a new one.  You can read all abo...
Read More

Coldfusion ORM - Transaction Isolation Level...

Curt Gratz |  February 10, 2010

I was working on setting the transaction isolation level for the first CF9 ORM application I have put into production and thought I would share what I learned.

The first thing I learned is that by default, hibernate will use whatever isolation the datasource it is using has set.  In the drivers Coldfusion uses for MSSQL, the default is TRANSACTION_READ_COMMITTED. 

What I needed for my application was TRANSACTION_READ_UNCOMMITTED, so I knew that this had to change.  I researched how to change it at the datasource level, but couldn't find a "quick and dirty" way to do that, so I decided that since this application was using hibernate ORM, I would set it there.  If anyone of you knows how to change this setting at the datasource level on CF9, feel free to chime in.  I know how to change it on CF 6/7, but that doesn't work on CF 9.

Read More

ColdBox Training in 11 days few seats open

Luis Majano |  February 09, 2010

Just a reminder that our Ontario, California ColdBox training is in 11 days and only a few seats are left.  So book your training today to reserve your seat.

OVERVIEW

Core ColdBox is our 2-day flagship intensive training course that will get you started with ColdBox even if you have no previous OO experience. The course is constructed in such a manner that both gurus and novices can take advantage of our materials.

More Information and Requirements

SCHEDULE

February 20, Saturday - CBOX 101 - Day 1

February 21, Sunday - CBOX 101 - Day 2

* The night of the 20th we will have a group dinner (optional) and a open BOF.

 

Read More

jQuery tabs and IE caching...

Curt Gratz |  February 02, 2010

I ran into an interesting issue using the jQuery UI tabs ajax style and Internet Explorer. 

If you setup the tabs with the with the cache turned off, they will still be cached in IE.   I had worked around this issue by adding a counter that changed every time to my href for the tab, but I found a more elegant solution and thought I would share.

Read More

Hello Coldbox Community...

Curt Gratz |  January 30, 2010

Hi,

My name is Curt Gratz, and I'm a Coldbox Junkie...

Before I started posting to the Coldbox blog, I thought I should introduce myself.  I am a long time (13+ year) Coldfusion developer, part owner of Coldbox Alliance Partner Computer Know How, and the newest member of Team Coldbox. 

Read More

ColdBox Case Study: Label A

Luis Majano |  January 26, 2010
This week we would like to showcase Label A's ColdBox case study.  They have some excellent applications and products based on the ColdBox Platform that is really awesome work.  Their case study can be found here: http://wiki.coldbox.org/wi...
Read More

ColdBox Training (Feb20) Early Bird Ends Friday!

Luis Majano |  January 25, 2010

Just a reminder that our Early Bird pricing for our Ontario, California ColdBox training ends this Friday at 11:59 PM PST.  So book your training today and just as a last early bird week gift, use the discount code: cfug and get an extra $100 chopped off the early bird price.

OVERVIEW

Core ColdBox is our 2-day flagship intensive training course that will get you started with Col...

Read More

ColdBox Book contest ends this week!

Luis Majano |  January 25, 2010

This January 28th at 5PM PST our free book contest ends, so get your entries submitted by then.  All you have to do is submit code entries to ForgeBox and the person with the most amount of submitted projects wins a free ColdBox book!! That's it! So get to i...

Read More

ColdBox Eclipse Plugins Updated for 3.0.0 M4

Luis Majano |  January 19, 2010

The eclipse help plugins have been updated for this 3.0.0 M4 release. So update now.

Read More

Updated 3.0.0M4 Download

Luis Majano |  January 19, 2010
Just an FYI that I just updated the bits for the 3.0.0 M4 download. I had some leftover branch code I forgot to cleanup in the build creation. So the build that is correct is coldbox-buildID-201001190809. So please check your build id's. This is the latest and should be ok. Thanks.

...
Read More