<?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>Michaël&#039;s coding thoughts</title>
	<atom:link href="http://blog.hompus.nl/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hompus.nl</link>
	<description>Because I like to share knowledge</description>
	<lastBuildDate>Fri, 18 May 2012 16:55:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Migrating a catch-all maildir to Office 365</title>
		<link>http://blog.hompus.nl/2012/05/18/migrating-a-catch-all-maildir-to-office-365/</link>
		<comments>http://blog.hompus.nl/2012/05/18/migrating-a-catch-all-maildir-to-office-365/#comments</comments>
		<pubDate>Fri, 18 May 2012 16:49:12 +0000</pubDate>
		<dc:creator>Michaël Hompus</dc:creator>
				<category><![CDATA[Office]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Catch-All]]></category>
		<category><![CDATA[Maildir]]></category>
		<category><![CDATA[Office 365]]></category>

		<guid isPermaLink="false">http://blog.hompus.nl/?p=246</guid>
		<description><![CDATA[I’ve been running my own mail server at home for years using Postfix, dovecot, amavisd-new, ClamAV and SpamAssassin. But it requires a reliable connection and some maintenance once in a while. And of course it always breaks when I‘m on the other side of the world. To free myself of that burden I decided to [...]]]></description>
		<wfw:commentRss>http://blog.hompus.nl/2012/05/18/migrating-a-catch-all-maildir-to-office-365/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make your browser cache the output of an HttpHandler</title>
		<link>http://blog.hompus.nl/2011/03/11/make-your-browser-cache-the-output-of-an-httphandler/</link>
		<comments>http://blog.hompus.nl/2011/03/11/make-your-browser-cache-the-output-of-an-httphandler/#comments</comments>
		<pubDate>Fri, 11 Mar 2011 13:30:36 +0000</pubDate>
		<dc:creator>Michaël Hompus</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[200]]></category>
		<category><![CDATA[304]]></category>
		<category><![CDATA[Cache]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[HttpHandler]]></category>
		<category><![CDATA[If-Modified-Since]]></category>
		<category><![CDATA[Last-Modified]]></category>

		<guid isPermaLink="false">http://blog.hompus.nl/2011/03/11/make-your-browser-cache-the-output-of-a-httphandler/</guid>
		<description><![CDATA[Recently I worked on an HttpHandler implementation that is serving images from a backend system. Although everything seemed to work as expected it was discovered images were requested by the browser on every page refresh instead of caching them locally. Together with my colleague Bert-Jan I investigated and solved the problem which will be explained in this post.]]></description>
		<wfw:commentRss>http://blog.hompus.nl/2011/03/11/make-your-browser-cache-the-output-of-an-httphandler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Translating URLs using Alternate Access Mappings from code</title>
		<link>http://blog.hompus.nl/2011/02/23/translating-urls-using-the-alternate-access-mappings/</link>
		<comments>http://blog.hompus.nl/2011/02/23/translating-urls-using-the-alternate-access-mappings/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 16:48:22 +0000</pubDate>
		<dc:creator>Michaël Hompus</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[AAM]]></category>
		<category><![CDATA[Alternate Access Mapping]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint Foundation]]></category>
		<category><![CDATA[URI]]></category>
		<category><![CDATA[WSS]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://blog.hompus.nl/2011/02/23/translating-urls-using-the-alternate-access-mappings/</guid>
		<description><![CDATA[With SharePoint it’s easy to configure multiple zones for your SharePoint Web Application. For example you have a Publishing Web Site with two zones.

The authenticated CMS where editors can mange content: http://cms.int 
The anonymous website where everybody can view the content: http://www.ext 
When the editors link to sites, pages, documents and images the URL will start with http://cms.int. After the content is published it’ll also be available on the anonymous site. Now most of the URLs will be automatically translated to corresponding zone URL and start with http://www.ext.

There are however some place this is not the case. You could try to use relative URLs but even that won’t fix every scenario.]]></description>
		<wfw:commentRss>http://blog.hompus.nl/2011/02/23/translating-urls-using-the-alternate-access-mappings/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Configure people picker over a one-way trust using PowerShell</title>
		<link>http://blog.hompus.nl/2011/01/17/configure-people-picker-over-a-one-way-trust-using-powershell/</link>
		<comments>http://blog.hompus.nl/2011/01/17/configure-people-picker-over-a-one-way-trust-using-powershell/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 18:16:47 +0000</pubDate>
		<dc:creator>Michaël Hompus</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[People Picker]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint Foundation]]></category>

		<guid isPermaLink="false">http://blog.hompus.nl/?p=201</guid>
		<description><![CDATA[In a previous post I have written about Using the people picker over a one-way trust. In this post I use STSADM commands as there are no other ways to configure this. A downside of the STSADM command is your domain password being visible on the command prompt in clear text for everybody to read, or to retrieve from the command line history.

SharePoint 2010 introduces several cmdlets to replace the “old” STSADM commands. Microsoft has posted an overview of the STSADM to Windows PowerShell mapping. However the commands for configuring the people picker are not available.]]></description>
		<wfw:commentRss>http://blog.hompus.nl/2011/01/17/configure-people-picker-over-a-one-way-trust-using-powershell/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Joining an IQueryable with an IEnumerable</title>
		<link>http://blog.hompus.nl/2010/08/26/joining-an-iqueryable-with-an-ienumerable/</link>
		<comments>http://blog.hompus.nl/2010/08/26/joining-an-iqueryable-with-an-ienumerable/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 16:33:55 +0000</pubDate>
		<dc:creator>Michaël Hompus</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Contains]]></category>
		<category><![CDATA[IEnumerable]]></category>
		<category><![CDATA[IQueryable]]></category>
		<category><![CDATA[Join]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[SQL2008]]></category>

		<guid isPermaLink="false">http://blog.hompus.nl/?p=194</guid>
		<description><![CDATA[With the introduction of LINQ the difference between writing code for accessing a lists of objects in memory and accessing a list of data in an external data source like SQL is vanishing. Combining a in memory with a external list in a single query was not yet possible. With the introduction of .NET Framework 4.0 this has changed.]]></description>
		<wfw:commentRss>http://blog.hompus.nl/2010/08/26/joining-an-iqueryable-with-an-ienumerable/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Keeping your SharePoint 2010 development databases small</title>
		<link>http://blog.hompus.nl/2010/06/22/keeping-your-sharepoint-2010-development-databases-small/</link>
		<comments>http://blog.hompus.nl/2010/06/22/keeping-your-sharepoint-2010-development-databases-small/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 13:55:40 +0000</pubDate>
		<dc:creator>Michaël Hompus</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Shrink]]></category>
		<category><![CDATA[SQL 2008]]></category>
		<category><![CDATA[Transaction Log]]></category>
		<category><![CDATA[TSQL]]></category>

		<guid isPermaLink="false">http://blog.hompus.nl/?p=186</guid>
		<description><![CDATA[With SharePoint 2010 the amount of databases on your SQL server has grown quite a bit. By default most of these databases have their recovery model set to 'FULL'. After some time you will discover you're running out of space.]]></description>
		<wfw:commentRss>http://blog.hompus.nl/2010/06/22/keeping-your-sharepoint-2010-development-databases-small/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Using the people picker over a one-way trust</title>
		<link>http://blog.hompus.nl/2010/06/01/using-the-people-picker-over-a-one-way-trust/</link>
		<comments>http://blog.hompus.nl/2010/06/01/using-the-people-picker-over-a-one-way-trust/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 14:04:56 +0000</pubDate>
		<dc:creator>Michaël Hompus</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[People Picker]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint Foundation]]></category>
		<category><![CDATA[WSS]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://blog.hompus.nl/2010/06/01/using-the-people-picker-over-a-one-way-trust/</guid>
		<description><![CDATA[When you have a SharePoint farm and you want to use accounts from another domain you need a partial (one-way) or a full (two-way) trust between those domain.

A full trust is not always desirable and there your problem begins. After setting up the one-way trust you can authenticate with an account from the trusted domain, but the SharePoint People Picker doesn't show any accounts from this domain. 

It has been documented by others before, but as I ran into this recently I'll give my summary how I fixed this.

This solution is the same for WSS 3.0/SharePoint 2007 as SharePoint 2010.]]></description>
		<wfw:commentRss>http://blog.hompus.nl/2010/06/01/using-the-people-picker-over-a-one-way-trust/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Make your PowerPoint Presentation look good on a wide screen projector</title>
		<link>http://blog.hompus.nl/2010/04/16/make-your-powerpoint-presentation-look-good-on-a-wide-screen-projector/</link>
		<comments>http://blog.hompus.nl/2010/04/16/make-your-powerpoint-presentation-look-good-on-a-wide-screen-projector/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 10:33:48 +0000</pubDate>
		<dc:creator>Michaël Hompus</dc:creator>
				<category><![CDATA[Office]]></category>
		<category><![CDATA[16:10]]></category>
		<category><![CDATA[16:9]]></category>
		<category><![CDATA[4:3]]></category>
		<category><![CDATA[Aspect Ratio]]></category>
		<category><![CDATA[PowerPoint]]></category>
		<category><![CDATA[Presenting]]></category>
		<category><![CDATA[Slide]]></category>

		<guid isPermaLink="false">http://blog.hompus.nl/2010/04/16/make-your-powerpoint-presentation-look-good-on-a-wide-screen-projector/</guid>
		<description><![CDATA[The other day I attended a meeting where the presenter switched from a PowerPoint slide to demonstrate an application. When he made the switch it was quite obvious the beamer was setup to only display the 4:3 slides to the maximum of the white screen. Since his desktop was in a 16:10 resolution the application was falling of the screen on both sides.

While I was preparing a presentation myself I wanted to be sure my presentation would be in the same resolution as my desktop as I would be switching between my slides and Visual Studio.]]></description>
		<wfw:commentRss>http://blog.hompus.nl/2010/04/16/make-your-powerpoint-presentation-look-good-on-a-wide-screen-projector/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using the Surface SDK with Visual Studio 2010</title>
		<link>http://blog.hompus.nl/2010/04/14/using-the-surface-sdk-with-visual-studio-2010/</link>
		<comments>http://blog.hompus.nl/2010/04/14/using-the-surface-sdk-with-visual-studio-2010/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 13:45:34 +0000</pubDate>
		<dc:creator>Michaël Hompus</dc:creator>
				<category><![CDATA[Surface]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://blog.hompus.nl/2010/04/14/using-the-surface-sdk-with-visual-studio-2010/</guid>
		<description><![CDATA[With the launch of Visual Studio 2010 this week a lot of people will start upgrading to the new version. After the installation was complete I noticed the Surface project and item templates were not available.
In this post I explain how to get the entries in Visual Studio 2010.]]></description>
		<wfw:commentRss>http://blog.hompus.nl/2010/04/14/using-the-surface-sdk-with-visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Microsoft releases Linux Integration Services for Hyper-V 2.1 Beta</title>
		<link>http://blog.hompus.nl/2010/04/01/microsoft-releases-linux-integration-services-for-hyper-v-2-1-beta/</link>
		<comments>http://blog.hompus.nl/2010/04/01/microsoft-releases-linux-integration-services-for-hyper-v-2-1-beta/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 15:20:32 +0000</pubDate>
		<dc:creator>Michaël Hompus</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Clock]]></category>
		<category><![CDATA[Integration Components]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.hompus.nl/2010/04/01/microsoft-releases-linux-integration-services-for-hyper-v-2-1-beta/</guid>
		<description><![CDATA[Today the Microsoft Virtualization Team announced the availability of the new beta version of the Linux Integration Services for Hyper-V. There are three big changes in this version:
- Virtual machines will be able to use up to 4 virtual CPU’s. 
- Virtual machines will be able to synchronize their time with the parent partition. 
- Virtual machines will be able to shutdown gracefully from the Hyper-V manager. 
In this post I will try the new features.]]></description>
		<wfw:commentRss>http://blog.hompus.nl/2010/04/01/microsoft-releases-linux-integration-services-for-hyper-v-2-1-beta/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

