<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://coldfusion.dzone.com"  xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dz="http://www.developerzone.com/modules/dz/1.0">
<channel>
 <title>Recent News Stories</title>
 <link>http://coldfusion.dzone.com/news/current</link>
 <description></description>
 <language>en</language>
<item>
 <title>Hey WMI, Where Can I Print</title>
 <link>http://coldfusion.dzone.com/news/hey-wmi-where-can-i-print</link>
 <description>Windows Management Instrumentation, or WMI for short, is a very powerful and often under used technology. I am simply fascinated by how much you can accomplish using WMI. It is mostly intended for computer management tasks but it can be used for much more. Some examples include getting all kinds of computer information, managing system services and application. This article will cover a possible...</description>
 <comments>http://coldfusion.dzone.com/news/hey-wmi-where-can-i-print#comments</comments>
 <category domain="http://coldfusion.dzone.com/category/tags/net">.net</category>
 <category domain="http://coldfusion.dzone.com/taxonomy/term/76">coldfusion</category>
 <category domain="http://coldfusion.dzone.com/category/tags/wmi">wmi</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://coldfusion.dzone.com/crss/node/2011</wfw:commentRss>
 <dz:submitDate>Thu, 27 Mar 2008 15:09:13 -0400</dz:submitDate>
 <dz:readCount>516</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>boyan</dz:username>
 <dz:userimage>http://coldfusion.dzone.com/sites/all/files/avatars/picture-246156.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Thu, 27 Mar 2008 15:09:13 -0400</pubDate>
 <dc:creator>boyan</dc:creator>
 <guid isPermaLink="false">2011 at http://coldfusion.dzone.com</guid>
</item>
<item>
 <title>Model-Glue Tips and Tricks</title>
 <link>http://coldfusion.dzone.com/news/model-glue-tips-and-tricks</link>
 <description>
  
    Turn off automatic reloading of your application 

    This will greatly reduce the time the application needs to process all request. This is the way I develop Model-Glue applications. In your Model-Glue configuration (the &amp;quot;modelGlueConfiguration&amp;quot; bean in ColdSpring.xml), look for the &amp;quot;reload&amp;quot; property and set it to false: 

    

    

    &amp;lt;property...</description>
 <comments>http://coldfusion.dzone.com/news/model-glue-tips-and-tricks#comments</comments>
 <category domain="http://coldfusion.dzone.com/taxonomy/term/76">coldfusion</category>
 <category domain="http://coldfusion.dzone.com/category/tags/model-glue">Model-Glue</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://coldfusion.dzone.com/crss/node/1835</wfw:commentRss>
 <dz:submitDate>Wed, 19 Mar 2008 10:26:22 -0400</dz:submitDate>
 <dz:readCount>273</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>boyan</dz:username>
 <dz:userimage>http://coldfusion.dzone.com/sites/all/files/avatars/picture-246156.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Wed, 19 Mar 2008 10:26:22 -0400</pubDate>
 <dc:creator>boyan</dc:creator>
 <guid isPermaLink="false">1835 at http://coldfusion.dzone.com</guid>
</item>
<item>
 <title>Querying the File System - From ColdFusion to SQL Server</title>
 <link>http://coldfusion.dzone.com/news/querying-file-system-coldfusio</link>
 <description>While looking for a solution of a different problem, I realized that SQL Server has a feature called extended stored procedures. Extended stored procedures, at least in SQL Server 2000, have to be written in C++ and compiled to a DLL. A good example of such a procedure is my previous article on Using Regular Expression in SQL Server. I am not going to get into how to write extended stored...</description>
 <comments>http://coldfusion.dzone.com/news/querying-file-system-coldfusio#comments</comments>
 <category domain="http://coldfusion.dzone.com/taxonomy/term/76">coldfusion</category>
 <category domain="http://coldfusion.dzone.com/category/tags/sql-server">SQL Server</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://coldfusion.dzone.com/crss/node/1785</wfw:commentRss>
 <dz:submitDate>Mon, 17 Mar 2008 16:10:16 -0400</dz:submitDate>
 <dz:readCount>730</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>boyan</dz:username>
 <dz:userimage>http://coldfusion.dzone.com/sites/all/files/avatars/picture-246156.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Mon, 17 Mar 2008 16:10:16 -0400</pubDate>
 <dc:creator>boyan</dc:creator>
 <guid isPermaLink="false">1785 at http://coldfusion.dzone.com</guid>
