<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>computers on Matt Hemsteger&#39;s personal site</title>
    <link>https://www.matthemsteger.com/categories/computers/</link>
    <description>Recent content in computers on Matt Hemsteger&#39;s personal site</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 19 Feb 2014 18:25:02 +0000</lastBuildDate>
    
	<atom:link href="https://www.matthemsteger.com/categories/computers/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Window Vista 64 bit downgrade to 32 bit woes</title>
      <link>https://www.matthemsteger.com/posts/windows-vista-64-bit-downgrade-to-32-bit-woes/</link>
      <pubDate>Thu, 07 Jun 2007 19:47:34 +0000</pubDate>
      
      <guid>https://www.matthemsteger.com/posts/windows-vista-64-bit-downgrade-to-32-bit-woes/</guid>
      <description>&amp;gt; Thoughts from the future: + Microsoft can still be stupid. - Windows. Long live Linux.  An alternate title for this post could be &amp;ldquo;How I managed to memorize my Vista key in one day.&amp;rdquo;
In previous versions of Windows when you purchased the Upgrade version of the new operating system you could always just insert the CD of the previous version during the install to verify that you indeed had a previous version and were eligible for the upgrade version.</description>
    </item>
    
    <item>
      <title>Vista tips - Customizing the Send To command</title>
      <link>https://www.matthemsteger.com/posts/vista-tips-customizing-the-send-to-command/</link>
      <pubDate>Sat, 09 Jun 2007 19:54:24 +0000</pubDate>
      
      <guid>https://www.matthemsteger.com/posts/vista-tips-customizing-the-send-to-command/</guid>
      <description>&amp;gt; Thoughts from the future: + Wow in retrospect Vista was terrible. - Windows.  Alright, I went to add notepad and wordpad to my Send To folder like I always have for each of the previous operating systems. Thanks to the &amp;ldquo;simplified&amp;rdquo; (and admittedly cleaner) users folder and the disappearance of settings, I could not find the way to customize the Send To command. A search in the Vista help produces basically nothing.</description>
    </item>
    
    <item>
      <title>Windows Vista - Doing a clean install with an upgrade version</title>
      <link>https://www.matthemsteger.com/posts/windows-vista-doing-a-clean-install-with-an-upgrade-version/</link>
      <pubDate>Mon, 18 Jun 2007 20:37:10 +0000</pubDate>
      
      <guid>https://www.matthemsteger.com/posts/windows-vista-doing-a-clean-install-with-an-upgrade-version/</guid>
      <description>&amp;gt; Thoughts from the future: + Wow in retrospect Vista was terrible. - Windows.  There is a workaround for the silly way in which Vista checks to make sure that you are actually upgrading a previous version of Windows. I wrote about this previously, where I actually had to install Windows XP to use the 32 bit upgrade of Windows Vista after I had &amp;ldquo;mistakenly&amp;rdquo; formated over my XP installation to install a clean copy of Windows Vista.</description>
    </item>
    
    <item>
      <title>AD FS 2.0 service communication certificate lost</title>
      <link>https://www.matthemsteger.com/posts/ad-fs-2-0-service-communication-certificate-lost/</link>
      <pubDate>Wed, 28 Nov 2012 22:09:44 +0000</pubDate>
      
      <guid>https://www.matthemsteger.com/posts/ad-fs-2-0-service-communication-certificate-lost/</guid>
      <description>Ran into this today when trying to troubleshoot why our AD FS 2.0 instance was not working. Basically, through a series of events the certificate that was being used as the service communication certificate in AD FS 2.0 became expired. Then it was deleted out of the computer store completely.
When this happens AD FS 2.0 shows this in the GUI.
  Figure 1: Set service communications certificate fails through the GUI as well.</description>
    </item>
    
    <item>
      <title>SharePoint 2010 KPI web part ListURL weirdness</title>
      <link>https://www.matthemsteger.com/posts/sharepoint-2010-kpi-web-part-listurl-weirdness/</link>
      <pubDate>Mon, 14 Jan 2013 16:31:15 +0000</pubDate>
      
      <guid>https://www.matthemsteger.com/posts/sharepoint-2010-kpi-web-part-listurl-weirdness/</guid>
      <description>In one of my projects I was adding web parts to a SharePoint page and then configuring them depending on various conditions, one of which was an out of the box KPI Web Part (from the Enterprise Version of SharePoint 2010).
The API of this web part is not particularly well documented and a lot of it has the ominous &amp;ldquo;for internal use only&amp;rdquo; stamped all over it, but since we really needed this functionality (we did the same thing with the Excel web part), it was necessary to give it a try.</description>
    </item>
    
    <item>
      <title>The worst trend ever: Technical video tutorials</title>
      <link>https://www.matthemsteger.com/posts/the-worst-trend-ever-technical-video-tutorials/</link>
      <pubDate>Mon, 21 Jan 2013 19:21:04 +0000</pubDate>
      
      <guid>https://www.matthemsteger.com/posts/the-worst-trend-ever-technical-video-tutorials/</guid>
      <description>I still struggle to understand the logic behind these. So we take content that could literally fit in a couple of paragraphs and create a video of someone navigating a computer and coding something, or doing some other highly technical work. In many cases, since the video stands alone, the video actually contains large amount of text itself.
It is like &amp;ldquo;reading&amp;rdquo; a novel by watching a video of someone turning the pages, and it is utterly ridiculous.</description>
    </item>
    
    <item>
      <title>How to override and set the correlation id of a SharePoint request</title>
      <link>https://www.matthemsteger.com/posts/how-to-override-and-set-the-correlation-id-of-a-sharepoint-request/</link>
      <pubDate>Mon, 11 Feb 2013 05:20:13 +0000</pubDate>
      
      <guid>https://www.matthemsteger.com/posts/how-to-override-and-set-the-correlation-id-of-a-sharepoint-request/</guid>
      <description>Figure 1: Your typical SharePoint error message. A tiny bit more helpful with the correlation id.
  In SharePoint 2010 Microsoft introduced a &amp;ldquo;Correlation Id&amp;rdquo; that was stamped on an SPRequest object (essentially). This means that for every SharePoint request, there was a unique Guid associated with it that was the correlated with log entries that were also marked with the Guid. This makes it easy to produce an error message in SharePoint, put the correlation Id on it, and then the administrator can quickly pinpoint what happened by searching the logs for the correlation Id instead of sifting through thousands of log entries for the users request.</description>
    </item>
    
    <item>
      <title>Using SPRibbon in SharePoint 2013 HTML master pages</title>
      <link>https://www.matthemsteger.com/posts/using-spribbon-in-sharepoint-2013-html-master-pages/</link>
      <pubDate>Wed, 19 Feb 2014 18:25:02 +0000</pubDate>
      
      <guid>https://www.matthemsteger.com/posts/using-spribbon-in-sharepoint-2013-html-master-pages/</guid>
      <description>When you create a minimal master page in SharePoint 2013, it creates a nice HTML master page that is supposed to allow people that do not have experience editing the normal ASP.NET master pages design your site easily. Whether this task is &amp;ldquo;easy&amp;rdquo; or not is a matter of opinion, of course, but the ribbon is one of the headaches that I encountered.
You will find something that resembles the following in your new HTML master page.</description>
    </item>
    
  </channel>
</rss>