Calendar

««Aug 2010»»
SMTWTFS
1234567
891011121314
15161718192021
2223
24
25262728
293031

Alert Email

Get a short email alert whenever a new entry is published.

Confidential, secure it's piece of cake to keep uptodate.

A small wave of changes for OpenBD 1.4a

This morning we are releasing a small wave of changes to the underlying core engine of OpenBD. This is for the upcoming 1.4 release in October 2010, but available for playing with now under the nightly build.

Comments (0) . Monday, 19 July 2010

Upgrading OpenBD

Upgrading your instance of OpenBD CFML server couldn't be easier. But if you are wondering how to keep uptodate with the latest releases and play with all the new features then discover how here.

Comments (5) . Saturday, 27 March 2010

OpenBD gains "new x.y.z()" support

OpenBD gains support for the new operator which makes loading and creating CFCs much quicker and more Java like in its syntax

Comments (6) . Friday, 26 March 2010

Loop around queries in with do ... while

Looping around query objects within CFSCRIPT can be done using a for() but did you know you can use do/while

Comments (0) . Thursday, 25 March 2010

Reading and Writing CSV files

OpenBD provides some functions for working CSV formatted data in a way that you don't have to worry about all the heavy lifting and nasty parsing that can come with this simple, but often used, format.

Comments (2) . Tuesday, 23 March 2010

Adding the power of crontab to OpenBD

The new CRON plugin brings the power of crontab directories to the CFML developer by creating a place to simply drop in templates and have them automatically run.

Comments (0) . Monday, 8 March 2010

OpenBD gets native JSONP support

OpenBD gets native JSONP support enabling Javascript pages the ability to consume your CFC's from remote domains without you having to touch your existing CFC.

Comments (0) . Saturday, 16 January 2010

New Query Functions released

A number of new Query related functions added including: QueryDeleteColumn(), QueryColumnArray(), QueryIsEmpty(), QueryRowStruct(), QueryColumnList()

Comments (0) . Friday, 1 January 2010

CFJAVASCRIPT gets a turbo boost

CFJAVASCRIPT gets some open source loving with a whole host of new features that makes it indepensable to any web application.

Comments (6) . Tuesday, 24 November 2009

New QueryRun() + QueryOfQueryRun() functions

Two new (long overdue) functions are released to OpenBD giving CFML developers the ability to manipulate databases from within cfscript and other functions. Take control of your database without needing to use CFQUERY

Comments (4) . Tuesday, 17 November 2009