<?xml version="1.0" encoding="utf-8" ?>

<rss version="0.91" >
<channel>
<title>ZDO Corporation</title>
<link>http://www2.zdo.com/</link>
<description>Software Consulting</description>
<language>en</language>


<item>
    <title>Redirecting STL Standard Output and Error to a Log File</title>
    <link>http://www2.zdo.com/archives/32-Redirecting-STL-Standard-Output-and-Error-to-a-Log-File.html</link>

    <description>
        
&lt;p&gt;Although there are many nice logging libraries for C++, 
sometimes you may simply need a basic level of logging for your application.&lt;/p&gt;

&lt;p&gt;STL provides a way to redirect standrad output and standard error to a stream.
Using this feature, we can easily redirect them to a log file.&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www2.zdo.com/archives/32-Redirecting-STL-Standard-Output-and-Error-to-a-Log-File.html#extended&quot;&gt;Continue reading &quot;Redirecting STL Standard Output and Error to a Log File&quot;&lt;/a&gt;
    </description>
</item>
<item>
    <title>Using SVN revision number in ANT and Java files</title>
    <link>http://www2.zdo.com/archives/31-Using-SVN-revision-number-in-ANT-and-Java-files.html</link>

    <description>
        
&lt;p&gt;In this article, I will show you a quick way to use SVN revision number as a part of your software version. The small ANT target that I will show you below will enable you to extract and integrate the SVN revision number, during compile time, into your source code. This will enable you to show an updated version number of your application anywhere on your application.&lt;/p&gt;

 &lt;br /&gt;&lt;a href=&quot;http://www2.zdo.com/archives/31-Using-SVN-revision-number-in-ANT-and-Java-files.html#extended&quot;&gt;Continue reading &quot;Using SVN revision number in ANT and Java files&quot;&lt;/a&gt;
    </description>
</item>
<item>
    <title>WS-Discovery to Find Web Services During Run-Time</title>
    <link>http://www2.zdo.com/archives/30-WS-Discovery-to-Find-Web-Services-During-Run-Time.html</link>

    <description>
        &lt;p&gt;WS-Discovery is a WCF based multicast protocol to enable run-time discovery of services within ad-hoc networks. It allows you to discover the address of Web Services during run-time.&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www2.zdo.com/archives/30-WS-Discovery-to-Find-Web-Services-During-Run-Time.html#extended&quot;&gt;Continue reading &quot;WS-Discovery to Find Web Services During Run-Time&quot;&lt;/a&gt;
    </description>
</item>
<item>
    <title>WCF Callbacks between the Service and Client</title>
    <link>http://www2.zdo.com/archives/29-WCF-Callbacks-between-the-Service-and-Client.html</link>

    <description>
        Windows Communication Foundation (WCF) based Callbacks. &lt;br /&gt;&lt;a href=&quot;http://www2.zdo.com/archives/29-WCF-Callbacks-between-the-Service-and-Client.html#extended&quot;&gt;Continue reading &quot;WCF Callbacks between the Service and Client&quot;&lt;/a&gt;
    </description>
</item>
<item>
    <title>WCF File Upload Service</title>
    <link>http://www2.zdo.com/archives/28-WCF-File-Upload-Service.html</link>

    <description>
        Windows Communication Foundation (WCF) based File Upload service. &lt;br /&gt;&lt;a href=&quot;http://www2.zdo.com/archives/28-WCF-File-Upload-Service.html#extended&quot;&gt;Continue reading &quot;WCF File Upload Service&quot;&lt;/a&gt;
    </description>
</item>
<item>
    <title>Windows Communication Foundation WCF Notes</title>
    <link>http://www2.zdo.com/archives/27-Windows-Communication-Foundation-WCF-Notes.html</link>

    <description>
        These are my notes for Windows Communication Foundation. It covers many aspects of WCF services, and it can easily be used as a quick WCF tutorial. &lt;br /&gt;&lt;a href=&quot;http://www2.zdo.com/archives/27-Windows-Communication-Foundation-WCF-Notes.html#extended&quot;&gt;Continue reading &quot;Windows Communication Foundation WCF Notes&quot;&lt;/a&gt;
    </description>
</item>
<item>
    <title>CardLayout Implementation for CSharp</title>
    <link>http://www2.zdo.com/archives/26-CardLayout-Implementation-for-CSharp.html</link>

    <description>
        &lt;p&gt;This article provides a simple Card Layout implementation for C# Windows Forms. CardPanel, our CardLayout implementation, keeps other Controls as Cards, and allows you to switch between them by only showing a single one at any given time.&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www2.zdo.com/archives/26-CardLayout-Implementation-for-CSharp.html#extended&quot;&gt;Continue reading &quot;CardLayout Implementation for CSharp&quot;&lt;/a&gt;
    </description>
