<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>C# Or Me</title>
	<atom:link href="http://publicjoe.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://publicjoe.wordpress.com</link>
	<description>Things that interest me, and some C#</description>
	<lastBuildDate>Tue, 05 Oct 2010 18:50:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='publicjoe.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>C# Or Me</title>
		<link>http://publicjoe.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://publicjoe.wordpress.com/osd.xml" title="C# Or Me" />
	<atom:link rel='hub' href='http://publicjoe.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Convert VS2010 to VS2008 C# Project</title>
		<link>http://publicjoe.wordpress.com/2010/10/05/convert-vs2010-to-vs2008-c-project/</link>
		<comments>http://publicjoe.wordpress.com/2010/10/05/convert-vs2010-to-vs2008-c-project/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 18:50:27 +0000</pubDate>
		<dc:creator>publicjoe</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://publicjoe.wordpress.com/?p=55</guid>
		<description><![CDATA[If you want to convert a C# project in Visual Studio 2010 to one in Visual Studio 2008, then you simply need to open and edit two files in notepad. First open the solution file and change the following two lines Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 to Microsoft [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=publicjoe.wordpress.com&amp;blog=2363378&amp;post=55&amp;subd=publicjoe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you want to convert a C# project in Visual Studio 2010 to one in Visual Studio 2008, then you simply need to open and edit two files in notepad.</p>
<p>First open the solution file and change the following two lines</p>
<p><code>Microsoft Visual Studio Solution File, Format Version 11.00<br />
# Visual Studio 2010</code></p>
<p>to</p>
<p><code>Microsoft Visual Studio Solution File, Format Version 10.00<br />
# Visual Studio 2008</code></p>
<p>and then open each project file and change the entry near the top of the file from</p>
<p><code>ToolsVersion="4.0" to ToolsVersion="3.5"</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/publicjoe.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/publicjoe.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/publicjoe.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/publicjoe.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/publicjoe.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/publicjoe.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/publicjoe.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/publicjoe.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/publicjoe.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/publicjoe.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/publicjoe.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/publicjoe.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/publicjoe.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/publicjoe.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=publicjoe.wordpress.com&amp;blog=2363378&amp;post=55&amp;subd=publicjoe&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://publicjoe.wordpress.com/2010/10/05/convert-vs2010-to-vs2008-c-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7ae3a8f8563bf2581a8de2b2384a4504?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">publicjoe</media:title>
		</media:content>
	</item>
		<item>
		<title>Convert VS2008 to VS2010 C# Project</title>
		<link>http://publicjoe.wordpress.com/2010/07/29/convert-vs2008-to-vs2010-csharp-project/</link>
		<comments>http://publicjoe.wordpress.com/2010/07/29/convert-vs2008-to-vs2010-csharp-project/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 11:51:09 +0000</pubDate>
		<dc:creator>publicjoe</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[C# Express 2008]]></category>

		<guid isPermaLink="false">http://publicjoe.wordpress.com/?p=53</guid>
		<description><![CDATA[If you want to convert a C# project in Visual Studio 2008 to one in Visual Studio 2010 without going through the conversion process by opening it in Visual Studio 2010, then you simply need to open and edit two files in notepad. First open the solution file and change the following two lines Microsoft [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=publicjoe.wordpress.com&amp;blog=2363378&amp;post=53&amp;subd=publicjoe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you want to convert a C# project in Visual Studio 2008 to one in Visual Studio 2010 without going through the conversion process by opening it in Visual Studio 2010, then you simply need to open and edit two files in notepad.</p>
<p>First open the solution file and change the following two lines</p>
<p><code>Microsoft Visual Studio Solution File, Format Version 10.00<br />
# Visual C# Express 2008</code></p>
<p>to</p>
<p><code>Microsoft Visual Studio Solution File, Format Version 11.00<br />
# Visual Studio 2010</code></p>
<p>and then open each project file and change the entry near the top of the file from</p>
<p><code>ToolsVersion="3.5"</code> to <code>ToolsVersion="4.0"</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/publicjoe.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/publicjoe.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/publicjoe.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/publicjoe.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/publicjoe.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/publicjoe.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/publicjoe.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/publicjoe.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/publicjoe.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/publicjoe.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/publicjoe.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/publicjoe.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/publicjoe.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/publicjoe.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=publicjoe.wordpress.com&amp;blog=2363378&amp;post=53&amp;subd=publicjoe&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://publicjoe.wordpress.com/2010/07/29/convert-vs2008-to-vs2010-csharp-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7ae3a8f8563bf2581a8de2b2384a4504?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">publicjoe</media:title>
		</media:content>
	</item>
		<item>
		<title>Limiting doubles in C#</title>
		<link>http://publicjoe.wordpress.com/2010/07/29/limiting-doubles-in-csharp/</link>
		<comments>http://publicjoe.wordpress.com/2010/07/29/limiting-doubles-in-csharp/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 11:32:29 +0000</pubDate>
		<dc:creator>publicjoe</dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://publicjoe.wordpress.com/?p=51</guid>
		<description><![CDATA[I have had a reason to limit the number of decimal places of a double to store in a database. After a quick scout through the web I came across the answer using the Math class. Rather than explain, here is a method showing the use of the Math.Round method. public double PixelPositionToPercentOfHeight(int top) { [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=publicjoe.wordpress.com&amp;blog=2363378&amp;post=51&amp;subd=publicjoe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have had a reason to limit the number of decimal places of a double to store in a database. After a quick scout through the web I came across the answer using the <code>Math</code> class. Rather than explain, here is a method showing the use of the <code>Math.Round</code> method.</p>
<p><code>public double PixelPositionToPercentOfHeight(int top)<br />
{<br />
  double percentage = (double)top / (double)(this.ClientRectangle.Height);</p>
<p>  // Limit to 6 decimal places<br />
  return Math.Round(percentage, 6);<br />
}</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/publicjoe.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/publicjoe.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/publicjoe.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/publicjoe.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/publicjoe.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/publicjoe.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/publicjoe.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/publicjoe.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/publicjoe.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/publicjoe.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/publicjoe.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/publicjoe.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/publicjoe.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/publicjoe.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=publicjoe.wordpress.com&amp;blog=2363378&amp;post=51&amp;subd=publicjoe&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://publicjoe.wordpress.com/2010/07/29/limiting-doubles-in-csharp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7ae3a8f8563bf2581a8de2b2384a4504?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">publicjoe</media:title>
		</media:content>
	</item>
		<item>
		<title>Simply Dreaming</title>
		<link>http://publicjoe.wordpress.com/2010/07/28/simply-dreaming/</link>
		<comments>http://publicjoe.wordpress.com/2010/07/28/simply-dreaming/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 11:37:46 +0000</pubDate>
		<dc:creator>publicjoe</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[c# 3.0]]></category>

		<guid isPermaLink="false">http://publicjoe.wordpress.com/?p=46</guid>
		<description><![CDATA[Over the last year I have been working in a collaboration to develop a new free html editor. Simply Dreaming can be found at http://sourceforge.net/projects/simplydreaming/. This is currently being written in C#, although we may port this to QT so that it runs on both Windows and Linux.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=publicjoe.wordpress.com&amp;blog=2363378&amp;post=46&amp;subd=publicjoe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Over the last year I have been working in a collaboration to develop a new free html editor. Simply Dreaming can be found at <a href="http://sourceforge.net/projects/simplydreaming/">http://sourceforge.net/projects/simplydreaming/</a>.</p>
<p>This is currently being written in C#, although we may port this to QT so that it runs on both Windows and Linux.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/publicjoe.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/publicjoe.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/publicjoe.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/publicjoe.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/publicjoe.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/publicjoe.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/publicjoe.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/publicjoe.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/publicjoe.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/publicjoe.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/publicjoe.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/publicjoe.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/publicjoe.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/publicjoe.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=publicjoe.wordpress.com&amp;blog=2363378&amp;post=46&amp;subd=publicjoe&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://publicjoe.wordpress.com/2010/07/28/simply-dreaming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7ae3a8f8563bf2581a8de2b2384a4504?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">publicjoe</media:title>
		</media:content>
	</item>
		<item>
		<title>Opening Publisher Files</title>
		<link>http://publicjoe.wordpress.com/2008/05/08/opening-publisher-files/</link>
		<comments>http://publicjoe.wordpress.com/2008/05/08/opening-publisher-files/#comments</comments>
		<pubDate>Thu, 08 May 2008 08:27:08 +0000</pubDate>
		<dc:creator>publicjoe</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://publicjoe.wordpress.com/?p=45</guid>
		<description><![CDATA[Recently a colleague asked me if I could open a publisher file for him, as we do not have publisher at work. So I searched my list of portable apps and came up with nothing that would open it. Time to Google I thought. After about ten minutes I came upon an on-line application that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=publicjoe.wordpress.com&amp;blog=2363378&amp;post=45&amp;subd=publicjoe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently a colleague asked me if I could open a publisher file for him, as we do not have publisher at work. So I searched my list of portable apps and came up with nothing that would open it. Time to Google I thought.</p>
<p>After about ten minutes I came upon an on-line application that saved the day. <a href="http://www.pdfonline.com">www.pdfonline.com</a> allows you to upload a file, which they convert to a pdf and send to you (with some advertising) in an email. Admittedly it took about an hour for the email to come through, but he could see the contents of the file finally.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/publicjoe.wordpress.com/45/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/publicjoe.wordpress.com/45/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/publicjoe.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/publicjoe.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/publicjoe.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/publicjoe.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/publicjoe.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/publicjoe.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/publicjoe.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/publicjoe.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/publicjoe.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/publicjoe.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/publicjoe.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/publicjoe.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/publicjoe.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/publicjoe.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=publicjoe.wordpress.com&amp;blog=2363378&amp;post=45&amp;subd=publicjoe&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://publicjoe.wordpress.com/2008/05/08/opening-publisher-files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7ae3a8f8563bf2581a8de2b2384a4504?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">publicjoe</media:title>
		</media:content>
	</item>
		<item>
		<title>Paint .NET Portable &#8211; Updated (v3.22)</title>
		<link>http://publicjoe.wordpress.com/2008/04/30/paint-net-portable-updated-v322/</link>
		<comments>http://publicjoe.wordpress.com/2008/04/30/paint-net-portable-updated-v322/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 11:09:46 +0000</pubDate>
		<dc:creator>publicjoe</dc:creator>
				<category><![CDATA[Portable Apps]]></category>

		<guid isPermaLink="false">http://publicjoe.wordpress.com/?p=44</guid>
		<description><![CDATA[My Previous posts for paint.net portable have out of date links. The new link is at http://yerdenizden.blogspot.com/2008/01/portable-paintnet-322.html. This site has a lot of other portable applications, some legal and some not so legal. But a great repositry all the same.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=publicjoe.wordpress.com&amp;blog=2363378&amp;post=44&amp;subd=publicjoe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My Previous posts for <a href="http://publicjoe.wordpress.com/2008/01/17/paint-net-portable/">paint.net portable</a> have out of date links. The new link is at <a href="http://yerdenizden.blogspot.com/2008/01/portable-paintnet-322.html">http://yerdenizden.blogspot.com/2008/01/portable-paintnet-322.html</a>.</p>
<p>This site has a lot of other portable applications, some legal and some not so legal. But a great repositry all the same.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/publicjoe.wordpress.com/44/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/publicjoe.wordpress.com/44/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/publicjoe.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/publicjoe.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/publicjoe.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/publicjoe.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/publicjoe.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/publicjoe.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/publicjoe.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/publicjoe.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/publicjoe.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/publicjoe.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/publicjoe.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/publicjoe.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/publicjoe.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/publicjoe.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=publicjoe.wordpress.com&amp;blog=2363378&amp;post=44&amp;subd=publicjoe&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://publicjoe.wordpress.com/2008/04/30/paint-net-portable-updated-v322/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7ae3a8f8563bf2581a8de2b2384a4504?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">publicjoe</media:title>
		</media:content>
	</item>
		<item>
		<title>Portable CAD</title>
		<link>http://publicjoe.wordpress.com/2008/04/30/portable-cad/</link>
		<comments>http://publicjoe.wordpress.com/2008/04/30/portable-cad/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 09:52:38 +0000</pubDate>
		<dc:creator>publicjoe</dc:creator>
				<category><![CDATA[Portable Apps]]></category>
		<category><![CDATA[Add new tag]]></category>

		<guid isPermaLink="false">http://publicjoe.wordpress.com/?p=43</guid>
		<description><![CDATA[I was looking for a simple cad application the other day when I stumbled upon LiteCad, which just happens to run off a pen drive. Download it at http://www.litecad.com/.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=publicjoe.wordpress.com&amp;blog=2363378&amp;post=43&amp;subd=publicjoe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was looking for a simple cad application the other day when I stumbled upon LiteCad, which just happens to run off a pen drive. Download it at <a href="http://www.litecad.com/">http://www.litecad.com/</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/publicjoe.wordpress.com/43/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/publicjoe.wordpress.com/43/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/publicjoe.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/publicjoe.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/publicjoe.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/publicjoe.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/publicjoe.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/publicjoe.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/publicjoe.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/publicjoe.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/publicjoe.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/publicjoe.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/publicjoe.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/publicjoe.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/publicjoe.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/publicjoe.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=publicjoe.wordpress.com&amp;blog=2363378&amp;post=43&amp;subd=publicjoe&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://publicjoe.wordpress.com/2008/04/30/portable-cad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7ae3a8f8563bf2581a8de2b2384a4504?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">publicjoe</media:title>
		</media:content>
	</item>
		<item>
		<title>MFC Apps with Feature Pack &#8211; Update</title>
		<link>http://publicjoe.wordpress.com/2008/04/09/mfc-apps-with-feature-pack-update/</link>
		<comments>http://publicjoe.wordpress.com/2008/04/09/mfc-apps-with-feature-pack-update/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 11:44:00 +0000</pubDate>
		<dc:creator>publicjoe</dc:creator>
				<category><![CDATA[MFC]]></category>

		<guid isPermaLink="false">http://publicjoe.wordpress.com/?p=42</guid>
		<description><![CDATA[A while ago, I posted a couple of links to the upcoming MFC Feature Pack for Visual Studio 2008. Microsoft have now released the final version of the feature pack. The VC++ 2008 MFC libraries have been extended to support creation of applications that have: Office Ribbon style interface Office 2007, Office 2003 and Office [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=publicjoe.wordpress.com&amp;blog=2363378&amp;post=42&amp;subd=publicjoe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A while ago, I posted a couple of links to the upcoming MFC Feature Pack for Visual Studio 2008. Microsoft have now released the final version of the feature pack.</p>
<p>The VC++ 2008 <strong>MFC libraries</strong> have been extended to support creation of applications that have:</p>
<ul>
<li>
<div>Office Ribbon style interface</div>
</li>
<li>
<div>Office 2007, Office 2003 and Office XP look and feel</div>
</li>
<li>Modern Visual Studio-style docking toolbars and panes</li>
<li>Fully customizable toolbars and menus</li>
<li>A rich set of advanced GUI controls</li>
<li>Advanced MDI tabs and groups</li>
</ul>
<p>and much more.</p>
<p>Here is the link to download it</p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=D466226B-8DAB-445F-A7B4-448B326C48E7&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?FamilyId=D466226B-8DAB-445F-A7B4-448B326C48E7&amp;displaylang=en</a></p>
<p>See <a href="http://publicjoe.wordpress.com/2008/01/30/mfc-apps-with-feature-pack/">http://publicjoe.wordpress.com/2008/01/30/mfc-apps-with-feature-pack/</a> for some screen shots.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/publicjoe.wordpress.com/42/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/publicjoe.wordpress.com/42/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/publicjoe.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/publicjoe.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/publicjoe.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/publicjoe.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/publicjoe.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/publicjoe.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/publicjoe.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/publicjoe.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/publicjoe.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/publicjoe.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/publicjoe.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/publicjoe.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/publicjoe.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/publicjoe.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=publicjoe.wordpress.com&amp;blog=2363378&amp;post=42&amp;subd=publicjoe&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://publicjoe.wordpress.com/2008/04/09/mfc-apps-with-feature-pack-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7ae3a8f8563bf2581a8de2b2384a4504?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">publicjoe</media:title>
		</media:content>
	</item>
		<item>
		<title>Zen and the art of WPF &#8211; LOL</title>
		<link>http://publicjoe.wordpress.com/2008/03/13/zen-and-the-art-of-wpf-lol/</link>
		<comments>http://publicjoe.wordpress.com/2008/03/13/zen-and-the-art-of-wpf-lol/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 12:44:40 +0000</pubDate>
		<dc:creator>publicjoe</dc:creator>
				<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://publicjoe.wordpress.com/?p=41</guid>
		<description><![CDATA[It&#8217;s not often that I find a post that is both informative and funny, but one of John Smith&#8217;s recent posts just does that. Find it at his blog: http://joshsmithonwpf.wordpress.com/2008/02/23/zen-and-the-art-of-wpf/. It has an interesting side note on the application called Snoop, which looks useful in and of itself.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=publicjoe.wordpress.com&amp;blog=2363378&amp;post=41&amp;subd=publicjoe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s not often that I find a post that is both informative and funny, but one of John Smith&#8217;s recent posts just does that. Find it at his blog: <a href="http://joshsmithonwpf.wordpress.com/2008/02/23/zen-and-the-art-of-wpf/">http://joshsmithonwpf.wordpress.com/2008/02/23/zen-and-the-art-of-wpf/</a>.</p>
<p>It has an interesting side note on the application called <a href="http://blois.us/Snoop/">Snoop</a>, which looks useful in and of itself.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/publicjoe.wordpress.com/41/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/publicjoe.wordpress.com/41/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/publicjoe.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/publicjoe.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/publicjoe.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/publicjoe.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/publicjoe.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/publicjoe.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/publicjoe.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/publicjoe.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/publicjoe.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/publicjoe.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/publicjoe.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/publicjoe.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/publicjoe.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/publicjoe.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=publicjoe.wordpress.com&amp;blog=2363378&amp;post=41&amp;subd=publicjoe&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://publicjoe.wordpress.com/2008/03/13/zen-and-the-art-of-wpf-lol/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7ae3a8f8563bf2581a8de2b2384a4504?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">publicjoe</media:title>
		</media:content>
	</item>
		<item>
		<title>Paint .NET Portable &#8211; Updated</title>
		<link>http://publicjoe.wordpress.com/2008/03/13/paint-net-portable-updated/</link>
		<comments>http://publicjoe.wordpress.com/2008/03/13/paint-net-portable-updated/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 12:26:30 +0000</pubDate>
		<dc:creator>publicjoe</dc:creator>
				<category><![CDATA[Portable Apps]]></category>

		<guid isPermaLink="false">http://publicjoe.wordpress.com/?p=40</guid>
		<description><![CDATA[My Previous post at paint.net portable has an out of date link. The new link is here.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=publicjoe.wordpress.com&amp;blog=2363378&amp;post=40&amp;subd=publicjoe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My Previous post at <a href="http://publicjoe.wordpress.com/2008/01/17/paint-net-portable/">paint.net portable</a> has an out of date link. The new link is <a href="http://www.mi3soft.info/?page=portable.paintdotnet">here</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/publicjoe.wordpress.com/40/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/publicjoe.wordpress.com/40/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/publicjoe.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/publicjoe.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/publicjoe.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/publicjoe.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/publicjoe.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/publicjoe.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/publicjoe.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/publicjoe.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/publicjoe.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/publicjoe.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/publicjoe.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/publicjoe.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/publicjoe.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/publicjoe.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=publicjoe.wordpress.com&amp;blog=2363378&amp;post=40&amp;subd=publicjoe&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://publicjoe.wordpress.com/2008/03/13/paint-net-portable-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7ae3a8f8563bf2581a8de2b2384a4504?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">publicjoe</media:title>
		</media:content>
	</item>
	</channel>
</rss>