</item>
<item>
 <title>Closing The 404 Gap For Dynamic Page Generation With onMissingTemplate()</title>
 <link>http://coldfusion.dzone.com/news/closing-404-gap-dynamic-page-g</link>
 <description>ColdFusion&#039;s new onMissingTemplate() function is a great addition to our toolbox, and mind blowingly useful for Dynamic Page Generation, but (as Ben Nadel notes) the problem of requiring a ColdFusion template to be requested in order to invoke the functionality has yet to be addressed.  </description>
 <comments>http://coldfusion.dzone.com/news/closing-404-gap-dynamic-page-g#comments</comments>
 <category domain="http://coldfusion.dzone.com/category/tags/404">404</category>
 <category domain="http://coldfusion.dzone.com/taxonomy/term/76">coldfusion</category>
 <category domain="http://coldfusion.dzone.com/category/tags/coldfusion-8">ColdFusion 8</category>
 <category domain="http://coldfusion.dzone.com/category/tags/dynamic-page-generation">Dynamic Page Generation</category>
 <category domain="http://coldfusion.dzone.com/category/tags/faqu">FAQU</category>
 <category domain="http://coldfusion.dzone.com/category/tags/how">how-to</category>
 <category domain="http://coldfusion.dzone.com/category/tags/iis">IIS</category>
 <category domain="http://coldfusion.dzone.com/category/tags/onmissingtemplate">onMissingTemplate</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://coldfusion.dzone.com/crss/node/1570</wfw:commentRss>
 <dz:submitDate>Wed, 12 Mar 2008 17:12:29 -0400</dz:submitDate>
 <dz:readCount>1178</dz:readCount>
 <dz:commentCount>4</dz:commentCount>
 <dz:submitter> <dz:username>atuttle</dz:username>
 <dz:userimage>http://coldfusion.dzone.com/sites/all/files/avatars/picture-273082.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Wed, 12 Mar 2008 17:12:29 -0400</pubDate>
 <dc:creator>atuttle</dc:creator>
 <guid isPermaLink="false">1570 at http://coldfusion.dzone.com</guid>
</item>
<item>
 <title>ColdFusion 8&#039;s image functions + jQuery= a UI for adding text and color blocks into an image file</title>
 <link>http://coldfusion.dzone.com/news/coldfusion-8s-image-functions-</link>
 <description>One of the new features in ColdFusion 8 is the ability to manipulate
images using ColdFusion tags and functions. In addition to being to do
generic image manipulations (like rotating, resizing, and cropping),
you can also add text to an image using the ImageDrawText function, like in this example:</description>
 <comments>http://coldfusion.dzone.com/news/coldfusion-8s-image-functions-#comments</comments>
 <category domain="http://coldfusion.dzone.com/taxonomy/term/76">coldfusion</category>
 <category domain="http://coldfusion.dzone.com/category/tags/coldfusion-8">ColdFusion 8</category>
 <category domain="http://coldfusion.dzone.com/category/tags/image-manipulation">image manipulation</category>
 <category domain="http://coldfusion.dzone.com/category/tags/jquery">jQuery</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://coldfusion.dzone.com/crss/node/1416</wfw:commentRss>
 <dz:submitDate>Mon, 03 Mar 2008 08:28:41 -0500</dz:submitDate>
 <dz:readCount>743</dz:readCount>
 <dz:commentCount>2</dz:commentCount>
 <dz:submitter> <dz:username>bcswartz</dz:username>
 <dz:userimage>http://coldfusion.dzone.com/sites/all/themes/dzone/avatars/default_48.gif</dz:userimage>
