<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Carpenter Systems</title>
	<atom:link href="http://www.carpentersystems.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.carpentersystems.com</link>
	<description>Data Management, Software Development, Consulting and Support.  Working to improve lives.</description>
	<lastBuildDate>Thu, 08 Sep 2011 02:02:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Visual Studio 2010 Crashes using CDHtmlDialog</title>
		<link>http://www.carpentersystems.com/index.php/2011/09/06/visual-studio-2010-crashes-using-cdhtmldialog/</link>
		<comments>http://www.carpentersystems.com/index.php/2011/09/06/visual-studio-2010-crashes-using-cdhtmldialog/#comments</comments>
		<pubDate>Tue, 06 Sep 2011 15:35:37 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[MFC]]></category>

		<guid isPermaLink="false">http://www.carpentersystems.com/index.php/2011/09/06/visual-studio-2010-crashes-using-cdhtmldialog/</guid>
		<description><![CDATA[When building dialogs using Visual Studio 2010, I kept getting a consistent crash whenever I would try to assign a base class of CDHTMLDialog to a dialog.  It crashes at the point of trying to complete the wizard.  Thanks to kbalertz.com for having the answer. &#160; The reason for the crash is due to a [...]]]></description>
		<wfw:commentRss>http://www.carpentersystems.com/index.php/2011/09/06/visual-studio-2010-crashes-using-cdhtmldialog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>c++ zip_utils encryption error in unzip.</title>
		<link>http://www.carpentersystems.com/index.php/2011/06/24/c-zip_utils-encryption-error-in-unzip/</link>
		<comments>http://www.carpentersystems.com/index.php/2011/06/24/c-zip_utils-encryption-error-in-unzip/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 21:26:00 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[free source]]></category>

		<guid isPermaLink="false">http://www.carpentersystems.com/?p=66</guid>
		<description><![CDATA[On Code Project there is a set of files in C++ which easily let you add zip and unzip to your application.&#160; Simply include the required files and call as needed.&#160; Its nice because it has very little overhead and can be built statically so that you can have a single EXE without any DLL [...]]]></description>
		<wfw:commentRss>http://www.carpentersystems.com/index.php/2011/06/24/c-zip_utils-encryption-error-in-unzip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parallel Nsight 2.0, Ready for Computation&#8230;</title>
		<link>http://www.carpentersystems.com/index.php/2011/06/18/parallel-nsight-2-0-ready-for-computation/</link>
		<comments>http://www.carpentersystems.com/index.php/2011/06/18/parallel-nsight-2-0-ready-for-computation/#comments</comments>
		<pubDate>Sat, 18 Jun 2011 18:33:56 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[CUDA]]></category>
		<category><![CDATA[Data Processing]]></category>
		<category><![CDATA[NVIDIA]]></category>
		<category><![CDATA[Parallel Nsight]]></category>

		<guid isPermaLink="false">http://www.carpentersystems.com/index.php/2011/06/18/parallel-nsight-2-0-ready-for-computation/</guid>
		<description><![CDATA[As of May 11th, NVIDIA released the CUDA Toolkit 4.0 and also released was Parallel Nsight 2.0.&#160; Developing CUDA code for Windows has had a reasonable startup cost due to no real tight integration with Visual Studio.&#160; Even though Parallel Nsight has been around for almost two years, it started as more advanced debugging tools [...]]]></description>
		<wfw:commentRss>http://www.carpentersystems.com/index.php/2011/06/18/parallel-nsight-2-0-ready-for-computation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom Data Processing and Conversions Available</title>
		<link>http://www.carpentersystems.com/index.php/2010/12/21/custom-data-processing-and-conversions-available/</link>
		<comments>http://www.carpentersystems.com/index.php/2010/12/21/custom-data-processing-and-conversions-available/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 19:28:36 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Data Processing]]></category>

		<guid isPermaLink="false">http://www.carpentersystems.com/index.php/2010/12/21/custom-data-processing-and-conversions-available/</guid>
		<description><![CDATA[To many applications have data in too many different formats.&#160; When it comes to your need to generate reports or migrate data from dissimilar systems you almost always have to perform conversions.&#160; Sometimes you get lucky and the program your using has a export function and can produce a CSV (comma separated value) file, but [...]]]></description>
		<wfw:commentRss>http://www.carpentersystems.com/index.php/2010/12/21/custom-data-processing-and-conversions-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IP Geographic Location Tool</title>
		<link>http://www.carpentersystems.com/index.php/2010/11/27/ip-geographic-location-tool/</link>
		<comments>http://www.carpentersystems.com/index.php/2010/11/27/ip-geographic-location-tool/#comments</comments>
		<pubDate>Sun, 28 Nov 2010 00:08:59 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[geo locating]]></category>
		<category><![CDATA[geographical location]]></category>
		<category><![CDATA[iptools]]></category>
		<category><![CDATA[php development]]></category>

		<guid isPermaLink="false">http://www.carpentersystems.com/index.php/2010/11/27/ip-geographic-location-tool/</guid>
		<description><![CDATA[Its amazing the amount of information that can be obtained from an IP address.&#160; Equally as interesting can be why the information is even required.&#160; Now days with the laws in the U.S. introduced the the USA Patriot Act, Bank Secrecy Act and other regulatory entities knowing your client before passing information to them is [...]]]></description>
		<wfw:commentRss>http://www.carpentersystems.com/index.php/2010/11/27/ip-geographic-location-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pain Management Journal</title>
		<link>http://www.carpentersystems.com/index.php/2010/09/03/pain-management-journal/</link>
		<comments>http://www.carpentersystems.com/index.php/2010/09/03/pain-management-journal/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 23:36:26 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Pain Management]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.carpentersystems.com/index.php/2010/09/03/pain-management-journal/</guid>
		<description><![CDATA[I have noticed in my research this past month that more forms and sheets are being developed for a push that people with chronic pain conditions keep a journal.&#160; In developing Pain Management Assistant, I have found that the issue isn’t as much how much data could be useful and tracked, but picking the right [...]]]></description>
		<wfw:commentRss>http://www.carpentersystems.com/index.php/2010/09/03/pain-management-journal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why PMA?</title>
		<link>http://www.carpentersystems.com/index.php/2010/05/09/why-pma/</link>
		<comments>http://www.carpentersystems.com/index.php/2010/05/09/why-pma/#comments</comments>
		<pubDate>Mon, 10 May 2010 05:12:32 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Pain Management]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[My Battle]]></category>
		<category><![CDATA[Neuropathy]]></category>

		<guid isPermaLink="false">http://www.carpentersystems.com/index.php/2010/05/09/why-pma/</guid>
		<description><![CDATA[Pain Management Assistant (PMA) will be the next incarnation of the Pain Management Tracker program I developed originally.&#160; Its intent is to be far greater and more useful then the first.&#160; Pain isn’t managed by medicine alone.&#160; In fact pain medicine is only one part of the puzzle which when working properly can help lower [...]]]></description>
		<wfw:commentRss>http://www.carpentersystems.com/index.php/2010/05/09/why-pma/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome 2nd Quarter 2010</title>
		<link>http://www.carpentersystems.com/index.php/2010/04/19/2nd-quarter-update-including-pain-management-tracker/</link>
		<comments>http://www.carpentersystems.com/index.php/2010/04/19/2nd-quarter-update-including-pain-management-tracker/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 19:56:26 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Pain Management]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.carpentersystems.com/index.php/2010/04/19/2nd-quarter-update-including-pain-management-tracker/</guid>
		<description><![CDATA[Of the many things I love about computers web site updates actually are one of them.&#160; However when I put updates here I prefer it to be of some use and not just typical blog banter.&#160; WordPress is just a far easier content management system for me then most.&#160; I would actually love to hang [...]]]></description>
		<wfw:commentRss>http://www.carpentersystems.com/index.php/2010/04/19/2nd-quarter-update-including-pain-management-tracker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automated User Interface Testing with Windows</title>
		<link>http://www.carpentersystems.com/index.php/2009/12/20/automated-user-interface-testing-with-windows/</link>
		<comments>http://www.carpentersystems.com/index.php/2009/12/20/automated-user-interface-testing-with-windows/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 17:45:33 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[UI Automation]]></category>
		<category><![CDATA[Windows Forms]]></category>

		<guid isPermaLink="false">http://www.carpentersystems.com/index.php/2009/12/20/automated-user-interface-testing-with-windows/</guid>
		<description><![CDATA[Not as easy as one would think really, and yet its one of the most valuable services we rely on as programmers.&#160; When you can get a good testing team to help you pound on a feature before release and give you first class feedback it helps immensely.&#160;&#160; Testers with an attention to detail that [...]]]></description>
		<wfw:commentRss>http://www.carpentersystems.com/index.php/2009/12/20/automated-user-interface-testing-with-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Once upon a time&#8230;</title>
		<link>http://www.carpentersystems.com/index.php/2009/11/28/hello-world/</link>
		<comments>http://www.carpentersystems.com/index.php/2009/11/28/hello-world/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 01:00:33 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://www.carpentersystems.com/?p=1</guid>
		<description><![CDATA[I used to love digging through Linux, playing in the command line, etc.&#160; I still do when I have time.&#160; However this last month this has not been it.&#160; Missing an update can be a terrible thing in this world today.&#160; I remember watching my honeypot grab thousands of attacks an hour at times.&#160; All [...]]]></description>
		<wfw:commentRss>http://www.carpentersystems.com/index.php/2009/11/28/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

