<?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>Thousand Things</title>
	<atom:link href="http://christoph.amann.co.nz/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://christoph.amann.co.nz/blog</link>
	<description>A collection of thoughts</description>
	<lastBuildDate>Sun, 01 Aug 2010 02:07:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Compile VICE under Ubuntu 10.04 (x64)</title>
		<link>http://christoph.amann.co.nz/blog/?p=315</link>
		<comments>http://christoph.amann.co.nz/blog/?p=315#comments</comments>
		<pubDate>Sun, 01 Aug 2010 02:00:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C64]]></category>
		<category><![CDATA[Commodore]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[VICE]]></category>

		<guid isPermaLink="false">http://christoph.amann.co.nz/blog/?p=315</guid>
		<description><![CDATA[VICE is an excellent Open Source Commodore C64 emulator. Problem is that the version packaged in the Ubuntu repository is quite old (and buggy as hell under x64). So let&#8217;s fix that First, make sure you have build-essential and libxaw7-dev installed (if not a quick sudo apt-get install build-essential libxaw7-dev will fix that). Now download [...]]]></description>
			<content:encoded><![CDATA[<p>VICE is an excellent Open Source Commodore C64 emulator. Problem is that the version packaged in the Ubuntu repository is quite old (and buggy as hell under x64). So let&#8217;s fix that <img src='http://christoph.amann.co.nz/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>First, make sure you have <em>build-essential</em> and <em>libxaw7-dev</em> installed (if not a quick <em>sudo apt-get install build-essential libxaw7-dev </em>will fix that).</p>
<p>Now download the VICE source code from <a href="http://www.viceteam.org/" target="_blank">here</a>. Unpack the source and fire up your favorite text editor. We have to fix something <img src='http://christoph.amann.co.nz/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>If you try to do a ./configure and make you&#8217;ll end up with the following error:</p>
<pre dir="ltr">x11video.c:268: warning: function declaration isn’t a prototype
x11video.c: In function ‘shmhandler’:
x11video.c:348: error: ‘X_ShmAttach’ undeclared (first use in this function)
x11video.c:348: error: (Each undeclared identifier is reported only once
x11video.c:348: error: for each function it appears in.)
make[7]: *** [x11video.o] Error 1
make[7]: *** Waiting for unfinished jobs....
make[7]: Leaving directory `/home/kmandla/Downloads/vice-2.2/src/arch/unix/x11/xaw'
make[6]: *** [all-recursive] Error 1
make[6]: Leaving directory `/home/kmandla/Downloads/vice-2.2/src/arch/unix/x11/xaw'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/home/kmandla/Downloads/vice-2.2/src/arch/unix/x11'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/kmandla/Downloads/vice-2.2/src/arch/unix'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/kmandla/Downloads/vice-2.2/src/arch'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/kmandla/Downloads/vice-2.2/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/kmandla/Downloads/vice-2.2/src'
make: *** [all-recursive] Error 1
</pre>
<p>We&#8217;ve to work-around this issue. First, open vice-2.2/src/arch/unix/x11/xaw/x11video.c with you favorite editor. Go to line 348 and replace &#8220;X_ShmAttach&#8221; with &#8220;1&#8243;. Save the file.</p>
<p>Now fire up a console and run <em>./configure</em>. After a few seconds you can do a <em> make </em> and later a <em>sudo make install</em>.</p>
<p>Done <img src='http://christoph.amann.co.nz/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Before you start x64 make sure you have the C64 roms installed (get them from the Windows installation package of VICE and put them into ~/.vice)</p>
<p>Memories <img src='http://christoph.amann.co.nz/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><a href="http://christoph.amann.co.nz/blog/wp-content/uploads/2010/08/Gianna1.bmp"><img class="alignnone size-full wp-image-322" title="VICE (x64)" src="http://christoph.amann.co.nz/blog/wp-content/uploads/2010/08/Gianna1.bmp" alt="VICE (x64)" /></a></p>
<p>Happy retro hacking!</p>
]]></content:encoded>
			<wfw:commentRss>http://christoph.amann.co.nz/blog/?feed=rss2&amp;p=315</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP C-Class documentation goodies :-)</title>
		<link>http://christoph.amann.co.nz/blog/?p=309</link>
		<comments>http://christoph.amann.co.nz/blog/?p=309#comments</comments>
		<pubDate>Mon, 12 Jul 2010 09:17:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[C-Class]]></category>
		<category><![CDATA[HP]]></category>

		<guid isPermaLink="false">http://christoph.amann.co.nz/blog/?p=309</guid>
		<description><![CDATA[Had to install memory in a HP C-Class blade, BL680 G5 to be precise. Very nice hardware I have to say. But let&#8217;s have a quick look into the manual&#8230;.. Interesting, the DIMM1 for bank 1 goes into slot #19, but the blade only has sixteen memory slots (yep, it&#8217;s a wrap-over issue, funny anyway)]]></description>
			<content:encoded><![CDATA[<p>Had to install memory in a HP C-Class blade, BL680 G5 to be precise. Very nice hardware I have to say. But let&#8217;s have a quick look into the manual&#8230;..</p>
<p><a href="http://christoph.amann.co.nz/blog/wp-content/uploads/2010/07/HPBlade_DIMM19.png"><img class="alignnone size-full wp-image-310" title="HPBlade_DIMM19" src="http://christoph.amann.co.nz/blog/wp-content/uploads/2010/07/HPBlade_DIMM19.png" alt="" width="979" height="494" /></a></p>
<p>Interesting, the DIMM1 for bank 1 goes into slot #19, but the blade only has sixteen memory slots <img src='http://christoph.amann.co.nz/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  (yep, it&#8217;s a wrap-over issue, funny anyway)</p>
]]></content:encoded>
			<wfw:commentRss>http://christoph.amann.co.nz/blog/?feed=rss2&amp;p=309</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install and run Propellerheads Rebirth RB-338 on Windows 7</title>
		<link>http://christoph.amann.co.nz/blog/?p=287</link>
		<comments>http://christoph.amann.co.nz/blog/?p=287#comments</comments>
		<pubDate>Tue, 04 May 2010 07:27:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Synthesizer]]></category>

		<guid isPermaLink="false">http://christoph.amann.co.nz/blog/?p=287</guid>
		<description><![CDATA[Propellerheads ReBirth emulates two Roland TB-303 synthesizers, a Roland TR-808, and a Roland TR-909 drum machine all at once. The software is available as a free download from the ReBirth Museum Web but has it&#8217;s issues with running under Windows 7. 1) Get the torrent file from the ReBirth Museum (registration required) and download the [...]]]></description>
			<content:encoded><![CDATA[<p>Propellerheads ReBirth emulates two Roland TB-303 synthesizers, a Roland TR-808, and a Roland TR-909 drum machine all at once. The software is available as a free download from the ReBirth Museum Web but has it&#8217;s issues with running under Windows 7.</p>
<p>1) Get the torrent file from the <a href="http://www.rebirthmuseum.com/" target="_blank">ReBirth Museum</a> (registration required) and download the ISO image (you&#8217;ll need a torrent client, get <a href="http://www.utorrent.com/" target="_blank">utorrent</a> from here)</p>
<p>2) Burn it onto a disk or mount the ISO with a virtual cdrom software (<a href="http://www.daemon-tools.cc/eng/home" target="_blank">Daemontools</a> for example)</p>
<p>3) Install the software</p>
<p>4) Download the Windows Help Program (WinHlp32.exe) for Windows 7 from <a href=" http://blog.komeil.com/2009/06/windows-help-program-winhlp32exe-for.html" target="_blank">here</a>, unzip them into a folder and run the install.cmd file (make sure you run it as an Administrator &#8211; in Windows 7 &#8211; right-mouse click &#8211; Run as Administrator)</p>
<p>5) Done!</p>
<p><img class="alignnone" title="Rebirth RB-338" src="http://christoph.amann.co.nz/images/synth/rb338.jpg" alt="" width="673" height="609" /></p>
]]></content:encoded>
			<wfw:commentRss>http://christoph.amann.co.nz/blog/?feed=rss2&amp;p=287</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weekend in five pics :-)</title>
		<link>http://christoph.amann.co.nz/blog/?p=284</link>
		<comments>http://christoph.amann.co.nz/blog/?p=284#comments</comments>
		<pubDate>Sun, 25 Apr 2010 09:28:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Weekends]]></category>
		<category><![CDATA[Kids]]></category>

		<guid isPermaLink="false">http://christoph.amann.co.nz/blog/?p=284</guid>
		<description><![CDATA[I&#8217;ll keep an eye on you &#8211; even if everybody else is sleeping&#8230; Yes daddy, I can open a cardboard box (he is five). Our flemish giants &#8211; giants &#8230;. sound quite funny &#8211; they are so small right now but this will change quickly. Let&#8217;s have a wheelbarrow race! Our new sandpit &#8211; or [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll keep an eye on you &#8211; even if everybody else is sleeping&#8230;</p>
<p><img class="alignnone" title="kw15_01" src="http://christoph.amann.co.nz/images/weekends/kw15/kw15_01.jpg" alt="" width="640" height="480" /></p>
<p>Yes daddy, I can open a cardboard box (he is five).</p>
<p><img class="alignnone" title="kw15_02" src="http://christoph.amann.co.nz/images/weekends/kw15/kw15_02.jpg" alt="" width="640" height="480" /></p>
<p>Our <a href="http://en.wikipedia.org/wiki/Flemish_Giant" target="_blank">flemish </a>giants &#8211; giants &#8230;. sound quite funny &#8211; they are so small right now but this will change quickly.</p>
<p><img class="alignnone" title="kw15_03" src="http://christoph.amann.co.nz/images/weekends/kw15/kw15_03.jpg" alt="" width="640" height="480" /></p>
<p>Let&#8217;s have a wheelbarrow race!</p>
<p><img class="alignnone" title="kw15_04" src="http://christoph.amann.co.nz/images/weekends/kw15/kw15_04.jpg" alt="" width="640" height="480" /></p>
<p>Our new sandpit &#8211; or better said Davids new construction area.</p>
<p><img class="alignnone" title="kw15_05" src="http://christoph.amann.co.nz/images/weekends/kw15/kw15_05.jpg" alt="" width="640" height="480" /></p>
]]></content:encoded>
			<wfw:commentRss>http://christoph.amann.co.nz/blog/?feed=rss2&amp;p=284</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monarch Butterfly &#8211; Caterpillar to Chrysalis</title>
		<link>http://christoph.amann.co.nz/blog/?p=281</link>
		<comments>http://christoph.amann.co.nz/blog/?p=281#comments</comments>
		<pubDate>Sun, 25 Apr 2010 08:32:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Monarch Butterflies]]></category>

		<guid isPermaLink="false">http://christoph.amann.co.nz/blog/?p=281</guid>
		<description><![CDATA[We have a large swan plant in our garden. One of the monarch caterpillars was preparing to turn into a chrysalis so I thought it would be great to use my web cam to  record it and show it to the kids. Here we go]]></description>
			<content:encoded><![CDATA[<p>We have a large swan plant in our garden. One of the monarch caterpillars was preparing to turn into a chrysalis so I thought it would be great to use my web cam to  record it and show it to the kids. Here we go <img src='http://christoph.amann.co.nz/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/c4YYt6_EBYc&amp;hl=en_US&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/c4YYt6_EBYc&amp;hl=en_US&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://christoph.amann.co.nz/blog/?feed=rss2&amp;p=281</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Science Vs. Religion</title>
		<link>http://christoph.amann.co.nz/blog/?p=279</link>
		<comments>http://christoph.amann.co.nz/blog/?p=279#comments</comments>
		<pubDate>Sun, 21 Mar 2010 08:25:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Funny]]></category>

		<guid isPermaLink="false">http://christoph.amann.co.nz/blog/?p=279</guid>
		<description><![CDATA[Although without science they&#8217;d have a hard time flying into buildings]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignnone" style="width: 490px"><img title="Science vs. Religion" src="http://christoph.amann.co.nz/images/funny/religion.jpg" alt="Science vs. Religion" width="480" height="320" /><p class="wp-caption-text">Science vs. Religion</p></div>
<p>Although without science they&#8217;d have a hard time flying into buildings <img src='http://christoph.amann.co.nz/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://christoph.amann.co.nz/blog/?feed=rss2&amp;p=279</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>G.Y.O &#8211; Oyster Mushrooms</title>
		<link>http://christoph.amann.co.nz/blog/?p=274</link>
		<comments>http://christoph.amann.co.nz/blog/?p=274#comments</comments>
		<pubDate>Sat, 06 Mar 2010 10:12:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GYO]]></category>
		<category><![CDATA[Garden]]></category>
		<category><![CDATA[Mushrooms]]></category>

		<guid isPermaLink="false">http://christoph.amann.co.nz/blog/?p=274</guid>
		<description><![CDATA[I love mushrooms &#8211; but here in NZ they are either hard to get or quite expensive. So let&#8217;s grow our own. I bought this kit at the local Mitre 10 (do you count a shop 20km away as local? We live in the Wairarapa &#8211; so 20km, yep, that&#8217;s &#8220;local&#8221; ) A bag with [...]]]></description>
			<content:encoded><![CDATA[<p>I love mushrooms &#8211; but here in NZ they are either hard to get or quite expensive. So let&#8217;s grow our own. I bought this kit at the local Mitre 10 (do you count a shop 20km away as local? We live in the Wairarapa &#8211; so 20km, yep, that&#8217;s &#8220;local&#8221; <img src='http://christoph.amann.co.nz/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  )</p>
<p><img class="alignnone" title="The kit" src="http://christoph.amann.co.nz/images/mushrooms/P1010448.JPG" alt="" width="500" height="375" /></p>
<p>A bag with straw, a manual, plastic wrapping &#8211; and a freepost envelope to order the &#8220;seeds&#8221;. Hey, stop. Mushrooms don&#8217;t have seeds. They use a starter-kit (called seeds &#8211; wheat with mushroom spores) to get everything going.</p>
<p><img class="alignnone" title="Kit" src="http://christoph.amann.co.nz/images/mushrooms/P1010511.JPG" alt="" width="500" height="375" /></p>
<p>It&#8217;s quite easy to use. Fill the bag with water and let it soak over-night.</p>
<p><img class="alignnone" title="Drain the water" src="http://christoph.amann.co.nz/images/mushrooms/P1010512.JPG" alt="" width="500" height="375" /></p>
<p>On the next day drain the water.</p>
<p><img class="alignnone" src="http://christoph.amann.co.nz/images/mushrooms/P1010524.JPG" alt="" width="500" height="375" /></p>
<p>Add the &#8220;seeds&#8221; &#8211; looks like wheat containing mushroom spores.</p>
<p><img class="alignnone" src="http://christoph.amann.co.nz/images/mushrooms/P1010705.JPG" alt="" width="500" height="375" /></p>
<p>Ready to go &#8211; cover it and put it into a dark spot in the house (not complete dark, just out of the light).</p>
<p><img class="alignnone" src="http://christoph.amann.co.nz/images/mushrooms/P1010995.JPG" alt="" width="500" height="375" /></p>
<p>After about two weeks they start to &#8220;grow&#8221;.</p>
<p><img class="alignnone" src="http://christoph.amann.co.nz/images/mushrooms/P1020216.JPG" alt="" width="500" height="375" /></p>
<p>Huurrray! Mushrooms &#8211; ready to eat.</p>
<p><img class="alignnone" src="http://christoph.amann.co.nz/images/mushrooms/P1020256.JPG" alt="" width="500" height="375" /></p>
<p>My litte quality control inspector <img src='http://christoph.amann.co.nz/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><img class="alignnone" src="http://christoph.amann.co.nz/images/mushrooms/P1020260.JPG" alt="" width="500" height="375" /></p>
<p>Yummy breakfast!</p>
<p>So, you might now say &#8211; hey, that&#8217;s a few hands of mushrooms for $40 &#8211; yep right, the kit itself would be quite expensive but my plan was to use it as a starter kit for bigger bags. I&#8217;ll add some pics tomorrow &#8211; more, no HEAPS, of mushrooms <img src='http://christoph.amann.co.nz/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://christoph.amann.co.nz/blog/?feed=rss2&amp;p=274</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Vista on Itanium (ia64)?</title>
		<link>http://christoph.amann.co.nz/blog/?p=270</link>
		<comments>http://christoph.amann.co.nz/blog/?p=270#comments</comments>
		<pubDate>Mon, 01 Mar 2010 01:55:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Hotfix]]></category>

		<guid isPermaLink="false">http://christoph.amann.co.nz/blog/?p=270</guid>
		<description><![CDATA[Just tried to download a Windows 2008 hotfix for a Citrix XenApp 5.0 server. It&#8217;s one of the famous &#8211; request it and we&#8217;ll send you an email &#8211; one. But have a look at the screenshot Windows Vista on ia64? And even with SP2! Not according to here. But I have sent a mail [...]]]></description>
			<content:encoded><![CDATA[<p>Just tried to download a Windows 2008 <a href="http://support.microsoft.com/kb/958652" target="_blank">hotfix</a> for a Citrix XenApp 5.0 server. It&#8217;s one of the famous &#8211; request it and we&#8217;ll send you an email &#8211; one. But have a look at the screenshot <img src='http://christoph.amann.co.nz/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><img class="alignnone" title="KB958652" src="http://christoph.amann.co.nz/images/Microsoft/KB958652.png" alt="" width="957" height="132" /></p>
<p>Windows Vista on ia64? And even with SP2! Not according to <a href="http://www.microsoft.com/windows/windows-vista/get/system-requirements.aspx" target="_blank">here</a>. But I have sent a mail to Microsoft to see what happened to the hotfix.</p>
]]></content:encoded>
			<wfw:commentRss>http://christoph.amann.co.nz/blog/?feed=rss2&amp;p=270</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>70-238 (Pro: Deploying Messaging Solutions with Microsoft Exchange Server 2007)</title>
		<link>http://christoph.amann.co.nz/blog/?p=263</link>
		<comments>http://christoph.amann.co.nz/blog/?p=263#comments</comments>
		<pubDate>Wed, 24 Feb 2010 07:51:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Certifications]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://christoph.amann.co.nz/blog/?p=263</guid>
		<description><![CDATA[Yep, another one done! I&#8217;m now a Microsoft Certified IT Professional (MCITP): Enterprise Messaging Administrator! Very interesting exam with a lot of detailed questions (50). Took me more than two hours to complete it.]]></description>
			<content:encoded><![CDATA[<p>Yep, another one done! I&#8217;m now a <strong>Microsoft Certified IT Professional (<em>MCITP</em>): <em>Enterprise  Messaging Administrator</em></strong><em>! </em>Very interesting exam with a lot of detailed questions (50). Took me more than two hours to complete it.</p>
]]></content:encoded>
			<wfw:commentRss>http://christoph.amann.co.nz/blog/?feed=rss2&amp;p=263</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>70-237 (Pro: Designing Messaging Solutions with Microsoft Exchange Server 2007)</title>
		<link>http://christoph.amann.co.nz/blog/?p=259</link>
		<comments>http://christoph.amann.co.nz/blog/?p=259#comments</comments>
		<pubDate>Tue, 16 Feb 2010 06:55:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Certifications]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Certification]]></category>
		<category><![CDATA[Exchange 2007]]></category>

		<guid isPermaLink="false">http://christoph.amann.co.nz/blog/?p=259</guid>
		<description><![CDATA[Over the last few months I have tried to complete as many Microsoft exams as possible (nearly one per week) Today&#8217;s exam was 70-237 (Pro: Designing Messaging Solutions with Microsoft Exchange Server 2007). 37 questions, well balanced I would say and quite a few that had a real world context. 914/1000 points]]></description>
			<content:encoded><![CDATA[<p>Over the last few months I have tried to complete as many Microsoft exams as possible (nearly one per week) Today&#8217;s exam was 70-237 (Pro: Designing Messaging Solutions with Microsoft Exchange Server 2007). 37 questions, well balanced I would say and quite a few that had a real world context. 914/1000 points <img src='http://christoph.amann.co.nz/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://christoph.amann.co.nz/blog/?feed=rss2&amp;p=259</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