</dz:submitter>
 <pubDate>Mon, 03 Mar 2008 08:28:41 -0500</pubDate>
 <dc:creator>bcswartz</dc:creator>
 <guid isPermaLink="false">1416 at http://coldfusion.dzone.com</guid>
</item>
<item>
 <title>Universal Package Tracking in ColdFusion</title>
 <link>http://coldfusion.dzone.com/news/universal-package-tracking-col</link>
 <description>A while back, I was in need of a universal package tracking tool that is not specific to the carrier. Almost every carrier provides some kind of an API but it can be a pain to set up each one separately. Fortunately, I found a nifty tracking tool which is universal and can be leveraged through RSS. It works with UPS, FedEx, USPS, or DHL/AirBorne without having to specify which carrier you need....</description>
 <comments>http://coldfusion.dzone.com/news/universal-package-tracking-col#comments</comments>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://coldfusion.dzone.com/crss/node/1151</wfw:commentRss>
 <dz:submitDate>Tue, 19 Feb 2008 14:19:52 -0500</dz:submitDate>
 <dz:readCount>431</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>boyan</dz:username>
 <dz:userimage>http://coldfusion.dzone.com/sites/all/files/avatars/picture-246156.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Tue, 19 Feb 2008 14:19:52 -0500</pubDate>
 <dc:creator>boyan</dc:creator>
 <guid isPermaLink="false">1151 at http://coldfusion.dzone.com</guid>
</item>
<item>
 <title>Get All Form Fields in ModelGlue the Elegant Way</title>
 <link>http://coldfusion.dzone.com/news/get-all-form-fields-modelglue-</link>
 <description>If you are using the ModelGlue framework for your ColdFusion development, you know how to get variable values from the form/url scope. Assuming you are inside a controller method that takes the argument &amp;quot;event&amp;quot; of type &amp;quot;ModelGlue.Core.Event&amp;quot;, ModelGlue makes this as simple as arguments.event.getValue(&amp;quot;eventVariableName&amp;quot;)</description>
 <comments>http://coldfusion.dzone.com/news/get-all-form-fields-modelglue-#comments</comments>
 <category domain="http://coldfusion.dzone.com/taxonomy/term/76">coldfusion</category>
 <category domain="http://coldfusion.dzone.com/category/tags/model-glue">Model-Glue</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://coldfusion.dzone.com/crss/node/1110</wfw:commentRss>
 <dz:submitDate>Mon, 18 Feb 2008 12:27:52 -0500</dz:submitDate>
 <dz:readCount>500</dz:readCount>
 <dz:commentCount>4</dz:commentCount>
 <dz:submitter> <dz:username>boyan</dz:username>
 <dz:userimage>http://coldfusion.dzone.com/sites/all/files/avatars/picture-246156.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Mon, 18 Feb 2008 12:27:52 -0500</pubDate>
 <dc:creator>boyan</dc:creator>
 <guid isPermaLink="false">1110 at http://coldfusion.dzone.com</guid>
