<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:admin="http://webns.net/mvcb/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
<channel>
    <title>ZDO Corporation</title>
    <link>http://www2.zdo.com/</link>
    <description>Software Consulting</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.2 - http://www.s9y.org/</generator>
    
    

<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/zdo" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
    <title>Resizing QEMU disk image files and NTFS partitions</title>
    <link>http://www2.zdo.com/archives/34-Resizing-QEMU-disk-image-files-and-NTFS-partitions.html</link>
            <category>Linux</category>
    
    <comments>http://www2.zdo.com/archives/34-Resizing-QEMU-disk-image-files-and-NTFS-partitions.html#comments</comments>
    <wfw:comment>http://www2.zdo.com/wfwcomment.php?cid=34</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www2.zdo.com/rss.php?version=2.0&amp;type=comments&amp;cid=34</wfw:commentRss>
    

    <author>nospam@example.com (Onur Cinar)</author>
    <content:encoded>
    
&lt;p&gt;Resizing QEMU disk image files is an easy task. In the following example, I will expand my 4GB disk image to 6GB, and also resize NTFS partition accordingly.&lt;/p&gt; &lt;br /&gt;&lt;a href="http://www2.zdo.com/archives/34-Resizing-QEMU-disk-image-files-and-NTFS-partitions.html#extended"&gt;Continue reading "Resizing QEMU disk image files and NTFS partitions"&lt;/a&gt;
    </content:encoded>

    <pubDate>Wed, 12 Nov 2008 21:20:45 -0700</pubDate>
    <guid isPermaLink="false">http://www2.zdo.com/archives/34-guid.html</guid>
    
</item>
<item>
    <title>Broadcom BCM4328 and wpa_supplicant under Linux 2.6.</title>
    <link>http://www2.zdo.com/archives/33-Broadcom-BCM4328-and-wpa_supplicant-under-Linux-2.6..html</link>
            <category>Linux</category>
    
    <comments>http://www2.zdo.com/archives/33-Broadcom-BCM4328-and-wpa_supplicant-under-Linux-2.6..html#comments</comments>
    <wfw:comment>http://www2.zdo.com/wfwcomment.php?cid=33</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www2.zdo.com/rss.php?version=2.0&amp;type=comments&amp;cid=33</wfw:commentRss>
    

    <author>nospam@example.com (Onur Cinar)</author>
    <content:encoded>
    I finally got &lt;b&gt;Broadcom BCM4328 802.11a/b/g/n&lt;/b&gt; wireless fully working on my &lt;b&gt;HP Pavilion TX 1000&lt;/b&gt; laptop under Linux 2.6. In this article I will try to summarize the steps to make it available. &lt;br /&gt;&lt;a href="http://www2.zdo.com/archives/33-Broadcom-BCM4328-and-wpa_supplicant-under-Linux-2.6..html#extended"&gt;Continue reading "Broadcom BCM4328 and wpa_supplicant under Linux 2.6."&lt;/a&gt;
    </content:encoded>

    <pubDate>Sat, 01 Nov 2008 20:11:55 -0700</pubDate>
    <guid isPermaLink="false">http://www2.zdo.com/archives/33-guid.html</guid>
    
</item>
<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>
            <category>C/C++</category>
    
    <comments>http://www2.zdo.com/archives/32-Redirecting-STL-Standard-Output-and-Error-to-a-Log-File.html#comments</comments>
    <wfw:comment>http://www2.zdo.com/wfwcomment.php?cid=32</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www2.zdo.com/rss.php?version=2.0&amp;type=comments&amp;cid=32</wfw:commentRss>
    

    <author>nospam@example.com (Onur Cinar)</author>
    <content:encoded>
    
&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="http://www2.zdo.com/archives/32-Redirecting-STL-Standard-Output-and-Error-to-a-Log-File.html#extended"&gt;Continue reading "Redirecting STL Standard Output and Error to a Log File"&lt;/a&gt;
    </content:encoded>

    <pubDate>Sun, 02 Mar 2008 18:06:51 -0700</pubDate>
    <guid isPermaLink="false">http://www2.zdo.com/archives/32-guid.html</guid>
    
</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>
            <category>Java</category>
    
    <comments>http://www2.zdo.com/archives/31-Using-SVN-revision-number-in-ANT-and-Java-files.html#comments</comments>
    <wfw:comment>http://www2.zdo.com/wfwcomment.php?cid=31</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www2.zdo.com/rss.php?version=2.0&amp;type=comments&amp;cid=31</wfw:commentRss>
    

    <author>nospam@example.com (Onur Cinar)</author>
    <content:encoded>
    
&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="http://www2.zdo.com/archives/31-Using-SVN-revision-number-in-ANT-and-Java-files.html#extended"&gt;Continue reading "Using SVN revision number in ANT and Java files"&lt;/a&gt;
    </content:encoded>

    <pubDate>Sun, 02 Mar 2008 06:16:31 -0700</pubDate>
    <guid isPermaLink="false">http://www2.zdo.com/archives/31-guid.html</guid>
    
