<?xml version="1.0" encoding="ISO-8859-1"?>
<!--This is an automatically generated RSS file.

RSS files are web site summary documents in XML format, and are meant to be read
by an RSS reader or aggregator.
-->
<rss version="2.0">
   <channel>
      <title>Clarion Articles</title>
      <description><![CDATA[Articles recently published in Clarion Magazine]]></description>
      <language>en-us</language>
      <link>http://www.clarionmag.com:8080</link>
      <copyright>Copyright 1999-2005 by CoveComm Inc.</copyright>
      <item>
         <title>Agile, Test-Drive Development In Clarion#, Part 1 (Article)</title>
         <link>http://www.clarionmag.com:8080/cmag/v10/v10n05tdd.html</link>
         <description><![CDATA[Clarion# brings many new development tools and methodologies into play, and one of these is something called Test Driven Development, or TDD. The idea is that you create tests for your code, not just after you've written the code, but in fact before you write the code. In this first of two parts Dave Harms introduces the concept of TDD and creates a library and a test project.]]></description>
         <pubDate>Mon, 12 May 2008 00:00:00 CDT</pubDate>
      </item>
      <item>
         <title>Agile, Test-Drive Development In Clarion#, Part 2 (Article)</title>
         <link>http://www.clarionmag.com:8080/cmag/v10/v10n05tdd2.html</link>
         <description><![CDATA[In this second of two articles on Test Driven Development, Dave Harms walks through the process of creating tests cases and then writing the Clarion# code to satisfy the tests.]]></description>
         <pubDate>Mon, 12 May 2008 00:00:00 CDT</pubDate>
      </item>
      <item>
         <title>Source Code Library 2008.04.30 Available (Article)</title>
         <link>http://www.clarionmag.com:8080/cmag/sourcelib.html#</link>
         <description><![CDATA[The Clarion Magazine Source Code Library has been updated to include the latest source. Source code subscribers can download the April 2008 update from the <a class="accent" href=" http://www.clarionmag.com/cmag/myclarionmag.html">My ClarionMag<a/> page. If you're on Vista please run Lindersoft's <a class="accent" href="http://lindersoft.com/c6_vista_fix.exe">Clarion detection patch</a> first.]]></description>
         <pubDate>Mon, 05 May 2008 00:00:00 CDT</pubDate>
      </item>
      <item>
         <title>Enhancing The RoundedPanel Control (Article)</title>
         <link>http://www.clarionmag.com:8080/cmag/v10/v10n05roundedrectangle.html</link>
         <description><![CDATA[Dave Harms follows in Randy Rogers' footsteps and comes up with a few enhancements to the Clarion# RoundedPanel control.]]></description>
         <pubDate>Thu, 01 May 2008 00:00:00 CDT</pubDate>
      </item>
      <item>
         <title>RTF Mail Merge (Article)</title>
         <link>http://www.clarionmag.com:8080/cmag/v10/v10n04mailmerge.html</link>
         <description><![CDATA[It's easy to do mail merge with MS Word and an appropriate third party utility. But what if your users don't all have MS Word? Not to worry; as John Griffiths shows you can always use the RTF Text Control.]]></description>
         <pubDate>Wed, 30 Apr 2008 00:00:00 CDT</pubDate>
      </item>
      <item>
         <title>Creating A Custom Rounded Panel Control In Clarion# (Article)</title>
         <link>http://www.clarionmag.com:8080/cmag/v10/v10n04roundedpanel.html</link>
         <description><![CDATA[Early on in his explorations of Clarion# Randy Rogers decided he needed a panel control with rounded corners. The problem: no such panel is part of the standard control set. The solution: create a custom panel control. ]]></description>
         <pubDate>Wed, 30 Apr 2008 00:00:00 CDT</pubDate>
      </item>
      <item>
         <title>PDF for April 2008 (Article)</title>
         <link>http://www.clarionmag.com:8080/cmag/v10/files/cmag-2008-04.pdf</link>
         <description><![CDATA[All articles for April 2008 in PDF format.]]></description>
         <pubDate>Wed, 30 Apr 2008 00:00:00 CDT</pubDate>
      </item>
      <item>
         <title>Loosely Coupled .NET Applications And Inversion of Control (Article)</title>
         <link>http://www.clarionmag.com:8080/cmag/v10/v10n04ioc.html</link>
         <description><![CDATA[Designing loosely-coupled applications is one thing; getting all those components to work together, based on runtime configuration settings, is another. The answer: use an Inversion of Control container to manage the creation and lifespan of your objects. ]]></description>
         <pubDate>Thu, 17 Apr 2008 00:00:00 CDT</pubDate>
      </item>
      <item>
         <title>Passing Filter Expressions To Reports (Article)</title>
         <link>http://www.clarionmag.com:8080/cmag/v10/v10n04filters2.html</link>
         <description><![CDATA[Dynamic filter expressions are a great way to let your users query data, but they'll probably want to apply these filters to reporting as well. Paul Blais shows how it's done. ]]></description>
         <pubDate>Thu, 17 Apr 2008 00:00:00 CDT</pubDate>
      </item>
      <item>
         <title>Loosely Coupled .NET Applications: The Baseline Example (Article)</title>
         <link>http://www.clarionmag.com:8080/cmag/v10/v10n04iocapp.html</link>
         <description><![CDATA[In preparation for the grand finale on configurable, adaptable .NET applications David Harms introduces a sample application and shows how to use its classes in typical tightly-coupled fashion.]]></description>
         <pubDate>Wed, 16 Apr 2008 00:00:00 CDT</pubDate>
      </item>
      <item>
         <title>Using Dynamic Filter Expressions for QBE (Article)</title>
         <link>http://www.clarionmag.com:8080/cmag/v10/v10n04filters1.html</link>
         <description><![CDATA[Paul Blais takes a look at filter expressions employed in the Clarion VIEW structure. These expressions are a close cousin to EVALUATE, and a great way to enhance your users' ability to query the database. ]]></description>
         <pubDate>Fri, 11 Apr 2008 00:00:00 CDT</pubDate>
      </item>
      <item>
         <title>Loosely Coupled .NET Applications: Understanding Reflection (Article)</title>
         <link>http://www.clarionmag.com:8080/cmag/v10/v10n04reflection.html</link>
         <description><![CDATA[At the midway point in his series on flexible application design David Harms explores the very cool world of .NET reflection.]]></description>
         <pubDate>Thu, 10 Apr 2008 00:00:00 CDT</pubDate>
      </item>
      <item>
         <title>Source Code Library 2008.03.31 Available (Article)</title>
         <link>http://www.clarionmag.com:8080/cmag/sourcelib.html#</link>
         <description><![CDATA[The Clarion Magazine Source Code Library has been updated to include the March source. Source code subscribers can download the Mar 2008 update from the <a class="accent" href=" http://www.clarionmag.com/cmag/myclarionmag.html">My ClarionMag<a/> page. If you're on Vista please run Lindersoft's <a class="accent" href="http://lindersoft.com/c6_vista_fix.exe">Clarion detection patch</a> first.]]></description>
         <pubDate>Wed, 02 Apr 2008 00:00:00 CDT</pubDate>
      </item>
      <item>
         <title>PDF for March 2008 (Article)</title>
         <link>http://www.clarionmag.com:8080/cmag/v10/files/cmag-2008-03.pdf</link>
         <description><![CDATA[All articles for March 2008 in PDF format.]]></description>
         <pubDate>Mon, 31 Mar 2008 00:00:00 CDT</pubDate>
      </item>
      <item>
         <title>The Clarion.NET FAQ - Updated May 5, 2008 (Article)</title>
         <link>http://www.clarionmag.com:8080/cmag/clariondotnetfaq.html#</link>
         <description><![CDATA[A list of frequently-asked questions about Clarion.NET/Clarion#, and some hopefully informative answers. Latest update: Clarion# performance as compared to Clarion 6.]]></description>
         <pubDate>Thu, 27 Mar 2008 00:00:00 CDT</pubDate>
      </item>
   </channel>
</rss>

