<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.4" -->
<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/"
	>

<channel>
	<title>B&#038;Z Home</title>
	<link>http://sabbe.freehostia.com</link>
	<description>Personal blog of beerie and zoetie</description>
	<pubDate>Tue, 09 Aug 2011 10:12:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>
	<language>en</language>
			<item>
		<title>Life saver!</title>
		<link>http://sabbe.freehostia.com/2011/08/09/life-saver/</link>
		<comments>http://sabbe.freehostia.com/2011/08/09/life-saver/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 10:12:10 +0000</pubDate>
		<dc:creator>Sebastiaan</dc:creator>
		
	<category>General</category>
	<category>Microsoft</category>
	<category>Web Development</category>
	<category>.NET Development</category>
	<category>SharePoint</category>
		<guid isPermaLink="false">http://sabbe.freehostia.com/2011/08/09/life-saver/</guid>
		<description><![CDATA[




Ever wondered where a site column is being used when you get the following error?

Site columns which are included in content types cannot be deleted. Remove all references to this site column prior to deleting it.

Well, this handy tool helps you A LOT!  Tell around!
http://spsitecolumnusage.codeplex.com/

]]></description>
			<content:encoded><![CDATA[<div class="mti_div">
<!-- no icon for 'General' --><a href="http://sabbe.freehostia.com/category/computers/microsoft/" title="Microsoft"><img src="/images/icons/icon_microsoft.gif" class="mti_icon" width="71" height="12" alt="Microsoft" /></a>
<a href="http://sabbe.freehostia.com/category/computers/web-development/" title="Web Development"><img src="/images/icons/icon_web-development.gif" class="mti_icon" width="48" height="48" alt="Web Development" /></a>
<a href="http://sabbe.freehostia.com/category/computers/microsoft/net-development/" title=".NET Development"><img src="/images/icons/icon_net-development.gif" class="mti_icon" width="50" height="33" alt=".NET Development" /></a>
<!-- no icon for 'SharePoint' --></div>
<p>Ever wondered where a site column is being used when you get the following error?</p>
<blockquote><p>
Site columns which are included in content types cannot be deleted. Remove all references to this site column prior to deleting it.
</p></blockquote>
<p>Well, this handy tool helps you A LOT!  Tell around!<br />
http://spsitecolumnusage.codeplex.com/
</p>
]]></content:encoded>
			<wfw:commentRSS>http://sabbe.freehostia.com/2011/08/09/life-saver/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Get the word out to Sinterklaas!</title>
		<link>http://sabbe.freehostia.com/2011/01/26/get-the-word-out-to-sinterklaas/</link>
		<comments>http://sabbe.freehostia.com/2011/01/26/get-the-word-out-to-sinterklaas/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 13:52:27 +0000</pubDate>
		<dc:creator>Sebastiaan</dc:creator>
		
	<category>General</category>
		<guid isPermaLink="false">http://sabbe.freehostia.com/2011/01/26/get-the-word-out-to-sinterklaas/</guid>
		<description><![CDATA[

Good news to all kids!  You can now send a postal card with your wishlist to Sinterklaas!
Bpost in Belgium will handle these cards with special care to see to it that they are delivered to the good man.
Via: Wimblog

]]></description>
			<content:encoded><![CDATA[<div class="mti_div">
<!-- no icon for 'General' --></div>
<p>Good news to all kids!  You can now send a postal card with your wishlist to Sinterklaas!<br />
Bpost in Belgium will handle these cards with special care to see to it that they are delivered to the good man.</p>
<p>Via: <a href="http://www.wimblog.be/postcode-0612/">Wimblog</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://sabbe.freehostia.com/2011/01/26/get-the-word-out-to-sinterklaas/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>SharePoint 2007 doesn&#8217;t like the xml:lang in my master page&#8230;</title>
		<link>http://sabbe.freehostia.com/2010/12/08/sharepoint-2007-doesnt-like-the-xmllang-in-my-master-page/</link>
		<comments>http://sabbe.freehostia.com/2010/12/08/sharepoint-2007-doesnt-like-the-xmllang-in-my-master-page/#comments</comments>
		<pubDate>Wed, 08 Dec 2010 08:43:50 +0000</pubDate>
		<dc:creator>Sebastiaan</dc:creator>
		
	<category>General</category>
	<category>Microsoft</category>
	<category>SharePoint</category>
		<guid isPermaLink="false">http://sabbe.freehostia.com/2010/12/08/sharepoint-2007-doesnt-like-the-xmllang-in-my-master-page/</guid>
		<description><![CDATA[


Hi there,
I recently needed to make a SharePoint portal XHTML compliant.  My html tag was missing the &#8220;xml:lang&#8221; attribute.  So I added it to the master page.  That did not work however, SharePoint somehow stripped the &#8220;xml:lang&#8221; attribute, any other attributes added stayed ok.

So after a few days I stumbled upon this [...]]]></description>
			<content:encoded><![CDATA[<div class="mti_div">
<!-- no icon for 'General' --><a href="http://sabbe.freehostia.com/category/computers/microsoft/" title="Microsoft"><img src="/images/icons/icon_microsoft.gif" class="mti_icon" width="71" height="12" alt="Microsoft" /></a>
<!-- no icon for 'SharePoint' --></div>
<p>Hi there,</p>
<p>I recently needed to make a SharePoint portal XHTML compliant.  My html tag was missing the &#8220;xml:lang&#8221; attribute.  So I added it to the master page.  That did not work however, SharePoint somehow stripped the &#8220;xml:lang&#8221; attribute, any other attributes added stayed ok.<br />
<a id="more-145"></a><br />
So after a few days I stumbled upon <a href="http://blogs.code-counsel.net/Wouter/Lists/Posts/Post.aspx?ID=103">this article</a> by Wouter van Vugt who explains how to make your MOSS XHTML compliant.  I particularly liked the second step where he creates a custom HTML control and renders its attributes in code.  See the article for the details.  I hard coded the language, rather than get it from the CultureInfo.</p>
<p>For those who are thinking now: I&#8217;m not going to put code on my master page!  Right you are.  The code isn&#8217;t for your master page, but rather for a custom control on that page.  So all you need to do is create an assembly (or better: add it in your solution) that has the new control and register its namespace at the top of the page.  Then just use it in your page like so:<br />
<code><br />
&lt;loqlang:DynamicLanguageHtmlControl runat=&quot;server&quot; dir=&quot;&lt;%$Resources:wss, multipages_direction_dir_value %&gt;&quot;&gt;<br />
...<br />
&lt;/loqlang:DynamicLanguageHtmlControl&gt;<br />
</code><br />
Where I prefix my namespace &#8220;loqlang&#8221; and I called the control a DynamicLanguageHtmlControl.  This must substitue the &lt;html&gt; and &lt;/html&gt; tags.  Wouter goes over these things quite fast and however he is very correct, the less experienced may be interested in this info.</p>
<p>Hope this helps you as it certainly helped me!
</p>
]]></content:encoded>
			<wfw:commentRSS>http://sabbe.freehostia.com/2010/12/08/sharepoint-2007-doesnt-like-the-xmllang-in-my-master-page/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Unable to add selected web part(s)</title>
		<link>http://sabbe.freehostia.com/2010/12/07/unable-to-add-selected-web-parts/</link>
		<comments>http://sabbe.freehostia.com/2010/12/07/unable-to-add-selected-web-parts/#comments</comments>
		<pubDate>Tue, 07 Dec 2010 09:07:29 +0000</pubDate>
		<dc:creator>Sebastiaan</dc:creator>
		
	<category>Computers</category>
	<category>Microsoft</category>
	<category>Web Development</category>
	<category>.NET Development</category>
	<category>SharePoint</category>
		<guid isPermaLink="false">http://sabbe.freehostia.com/2010/12/07/unable-to-add-selected-web-parts/</guid>
		<description><![CDATA[




I stumbled upon this post from Mikhail Dikov who explains 7 reasons why a webpart may show up in the webpart chooser but give the mentioned error when adding it to a page.
None of his steps worked for me, but in the comments, Ian Campbell noted very helpfully to check the WebPart Gallery at site [...]]]></description>
			<content:encoded><![CDATA[<div class="mti_div">
<!-- no icon for 'Computers' --><a href="http://sabbe.freehostia.com/category/computers/microsoft/" title="Microsoft"><img src="/images/icons/icon_microsoft.gif" class="mti_icon" width="71" height="12" alt="Microsoft" /></a>
<a href="http://sabbe.freehostia.com/category/computers/web-development/" title="Web Development"><img src="/images/icons/icon_web-development.gif" class="mti_icon" width="48" height="48" alt="Web Development" /></a>
<a href="http://sabbe.freehostia.com/category/computers/microsoft/net-development/" title=".NET Development"><img src="/images/icons/icon_net-development.gif" class="mti_icon" width="50" height="33" alt=".NET Development" /></a>
<!-- no icon for 'SharePoint' --></div>
<p>I stumbled upon this <a href="http://www.mikhaildikov.com/2008/03/unable-to-add-selected-web-parts.html">post</a> from Mikhail Dikov who explains 7 reasons why a webpart may show up in the webpart chooser but give the mentioned error when adding it to a page.</p>
<p>None of his steps worked for me, but in the comments, Ian Campbell noted very helpfully to check the WebPart Gallery at site collection level.  The gallery contained an old version (when looking at the XML) of the webpart, which still referenced a faulty assembly.  I deleted it and re-enabled my feature (thus adding it again) and everything worked fine.</p>
<p>Good luck continuing to figure out if this didn&#8217;t work for you!
</p>
]]></content:encoded>
			<wfw:commentRSS>http://sabbe.freehostia.com/2010/12/07/unable-to-add-selected-web-parts/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Mandelbrot for Mobile!?</title>
		<link>http://sabbe.freehostia.com/2010/09/27/mandelbrot-for-mobile/</link>
		<comments>http://sabbe.freehostia.com/2010/09/27/mandelbrot-for-mobile/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 07:26:28 +0000</pubDate>
		<dc:creator>Sebastiaan</dc:creator>
		
	<category>Computers</category>
	<category>Microsoft</category>
	<category>Sciences</category>
	<category>.NET Development</category>
		<guid isPermaLink="false">http://sabbe.freehostia.com/2010/09/27/mandelbrot-for-mobile/</guid>
		<description><![CDATA[




Hi all,
A year ago, I would probably have done this in J2ME refusing to have to do anything with Windows development, but by working with .NET I actually realized it isn&#8217;t so bad, if not, even handier to create applications.  A great example of that is the .NET Compact Framework.  Together with Visual [...]]]></description>
			<content:encoded><![CDATA[<div class="mti_div">
<!-- no icon for 'Computers' --><a href="http://sabbe.freehostia.com/category/computers/microsoft/" title="Microsoft"><img src="/images/icons/icon_microsoft.gif" class="mti_icon" width="71" height="12" alt="Microsoft" /></a>
<a href="http://sabbe.freehostia.com/category/sciences/" title="Sciences"><img src="/images/icons/icon_sciences.gif" class="mti_icon" width="35" height="41" alt="Sciences" /></a>
<a href="http://sabbe.freehostia.com/category/computers/microsoft/net-development/" title=".NET Development"><img src="/images/icons/icon_net-development.gif" class="mti_icon" width="50" height="33" alt=".NET Development" /></a>
</div>
<p>Hi all,</p>
<p>A year ago, I would probably have done this in J2ME refusing to have to do anything with Windows development, but by working with .NET I actually realized it isn&#8217;t so bad, if not, even handier to create applications.  A great example of that is the .NET Compact Framework.  Together with Visual Studio and the Windows Mobile 6 SDK, it&#8217;s peanuts to make mobile applications.<br />
In this issue, Mandelbrot Fractal navigator for Windows Mobile 6.<br />
<a id="more-141"></a><br />
Attached here is the download for Mandelbrot for Windows Mobile 6.  Some screenshots:<br />
<a class="imagelink" href="http://sabbe.freehostia.com/wp-content/uploads/2010/09/mandel1.png" title="Screenshot 1"><img id="image139" src="http://sabbe.freehostia.com/wp-content/uploads/2010/09/mandel1.thumbnail.png" alt="Screenshot 1" /></a><br />
<a class="imagelink" href="http://sabbe.freehostia.com/wp-content/uploads/2010/09/mandel2.png" title="Screenshot 2"><img id="image140" src="http://sabbe.freehostia.com/wp-content/uploads/2010/09/mandel2.thumbnail.png" alt="Screenshot 2" /></a><br />
Click <a id="p142" href="http://sabbe.freehostia.com/wp-content/uploads/2010/09/fullscreendrawingmobiletest.exe" title="Mandelbrot for Mobile">here</a> to download the .exe and <a id="p143" href="http://sabbe.freehostia.com/wp-content/uploads/2010/09/bshscolormap.txt">here</a> to download the ColorMap file.  Rename it to *.ColorMap.  You can modify the colors as you like, but make sure the file resides in the working dir.</p>
<p><a href="http://www.codeproject.com/KB/graphics/mandelbrot.aspx">via</a>.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://sabbe.freehostia.com/2010/09/27/mandelbrot-for-mobile/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Inversion of Control pattern</title>
		<link>http://sabbe.freehostia.com/2010/09/15/inversion-of-control-pattern/</link>
		<comments>http://sabbe.freehostia.com/2010/09/15/inversion-of-control-pattern/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 10:38:32 +0000</pubDate>
		<dc:creator>Sebastiaan</dc:creator>
		
	<category>Computers</category>
		<guid isPermaLink="false">http://sabbe.freehostia.com/2010/09/15/inversion-of-control-pattern/</guid>
		<description><![CDATA[

Today I&#8217;ve finally found a very tangible example of what inversion of control actually is.

Here is where i found my example, thank you Martin Fowler!
The example is rather simple actually: inversion of control is used in the graphical user interfaces, as opposed to command line prompts.
In command line prompts (classic control), the application sends prompt [...]]]></description>
			<content:encoded><![CDATA[<div class="mti_div">
<!-- no icon for 'Computers' --></div>
<p>Today I&#8217;ve finally found a very tangible example of what inversion of control actually is.<br />
<a id="more-138"></a><br />
<a href="http://martinfowler.com/articles/injection.html">Here is where i found my example</a>, thank you Martin Fowler!<br />
The example is rather simple actually: inversion of control is used in the graphical user interfaces, as opposed to command line prompts.</p>
<p>In command line prompts (classic control), the application sends prompt messages to the user, and reads the response.<br />
In graphical user interfaces (inversion of control), the user interface framework itself generates events raised by text entered, buttons pressed, which triggers application code.  Thus, control is inverted from the application logic itself in classic control schemes to the UI framework in the inversion of control scheme.</p>
<p>It&#8217;s actually quite simple, but this example helped me to understand IoC a lot more.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://sabbe.freehostia.com/2010/09/15/inversion-of-control-pattern/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>.NET Framework 3.5 machine.config</title>
		<link>http://sabbe.freehostia.com/2010/09/02/net-framework-35-machineconfig/</link>
		<comments>http://sabbe.freehostia.com/2010/09/02/net-framework-35-machineconfig/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 13:39:06 +0000</pubDate>
		<dc:creator>Sebastiaan</dc:creator>
		
	<category>Microsoft</category>
	<category>Web Development</category>
	<category>.NET Development</category>
		<guid isPermaLink="false">http://sabbe.freehostia.com/2010/09/02/net-framework-35-machineconfig/</guid>
		<description><![CDATA[




Hi there,
For those out there asking the question: where is my machine.config on my ASP.NET server, read on.

As you all know the machine.config is the master configuration file and the Web.config files overwrite certain values (like the .htaccess overwrites the httpd.conf in Apache).
Some values - like the database transaction timeout - are machine-only settings, which [...]]]></description>
			<content:encoded><![CDATA[<div class="mti_div">
<a href="http://sabbe.freehostia.com/category/computers/microsoft/" title="Microsoft"><img src="/images/icons/icon_microsoft.gif" class="mti_icon" width="71" height="12" alt="Microsoft" /></a>
<a href="http://sabbe.freehostia.com/category/computers/web-development/" title="Web Development"><img src="/images/icons/icon_web-development.gif" class="mti_icon" width="48" height="48" alt="Web Development" /></a>
<a href="http://sabbe.freehostia.com/category/computers/microsoft/net-development/" title=".NET Development"><img src="/images/icons/icon_net-development.gif" class="mti_icon" width="50" height="33" alt=".NET Development" /></a>
</div>
<p>Hi there,</p>
<p>For those out there asking the question: where is my machine.config on my ASP.NET server, read on.<br />
<a id="more-137"></a></p>
<p>As you all know the machine.config is the master configuration file and the Web.config files overwrite certain values (like the .htaccess overwrites the httpd.conf in Apache).<br />
Some values - like the database transaction timeout - are machine-only settings, which mean they can&#8217;t be supplied in the Web.config file.<br />
Instead, it must go into the machine.config.  Let&#8217;s go looking for that file, shall we?</p>
<p>Easier said than done.  Looking through some forums I figured out it was under $WINDOWS_ROOT\Microsoft .NET\Framework\v2.0*\CONFIG\machine.config (with * being the minor version of the 2.0 framework).</p>
<p>Two problems arise here:</p>
<ul>
<li>I also have a Framework64 folder under Microsoft.NET.</li>
<li>I want to set it for the 3.5 version, not the 2.0 version.</li>
</ul>
<p>Both are simple problems, but take some time to find out.<br />
The first problem is easily tackled by going to the Task Manager and checking out whether you have w3wp.exe or w3wp*32.exe.  If you have the former, go look in the Framework64 directory as you&#8217;re running the 64 bit version of the framework.  If you have the latter, edit in the Framework folder.</p>
<p>The second problem is a bit trickier, but still easily solved.  As the machine.config is related to a certain <abbr title="Common Language Runtime">CLR</abbr> version, both 2.0 and 3.5 (and hence 3.0) are on the same CLR version, so you can edit the CONFIG\machine.config in the 2.0 folder.  Simple, as there is no other folder (3.*) containing a machine.config file.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://sabbe.freehostia.com/2010/09/02/net-framework-35-machineconfig/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Concurrency violation: the UpdateCommand affected 0 of the expected 1 records.</title>
		<link>http://sabbe.freehostia.com/2009/12/08/concurrency-violation-the-updatecommand-affected-0-of-the-expected-1-records/</link>
		<comments>http://sabbe.freehostia.com/2009/12/08/concurrency-violation-the-updatecommand-affected-0-of-the-expected-1-records/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 09:39:29 +0000</pubDate>
		<dc:creator>Sebastiaan</dc:creator>
		
	<category>General</category>
	<category>Microsoft</category>
	<category>.NET Development</category>
		<guid isPermaLink="false">http://sabbe.freehostia.com/2009/12/08/concurrency-violation-the-updatecommand-affected-0-of-the-expected-1-records/</guid>
		<description><![CDATA[



As I&#8217;m working as a .NET developer at LoQutus, my .NET posts will grow increasingly, therefore, there is a new Category &#8220;.NET Development&#8221;.  Read on for the first post!  
When working with DataSets, I encountered a strange problem, taking me to a very dark place on the internet: Concurrency handling in ADO.NET.
The cause [...]]]></description>
			<content:encoded><![CDATA[<div class="mti_div">
<!-- no icon for 'General' --><a href="http://sabbe.freehostia.com/category/computers/microsoft/" title="Microsoft"><img src="/images/icons/icon_microsoft.gif" class="mti_icon" width="71" height="12" alt="Microsoft" /></a>
<a href="http://sabbe.freehostia.com/category/computers/microsoft/net-development/" title=".NET Development"><img src="/images/icons/icon_net-development.gif" class="mti_icon" width="50" height="33" alt=".NET Development" /></a>
</div>
<p>As I&#8217;m working as a .NET developer at LoQutus, my .NET posts will grow increasingly, therefore, there is a new Category &#8220;.NET Development&#8221;.  Read on for the first post! <img src='http://sabbe.freehostia.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>When working with DataSets, I encountered a strange problem, taking me to a very dark place on the internet: Concurrency handling in ADO.NET.<br />
The cause of the problem had little to do with any concurrency, so read on to find out whether it may solve your problem too!<br />
<a id="more-136"></a><br />
The problem is now clear to me: I had created new rows in a DataTable, using ImportRow().  I then modified some of their data.<br />
When committing the data from this dataset to the database, I got the following exception:<br />
<code>Concurrency violation: the UpdateCommand affected 0 of the expected 1 records.</code></p>
<p>This is actually rather unnatural.  The ImportRow() method actually sets the RowState of the new row to &#8220;Unchanged&#8221; rather than &#8220;Added&#8221;.<br />
So if you set every row&#8217;s RowState to &#8220;Added&#8221; - using the SetAdded() method of that row - the ghost concurrency problem is solved.</p>
<p>Hope anyone finds this useful <img src='http://sabbe.freehostia.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />
</p>
]]></content:encoded>
			<wfw:commentRSS>http://sabbe.freehostia.com/2009/12/08/concurrency-violation-the-updatecommand-affected-0-of-the-expected-1-records/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Turning Bluetooth on/off easily on your Windows Mobile phone</title>
		<link>http://sabbe.freehostia.com/2009/10/22/turning-bluetooth-onoff-easily-on-your-windows-mobile-phone/</link>
		<comments>http://sabbe.freehostia.com/2009/10/22/turning-bluetooth-onoff-easily-on-your-windows-mobile-phone/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 08:55:34 +0000</pubDate>
		<dc:creator>Sebastiaan</dc:creator>
		
	<category>Computers</category>
		<guid isPermaLink="false">http://sabbe.freehostia.com/2009/10/22/turning-bluetooth-onoff-easily-on-your-windows-mobile-phone/</guid>
		<description><![CDATA[

Hi all,
I&#8217;ve recently had a BT carkit installed in my car and my Windows Mobile HTC Touch Cruise phone interfaces with it easily.
But BT consumes a lot of energy, so I started searching for a suitable tool to map hardware buttons to various functions.

I first stumbled upon AEButton, but that isn&#8217;t freeware.
The free &#8220;HButton&#8221; software [...]]]></description>
			<content:encoded><![CDATA[<div class="mti_div">
<!-- no icon for 'Computers' --></div>
<p>Hi all,</p>
<p>I&#8217;ve recently had a BT carkit installed in my car and my Windows Mobile HTC Touch Cruise phone interfaces with it easily.<br />
But BT consumes a lot of energy, so I started searching for a suitable tool to map hardware buttons to various functions.<br />
<a id="more-134"></a></p>
<p>I first stumbled upon AEButton, but that isn&#8217;t freeware.<br />
The free &#8220;HButton&#8221; software does the trick just as well though.</p>
<p>HButton enables you to even map multiple applications/commands to a single hardware button.</p>
<p>Website: http://hbutton.dyndns.org/</p>
<p>I hope you like it just as much as I do, VERY handy to turn BT off with a single button press.</p>
<p>Over &#038; Out <img src='http://sabbe.freehostia.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
]]></content:encoded>
			<wfw:commentRSS>http://sabbe.freehostia.com/2009/10/22/turning-bluetooth-onoff-easily-on-your-windows-mobile-phone/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>LoQutus: my future</title>
		<link>http://sabbe.freehostia.com/2009/09/11/loqutus-my-future/</link>
		<comments>http://sabbe.freehostia.com/2009/09/11/loqutus-my-future/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 09:26:38 +0000</pubDate>
		<dc:creator>Sebastiaan</dc:creator>
		
	<category>General</category>
	<category>Computers</category>
	<category>Featured</category>
		<guid isPermaLink="false">http://sabbe.freehostia.com/2009/09/11/loqutus-my-future/</guid>
		<description><![CDATA[


Hi all,
I&#8217;ve recently finished studying and I&#8217;ve joined LoQutus as a junior IT Consultant.
Just if you were wondering where the hell I am 

]]></description>
			<content:encoded><![CDATA[<div class="mti_div">
<!-- no icon for 'General' --><!-- no icon for 'Computers' --><a href="http://sabbe.freehostia.com/category/featured/" title="Featured"><img src="/images/icons/icon_featured.gif" class="mti_icon" width="16" height="16" alt="Featured" /></a>
</div>
<p>Hi all,</p>
<p>I&#8217;ve recently finished studying and I&#8217;ve joined LoQutus as a junior IT Consultant.</p>
<p>Just if you were wondering where the hell I am <img src='http://sabbe.freehostia.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
]]></content:encoded>
			<wfw:commentRSS>http://sabbe.freehostia.com/2009/09/11/loqutus-my-future/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>