</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>
            <category>.NET</category>
    
    <comments>http://www2.zdo.com/archives/30-WS-Discovery-to-Find-Web-Services-During-Run-Time.html#comments</comments>
    <wfw:comment>http://www2.zdo.com/wfwcomment.php?cid=30</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://www2.zdo.com/rss.php?version=2.0&amp;type=comments&amp;cid=30</wfw:commentRss>
    

    <author>nospam@example.com (Onur Cinar)</author>
    <content:encoded>
    &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="http://www2.zdo.com/archives/30-WS-Discovery-to-Find-Web-Services-During-Run-Time.html#extended"&gt;Continue reading "WS-Discovery to Find Web Services During Run-Time"&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 29 Nov 2007 17:38:28 -0700</pubDate>
    <guid isPermaLink="false">http://www2.zdo.com/archives/30-guid.html</guid>
    
</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>
            <category>.NET</category>
    
    <comments>http://www2.zdo.com/archives/29-WCF-Callbacks-between-the-Service-and-Client.html#comments</comments>
    <wfw:comment>http://www2.zdo.com/wfwcomment.php?cid=29</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www2.zdo.com/rss.php?version=2.0&amp;type=comments&amp;cid=29</wfw:commentRss>
    

    <author>nospam@example.com (Onur Cinar)</author>
    <content:encoded>
    Windows Communication Foundation (WCF) based Callbacks. &lt;br /&gt;&lt;a href="http://www2.zdo.com/archives/29-WCF-Callbacks-between-the-Service-and-Client.html#extended"&gt;Continue reading "WCF Callbacks between the Service and Client"&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 15 Nov 2007 03:55:17 -0700</pubDate>
    <guid isPermaLink="false">http://www2.zdo.com/archives/29-guid.html</guid>
    
</item>
<item>
    <title>WCF File Upload Service</title>
    <link>http://www2.zdo.com/archives/28-WCF-File-Upload-Service.html</link>
            <category>.NET</category>
    
    <comments>http://www2.zdo.com/archives/28-WCF-File-Upload-Service.html#comments</comments>
    <wfw:comment>http://www2.zdo.com/wfwcomment.php?cid=28</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www2.zdo.com/rss.php?version=2.0&amp;type=comments&amp;cid=28</wfw:commentRss>
    

    <author>nospam@example.com (Onur Cinar)</author>
    <content:encoded>
    Windows Communication Foundation (WCF) based File Upload service. &lt;br /&gt;&lt;a href="http://www2.zdo.com/archives/28-WCF-File-Upload-Service.html#extended"&gt;Continue reading "WCF File Upload Service"&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 15 Nov 2007 03:54:04 -0700</pubDate>
    <guid isPermaLink="false">http://www2.zdo.com/archives/28-guid.html</guid>
    
</item>
<item>
    <title>Windows Communication Foundation WCF Notes</title>
    <link>http://www2.zdo.com/archives/27-Windows-Communication-Foundation-WCF-Notes.html</link>
            <category>.NET</category>
    
    <comments>http://www2.zdo.com/archives/27-Windows-Communication-Foundation-WCF-Notes.html#comments</comments>
    <wfw:comment>http://www2.zdo.com/wfwcomment.php?cid=27</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www2.zdo.com/rss.php?version=2.0&amp;type=comments&amp;cid=27</wfw:commentRss>
    

    <author>nospam@example.com (Onur Cinar)</author>
    <content:encoded>
    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="http://www2.zdo.com/archives/27-Windows-Communication-Foundation-WCF-Notes.html#extended"&gt;Continue reading "Windows Communication Foundation WCF Notes"&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 15 Nov 2007 03:34:13 -0700</pubDate>
    <guid isPermaLink="false">http://www2.zdo.com/archives/27-guid.html</guid>
    
</item>
<item>
    <title>CardLayout Implementation for CSharp</title>
    <link>http://www2.zdo.com/archives/26-CardLayout-Implementation-for-CSharp.html</link>
            <category>.NET</category>
    
    <comments>http://www2.zdo.com/archives/26-CardLayout-Implementation-for-CSharp.html#comments</comments>
    <wfw:comment>http://www2.zdo.com/wfwcomment.php?cid=26</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www2.zdo.com/rss.php?version=2.0&amp;type=comments&amp;cid=26</wfw:commentRss>
    

    <author>nospam@example.com (Onur Cinar)</author>
    <content:encoded>
    &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="http://www2.zdo.com/archives/26-CardLayout-Implementation-for-CSharp.html#extended"&gt;Continue reading "CardLayout Implementation for CSharp"&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 25 Oct 2007 18:07:57 -0700</pubDate>
    <guid isPermaLink="false">http://www2.zdo.com/archives/26-guid.html</guid>
    
