<?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>Edwin Vriethoff &#187; General</title>
	<atom:link href="http://edwin.vriethoff.net/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://edwin.vriethoff.net</link>
	<description>Edwin Vriethoff</description>
	<lastBuildDate>Fri, 04 Jun 2010 06:16:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Twitter!</title>
		<link>http://edwin.vriethoff.net/2009/05/18/twitter/</link>
		<comments>http://edwin.vriethoff.net/2009/05/18/twitter/#comments</comments>
		<pubDate>Mon, 18 May 2009 19:10:31 +0000</pubDate>
		<dc:creator>Edwin Vriethoff</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[track]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://edwin.vriethoff.net/?p=250</guid>
		<description><![CDATA[After a long time I finally decided to join the twitter hype. Or perhaps isn&#8217;t it a hype anymore?
Regularly I found myself searching for a way to share or track small information. The problem is that it’s often too small to create a complete blog posting for.
Twitter seems to be a great tool to track [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://edwin.vriethoff.net/wp-content/twitterlogo.jpg" alt="Twitter" title="Twitter" width="111" height="120" align="left" />After a long time I finally decided to join the twitter hype. Or perhaps isn&#8217;t it a hype anymore?</p>
<p>Regularly I found myself searching for a way to share or track small information. The problem is that it’s often too small to create a complete blog posting for.</p>
<p>Twitter seems to be a great tool to track or share small information, so today I finally made my first steps in the Twitter world at <a href="http://www.twitter.com/edwindotnet" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.twitter.com');" target="_blank">http://www.twitter.com/edwindotnet</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://edwin.vriethoff.net/2009/05/18/twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find out which process is locking a DLL without extra tools</title>
		<link>http://edwin.vriethoff.net/2009/01/26/find-out-which-process-is-locking-a-dll-without-extra-tools/</link>
		<comments>http://edwin.vriethoff.net/2009/01/26/find-out-which-process-is-locking-a-dll-without-extra-tools/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 10:28:40 +0000</pubDate>
		<dc:creator>Edwin Vriethoff</dc:creator>
				<category><![CDATA[Errors]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[DLL]]></category>
		<category><![CDATA[locked]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[tasklist]]></category>
		<category><![CDATA[unlock]]></category>

		<guid isPermaLink="false">http://edwin.vriethoff.net/?p=206</guid>
		<description><![CDATA[Today I got the &#8220;The process cannot access the file &#8230; because it is being used by another process&#8221; error again, during a development build. And as long as the DLL is locked, it’s not possible to do a successful build.
Most sites and tips on the internet suggest to download some tool to detect which [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://edwin.vriethoff.net/wp-content/unlock_dll_in_use.jpg" alt="unlock dll in use" title="unlock dll in use" width="160" height="119" align="left" />Today I got the &#8220;<strong>The process cannot access the file &#8230; because it is being used by another process</strong>&#8221; error again, during a development build. And as long as the DLL is locked, it’s not possible to do a successful build.</p>
<p>Most sites and tips on the internet suggest to download some tool to detect which process is using the DLL. It seems that not many people are aware that, since Windows XP, we don&#8217;t need to download (or even pay for) a tool to detect this.</p>
<p>Just launch the windows console and navigate to the directory of the DLL. Now type &#8220;<strong>tasklist.exe /m locked.dll</strong>&#8221; and it will show you exactly which processes have loaded and locked this DLL.</p>
<p>Happy unlocking <img src='http://edwin.vriethoff.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://edwin.vriethoff.net/2009/01/26/find-out-which-process-is-locking-a-dll-without-extra-tools/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Once upon a time I was tagged for the blogging Meme</title>
		<link>http://edwin.vriethoff.net/2008/10/02/once-upon-a-time-i-was-tagged-for-the-blogging-meme/</link>
		<comments>http://edwin.vriethoff.net/2008/10/02/once-upon-a-time-i-was-tagged-for-the-blogging-meme/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 07:05:31 +0000</pubDate>
		<dc:creator>Edwin Vriethoff</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[facts]]></category>
		<category><![CDATA[Meme]]></category>
		<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://edwin.vriethoff.net/?p=126</guid>
		<description><![CDATA[A long time ago, on April 11, I was tagged for the blogging Meme by my colleague Mirjam. The blogging Meme is a concept that let&#8217;s bloggers share some random facts about themselves.
These are the &#8216;Meme rules&#8217;:

Each player starts with five (used to be eight) random facts/habits about themselves.
People who are tagged need to write [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://edwin.vriethoff.net/wp-content/facts.jpg" alt="Blogging Meme" title="Blogging Meme" width="130" height="104" align="left" />A long time ago, on April 11, I was tagged for the blogging Meme by my colleague <a href="http://www.sharepointblogs.com/mirjam/archive/2008/04/11/i-m-tagged-for-the-blogging-meme.aspx" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.sharepointblogs.com');" target="_blank">Mirjam</a>. The blogging Meme is a concept that let&#8217;s bloggers share some random facts about themselves.</p>
<p><strong>These are the &#8216;Meme rules&#8217;:</strong></p>
<ul>
<li>Each player starts with five (used to be eight) random facts/habits about themselves.</li>
<li>People who are tagged need to write a post on their own blog (about their five things) and post these rules. </li>
<li>At the end of your blog, you need to choose five people to get tagged and list their names. </li>
<li>Don’t forget to leave them a comment telling them they’re tagged, and to read your blog. </li>
</ul>
<p><strong>So here are the 5 random facts / habits about me:</strong></p>
<ul>
<li>I just got engaged on 2008-8-8 at The Disney Magic Kingdom, Orlando</li>
<li>My favorite food type is Mexican</li>
<li>My car and my racing bicycle are Italian; I love to drive my 2001 Alfa Romeo 147 and I race on a Bianchi 1885 bicycle</li>
<li>I lived in Germany for 4 years</li>
<li>My favorite music artists are Phil Collins and Shakira</li>
</ul>
<p><strong>The 5 bloggers that I tag for the blogging Meme are:</strong></p>
<ul>
<li><a href="http://weblogs.asp.net/soever/default.aspx" onclick="javascript:pageTracker._trackPageview('/outbound/article/weblogs.asp.net');" target="_blank">Serge van den Oever</a></li>
<li><a href="http://www.vanotegem.nl/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.vanotegem.nl');" target="_blank">Michiel van Otegem</a></li>
<li><a href="http://blogs.catapultsystems.com/matthew/" onclick="javascript:pageTracker._trackPageview('/outbound/article/blogs.catapultsystems.com');" target="_blank">Matthew McDermott</a></li>
<li><a href="http://www.robertjantuit.nl/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.robertjantuit.nl');" target="_blank">Robertjan Tuit</a></li>
<li><a href="http://conducido.nl/blog/" onclick="javascript:pageTracker._trackPageview('/outbound/article/conducido.nl');" target="_blank">Wouter Crooy</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://edwin.vriethoff.net/2008/10/02/once-upon-a-time-i-was-tagged-for-the-blogging-meme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symbaloo: a personal desktop on the web</title>
		<link>http://edwin.vriethoff.net/2007/11/02/symbaloo-a-personal-desktop-on-the-web/</link>
		<comments>http://edwin.vriethoff.net/2007/11/02/symbaloo-a-personal-desktop-on-the-web/#comments</comments>
		<pubDate>Fri, 02 Nov 2007 08:35:11 +0000</pubDate>
		<dc:creator>Edwin Vriethoff</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[blocks]]></category>
		<category><![CDATA[startpage]]></category>

		<guid isPermaLink="false">http://edwin.vriethoff.net/2007/11/02/symbaloo-a-personal-desktop-on-the-web/</guid>
		<description><![CDATA[This is just a post about something that I would like to share. Today I came across a new start page initiative. It&#8217;s called Symbaloo and it&#8217;s available in multiple countries. The site is still in beta, but it’s really worth to take a look at. 
All information and sites are organized in colorful blocks [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://edwin.vriethoff.net/wp-content/symbaloo_desktop.gif' alt='Symbaloo a personal desktop on the web' align='left' style="margin-right:10px;" />This is just a post about something that I would like to share. Today I came across a new start page initiative. It&#8217;s called <a href="http://www.symbaloo.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.symbaloo.com');" target="_blank">Symbaloo</a> and it&#8217;s available in multiple countries. The site is still in beta, but it’s really worth to take a look at. </p>
<p>All information and sites are organized in colorful blocks that you can add, delete and move around. I think that it works very nice and it also looks great and simple. This is gonna be my new startpage.</p>
]]></content:encoded>
			<wfw:commentRss>http://edwin.vriethoff.net/2007/11/02/symbaloo-a-personal-desktop-on-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to open an Office 2007 document inside an Internet Explorer 7 window?</title>
		<link>http://edwin.vriethoff.net/2007/09/24/how-to-open-an-office-2007-document-inside-an-internet-explorer-7-window/</link>
		<comments>http://edwin.vriethoff.net/2007/09/24/how-to-open-an-office-2007-document-inside-an-internet-explorer-7-window/#comments</comments>
		<pubDate>Mon, 24 Sep 2007 15:53:07 +0000</pubDate>
		<dc:creator>Edwin Vriethoff</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[stream]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[window]]></category>
		<category><![CDATA[word document]]></category>

		<guid isPermaLink="false">http://edwin.vriethoff.net/2007/09/24/how-to-open-an-office-2007-document-inside-an-internet-explorer-7-window/</guid>
		<description><![CDATA[Trying to build a document preview window in Sharepoint, I noticed that it is no longer possible to stream a Word document inside a browser window. This problem occurs when you use Office 2007 in combination with Internet Explorer 7 and is behavior by design. Microsoft decided on this behavior to increase overall security and [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://edwin.vriethoff.net/wp-content/microsoft_office_2007_inside_internet_explorer_7.jpg' alt='How to open an Office 2007 document inside an Internet Explorer 7 window?' align="left" />Trying to build a document preview window in Sharepoint, I noticed that it is no longer possible to stream a Word document inside a browser window. This problem occurs when you use Office 2007 in combination with Internet Explorer 7 and is behavior by design. Microsoft decided on this behavior to increase overall security and usability.</p>
<p>But what if you really need to open the document inside the browser? There is only one way around; Microsoft published a KB about the issue which can be resolved by making changes to the registry which you <a href="http://support.microsoft.com/?id=927009" onclick="javascript:pageTracker._trackPageview('/outbound/article/support.microsoft.com');" target="_blank">can read here</a>. If you have no control over the end-user&#8217;s computer you&#8217;ll probably have to find another solution like generating PDF previews. What a bummer&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://edwin.vriethoff.net/2007/09/24/how-to-open-an-office-2007-document-inside-an-internet-explorer-7-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