</item>
<item>
 <title>Querying Active Directory Through SQL Server</title>
 <link>http://coldfusion.dzone.com/news/querying-active-directory-thro</link>
 <description>Integrating your application with Active Directory (or another LDAP based directory) is a common requirement in many business applications. Almost every language has a way to query LDAP but little known is the approach of integrating SQL Server with your LDAP controller. This quick article will guide you through setting up and using LDAP queries through SQL Server 2000 with Active Directory as...</description>
 <comments>http://coldfusion.dzone.com/news/querying-active-directory-thro#comments</comments>
 <category domain="http://coldfusion.dzone.com/category/tags/sql-server">SQL Server</category>
 <category domain="http://coldfusion.dzone.com/category/tags/t-sql">t-sql</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://coldfusion.dzone.com/crss/node/934</wfw:commentRss>
 <dz:submitDate>Mon, 11 Feb 2008 14:55:57 -0500</dz:submitDate>
 <dz:readCount>2644</dz:readCount>
 <dz:commentCount>1</dz:commentCount>
 <dz:submitter> <dz:username>boyan</dz:username>
 <dz:userimage>http://coldfusion.dzone.com/sites/all/files/avatars/picture-246156.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Mon, 11 Feb 2008 14:55:57 -0500</pubDate>
 <dc:creator>boyan</dc:creator>
 <guid isPermaLink="false">934 at http://coldfusion.dzone.com</guid>
</item>
<item>
 <title>Quick Tip on Including JavaScript files in Your Model-Glue Views</title>
 <link>http://coldfusion.dzone.com/news/quick-tip-including-javascript</link>
 <description>While programming with Model-Glue, I find that I have to often include JavaScript files in each individual view. I most often do this for form validation but it could be for whatever other reason.</description>
 <comments>http://coldfusion.dzone.com/news/quick-tip-including-javascript#comments</comments>
 <category domain="http://coldfusion.dzone.com/taxonomy/term/76">coldfusion</category>
 <category domain="http://coldfusion.dzone.com/category/tags/javascript">javascript</category>
 <category domain="http://coldfusion.dzone.com/category/tags/model-glue">Model-Glue</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://coldfusion.dzone.com/crss/node/798</wfw:commentRss>
 <dz:submitDate>Wed, 06 Feb 2008 10:48:45 -0500</dz:submitDate>
 <dz:readCount>630</dz:readCount>
 <dz:commentCount>3</dz:commentCount>
 <dz:submitter> <dz:username>boyan</dz:username>
 <dz:userimage>http://coldfusion.dzone.com/sites/all/files/avatars/picture-246156.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Wed, 06 Feb 2008 10:48:45 -0500</pubDate>
 <dc:creator>boyan</dc:creator>
 <guid isPermaLink="false">798 at http://coldfusion.dzone.com</guid>
</item>
<item>
 <title>Who Uses ColdFusion?</title>
 <link>http://coldfusion.dzone.com/news/who-uses-coldfusion</link>
 <description>Those who haven&#039;t used CFML often have the perception that it is a niche language or &#039;training wheels&#039; for developers to get their feet wet with programming before moving on to a &#039;real&#039; language.  What they fail to realize is that CFML is used to rapidly create powerful, easily maintainable, scalable enterprise level web applications.  Who uses ColdFusion?  Well, our very own Zone Leader Rey...</description>
 <comments>http://coldfusion.dzone.com/news/who-uses-coldfusion#comments</comments>
 <category domain="http://coldfusion.dzone.com/taxonomy/term/76">coldfusion</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://coldfusion.dzone.com/crss/node/792</wfw:commentRss>
 <dz:submitDate>Wed, 06 Feb 2008 09:04:00 -0500</dz:submitDate>
 <dz:readCount>731</dz:readCount>
 <dz:commentCount>1</dz:commentCount>
 <dz:submitter> <dz:username>cfsilence</dz:username>
 <dz:userimage>http://coldfusion.dzone.com/sites/all/files/avatars/picture-237287.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Wed, 06 Feb 2008 09:04:00 -0500</pubDate>
 <dc:creator>cfsilence</dc:creator>
 <guid isPermaLink="false">792 at http://coldfusion.dzone.com</guid>
