<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>Tags @ blog.openbluedragon.org</title><link>http://blog.openbluedragon.org/</link><description>(Tags) All the latest and greatest news regarding Open BlueDragon, the GPL Java CFML runtime engine</description><copyright>Copyright 2010 blog.openbluedragon.org</copyright><generator>The official Open BlueDragon blog</generator><lastBuildDate>Tue, 24 Aug 2010 18:28:00 GMT</lastBuildDate><image><title>Tags @ blog.openbluedragon.org</title><url>http://www.openbluedragon.org/images/logo.gif</url><link>http://blog.openbluedragon.org/</link></image><ttl>360</ttl><docs>http://backend.userland.com/rss</docs><item><title>Get a little debugging help from OpenBD</title><guid isPermaLink="true">http://blog.openbluedragon.org/console.htm</guid><link>http://blog.openbluedragon.org/console.htm</link><pubDate>Tue, 24 Aug 2010 10:53:00 GMT</pubDate><description><![CDATA[Debugging with CFML got a little easier with the CFML version of System.out.println() with Console()]]></description></item><item><title>OpenBDJam: Open Source CFML Stack Jetty + Apache + MySQL</title><guid isPermaLink="true">http://blog.openbluedragon.org/openbdjam.htm</guid><link>http://blog.openbluedragon.org/openbdjam.htm</link><pubDate>Mon, 26 Jul 2010 10:20:00 GMT</pubDate><description><![CDATA[OpenBDJam is a complete open source ready to run web stack for Linux.  Jetty/Java + Apache + MySQL and OpenBD all pre-configured ready to use. un'tar and run!]]></description></item><item><title>OpenBD gains &quot;new x.y.z()&quot; support</title><guid isPermaLink="true">http://blog.openbluedragon.org/new_operator.htm</guid><link>http://blog.openbluedragon.org/new_operator.htm</link><pubDate>Fri, 26 Mar 2010 07:15:00 GMT</pubDate><description><![CDATA[OpenBD gains support for the new operator which makes loading and creating CFCs much quicker and more Java like in its syntax]]></description></item><item><title>Loop around queries in with do ... while</title><guid isPermaLink="true">http://blog.openbluedragon.org/loop_around_queries_in_with_do__while.htm</guid><link>http://blog.openbluedragon.org/loop_around_queries_in_with_do__while.htm</link><pubDate>Thu, 25 Mar 2010 11:22:00 GMT</pubDate><description><![CDATA[Looping around query objects within CFSCRIPT can be done using a for() but did you know you can use do/while]]></description></item><item><title>SpellCheck Plugin</title><guid isPermaLink="true">http://blog.openbluedragon.org/spellcheck_plugin.htm</guid><link>http://blog.openbluedragon.org/spellcheck_plugin.htm</link><pubDate>Mon, 08 Mar 2010 11:33:00 GMT</pubDate><description><![CDATA[The SpellCheck plugin has just been released, allowing spell checking functionality to be built into your CFML applications.]]></description></item><item><title>Adding the power of crontab to OpenBD</title><guid isPermaLink="true">http://blog.openbluedragon.org/cron_plugin.htm</guid><link>http://blog.openbluedragon.org/cron_plugin.htm</link><pubDate>Mon, 08 Mar 2010 11:21:00 GMT</pubDate><description><![CDATA[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.]]></description></item><item><title>New Query Functions released</title><guid isPermaLink="true">http://blog.openbluedragon.org/query_functions.htm</guid><link>http://blog.openbluedragon.org/query_functions.htm</link><pubDate>Fri, 01 Jan 2010 14:27:00 GMT</pubDate><description><![CDATA[A number of new Query related functions added including: QueryDeleteColumn(), QueryColumnArray(), QueryIsEmpty(), QueryRowStruct(), QueryColumnList()]]></description></item><item><title>New QueryRun() + QueryOfQueryRun() functions</title><guid isPermaLink="true">http://blog.openbluedragon.org/queryrun.htm</guid><link>http://blog.openbluedragon.org/queryrun.htm</link><pubDate>Tue, 17 Nov 2009 09:07:00 GMT</pubDate><description><![CDATA[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]]></description></item><item><title>CFHTMLBODY + CFHTMLHEAD added</title><guid isPermaLink="true">http://blog.openbluedragon.org/cfhtmlbody.htm</guid><link>http://blog.openbluedragon.org/cfhtmlbody.htm</link><pubDate>Mon, 16 Nov 2009 06:21:00 GMT</pubDate><description><![CDATA[CFHTMLBODY is added, CFHTMLHEAD is improved and two new functions to mirror the tags are added.]]></description></item><item><title>Suite of new Array/List Functions added</title><guid isPermaLink="true">http://blog.openbluedragon.org/array_list_functions.htm</guid><link>http://blog.openbluedragon.org/array_list_functions.htm</link><pubDate>Mon, 16 Nov 2009 06:11:00 GMT</pubDate><description><![CDATA[We've added 13 new functions to round out the functionality of Array's and List's, as well as adding support for some functions supported by other CFML engines.]]></description></item><item><title>Official CFML Documentation site released</title><guid isPermaLink="true">http://blog.openbluedragon.org/docs.htm</guid><link>http://blog.openbluedragon.org/docs.htm</link><pubDate>Sun, 15 Nov 2009 11:50:00 GMT</pubDate><description><![CDATA[Official Reference Documentation site released for OpenBD]]></description></item><item><title>OpenBlueDragon releases 1.2</title><guid isPermaLink="true">http://blog.openbluedragon.org/openbd_1_2.htm</guid><link>http://blog.openbluedragon.org/openbd_1_2.htm</link><pubDate>Tue, 27 Oct 2009 13:52:00 GMT</pubDate><description><![CDATA[OpenBD 1.2 is officially released and ready for download]]></description></item><item><title>Debug queries using OpenBD&apos;s slow log feature</title><guid isPermaLink="true">http://blog.openbluedragon.org/slowlog.htm</guid><link>http://blog.openbluedragon.org/slowlog.htm</link><pubDate>Wed, 09 Sep 2009 09:24:00 GMT</pubDate><description><![CDATA[OpenBD introduces a new slow-log feature, inspired by MySQL, to allow you to diagnose and debug your CFML queries.]]></description></item><item><title>OpenBD 1.1 released</title><guid isPermaLink="true">http://blog.openbluedragon.org/openbd_1_1.htm</guid><link>http://blog.openbluedragon.org/openbd_1_1.htm</link><pubDate>Mon, 27 Apr 2009 10:49:00 GMT</pubDate><description><![CDATA[We are proud to release the 1.1 version of OpenBD.  This release comes with lots of new features including lots of bug and performance updates.  We've also added support for Google's App Engine.]]></description></item><item><title>OpenBD 1.0.1 Release</title><guid isPermaLink="true">http://blog.openbluedragon.org/openbd_101_release.htm</guid><link>http://blog.openbluedragon.org/openbd_101_release.htm</link><pubDate>Fri, 30 Jan 2009 09:47:00 GMT</pubDate><description><![CDATA[OpenBD have made a 1.0.1 maintenance release, which fixes a number of bugs, performance improvements and also adds new functions.]]></description></item><item><title>InfoWorld: A Windows Admin Tames Open BlueDragon</title><guid isPermaLink="true">http://blog.openbluedragon.org/infoworld_a_windows_admin_tames_open_bluedragon.htm</guid><link>http://blog.openbluedragon.org/infoworld_a_windows_admin_tames_open_bluedragon.htm</link><pubDate>Fri, 01 Aug 2008 10:15:00 GMT</pubDate><description><![CDATA[In a follow-up to his previous InfoWorld article on Open BlueDragon, J. Peter Bruzzese describes his experiences getting Open BlueDragon up and running with the friendly assistance of Alan Williamson.



