<?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>Tue, 22 Jun 2010 14:29:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<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[SQL]]></category>
		<category><![CDATA[SharePoint]]></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>1</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>1</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>1</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>
		<item>
		<title>Could not load type IDataServiceUpdateProvider when using REST with SharePoint 2010</title>
		<link>http://blog.hompus.nl/2010/03/26/could-not-load-type-idataserviceupdateprovider-when-using-rest-with-sharepoint-2010/</link>
		<comments>http://blog.hompus.nl/2010/03/26/could-not-load-type-idataserviceupdateprovider-when-using-rest-with-sharepoint-2010/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 10:00:06 +0000</pubDate>
		<dc:creator>Michaël Hompus</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[ADO.NET]]></category>
		<category><![CDATA[Atom]]></category>
		<category><![CDATA[Data Services]]></category>
		<category><![CDATA[Foundation]]></category>
		<category><![CDATA[OData]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://blog.hompus.nl/2010/03/26/could-not-load-type-idataserviceupdateprovider-when-using-rest-with-sharepoint-2010/</guid>
		<description><![CDATA[I wanted to use the new REST services in SharePoint 2010. 
But when I navigated to the ListData.svc service. I got the following error: "Could not load type 'System.Data.Services.Providers.IDataServiceUpdateProvider' from assembly 'System.Data.Services, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'."]]></description>
		<wfw:commentRss>http://blog.hompus.nl/2010/03/26/could-not-load-type-idataserviceupdateprovider-when-using-rest-with-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Microsoft extends support for WSS 3.0, SharePoint 2007 and Project Server SP1</title>
		<link>http://blog.hompus.nl/2010/03/24/microsoft-extends-support-for-wss-3-0-sharepoint-2007-and-project-server-sp1/</link>
		<comments>http://blog.hompus.nl/2010/03/24/microsoft-extends-support-for-wss-3-0-sharepoint-2007-and-project-server-sp1/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 16:44:40 +0000</pubDate>
		<dc:creator>Michaël Hompus</dc:creator>
				<category><![CDATA[Project Server]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Project Server 2007]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SP1]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[WSS]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://blog.hompus.nl/2010/03/24/microsoft-extends-support-for-wss-3-0-sharepoint-2007-and-project-server-sp1/</guid>
		<description><![CDATA[Today the news broke Microsoft has extended the support for installations of Windows SharePoint Services 3.0 SP1, Microsoft Office SharePoint Server 2007 SP1 and Project Server 2007 SP1.]]></description>
		<wfw:commentRss>http://blog.hompus.nl/2010/03/24/microsoft-extends-support-for-wss-3-0-sharepoint-2007-and-project-server-sp1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Localizing the Microsoft Surface Shell</title>
		<link>http://blog.hompus.nl/2010/03/22/localizing-the-microsoft-surface-shell/</link>
		<comments>http://blog.hompus.nl/2010/03/22/localizing-the-microsoft-surface-shell/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 15:17:36 +0000</pubDate>
		<dc:creator>Michaël Hompus</dc:creator>
				<category><![CDATA[Surface]]></category>
		<category><![CDATA[Localization]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[Simulator]]></category>

		<guid isPermaLink="false">http://blog.hompus.nl/?p=123</guid>
		<description><![CDATA[The Microsoft Surface is a Windows Vista computer running the Microsoft Surface Shell. This shell is by default localized for US English. It's possible to localize for other locales, but there is no configuration screen to set the desired localization.
This post will summarize the different steps to localize the Surface shell.]]></description>
		<wfw:commentRss>http://blog.hompus.nl/2010/03/22/localizing-the-microsoft-surface-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing the Microsoft Surface SDK on Windows 7 x64</title>
		<link>http://blog.hompus.nl/2010/03/03/installing-the-microsoft-surface-sdk-on-windows-7-x64/</link>
		<comments>http://blog.hompus.nl/2010/03/03/installing-the-microsoft-surface-sdk-on-windows-7-x64/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 16:22:49 +0000</pubDate>
		<dc:creator>Michaël Hompus</dc:creator>
				<category><![CDATA[Surface]]></category>
		<category><![CDATA[CorFlags]]></category>
		<category><![CDATA[Orca]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[x64]]></category>

		<guid isPermaLink="false">http://blog.hompus.nl/2010/03/03/installing-the-microsoft-surface-sdk-on-windows-7-x64/</guid>
		<description><![CDATA[If you want to develop for the Microsoft Surface you need a Surface device, but using the device to develop is not always practical, specially when there are more developers than Surface devices. The solution for this is to install the Surface SDK on you local development machine. This post will address some limitations you have to work around.]]></description>
		<wfw:commentRss>http://blog.hompus.nl/2010/03/03/installing-the-microsoft-surface-sdk-on-windows-7-x64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prevent hardcoded SharePoint ID&#8217;s in your code</title>
		<link>http://blog.hompus.nl/2010/02/05/prevent-hardcoded-sharepoint-ids-in-your-code/</link>
		<comments>http://blog.hompus.nl/2010/02/05/prevent-hardcoded-sharepoint-ids-in-your-code/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 11:44:39 +0000</pubDate>
		<dc:creator>Michaël Hompus</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[ContentType]]></category>
		<category><![CDATA[Feature]]></category>
		<category><![CDATA[Field]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[User Profile]]></category>
		<category><![CDATA[WSS]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://blog.hompus.nl/2010/02/05/prevent-hardcoded-sharepoint-ids-in-your-code/</guid>
		<description><![CDATA[Now and again I come across code with hardcoded SharePoint ID&#8217;s in it. Or scary loops matching a field, list or property name. SharePoint provides some classes containing the out of the box ID&#8217;s, you only have to know they exist. I made an overview so nobody has to hardcode those pesky GUID&#8217;s, ContentTypeId&#8217;s or [...]]]></description>
		<wfw:commentRss>http://blog.hompus.nl/2010/02/05/prevent-hardcoded-sharepoint-ids-in-your-code/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