</item>
<item>
 <title>What Function Called My Function</title>
 <link>http://coldfusion.dzone.com/news/what-function-called-my-functi</link>
 <description>I recently came across a question on the Adobe forums about being able to tell who called a certain function in a base component (the &amp;quot;super&amp;quot;). The first thing that came to mind was: is this even possible? The answer is: Yes of course it&#039;s possible!</description>
 <comments>http://coldfusion.dzone.com/news/what-function-called-my-functi#comments</comments>
 <category domain="http://coldfusion.dzone.com/taxonomy/term/76">coldfusion</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://coldfusion.dzone.com/crss/node/789</wfw:commentRss>
 <dz:submitDate>Wed, 06 Feb 2008 03:37:23 -0500</dz:submitDate>
 <dz:readCount>323</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>ggilbert</dz:username>
 <dz:userimage>http://coldfusion.dzone.com/sites/all/themes/dzone/avatars/default_48.gif</dz:userimage>
</dz:submitter>
 <pubDate>Wed, 06 Feb 2008 03:37:23 -0500</pubDate>
 <dc:creator>ggilbert</dc:creator>
 <guid isPermaLink="false">789 at http://coldfusion.dzone.com</guid>
</item>
<item>
 <title>ColdFusion + Java = Easy, Rapid &amp; Powerful</title>
 <link>http://coldfusion.dzone.com/news/coldfusion-java-easy-rapid-pow</link>
 <description>Many ColdFusion developers know that the underlying power of ColdFusion is Java.  I&#039;ve personally never written a line of Java, but I have taken advantage of this power by integrating some Java projects into my ColdFusion code.  One example of such integration is my PPTUtils project.  PPTUtils utilizes HSLF which is a sub-project of the larger and widely recognized Apache POI project.</description>
 <comments>http://coldfusion.dzone.com/news/coldfusion-java-easy-rapid-pow#comments</comments>
 <category domain="http://coldfusion.dzone.com/taxonomy/term/76">coldfusion</category>
 <category domain="http://coldfusion.dzone.com/taxonomy/term/66">java</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://coldfusion.dzone.com/crss/node/767</wfw:commentRss>
 <dz:submitDate>Tue, 05 Feb 2008 11:12:20 -0500</dz:submitDate>
 <dz:readCount>1240</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>cfsilence</dz:username>
 <dz:userimage>http://coldfusion.dzone.com/sites/all/files/avatars/picture-237287.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Tue, 05 Feb 2008 11:12:20 -0500</pubDate>
 <dc:creator>cfsilence</dc:creator>
 <guid isPermaLink="false">767 at http://coldfusion.dzone.com</guid>
</item>
<item>
 <title>Using Generic Lists and SQL Server Views in Model-Glue</title>
 <link>http://coldfusion.dzone.com/news/using-generic-lists-and-sql-se</link>
 <description>Model-Glue comes with some generic messages that you can use to manipulate data from your database. Generic messages are only available when you are using an ORM adapter with Model-Glue (such as Reactor or Transfer). In general, &amp;quot;messages&amp;quot; are how Model-Glue refers to requests to the server. As a very brief overview, messages are broadcast by the event handler and then handled by one...</description>
 <comments>http://coldfusion.dzone.com/news/using-generic-lists-and-sql-se#comments</comments>
 <category domain="http://coldfusion.dzone.com/taxonomy/term/76">coldfusion</category>
 <category domain="http://coldfusion.dzone.com/category/tags/model-glue">Model-Glue</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://coldfusion.dzone.com/crss/node/650</wfw:commentRss>
 <dz:submitDate>Fri, 01 Feb 2008 13:39:17 -0500</dz:submitDate>
 <dz:readCount>439</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>boyan</dz:username>
 <dz:userimage>http://coldfusion.dzone.com/sites/all/files/avatars/picture-246156.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Fri, 01 Feb 2008 13:39:17 -0500</pubDate>
 <dc:creator>boyan</dc:creator>
 <guid isPermaLink="false">650 at http://coldfusion.dzone.com</guid>