The results? He got Open BlueDragon up and run]]></description></item><item><title>InfoWorld Article on OpenBD and open source</title><guid isPermaLink="true">http://blog.openbluedragon.org/news_infoworld.htm</guid><link>http://blog.openbluedragon.org/news_infoworld.htm</link><pubDate>Sun, 20 Jul 2008 09:46:00 GMT</pubDate><description><![CDATA[InfoWorld recently published an article on open source and OpenBD.  Read what they had to say.]]></description></item><item><title>Video Tutorial: Build the OpenBD WAR from Source</title><guid isPermaLink="true">http://blog.openbluedragon.org/video_build.htm</guid><link>http://blog.openbluedragon.org/video_build.htm</link><pubDate>Sun, 20 Jul 2008 09:15:00 GMT</pubDate><description><![CDATA[Watch how you can build the OpenBD WAR file straight from source.]]></description></item><item><title>Open source in film; Python history</title><guid isPermaLink="true">http://blog.openbluedragon.org/opensource_history.htm</guid><link>http://blog.openbluedragon.org/opensource_history.htm</link><pubDate>Wed, 18 Jun 2008 08:23:00 GMT</pubDate><description><![CDATA[A student has published his results of a fascinating project looking at how some of the more established open source projects evolve over time.  We can learn a lot from this history.]]></description></item><item><title>What&apos;s stopping CIO&apos;s from going to open source?</title><guid isPermaLink="true">http://blog.openbluedragon.org/cio_opensource.htm</guid><link>http://blog.openbluedragon.org/cio_opensource.htm</link><pubDate>Mon, 16 Jun 2008 08:25:00 GMT</pubDate><description><![CDATA[CIO published their results regarding the adoption and use of open source projects within the enterprise.  Some surprising results and some obvious ones.]]></description></item></channel></rss>