Category Selected:

community

Blog

JSMin Compressor v1.7 Released!

Luis Majano |  March 02, 2012

JSMin Compressor is a plugin that interfaces with our own flavor of JSMin to minify css and js files.  It can also compress several files of the same type into a single include, that can be cached in your ColdBox applications.  This release fixes our java parser to compress more complicated CSS3 notations correctly.

Using our compressor can be as easy as this:

#getMyPlugin("...

Read More

ColdBox Validation Engine for v3.5

Luis Majano |  February 26, 2012

Just a quick announcement that we now have finally implemented a validation engine and aggregator in ColdBox for 3.5 release.  And in true professional open source style, fully documented: http://wiki.coldbox.org/wiki/Validation.cfm.  It has an embedded validation engine but it also allows you to use ANY validation framework within ANY ColdBox application as long as it satisfies a few interfaces.  Check out our documentation page but here is a little teaser:

Read More

HQL Query to Criteria Query Example

Curt Gratz |  February 08, 2012

I have been using criteria queries in favor of HQL queries quite a bit latley, so I thought  I would do a quick post of what a query would look like in HQL and then the same query written as a criteria query.

Some of the reasons I like to use criteria queries are

  • Readablity
  • No building up query strings and concatenating them to build a complex query
  • Powerful Object Oriented API

You can learn more...

Read More

Zurich ColdBox Boot Camp in April

Luis Majano |  February 07, 2012

Welcome to our first ColdBox Boot Camp in Europe.  A glorious 5 day training boot camp featuring our most popular courses and our latest upcoming release ColdBox Platform 3.5.0.  All 3 courses will be delivered by Luis Majano, creator of the ColdBox Platform.

Read More

ColdBox FileBrowser is here!

Luis Majano |  January 30, 2012

A big thanks to Curt Gratz on his awesome efforts and collaboration on this project.  The ColdBox FileBrowser module is now available for mass consumption and is a front-runner in ContentBox for media management and integration with CKEditor.

So what is FileBrowser? FileBrowser is a ColdBox Module that will enable file management capabilities in your applications.  It can also act as a file or directory chooser and has full integration with

Read More

ColdBox Connection: ContentBox Recording

Luis Majano |  January 19, 2012

Here is the recording for our presentation today on ContentBox: http://experts.adobeconnect.com/p2teycibat3/

...
Read More

ColdBox Connection: ContentBox January 19th

Luis Majano |  January 18, 2012

https://ortus-public.s3.amazonaws.com/ContentBox_125.png
To start our 2012 ColdBox Connection schedule right, we will be showcasing a first look at ContentBox this Thursday January 19th, 2012 at our usual time: 10AM Pacific Standard Time in our usual channel: 

Read More

ContentBox Unveiling Video

Luis Majano |  January 12, 2012

Here is the video of our presentation about the unveiling of ContentBox.  ContentBox is a modular content platform for ColdFusion that is based on the ColdBox platform.  It provides you with out of the box features like enterprise blog, cms, and more coming soon.  Based on a completely modular architecture, extending ContentBox is a matter of knowing about ColdBox and event driven programming.