<?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>Reading and Writing CSV files</title><guid isPermaLink="true">http://blog.openbluedragon.org/reading_and_writing_csv_files.htm</guid><link>http://blog.openbluedragon.org/reading_and_writing_csv_files.htm</link><pubDate>Tue, 23 Mar 2010 08:23:00 GMT</pubDate><description><![CDATA[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.]]></description></item><item><title>Full Support for Cloud Storage provider Nirvanix</title><guid isPermaLink="true">http://blog.openbluedragon.org/nirvanix.htm</guid><link>http://blog.openbluedragon.org/nirvanix.htm</link><pubDate>Sat, 12 Sep 2009 07:38:00 GMT</pubDate><description><![CDATA[OpenBD offers core support for the popular online cloud storage provider Nirvanix.  Full API coverage including audio and video translation services straight from CFML.]]></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>Full Amazon SQS integrated support</title><guid isPermaLink="true">http://blog.openbluedragon.org/amazon_sqs.htm</guid><link>http://blog.openbluedragon.org/amazon_sqs.htm</link><pubDate>Tue, 08 Sep 2009 12:02:00 GMT</pubDate><description><![CDATA[OpenBD gets full Amazon SQS integrated support.  Get fast, secure access to the world of distributed processing using Amazon's Cloud based queuing system.]]></description></item><item><title>CFDOCUMENT support</title><guid isPermaLink="true">http://blog.openbluedragon.org/cfdocument_support.htm</guid><link>http://blog.openbluedragon.org/cfdocument_support.htm</link><pubDate>Wed, 18 Mar 2009 10:42:00 GMT</pubDate><description><![CDATA[This week saw CFDOCUMENT added to Open BlueDragon nightly builds]]></description></item><item><title>CFFUNCTION gets JSON support</title><guid isPermaLink="true">http://blog.openbluedragon.org/cffunction_returntype.htm</guid><link>http://blog.openbluedragon.org/cffunction_returntype.htm</link><pubDate>Fri, 13 Feb 2009 10:26:00 GMT</pubDate><description><![CDATA[Calling remote CFC's from OpenBD can now support the standard JSON, PLAIN, WDDX and XML return types.  This is the last piece of the jigsaw before we deliver the first implementation of CFAJAXPROXY.]]></description></item><item><title>Optimize your CSS with CFSTYLESHEET</title><guid isPermaLink="true">http://blog.openbluedragon.org/cfstylesheet.htm</guid><link>http://blog.openbluedragon.org/cfstylesheet.htm</link><pubDate>Fri, 13 Feb 2009 10:09:00 GMT</pubDate><description><![CDATA[Just as we help optimize your javascript, OpenBD can now help with your CSS files in much the same.  Reducing both requests and bandwidth on your server.]]></description></item><item><title>Optimize your Javascript with CFJAVASCRIPT</title><guid isPermaLink="true">http://blog.openbluedragon.org/cfjavascript.htm</guid><link>http://blog.openbluedragon.org/cfjavascript.htm</link><pubDate>Mon, 09 Feb 2009 10:15:00 GMT</pubDate><description><![CDATA[Ever wanted to reduce the load that Javascript places on your server?  Reduce the requests as well as the amount of bandwidth transferred?  CFJAVASCRIPT will help you manage your javascript calls.]]></description></item><item><title>CFVIDEOPLAYER comes to OpenBD</title><guid isPermaLink="true">http://blog.openbluedragon.org/cfvideoplayer.htm</guid><link>http://blog.openbluedragon.org/cfvideoplayer.htm</link><pubDate>Wed, 04 Feb 2009 13:07:00 GMT</pubDate><description><![CDATA[We've recently added the CFVIDEOPLAYER tag to the core offering of OpenBD that lets you not only play videos, but also stream music and even play a photo slideshow.]]></description></item><item><title>Add a little CFCONTINUE to your looping</title><guid isPermaLink="true">http://blog.openbluedragon.org/cfcontinue.htm</guid><link>http://blog.openbluedragon.org/cfcontinue.htm</link><pubDate>Mon, 12 Jan 2009 10:24:00 GMT</pubDate><description><![CDATA[Did you know you can clean up your CFLOOP logic and utilise the CFCONTINUE?  This tag allows you to stop the execution of the current iteration and move onto the next without having to resort to lots of nested CFIF's.]]></description></item><item><title>Protecting your CFML apps with CFTHROTTLE</title><guid isPermaLink="true">http://blog.openbluedragon.org/protecting_your_cfml_apps_with_cfthrottle.htm</guid><link>http://blog.openbluedragon.org/protecting_your_cfml_apps_with_cfthrottle.htm</link><pubDate>Fri, 09 Jan 2009 11:04:00 GMT</pubDate><description><![CDATA[Protecting your CFML applications from unwanted attacks is always hitting a moving target, but OpenBD makes it easier for you to stop the sort of attacks the likes of Twitter recently had to endure.]]></description></item><item><title>Manage dynamic CFML using Render() function</title><guid isPermaLink="true">http://blog.openbluedragon.org/render.htm</guid><link>http://blog.openbluedragon.org/render.htm</link><pubDate>Wed, 13 Aug 2008 15:56:00 GMT</pubDate><description><![CDATA[You can output dynamic content from a variable that contains CFML tags and expressions using the render() function.]]></description></item><item><title>Access Amazon SimpleDB from within CFQUERY</title><guid isPermaLink="true">http://blog.openbluedragon.org/amazon_simpledb.htm</guid><link>http://blog.openbluedragon.org/amazon_simpledb.htm</link><pubDate>Fri, 20 Jun 2008 13:23:00 GMT</pubDate><description><![CDATA[Amazon's SimpleDB is a very scalable solution for storing and managing your data.  Discover how you can utilise this fantastic resource through CFQUERY and OpenBD]]></description></item><item><title>Boost performance by caching your CFQUERY&apos;s</title><guid isPermaLink="true">http://blog.openbluedragon.org/cfquery_caching.htm</guid><link>http://blog.openbluedragon.org/cfquery_caching.htm</link><pubDate>Tue, 17 Jun 2008 18:39:00 GMT</pubDate><description><![CDATA[The CFQUERY tag can do a lot to ease the burden on your database.  In addition to the core caching features, OpenBD has a few other tricks up its sleaves to make life even easier for you and the database]]></description></item></channel></rss>