</item>
<item>
 <title>GDS Ships FOSS Alternative to Adobe LiveCycle DS</title>
 <link>http://coldfusion.dzone.com/news/granite-data-services-100-rele</link>
 <description>Granite Data Services (GDS) is a free, open source (LGPL&#039;d), alternative to Adobe® LiveCycle® (Flex™ 2+) Data Services
for J2EE application servers. It is not, however, a drop-in
replacement: you won&#039;t be able to simply deploy a LiveCycle Data
Services application into a Granite Data Services server without
modifications. The main goal of this project is to provide a framework
for Flex...</description>
 <comments>http://coldfusion.dzone.com/news/granite-data-services-100-rele#comments</comments>
 <category domain="http://coldfusion.dzone.com/category/tags/amf3">amf3</category>
 <category domain="http://coldfusion.dzone.com/category/tags/ejb3">ejb3</category>
 <category domain="http://coldfusion.dzone.com/taxonomy/term/68">flash</category>
 <category domain="http://coldfusion.dzone.com/taxonomy/term/53">flex</category>
 <category domain="http://coldfusion.dzone.com/category/tags/free">free</category>
 <category domain="http://coldfusion.dzone.com/category/tags/guice">Guice</category>
 <category domain="http://coldfusion.dzone.com/taxonomy/term/67">j2ee</category>
 <category domain="http://coldfusion.dzone.com/taxonomy/term/66">java</category>
 <category domain="http://coldfusion.dzone.com/category/tags/open-source">Open Source</category>
 <category domain="http://coldfusion.dzone.com/category/tags/pojo">pojo</category>
 <category domain="http://coldfusion.dzone.com/category/tags/remoteobject">remoteobject</category>
 <category domain="http://coldfusion.dzone.com/category/tags/seam">Seam</category>
 <category domain="http://coldfusion.dzone.com/category/tags/spring">spring</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://coldfusion.dzone.com/crss/node/605</wfw:commentRss>
 <dz:submitDate>Thu, 31 Jan 2008 06:36:35 -0500</dz:submitDate>
 <dz:readCount>1324</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>fwolff</dz:username>
 <dz:userimage>http://coldfusion.dzone.com/sites/all/themes/dzone/avatars/default_48.gif</dz:userimage>
</dz:submitter>
 <pubDate>Thu, 31 Jan 2008 06:36:35 -0500</pubDate>
 <dc:creator>fwolff</dc:creator>
 <guid isPermaLink="false">605 at http://coldfusion.dzone.com</guid>
</item>
<item>
 <title>Learn more about the AIR, ColdFusion and the Spry Javascript Framework</title>
 <link>http://coldfusion.dzone.com/news/learn-more-about-air-coldfusio</link>
 <description>I am always interested in tutorials. I love to learn new things. In my travels recently, I found a good set of tutorials on over at Gary Gilbert&#039;s blog. Gary has quite a growing number of tutorials on a Spry, ColdFusion and the new Abobe Integrated Runtime. This is definately a resource for those wanting to learn more on those topics.</description>
 <comments>http://coldfusion.dzone.com/news/learn-more-about-air-coldfusio#comments</comments>
 <category domain="http://coldfusion.dzone.com/category/tags/air">air</category>
 <category domain="http://coldfusion.dzone.com/category/tags/ajax">ajax</category>
 <category domain="http://coldfusion.dzone.com/taxonomy/term/76">coldfusion</category>
 <category domain="http://coldfusion.dzone.com/category/tags/javascript">javascript</category>
 <category domain="http://coldfusion.dzone.com/category/tags/spry">spry</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://coldfusion.dzone.com/crss/node/594</wfw:commentRss>
 <dz:submitDate>Wed, 30 Jan 2008 16:59:23 -0500</dz:submitDate>
 <dz:readCount>635</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>dan</dz:username>
 <dz:userimage>http://coldfusion.dzone.com/sites/all/files/avatars/picture-5.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Wed, 30 Jan 2008 16:59:23 -0500</pubDate>
 <dc:creator>dan</dc:creator>
 <guid isPermaLink="false">594 at http://coldfusion.dzone.com</guid>
</item>
</channel>
</rss>
