<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="2.0">
  <channel>
    <title>The Code Project Latest Articles</title>
    <link>http://www.codeproject.com</link>
    <description>Latest Articles from The Code Project</description>
    <language>en-us</language>
    <image>
      <title>The Code Project</title>
      <url>http://www.codeproject.com/images/codeproject100x30.gif</url>
      <link>http://www.codeproject.com</link>
      <width>100</width>
      <height>30</height>
      <description>The Code Project</description>
    </image>
    <copyright>Copyright &amp;copy; CodeProject, 1999-2009</copyright>
    <webMaster>webmaster@codeproject.com</webMaster>
    <lastBuildDate>Fri, 20 Nov 2009 19:56:00 GMT</lastBuildDate>
    <ttl>20</ttl>
    <generator>C# Hand-coded goodness</generator>
    <item xsi:type="article">
      <title>Synchronized Enterprise File Versions</title>
      <description>Automate file version updates for large suites of C++, C#, and VB apps.</description>
      <link>http://www.codeproject.com/KB/install/batchversion.aspx</link>
      <author>Brett D Johnson</author>
      <pubDate>Fri, 20 Nov 2009 21:47:00 GMT</pubDate>
      <subject>Installation</subject>
      <GUID>http://www.codeproject.com/KB/install/batchversion.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Network Activity Indicator for Windows 7</title>
      <description>Displays the old "two monitors" icon in Windows 7 that flashed blue to show network activity on the System Tray.</description>
      <link>http://www.codeproject.com/KB/IP/NetworkIndicator.aspx</link>
      <author>Igor Tolmachev</author>
      <pubDate>Fri, 20 Nov 2009 19:56:00 GMT</pubDate>
      <subject>Internet / Network</subject>
      <GUID>http://www.codeproject.com/KB/IP/NetworkIndicator.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>JavaScript Principles - Creating an Image Browser and Understanding its Principles</title>
      <description>An article about creating an Image Browser and understanding its principles</description>
      <link>http://www.codeproject.com/KB/scripting/JavaScriptPrinciples.aspx</link>
      <author>AkumaNoRitomi</author>
      <pubDate>Fri, 20 Nov 2009 17:59:00 GMT</pubDate>
      <subject>Client side scripting</subject>
      <GUID>http://www.codeproject.com/KB/scripting/JavaScriptPrinciples.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Popup Window Finder and Mouse Tracker in C#</title>
      <description>An article on retrieving information from popup windows by using low level keyboard and mouse hooks, user32.dll and kernel32.dll APIs, etc.</description>
      <link>http://www.codeproject.com/KB/cs/MouseTracker.aspx</link>
      <author>Dianyang Wu</author>
      <pubDate>Fri, 20 Nov 2009 17:24:00 GMT</pubDate>
      <subject>C#</subject>
      <GUID>http://www.codeproject.com/KB/cs/MouseTracker.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>CaptureConsole.DLL - A Universal Console Output Redirector for all Compilers</title>
      <description>Capture Console Output</description>
      <link>http://www.codeproject.com/KB/threads/CaptureConsole.aspx</link>
      <author>Elmue</author>
      <pubDate>Fri, 20 Nov 2009 17:07:00 GMT</pubDate>
      <subject>Threads, Processes &amp; IPC</subject>
      <GUID>http://www.codeproject.com/KB/threads/CaptureConsole.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>WPF: IconButton</title>
      <description>Creating a little push button from an icon</description>
      <link>http://www.codeproject.com/KB/WPF/WPF-IconButton.aspx</link>
      <author>DavidSchmitt</author>
      <pubDate>Fri, 20 Nov 2009 16:51:00 GMT</pubDate>
      <subject>Windows Presentation Foundation</subject>
      <GUID>http://www.codeproject.com/KB/WPF/WPF-IconButton.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Installing SharePoint Server 2010 on Windows 7 x64</title>
      <description>A small guide to installing SP2010 on your client OS</description>
      <link>http://www.codeproject.com/KB/sharepoint/Install_SP2010_on_Win_7.aspx</link>
      <author>Sandrino Di Mattia</author>
      <pubDate>Fri, 20 Nov 2009 16:50:00 GMT</pubDate>
      <subject>SharePoint Server</subject>
      <GUID>http://www.codeproject.com/KB/sharepoint/Install_SP2010_on_Win_7.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Step by step SharePoint Server 2010 Installation guide</title>
      <description>This article provide step by step Installation and Prerequisites Software requirement for SharePoint server 2010 beta installation</description>
      <link>http://www.codeproject.com/KB/sharepoint/SharePoint_Server_2010.aspx</link>
      <author>Mohamed Faizal</author>
      <pubDate>Fri, 20 Nov 2009 16:40:00 GMT</pubDate>
      <subject>SharePoint Server</subject>
      <GUID>http://www.codeproject.com/KB/sharepoint/SharePoint_Server_2010.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Strongly Typed DataSet Generator</title>
      <description>Generate strongly typed datasets.</description>
      <link>http://www.codeproject.com/KB/database/typeddatasetgenerator.aspx</link>
      <author>Akram Mellice</author>
      <pubDate>Fri, 20 Nov 2009 16:08:00 GMT</pubDate>
      <subject>Database</subject>
      <GUID>http://www.codeproject.com/KB/database/typeddatasetgenerator.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Silverlight 4: Capturing Video from Default Webcam</title>
      <description>Silverlight 4 Beta 1 has been released by Microsoft on 18th November 2009. Among the new features, I will demonstrate one of them “Accessing Default Webcam using Silverlight 4”.</description>
      <link>http://www.codeproject.com/KB/silverlight/SL4VideoCamDemo1.aspx</link>
      <author>KunalChowdhury</author>
      <pubDate>Fri, 20 Nov 2009 15:55:00 GMT</pubDate>
      <subject>Silverlight</subject>
      <GUID>http://www.codeproject.com/KB/silverlight/SL4VideoCamDemo1.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Insert a new record using ListView with a GridView-like interface</title>
      <description>This article talks about inserting a new record in a ListView which has a GridView as a user interface. It also explains inline edit and delete functionality.</description>
      <link>http://www.codeproject.com/KB/webforms/Explore_ListView.aspx</link>
      <author>Ramakrishna Pillai</author>
      <pubDate>Fri, 20 Nov 2009 13:47:00 GMT</pubDate>
      <subject>ASP.NET Controls</subject>
      <GUID>http://www.codeproject.com/KB/webforms/Explore_ListView.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Wrapping a Treeview's Nodes property to provide extra functionality (such as sorting)</title>
      <description>Workarounds for not being able to inherit from TreeViewCollection, and for having a read-only Nodes property</description>
      <link>http://www.codeproject.com/KB/tree/sortedtreeview.aspx</link>
      <author>J.Guyette</author>
      <pubDate>Fri, 20 Nov 2009 13:19:00 GMT</pubDate>
      <subject>Tree Controls</subject>
      <GUID>http://www.codeproject.com/KB/tree/sortedtreeview.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Game engine</title>
      <description>A game engine first prototype.</description>
      <link>http://www.codeproject.com/KB/directx/3dgameengine.aspx</link>
      <author>Member 3873633</author>
      <pubDate>Fri, 20 Nov 2009 12:55:00 GMT</pubDate>
      <subject>DirectX</subject>
      <GUID>http://www.codeproject.com/KB/directx/3dgameengine.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>2D FFT of an Image in C#</title>
      <description>Two dimensional Fast Fourier Transform of an image in C#.</description>
      <link>http://www.codeproject.com/KB/GDI/FFT.aspx</link>
      <author>Vinayak Bharadi</author>
      <pubDate>Fri, 20 Nov 2009 11:55:00 GMT</pubDate>
      <subject>GDI</subject>
      <GUID>http://www.codeproject.com/KB/GDI/FFT.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>How to use SQL Server to select records for a scheduled date</title>
      <description>Retrieving appointments without having to store all future occurrences</description>
      <link>http://www.codeproject.com/KB/database/sqlscheduleselector.aspx</link>
      <author>Vilhelms</author>
      <pubDate>Fri, 20 Nov 2009 11:52:00 GMT</pubDate>
      <subject>Database</subject>
      <GUID>http://www.codeproject.com/KB/database/sqlscheduleselector.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>WPF Book Reader</title>
      <description>A WPF book reader for cbz/cbr files</description>
      <link>http://www.codeproject.com/KB/WPF/Wpf_Book_Reader.aspx</link>
      <author>chameau</author>
      <pubDate>Fri, 20 Nov 2009 11:28:00 GMT</pubDate>
      <subject>Windows Presentation Foundation</subject>
      <GUID>http://www.codeproject.com/KB/WPF/Wpf_Book_Reader.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Drivers Installation With WiX</title>
      <description>This article is devoted to the methods of the driver packages installation/uninstallation using WiX.</description>
      <link>http://www.codeproject.com/KB/library/driver-install-with-wix.aspx</link>
      <author>Yuri Maxutenko, Apriorit Inc</author>
      <pubDate>Fri, 20 Nov 2009 11:25:00 GMT</pubDate>
      <subject>Libraries</subject>
      <GUID>http://www.codeproject.com/KB/library/driver-install-with-wix.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Draggable Popup Window in Silverlight 3</title>
      <description>Allows a user to drag a popup to any location in the Silverlight window.</description>
      <link>http://www.codeproject.com/KB/silverlight/PopupDragDrop.aspx</link>
      <author>dsmolen</author>
      <pubDate>Fri, 20 Nov 2009 01:23:00 GMT</pubDate>
      <subject>Silverlight</subject>
      <GUID>http://www.codeproject.com/KB/silverlight/PopupDragDrop.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Calculate Difference Between Two Dates in Day, Week, Month and Year Parts </title>
      <description>Calculate difference between two dates in day, week, month and year parts</description>
      <link>http://www.codeproject.com/KB/datetime/DateDifferenceCalculator.aspx</link>
      <author>Mahmoud Fathy Afify</author>
      <pubDate>Fri, 20 Nov 2009 00:43:00 GMT</pubDate>
      <subject>Date and Time</subject>
      <GUID>http://www.codeproject.com/KB/datetime/DateDifferenceCalculator.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>An ASP Thumbnail Solution</title>
      <description>ASP pages and free COM objects for generation of thumbnails and thumbnail views.</description>
      <link>http://www.codeproject.com/KB/asp/thumbtools2.aspx</link>
      <author>Philipos Sakellaropoulos</author>
      <pubDate>Thu, 19 Nov 2009 22:39:00 GMT</pubDate>
      <subject>ASP</subject>
      <GUID>http://www.codeproject.com/KB/asp/thumbtools2.aspx</GUID>
    </item>
  </channel>
</rss>