<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Jason N. Gaylord&amp;#39;s Blog</title><subtitle type="html" /><id>http://msmvps.com/blogs/jgaylord/atom.aspx</id><link rel="alternate" type="text/html" href="http://msmvps.com/blogs/jgaylord/default.aspx" /><link rel="self" type="application/atom+xml" href="http://msmvps.com/blogs/jgaylord/atom.aspx" /><generator uri="http://communityserver.org" version="4.1.40407.4157">Community Server</generator><updated>2009-06-01T22:22:38Z</updated><entry><title>DYK: You can remove the ASP.NET MVC version from the Response Header</title><link rel="alternate" type="text/html" href="/blogs/jgaylord/archive/2009/08/27/dyk-you-can-remove-the-asp-net-mvc-version-from-the-response-header.aspx" /><id>/blogs/jgaylord/archive/2009/08/27/dyk-you-can-remove-the-asp-net-mvc-version-from-the-response-header.aspx</id><published>2009-08-27T15:27:00Z</published><updated>2009-08-27T15:27:00Z</updated><content type="html">Did you know that you can remove X-AspNetMvc-Version from the response header on your ASP.NET MVC web application? It&amp;#39;s actually quite simple to remove the MVC version from the response header within a web application. Open up the Global.asax file Read More......(&lt;a href="http://msmvps.com/blogs/jgaylord/archive/2009/08/27/dyk-you-can-remove-the-asp-net-mvc-version-from-the-response-header.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1718728" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msmvps.com/members/Anonymous/default.aspx</uri></author><category term="ASP.NET" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/ASP.NET/default.aspx" /><category term="MVC" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/MVC/default.aspx" /><category term="DYK" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/DYK/default.aspx" /><category term="Did You Know" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/Did+You+Know/default.aspx" /><category term="ASP.NET MVC" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/ASP.NET+MVC/default.aspx" /></entry><entry><title>The Technology Post for July 16th, 2009</title><link rel="alternate" type="text/html" href="/blogs/jgaylord/archive/2009/07/16/the-technology-post-for-july-16th-2009.aspx" /><id>/blogs/jgaylord/archive/2009/07/16/the-technology-post-for-july-16th-2009.aspx</id><published>2009-07-16T19:16:40Z</published><updated>2009-07-16T19:16:40Z</updated><content type="html">If you are looking to follow this series, be sure to subscribe to my RSS feed at http://feeds.jasongaylord.com/JasonNGaylord or my Twitter account at http://twitter.com/jgaylord . This series can be followed by using the The Technology Post tag. Series Read More......(&lt;a href="http://msmvps.com/blogs/jgaylord/archive/2009/07/16/the-technology-post-for-july-16th-2009.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1709926" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msmvps.com/members/Anonymous/default.aspx</uri></author><category term="General Software Development" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/General+Software+Development/default.aspx" /><category term="The Technology Post" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/The+Technology+Post/default.aspx" /></entry><entry><title>Common (and all System) Exceptions in .NET</title><link rel="alternate" type="text/html" href="/blogs/jgaylord/archive/2009/07/08/common-and-all-system-exceptions-in-net.aspx" /><id>/blogs/jgaylord/archive/2009/07/08/common-and-all-system-exceptions-in-net.aspx</id><published>2009-07-08T16:27:08Z</published><updated>2009-07-08T16:27:08Z</updated><content type="html">I couldn’t find a list of exceptions for .NET anywhere on the web, although, I didn’t look hard. Below is a list of the exceptions that are in the System namespace. The exceptions in bold are, what I would consider, the most common. AccessViolationException Read More......(&lt;a href="http://msmvps.com/blogs/jgaylord/archive/2009/07/08/common-and-all-system-exceptions-in-net.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1709927" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msmvps.com/members/Anonymous/default.aspx</uri></author><category term="General Software Development" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/General+Software+Development/default.aspx" /><category term="ASP.NET and ASP.NET MVC" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/ASP.NET+and+ASP.NET+MVC/default.aspx" /><category term=".NET Languages" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/.NET+Languages/default.aspx" /></entry><entry><title>The Technology Post for July 6th, 2009</title><link rel="alternate" type="text/html" href="/blogs/jgaylord/archive/2009/07/06/the-technology-post-for-july-6th-2009.aspx" /><id>/blogs/jgaylord/archive/2009/07/06/the-technology-post-for-july-6th-2009.aspx</id><published>2009-07-06T21:44:28Z</published><updated>2009-07-06T21:44:28Z</updated><content type="html">If you are looking to follow this series, be sure to subscribe to my RSS feed at http://feeds.jasongaylord.com/JasonNGaylord or my Twitter account at http://twitter.com/jgaylord . This series can be followed by using the The Technology Post tag. Series Read More......(&lt;a href="http://msmvps.com/blogs/jgaylord/archive/2009/07/06/the-technology-post-for-july-6th-2009.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1709928" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msmvps.com/members/Anonymous/default.aspx</uri></author><category term="General Software Development" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/General+Software+Development/default.aspx" /><category term="The Technology Post" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/The+Technology+Post/default.aspx" /></entry><entry><title>The Technology Post for July 2nd, 2009</title><link rel="alternate" type="text/html" href="/blogs/jgaylord/archive/2009/07/02/the-technology-post-for-july-2nd-2009.aspx" /><id>/blogs/jgaylord/archive/2009/07/02/the-technology-post-for-july-2nd-2009.aspx</id><published>2009-07-03T03:55:28Z</published><updated>2009-07-03T03:55:28Z</updated><content type="html">If you are looking to follow this series, be sure to subscribe to my RSS feed at http://feeds.jasongaylord.com/JasonNGaylord or my Twitter account at http://twitter.com/jgaylord . This series can be followed by using the The Technology Post tag. Series Read More......(&lt;a href="http://msmvps.com/blogs/jgaylord/archive/2009/07/02/the-technology-post-for-july-2nd-2009.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1709929" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msmvps.com/members/Anonymous/default.aspx</uri></author><category term="The Technology Post" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/The+Technology+Post/default.aspx" /></entry><entry><title>The Technology Post for July 1st, 2009</title><link rel="alternate" type="text/html" href="/blogs/jgaylord/archive/2009/07/01/the-technology-post-for-july-1st-2009.aspx" /><id>/blogs/jgaylord/archive/2009/07/01/the-technology-post-for-july-1st-2009.aspx</id><published>2009-07-02T03:56:10Z</published><updated>2009-07-02T03:56:10Z</updated><content type="html">If you are looking to follow this series, be sure to subscribe to my RSS feed at http://feeds.jasongaylord.com/JasonNGaylord or my Twitter account at http://twitter.com/jgaylord . This series can be followed by using the The Technology Post tag. Series Read More......(&lt;a href="http://msmvps.com/blogs/jgaylord/archive/2009/07/01/the-technology-post-for-july-1st-2009.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1709930" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msmvps.com/members/Anonymous/default.aspx</uri></author><category term="The Technology Post" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/The+Technology+Post/default.aspx" /></entry><entry><title>The Technology Post for June 30th, 2009</title><link rel="alternate" type="text/html" href="/blogs/jgaylord/archive/2009/06/30/the-technology-post-for-june-30th-2009.aspx" /><id>/blogs/jgaylord/archive/2009/06/30/the-technology-post-for-june-30th-2009.aspx</id><published>2009-07-01T02:35:00Z</published><updated>2009-07-01T02:35:00Z</updated><content type="html">If you are looking to follow this series, be sure to subscribe to my RSS feed at http://feeds.jasongaylord.com/JasonNGaylord or my Twitter account at http://twitter.com/jgaylord . This series can be followed by using the The Technology Post tag. Series Read More......(&lt;a href="http://msmvps.com/blogs/jgaylord/archive/2009/06/30/the-technology-post-for-june-30th-2009.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1709931" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msmvps.com/members/Anonymous/default.aspx</uri></author><category term="General Software Development" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/General+Software+Development/default.aspx" /><category term="The Technology Post" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/The+Technology+Post/default.aspx" /></entry><entry><title>Windows 7 and Windows Installer Error “Another installation is in progress”</title><link rel="alternate" type="text/html" href="/blogs/jgaylord/archive/2009/06/30/windows-7-and-windows-installer-error-another-installation-is-in-progress.aspx" /><id>/blogs/jgaylord/archive/2009/06/30/windows-7-and-windows-installer-error-another-installation-is-in-progress.aspx</id><published>2009-06-30T14:11:01Z</published><updated>2009-06-30T14:11:01Z</updated><content type="html">All morning long I’ve been battling my Windows 7 system. I finally found out that the error code which reads: “Error 1500. Another installation is in progress. You must complete that installation before continuing this one.” can be attributed to the InProgress Read More......(&lt;a href="http://msmvps.com/blogs/jgaylord/archive/2009/06/30/windows-7-and-windows-installer-error-another-installation-is-in-progress.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1709932" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msmvps.com/members/Anonymous/default.aspx</uri></author><category term="General Software Development" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/General+Software+Development/default.aspx" /><category term="Desktop and Server Software" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/Desktop+and+Server+Software/default.aspx" /></entry><entry><title>The Technology Post for June 29th, 2009</title><link rel="alternate" type="text/html" href="/blogs/jgaylord/archive/2009/06/29/the-technology-post-for-june-29th-2009.aspx" /><id>/blogs/jgaylord/archive/2009/06/29/the-technology-post-for-june-29th-2009.aspx</id><published>2009-06-29T20:32:15Z</published><updated>2009-06-29T20:32:15Z</updated><content type="html">If you are looking to follow this series, be sure to subscribe to my RSS feed at http://feeds.jasongaylord.com/JasonNGaylord or my Twitter account at http://twitter.com/jgaylord . This series can be followed by using the The Technology Post tag. Series Read More......(&lt;a href="http://msmvps.com/blogs/jgaylord/archive/2009/06/29/the-technology-post-for-june-29th-2009.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1709933" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msmvps.com/members/Anonymous/default.aspx</uri></author><category term="The Technology Post" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/The+Technology+Post/default.aspx" /></entry><entry><title>The Technology Post for June 26th, 2009</title><link rel="alternate" type="text/html" href="/blogs/jgaylord/archive/2009/06/26/the-technology-post-for-june-26th-2009.aspx" /><id>/blogs/jgaylord/archive/2009/06/26/the-technology-post-for-june-26th-2009.aspx</id><published>2009-06-26T20:59:41Z</published><updated>2009-06-26T20:59:41Z</updated><content type="html">If you are looking to follow this series, be sure to subscribe to my RSS feed at http://feeds.jasongaylord.com/JasonNGaylord or my Twitter account at http://twitter.com/jgaylord . This series can be followed by using the The Technology Post tag. Series Read More......(&lt;a href="http://msmvps.com/blogs/jgaylord/archive/2009/06/26/the-technology-post-for-june-26th-2009.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1709934" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msmvps.com/members/Anonymous/default.aspx</uri></author><category term="The Technology Post" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/The+Technology+Post/default.aspx" /></entry><entry><title>The Technology Post for June 25th, 2009</title><link rel="alternate" type="text/html" href="/blogs/jgaylord/archive/2009/06/25/the-technology-post-for-june-25th-2009.aspx" /><id>/blogs/jgaylord/archive/2009/06/25/the-technology-post-for-june-25th-2009.aspx</id><published>2009-06-25T20:51:06Z</published><updated>2009-06-25T20:51:06Z</updated><content type="html">If you are looking to follow this series, be sure to subscribe to my RSS feed at http://feeds.jasongaylord.com/JasonNGaylord or my Twitter account at http://twitter.com/jgaylord . This series can be followed by using the The Technology Post tag. Series Read More......(&lt;a href="http://msmvps.com/blogs/jgaylord/archive/2009/06/25/the-technology-post-for-june-25th-2009.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1709935" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msmvps.com/members/Anonymous/default.aspx</uri></author><category term="General Software Development" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/General+Software+Development/default.aspx" /><category term="The Technology Post" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/The+Technology+Post/default.aspx" /></entry><entry><title>The Technology Post for June 24th, 2009</title><link rel="alternate" type="text/html" href="/blogs/jgaylord/archive/2009/06/24/the-technology-post-for-june-24th-2009.aspx" /><id>/blogs/jgaylord/archive/2009/06/24/the-technology-post-for-june-24th-2009.aspx</id><published>2009-06-25T03:46:43Z</published><updated>2009-06-25T03:46:43Z</updated><content type="html">If you are looking to follow this series, be sure to subscribe to my RSS feed at http://feeds.jasongaylord.com/JasonNGaylord or my Twitter account at http://twitter.com/jgaylord . This series can be followed by using the The Technology Post tag. Series Read More......(&lt;a href="http://msmvps.com/blogs/jgaylord/archive/2009/06/24/the-technology-post-for-june-24th-2009.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1709936" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msmvps.com/members/Anonymous/default.aspx</uri></author><category term="The Technology Post" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/The+Technology+Post/default.aspx" /></entry><entry><title>The Technology Post for June 23rd, 2009</title><link rel="alternate" type="text/html" href="/blogs/jgaylord/archive/2009/06/23/the-technology-post-for-june-23rd-2009.aspx" /><id>/blogs/jgaylord/archive/2009/06/23/the-technology-post-for-june-23rd-2009.aspx</id><published>2009-06-23T21:07:47Z</published><updated>2009-06-23T21:07:47Z</updated><content type="html">If you are looking to follow this series, be sure to subscribe to my RSS feed at http://feeds.jasongaylord.com/JasonNGaylord or my Twitter account at http://twitter.com/jgaylord . This series can be followed by using the The Technology Post tag. Series Read More......(&lt;a href="http://msmvps.com/blogs/jgaylord/archive/2009/06/23/the-technology-post-for-june-23rd-2009.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1709937" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msmvps.com/members/Anonymous/default.aspx</uri></author><category term="The Technology Post" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/The+Technology+Post/default.aspx" /></entry><entry><title>The Technology Post for June 22nd, 2009</title><link rel="alternate" type="text/html" href="/blogs/jgaylord/archive/2009/06/22/the-technology-post-for-june-22nd-2009.aspx" /><id>/blogs/jgaylord/archive/2009/06/22/the-technology-post-for-june-22nd-2009.aspx</id><published>2009-06-23T03:28:38Z</published><updated>2009-06-23T03:28:38Z</updated><content type="html">If you are looking to follow this series, be sure to subscribe to my RSS feed at http://feeds.jasongaylord.com/JasonNGaylord or my Twitter account at http://twitter.com/jgaylord . This series can be followed by using the The Technology Post tag. Series Read More......(&lt;a href="http://msmvps.com/blogs/jgaylord/archive/2009/06/22/the-technology-post-for-june-22nd-2009.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1709938" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msmvps.com/members/Anonymous/default.aspx</uri></author><category term="General Software Development" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/General+Software+Development/default.aspx" /><category term="Hot Links" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/Hot+Links/default.aspx" /><category term="The Technology Post" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/The+Technology+Post/default.aspx" /><category term="ASP.NET and ASP.NET MVC" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/ASP.NET+and+ASP.NET+MVC/default.aspx" /><category term="JavaScript and JavaScript Libraries" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/JavaScript+and+JavaScript+Libraries/default.aspx" /></entry><entry><title>The Technology Post for June 16th, 2009</title><link rel="alternate" type="text/html" href="/blogs/jgaylord/archive/2009/06/16/the-technology-post-for-june-16th-2009.aspx" /><id>/blogs/jgaylord/archive/2009/06/16/the-technology-post-for-june-16th-2009.aspx</id><published>2009-06-16T23:44:57Z</published><updated>2009-06-16T23:44:57Z</updated><content type="html">If you are looking to follow this series, be sure to subscribe to my RSS feed at http://feeds.jasongaylord.com/JasonNGaylord or my Twitter account at http://twitter.com/jgaylord . This series can be followed by using the The Technology Post tag. Series Read More......(&lt;a href="http://msmvps.com/blogs/jgaylord/archive/2009/06/16/the-technology-post-for-june-16th-2009.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1709939" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msmvps.com/members/Anonymous/default.aspx</uri></author><category term="General Software Development" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/General+Software+Development/default.aspx" /><category term="Hot Links" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/Hot+Links/default.aspx" /><category term="The Technology Post" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/The+Technology+Post/default.aspx" /><category term="JavaScript and JavaScript Libraries" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/JavaScript+and+JavaScript+Libraries/default.aspx" /></entry><entry><title>The Technology Post for June 15th, 2009</title><link rel="alternate" type="text/html" href="/blogs/jgaylord/archive/2009/06/15/the-technology-post-for-june-15th-2009.aspx" /><id>/blogs/jgaylord/archive/2009/06/15/the-technology-post-for-june-15th-2009.aspx</id><published>2009-06-15T21:18:36Z</published><updated>2009-06-15T21:18:36Z</updated><content type="html">If you are looking to follow this series, be sure to subscribe to my RSS feed at http://feeds.jasongaylord.com/JasonNGaylord or my Twitter account at http://twitter.com/jgaylord . This series can be followed by using the The Technology Post tag. Series Read More......(&lt;a href="http://msmvps.com/blogs/jgaylord/archive/2009/06/15/the-technology-post-for-june-15th-2009.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1709940" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msmvps.com/members/Anonymous/default.aspx</uri></author><category term="General Software Development" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/General+Software+Development/default.aspx" /><category term="Hot Links" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/Hot+Links/default.aspx" /><category term="The Technology Post" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/The+Technology+Post/default.aspx" /></entry><entry><title>Temporary Suspension on The Technology Post</title><link rel="alternate" type="text/html" href="/blogs/jgaylord/archive/2009/06/04/temporary-suspension-on-the-technology-post.aspx" /><id>/blogs/jgaylord/archive/2009/06/04/temporary-suspension-on-the-technology-post.aspx</id><published>2009-06-04T22:29:00Z</published><updated>2009-06-04T22:29:00Z</updated><content type="html">My main machine passed on earlier today so I&amp;#39;m in the process of rebuilding from scratch. I had all of my feeds and tweet purger setup on that machine and won&amp;#39;t have it back online until later tomorrow or first thing Monday. Look for another Technology Read More......(&lt;a href="http://msmvps.com/blogs/jgaylord/archive/2009/06/04/temporary-suspension-on-the-technology-post.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1694002" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msmvps.com/members/Anonymous/default.aspx</uri></author><category term="Hot Links" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/Hot+Links/default.aspx" /><category term="The Technology Post" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/The+Technology+Post/default.aspx" /></entry><entry><title>The Technology Post for June 3rd</title><link rel="alternate" type="text/html" href="/blogs/jgaylord/archive/2009/06/03/the-technology-post-for-june-3rd.aspx" /><id>/blogs/jgaylord/archive/2009/06/03/the-technology-post-for-june-3rd.aspx</id><published>2009-06-04T02:08:39Z</published><updated>2009-06-04T02:08:39Z</updated><content type="html">If you are looking to follow this series, be sure to subscribe to my RSS feed at http://feeds.jasongaylord.com/JasonNGaylord or my Twitter account at http://twitter.com/jgaylord . This series can be followed by using the The Technology Post tag. Series Read More......(&lt;a href="http://msmvps.com/blogs/jgaylord/archive/2009/06/03/the-technology-post-for-june-3rd.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1693766" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msmvps.com/members/Anonymous/default.aspx</uri></author><category term="Hot Links" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/Hot+Links/default.aspx" /><category term="The Technology Post" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/The+Technology+Post/default.aspx" /></entry><entry><title>The Technology Post for June 2nd</title><link rel="alternate" type="text/html" href="/blogs/jgaylord/archive/2009/06/02/the-technology-post-for-june-2nd.aspx" /><id>/blogs/jgaylord/archive/2009/06/02/the-technology-post-for-june-2nd.aspx</id><published>2009-06-02T21:36:06Z</published><updated>2009-06-02T21:36:06Z</updated><content type="html">If you are looking to follow this series, be sure to subscribe to my RSS feed at http://feeds.jasongaylord.com/JasonNGaylord or my Twitter account at http://twitter.com/jgaylord . This series can be followed by using the The Technology Post tag. Series Read More......(&lt;a href="http://msmvps.com/blogs/jgaylord/archive/2009/06/02/the-technology-post-for-june-2nd.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1693672" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msmvps.com/members/Anonymous/default.aspx</uri></author><category term="General Software Development" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/General+Software+Development/default.aspx" /><category term="Hot Links" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/Hot+Links/default.aspx" /><category term="The Technology Post" scheme="http://msmvps.com/blogs/jgaylord/archive/tags/The+Technology+Post/default.aspx" /></entry><entry><title>The Technology Post for June 1st</title><link rel="alternate" type="text/html" href="/blogs/jgaylord/archive/2009/06/01/the-technology-post-for-june-1st.aspx" /><id>/blogs/jgaylord/archive/2009/06/01/the-technology-post-for-june-1st.aspx</id><published>2009-06-02T03:22:38Z</published><updated>2009-06-02T03:22:38Z</updated><content type="html">If you are looking to follow this series, be sure to subscribe to my RSS feed at http://feeds.jasongaylord.com/JasonNGaylord or my Twitter account at http://twitter.com/jgaylord . This series can be followed by using the The Technology Post tag. Series Read More......(&lt;a href="http://msmvps.com/blogs/jgaylord/archive/2009/06/01/the-technology-post-for-june-1st.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1693617" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msmvps.com/members/Anonymous/default.aspx</uri></author></entry></feed>