</item>
<item>
    <title>Line Number Information from XmlDocument</title>
    <link>http://www2.zdo.com/archives/25-Line-Number-Information-from-XmlDocument.html</link>
            <category>.NET</category>
    
    <comments>http://www2.zdo.com/archives/25-Line-Number-Information-from-XmlDocument.html#comments</comments>
    <wfw:comment>http://www2.zdo.com/wfwcomment.php?cid=25</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www2.zdo.com/rss.php?version=2.0&amp;type=comments&amp;cid=25</wfw:commentRss>
    

    <author>nospam@example.com (Onur Cinar)</author>
    <content:encoded>
    &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="http://www2.zdo.com/archives/25-Line-Number-Information-from-XmlDocument.html#extended"&gt;Continue reading "Line Number Information from XmlDocument"&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 23 Oct 2007 20:51:47 -0700</pubDate>
    <guid isPermaLink="false">http://www2.zdo.com/archives/25-guid.html</guid>
    
</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>
            <category>.NET</category>
    
    <comments>http://www2.zdo.com/archives/24-Implementing-a-Single-Interface-with-Multiple-Classes.html#comments</comments>
    <wfw:comment>http://www2.zdo.com/wfwcomment.php?cid=24</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www2.zdo.com/rss.php?version=2.0&amp;type=comments&amp;cid=24</wfw:commentRss>
    

    <author>nospam@example.com (Onur Cinar)</author>
    <content:encoded>
    &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="http://www2.zdo.com/archives/24-Implementing-a-Single-Interface-with-Multiple-Classes.html#extended"&gt;Continue reading "Implementing a Single Interface with Multiple Classes"&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 09 Oct 2007 19:42:15 -0700</pubDate>
    <guid isPermaLink="false">http://www2.zdo.com/archives/24-guid.html</guid>
    
</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>
            <category>.NET</category>
    
    <comments>http://www2.zdo.com/archives/21-Regular-Expressions-based-Matchers-for-NMock2.html#comments</comments>
    <wfw:comment>http://www2.zdo.com/wfwcomment.php?cid=21</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www2.zdo.com/rss.php?version=2.0&amp;type=comments&amp;cid=21</wfw:commentRss>
    

    <author>nospam@example.com (Onur Cinar)</author>
    <content:encoded>
    &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="http://www2.zdo.com/archives/21-Regular-Expressions-based-Matchers-for-NMock2.html#extended"&gt;Continue reading "Regular Expressions based Matchers for NMock2"&lt;/a&gt;
    </content:encoded>

    <pubDate>Wed, 26 Sep 2007 11:51:07 -0700</pubDate>
    <guid isPermaLink="false">http://www2.zdo.com/archives/21-guid.html</guid>
    
</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>
            <category>.NET</category>
    
    <comments>http://www2.zdo.com/archives/5-A-String.Format-Alternative-for-Using-Named-Variables-Instead-of-Numbers.html#comments</comments>
    <wfw:comment>http://www2.zdo.com/wfwcomment.php?cid=5</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www2.zdo.com/rss.php?version=2.0&amp;type=comments&amp;cid=5</wfw:commentRss>
    

    <author>nospam@example.com (Onur Cinar)</author>
    <content:encoded>
    &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="http://www2.zdo.com/archives/5-A-String.Format-Alternative-for-Using-Named-Variables-Instead-of-Numbers.html#extended"&gt;Continue reading "A String.Format Alternative for Using Named Variables Instead of Numbers"&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 14 Sep 2007 04:52:32 -0700</pubDate>
    <guid isPermaLink="false">http://www2.zdo.com/archives/5-guid.html</guid>
    
</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>
            <category>Linux</category>
    
    <comments>http://www2.zdo.com/archives/4-F-Prot-Anti-Virus-Wrapper-for-Procmail.html#comments</comments>
    <wfw:comment>http://www2.zdo.com/wfwcomment.php?cid=4</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www2.zdo.com/rss.php?version=2.0&amp;type=comments&amp;cid=4</wfw:commentRss>
    

    <author>nospam@example.com (Onur Cinar)</author>
    <content:encoded>
    &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="http://www2.zdo.com/archives/4-F-Prot-Anti-Virus-Wrapper-for-Procmail.html#extended"&gt;Continue reading "F-Prot Anti-Virus Wrapper for Procmail"&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 13 Sep 2007 21:29:57 -0700</pubDate>
    <guid isPermaLink="false">http://www2.zdo.com/archives/4-guid.html</guid>
    
</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>
            <category>JavaScript</category>
    
    <comments>http://www2.zdo.com/archives/3-JavaScript-API-to-Control-SONY-SNC-RZ30N-Network-Camera.html#comments</comments>
    <wfw:comment>http://www2.zdo.com/wfwcomment.php?cid=3</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://www2.zdo.com/rss.php?version=2.0&amp;type=comments&amp;cid=3</wfw:commentRss>
    

    <author>nospam@example.com (Onur Cinar)</author>
    <content:encoded>
    &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="http://www2.zdo.com/archives/3-JavaScript-API-to-Control-SONY-SNC-RZ30N-Network-Camera.html#extended"&gt;Continue reading "JavaScript API to Control SONY SNC-RZ30N Network Camera"&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 13 Sep 2007 20:39:25 -0700</pubDate>
    <guid isPermaLink="false">http://www2.zdo.com/archives/3-guid.html</guid>
    
</item>

</channel>
</rss>
