<?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>Thomas Maurer (tm) &#187; Uncategorized</title>
	<atom:link href="http://www.thomasmaurer.ch/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thomasmaurer.ch</link>
	<description>Just another private cloud weblog</description>
	<lastBuildDate>Wed, 08 Feb 2012 17:42:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>iPad</title>
		<link>http://www.thomasmaurer.ch/2010/05/ipad/</link>
		<comments>http://www.thomasmaurer.ch/2010/05/ipad/#comments</comments>
		<pubDate>Sat, 29 May 2010 16:14:31 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://b24c9ca2-41e3-4d6b-b61b-86c944d25eda</guid>
		<description><![CDATA[<p><a href="http://gallery.me.com/d9pe/100254/Ipad"><img src="http://gallery.me.com/d9pe/100254/Ipad.jpg?derivative=medium&#38;source=web.jpg&#38;type=medium" alt="photo" style="float:left" /></a></p><br /><p>New photo added to <a href="http://gallery.me.com/d9pe/100254">Virtual Home</a>.</p><br /> <a href="http://www.thomasmaurer.ch/2010/05/ipad/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a href="http://gallery.me.com/d9pe/100254/Ipad"><img src="http://gallery.me.com/d9pe/100254/Ipad.jpg?derivative=medium&#038;source=web.jpg&#038;type=medium" alt="photo" title="iPad" style="float:left;"/></a></p>
<p>
<p>New photo added to <a href="http://gallery.me.com/d9pe/100254">Virtual Home</a>.</p>
<p><br clear=all></p>
<div class="shr-publisher-555"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2010/05/ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://gallery.me.com/d9pe/100254/Ipad/web.jpg" length="" type="image/jpg" />
		</item>
		<item>
		<title>Configuring IIS for Silverlight Applications</title>
		<link>http://www.thomasmaurer.ch/2010/01/configuring-iis-for-silverlight-applications/</link>
		<comments>http://www.thomasmaurer.ch/2010/01/configuring-iis-for-silverlight-applications/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 13:05:10 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[.xaml]]></category>
		<category><![CDATA[.xap]]></category>
		<category><![CDATA[.xbab]]></category>
		<category><![CDATA[IIS Manager]]></category>
		<category><![CDATA[IIS6]]></category>
		<category><![CDATA[mime]]></category>
		<category><![CDATA[mime types]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[silverlight 3]]></category>
		<category><![CDATA[webserver]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=391</guid>
		<description><![CDATA[You can simply add Silverlight support to your IIS6 webserver running on Windows Server 2003. To enable IIS 6.0 in Windows Server 2003 or IIS7 in Windows Vista RTM with the appropriate MIME Types, add: .xap     application/x-silverlight-app .xaml    application/xaml+xml .xbap    application/x-ms-xbap Adding MIME Types &#8230; <a href="http://www.thomasmaurer.ch/2010/01/configuring-iis-for-silverlight-applications/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p style="text-align: left;"><a href="http://www.thomasmaurer.ch/wp-content/uploads/2010/01/silverlight.png" rel="lightbox[391]"><img class="size-medium wp-image-395  aligncenter" title="silverlight" src="http://www.thomasmaurer.ch/wp-content/uploads/2010/01/silverlight-271x300.png" alt="silverlight" width="271" height="300" /></a>You can simply add Silverlight support to your IIS6 webserver running on Windows Server 2003.</p>
<p>To enable IIS 6.0 in Windows Server 2003 or IIS7 in Windows Vista RTM with the appropriate MIME Types, add:</p>
<ul>
<li>.xap     application/x-silverlight-app</li>
<li>.xaml    application/xaml+xml</li>
<li>.xbap    application/x-ms-xbap</li>
</ul>
<blockquote>
<h3>Adding MIME Types by a simple VB script:</h3>
<ul>
<li>Here is a VBS script you could run to enable each of these types:</li>
</ul>
<p><code><br />
Const ADS_PROPERTY_UPDATE = 2<br />
'<br />
if WScript.Arguments.Count &lt; 2 then<br />
WScript.Echo "Usage: " + WScript.ScriptName + " extension mimetype"<br />
WScript.Quit<br />
end if<br />
'<br />
'Get the mimemap object.<br />
Set MimeMapObj = GetObject("IIS://LocalHost/MimeMap")<br />
'<br />
'Get the mappings from the MimeMap property.<br />
aMimeMap = MimeMapObj.GetEx("MimeMap")<br />
'<br />
' Add a new mapping.<br />
i = UBound(aMimeMap) + 1<br />
Redim Preserve aMimeMap(i)<br />
Set aMimeMap(i) = CreateObject("MimeMap")<br />
aMimeMap(i).Extension = WScript.Arguments(0)<br />
aMimeMap(i).MimeType = WScript.Arguments(1)<br />
MimeMapObj.PutEx ADS_PROPERTY_UPDATE, "MimeMap", aMimeMap<br />
MimeMapObj.SetInfo<br />
'<br />
WScript.Echo "MimeMap successfully added: "<br />
WScript.Echo "    Extension: " + WScript.Arguments(0)<br />
WScript.Echo "    Type:      " + WScript.Arguments(1)</code></p>
<ul>
<li>If you copy and paste the code above into a VBS file and save it as ADDMIMETYPE.VBS the syntax to add each type would be:</li>
</ul>
<p>ADDMIMETYPE.VBS  .xap  application/x-silverlight-app ADDMIMETYPE.VBS  .xaml application/xaml+xmlADDMIMETYPE.VBS  .xbap application/x-ms-xbap</p>
<p>or you could add it very simple over the IIS Manager.</p></blockquote>
<div class="shr-publisher-391"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2010/01/configuring-iis-for-silverlight-applications/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>great, incredible, amazing, awesome apple keynote</title>
		<link>http://www.thomasmaurer.ch/2009/09/great-incredible-amazing-awesome-apple-keynote/</link>
		<comments>http://www.thomasmaurer.ch/2009/09/great-incredible-amazing-awesome-apple-keynote/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 14:12:53 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[amazing]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Awesome]]></category>
		<category><![CDATA[Great]]></category>
		<category><![CDATA[incredible]]></category>
		<category><![CDATA[keynote]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=354</guid>
		<description><![CDATA[Great, incredible, amazing, awesome apple keynote, isnt it? source: 9to5mac.com]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Great, incredible, amazing, awesome apple keynote, isnt it?</p>
<p><object width="500" height="315"><param name="movie" value="http://www.youtube.com/v/Nx7v815bYUw&#038;hl=en&#038;fs=1&#038;color1=0x006699&#038;color2=0x54abd6&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Nx7v815bYUw&#038;hl=en&#038;fs=1&#038;color1=0x006699&#038;color2=0x54abd6&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="315"></embed></object></p>
<p>source: <a href="http://www.9to5mac.com">9to5mac.com</a></p>
<div class="shr-publisher-354"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2009/09/great-incredible-amazing-awesome-apple-keynote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello World! Again!</title>
		<link>http://www.thomasmaurer.ch/2008/09/hello-world-again/</link>
		<comments>http://www.thomasmaurer.ch/2008/09/hello-world-again/#comments</comments>
		<pubDate>Sat, 06 Sep 2008 23:14:45 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[d9pe.ch]]></category>

		<guid isPermaLink="false">http://www.d9pe.ch/?p=4</guid>
		<description><![CDATA[  Lange ist es her&#8230;. Aber ab Heute gibts wieder d9pe.ch rund um die Uhr 24/7! In der nächsten Zeit wird es einige Status Updates zu meiner jetztigen Situation geben. Natürlich immer wieder viel neues über Apple &#38; Co.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p> </p>
<div id="attachment_5" class="wp-caption aligncenter" style="width: 450px"><a href="http://www.d9pe.ch/wp-content/uploads/2008/09/hello-world-iphone.jpg" rel="lightbox[4]"><img class="size-full wp-image-5" title="Hello World iPhone" src="http://www.d9pe.ch/wp-content/uploads/2008/09/hello-world-iphone.jpg" alt="Hello World iPhone" width="440" height="334" /></a><p class="wp-caption-text">Hello World iPhone</p></div>
<p>Lange ist es her&#8230;. Aber ab Heute gibts wieder d9pe.ch rund um die Uhr 24/7! In der nächsten Zeit wird es einige Status Updates zu meiner jetztigen Situation geben. Natürlich immer wieder viel neues über Apple &amp; Co.</p>
<div class="shr-publisher-4"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2008/09/hello-world-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