</item>
<item>
    <title>Line Number Information from XmlDocument</title>
    <link>http://www2.zdo.com/archives/25-Line-Number-Information-from-XmlDocument.html</link>

    <description>
        &lt;p&gt;This articles provides an extended version of XmlDocument that keeps track of LineNumber and LinePosition of each node through the IXmlLineInfo interface.&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www2.zdo.com/archives/25-Line-Number-Information-from-XmlDocument.html#extended&quot;&gt;Continue reading &quot;Line Number Information from XmlDocument&quot;&lt;/a&gt;
    </description>
</item>
<item>
    <title>Implementing a Single Interface with Multiple Classes</title>
    <link>http://www2.zdo.com/archives/24-Implementing-a-Single-Interface-with-Multiple-Classes.html</link>

    <description>
        &lt;p&gt;This article will provide you information about how you can distribute the functionality of a single interface into multiple classes.&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www2.zdo.com/archives/24-Implementing-a-Single-Interface-with-Multiple-Classes.html#extended&quot;&gt;Continue reading &quot;Implementing a Single Interface with Multiple Classes&quot;&lt;/a&gt;
    </description>
</item>
<item>
    <title>Regular Expressions based Matchers for NMock2</title>
    <link>http://www2.zdo.com/archives/21-Regular-Expressions-based-Matchers-for-NMock2.html</link>

    <description>
        &lt;p&gt;While using NMock2, in many cases, you may not be able to easily guess exact parameter values, but you may have an idea about a portion of it. RegExMatcher class fills this gap.&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www2.zdo.com/archives/21-Regular-Expressions-based-Matchers-for-NMock2.html#extended&quot;&gt;Continue reading &quot;Regular Expressions based Matchers for NMock2&quot;&lt;/a&gt;
    </description>
</item>
<item>
    <title>A String.Format Alternative for Using Named Variables Instead of Numbers</title>
    <link>http://www2.zdo.com/archives/5-A-String.Format-Alternative-for-Using-Named-Variables-Instead-of-Numbers.html</link>

    <description>
        &lt;p&gt;StringHelper.NamedFormat is a String.Format alternative which will let you use names instead of numbers in your string templates.&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www2.zdo.com/archives/5-A-String.Format-Alternative-for-Using-Named-Variables-Instead-of-Numbers.html#extended&quot;&gt;Continue reading &quot;A String.Format Alternative for Using Named Variables Instead of Numbers&quot;&lt;/a&gt;
    </description>
</item>
<item>
    <title>F-Prot Anti-Virus Wrapper for Procmail</title>
    <link>http://www2.zdo.com/archives/4-F-Prot-Anti-Virus-Wrapper-for-Procmail.html</link>

    <description>
        &lt;p&gt;This article will provide you a way to scan your incoming messages using F-Prot automatically on your Linux system using Procmail and f-prot-wrapper.sh script.&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www2.zdo.com/archives/4-F-Prot-Anti-Virus-Wrapper-for-Procmail.html#extended&quot;&gt;Continue reading &quot;F-Prot Anti-Virus Wrapper for Procmail&quot;&lt;/a&gt;
    </description>
</item>
<item>
    <title>JavaScript API to Control SONY SNC-RZ30N Network Camera</title>
    <link>http://www2.zdo.com/archives/3-JavaScript-API-to-Control-SONY-SNC-RZ30N-Network-Camera.html</link>

    <description>
        &lt;p&gt;SonySNC.js is a JavaScript API to control a SONY SNC-RZ30N Network Camera within a web page. &lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www2.zdo.com/archives/3-JavaScript-API-to-Control-SONY-SNC-RZ30N-Network-Camera.html#extended&quot;&gt;Continue reading &quot;JavaScript API to Control SONY SNC-RZ30N Network Camera&quot;&lt;/a&gt;
    </description>
</item>
<item>
    <title>Parsing Survey Word Files with PERL</title>
    <link>http://www2.zdo.com/archives/2-Parsing-Survey-Word-Files-with-PERL.html</link>

    <description>
        This article will give you a brief overview of the process to extract information from survey files in Microsoft Word format using PERL and Win32:OLE.  &lt;br /&gt;&lt;a href=&quot;http://www2.zdo.com/archives/2-Parsing-Survey-Word-Files-with-PERL.html#extended&quot;&gt;Continue reading &quot;Parsing Survey Word Files with PERL&quot;&lt;/a&gt;
    </description>
</item>
<item>
    <title>Creating Text Mode User Interfaces with PERL</title>
    <link>http://www2.zdo.com/archives/1-Creating-Text-Mode-User-Interfaces-with-PERL.html</link>

    <description>
        &lt;p&gt;In the late 1997, while I was developing two console based applications, &lt;em&gt;TAL&lt;/em&gt; and &lt;em&gt;ELM-TAG&lt;/em&gt;, on &lt;em&gt;Solaris&lt;/em&gt; based systems, I ended up creating a set of useful functions for text mode screen manupulation.&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www2.zdo.com/archives/1-Creating-Text-Mode-User-Interfaces-with-PERL.html#extended&quot;&gt;Continue reading &quot;Creating Text Mode User Interfaces with PERL&quot;&lt;/a&gt;
    </description>
</item>

</channel>
</rss>
