<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>CodeProject Latest Articles for Matthias Hertel</title>
    <link>http://www.codeproject.com</link>
    <description>Latest Articles for Matthias Hertel from CodeProject</description>
    <language>en-us</language>
    <image>
      <title>CodeProject Latest Articles for Matthias Hertel</title>
      <url>http://www.codeproject.com/App_Themes/Std/Img/logo100x30.gif</url>
      <link>http://www.codeproject.com</link>
      <width>100</width>
      <height>30</height>
      <description>CodeProject</description>
    </image>
    <copyright>Copyright  CodeProject, 1999-2013</copyright>
    <webMaster>Webmaster@codeproject.com (Webmaster)</webMaster>
    <lastBuildDate>Sat, 25 May 2013 10:32:15 GMT</lastBuildDate>
    <ttl>20</ttl>
    <generator>C# Hand-coded goodness</generator>
    <item d3p1:type="ArticleRssItem" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>Visual Studio 2010 Add-in that Adds Diff Tools, Web Project Reporting and Some Subversion Support</title>
      <description>With this add-in, you get new tools and commands that boost your productivity while developing, and some helpful reports especially for web projects - Version 2.2</description>
      <link>http://www.codeproject.com/Articles/12910/Visual-Studio-2010-Add-in-that-Adds-Diff-Tools-Web</link>
      <author>Matthias Hertel</author>
      <category>.NET2.0</category>
      <category>VS2005</category>
      <category>C#</category>
      <category>Windows</category>
      <category>.NET</category>
      <category>Visual-Studio</category>
      <category>Dev</category>
      <category>Intermediate</category>
      <pubDate>Wed, 01 Feb 2006 17:18:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/12910/Visual-Studio-2010-Add-in-that-Adds-Diff-Tools-Web</guid>
      <article-type>Article</article-type>
      <updated>Wed, 12 May 2010 18:02:00 GMT</updated>
      <views>122181</views>
      <rating>4.56</rating>
      <popularity>5.07</popularity>
      <votes>13</votes>
      <bookmarks>99</bookmarks>
      <downloads>2098</downloads>
    </item>
    <item d3p1:type="ArticleRssItem" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>TinyRSS, an RSS Reader for Internet Explorer</title>
      <description>TinyRSS is a very small but powerful RSS reader that works inside of the Internet Explorer.</description>
      <link>http://www.codeproject.com/Articles/9606/TinyRSS-an-RSS-Reader-for-Internet-Explorer</link>
      <author>Matthias Hertel</author>
      <category>Javascript</category>
      <category>Windows</category>
      <category>Visual-Studio</category>
      <category>HTML</category>
      <category>Dev</category>
      <category>Intermediate</category>
      <pubDate>Wed, 16 Feb 2005 12:03:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/9606/TinyRSS-an-RSS-Reader-for-Internet-Explorer</guid>
      <article-type>Article</article-type>
      <updated>Wed, 22 Nov 2006 21:19:00 GMT</updated>
      <views>205744</views>
      <rating>4.88</rating>
      <popularity>6.91</popularity>
      <votes>26</votes>
      <bookmarks>70</bookmarks>
      <downloads>2763</downloads>
    </item>
    <item d3p1:type="ArticleRssItem" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>An O(ND) Difference Algorithm for C#</title>
      <description>This article is about comparing text files, and the best and most famous algorithm to identify the differences between them.</description>
      <link>http://www.codeproject.com/Articles/13326/An-O-ND-Difference-Algorithm-for-C</link>
      <author>Matthias Hertel</author>
      <category>C#</category>
      <category>Windows</category>
      <category>.NET</category>
      <category>Visual-Studio</category>
      <category>Dev</category>
      <category>Intermediate</category>
      <pubDate>Mon, 06 Mar 2006 15:58:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/13326/An-O-ND-Difference-Algorithm-for-C</guid>
      <article-type>Article</article-type>
      <updated>Wed, 15 Mar 2006 04:45:00 GMT</updated>
      <views>114912</views>
      <rating>4.9</rating>
      <popularity>6.92</popularity>
      <votes>26</votes>
      <bookmarks>131</bookmarks>
      <downloads>2298</downloads>
    </item>
    <item d3p1:type="ArticleRssItem" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>Cross Browser JavaScript</title>
      <description>A not widely known trick to make your programming easier by implementing a small compatibility layer, when programming for multiple browsers.</description>
      <link>http://www.codeproject.com/Articles/12373/Cross-Browser-JavaScript</link>
      <author>Matthias Hertel</author>
      <category>Javascript</category>
      <category>XML</category>
      <category>Windows</category>
      <category>Visual-Studio</category>
      <category>Dev</category>
      <category>Intermediate</category>
      <pubDate>Thu, 15 Dec 2005 17:23:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/12373/Cross-Browser-JavaScript</guid>
      <article-type>Article</article-type>
      <updated>Thu, 15 Dec 2005 17:23:00 GMT</updated>
      <views>95429</views>
      <rating>4.69</rating>
      <popularity>6.3</popularity>
      <votes>22</votes>
      <bookmarks>56</bookmarks>
      <downloads>795</downloads>
    </item>
    <item d3p1:type="ArticleRssItem" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>A proxy generator to WebServices for JavaScript and AJAX</title>
      <description>Calling a server from JavaScript is a fundamental part of AJAX applications. Using WebServices with SOAP and WSDL is easy if proxy objects and methods are available in the browser.</description>
      <link>http://www.codeproject.com/Articles/10912/A-proxy-generator-to-WebServices-for-JavaScript-an</link>
      <author>Matthias Hertel</author>
      <category>C#</category>
      <category>ASP.NET</category>
      <category>Javascript</category>
      <category>XML</category>
      <category>Windows</category>
      <category>.NET</category>
      <category>Visual-Studio</category>
      <category>Dev</category>
      <category>Intermediate</category>
      <pubDate>Wed, 06 Jul 2005 07:01:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/10912/A-proxy-generator-to-WebServices-for-JavaScript-an</guid>
      <article-type>Article</article-type>
      <updated>Tue, 20 Sep 2005 18:18:00 GMT</updated>
      <views>199446</views>
      <rating>4.77</rating>
      <popularity>6.58</popularity>
      <votes>24</votes>
      <bookmarks>80</bookmarks>
      <downloads>1292</downloads>
    </item>
    <item d3p1:type="ArticleRssItem" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>Visual Studio .NET 2003 Add-in that adds diff tools, an explore command, Subversion support and web project reporting. Version 2.1</title>
      <description>With this add-in, you get new tools and commands that boost your productivity while developing and some helpful reports specially for web projects. Version 2.1.</description>
      <link>http://www.codeproject.com/Articles/4350/Visual-Studio-NET-2003-Add-in-that-adds-diff-tools</link>
      <author>Matthias Hertel</author>
      <category>VC7.1</category>
      <category>.NET1.1</category>
      <category>VS.NET2003</category>
      <category>C#</category>
      <category>Windows</category>
      <category>Dev</category>
      <category>Intermediate</category>
      <pubDate>Mon, 16 Jun 2003 04:00:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/4350/Visual-Studio-NET-2003-Add-in-that-adds-diff-tools</guid>
      <article-type>Article</article-type>
      <updated>Thu, 28 Jul 2005 06:43:00 GMT</updated>
      <views>176638</views>
      <rating>4.88</rating>
      <popularity>6.82</popularity>
      <votes>25</votes>
      <bookmarks>141</bookmarks>
      <downloads>2635</downloads>
    </item>
  </channel>
</rss>