<?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>stephan-brenner.com</title>
	<atom:link href="http://www.stephan-brenner.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.stephan-brenner.com</link>
	<description>Private Homepage of Stephan Brenner</description>
	<lastBuildDate>Sun, 01 Jan 2012 23:09:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Hello Windows Azure</title>
		<link>http://www.stephan-brenner.com/?p=438</link>
		<comments>http://www.stephan-brenner.com/?p=438#comments</comments>
		<pubDate>Mon, 26 Dec 2011 23:46:33 +0000</pubDate>
		<dc:creator>Stephan</dc:creator>
				<category><![CDATA[]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[windows_azure]]></category>

		<guid isPermaLink="false">http://www.stephan-brenner.com/?p=438</guid>
		<description><![CDATA[To get familiar with Windows Azure I created a new web application: www.instantprojector.com Currently the application only provides some basic functionality, but I intentionally wanted to publish an early stage to be able to work with it in real life. I plan to add more features over time. These are some of the technologies I [...]]]></description>
			<content:encoded><![CDATA[<p>To get familiar with <a href="http://www.windowsazure.com/" target="_blank">Windows Azure</a> I created a new web application:</p>
<p><a href="http://www.instantprojector.com"><strong>www.instantprojector.com</strong></a></p>
<p>Currently the application only provides some basic functionality, but I intentionally wanted to publish an early stage to be able to work with it in real life. I plan to add more features over time.</p>
<p>These are some of the technologies I am using:</p>
<ul>
<li><a href="https://www.windowsazure.com/en-us/home/tour/compute/">Windows Azure Computing Instance &#8220;Extra Small&#8221;</a></li>
<li><a href="http://msdn.microsoft.com/en-us/magazine/ff796231.aspx" target="_blank">Windows Azure Table Storage</a></li>
<li><a href="http://www.asp.net/mvc/mvc3" target="_blank">ASP.NET MVC 3</a></li>
<li><a href="http://jquery.com/">jquery</a></li>
<li><a href="http://raphaeljs.com/" target="_blank">Raphaël</a></li>
<li><a href="http://en.wikipedia.org/wiki/Comet_(programming)" target="_blank">HTTP Comet</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.stephan-brenner.com/?feed=rss2&#038;p=438</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple&#8217;s Password Strength Indicator</title>
		<link>http://www.stephan-brenner.com/?p=407</link>
		<comments>http://www.stephan-brenner.com/?p=407#comments</comments>
		<pubDate>Thu, 01 Dec 2011 18:06:55 +0000</pubDate>
		<dc:creator>Stephan</dc:creator>
				<category><![CDATA[]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.stephan-brenner.com/?p=407</guid>
		<description><![CDATA[I like the password strength indicator for the Apple ID. While typing it is visualized which criteria are met and which not.]]></description>
			<content:encoded><![CDATA[<p>I like the password strength indicator for the <a href="http://appleid.apple.com/" target="_blank">Apple ID</a>. While typing it is visualized which criteria are met and which not.</p>
<p><a href="http://www.stephan-brenner.com/blog/wp-content/uploads/2011/11/Apple-ID-Password.png"><img class="alignnone size-large wp-image-414" title="Apple ID Password" src="http://www.stephan-brenner.com/blog/wp-content/uploads/2011/11/Apple-ID-Password-500x178.png" target="_blank" alt="" width="500" height="178" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stephan-brenner.com/?feed=rss2&#038;p=407</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Stack Traces with MDbg</title>
		<link>http://www.stephan-brenner.com/?p=387</link>
		<comments>http://www.stephan-brenner.com/?p=387#comments</comments>
		<pubDate>Sun, 06 Nov 2011 19:30:46 +0000</pubDate>
		<dc:creator>Stephan</dc:creator>
				<category><![CDATA[]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[debugging]]></category>

		<guid isPermaLink="false">http://www.stephan-brenner.com/?p=387</guid>
		<description><![CDATA[Recently I have written about the Managed Stack Explorer. In the meantime MDbg (.NET Framework Command-Line Debugger) is my favorite tool for creating stack traces of running .NET applications in customer or test environments. Download: MDbg_2.1.zip (412 KB) Usage: Start MDbg.exe (if you want to trace a process that is running in 32 bit compatibility mode [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I have written about the <a href="?p=374">Managed Stack Explorer</a>. In the meantime <a href="http://msdn.microsoft.com/en-us/library/ms229861.aspx" target="_blank">MDbg</a> (.NET Framework Command-Line Debugger) is my favorite tool for creating stack traces of running .NET applications in customer or test environments.</p>
<p>Download: <strong><a style="font-weight: bold;" href="/downloads/MDbg/MDbg_2.1.zip">MDbg_2.1.zip</a></strong> (412 KB)</p>
<p>Usage:</p>
<ol>
<li>Start MDbg.exe (if you want to trace a process that is running in 32 bit compatibility mode in a 64 bit environment, use MDbg32.exe).</li>
<li>Enter &#8220;a&#8221; to list all running .NET processes and their process IDs.</li>
<li>Enter &#8220;a &lt;ProcessID&gt;&#8221; (e.g. &#8220;a 1234&#8243;) to attach the debugger to a specific process.</li>
<li>Enter &#8220;fo w&#8221; to display stack traces of all threads within the attached process.</li>
<li>Enter &#8220;de&#8221; to detach the debugger from the process.</li>
</ol>
<p>Example:<br />
<a href="http://www.stephan-brenner.com/blog/wp-content/uploads/2011/11/Screenshot.png" target="_blank"><img class="alignnone size-medium wp-image-391" title="Screenshot" src="http://www.stephan-brenner.com/blog/wp-content/uploads/2011/11/Screenshot-300x178.png" alt="" width="300" height="178" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stephan-brenner.com/?feed=rss2&#038;p=387</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managed Stack Explorer</title>
		<link>http://www.stephan-brenner.com/?p=374</link>
		<comments>http://www.stephan-brenner.com/?p=374#comments</comments>
		<pubDate>Mon, 03 Oct 2011 18:03:43 +0000</pubDate>
		<dc:creator>Stephan</dc:creator>
				<category><![CDATA[]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.stephan-brenner.com/?p=374</guid>
		<description><![CDATA[To easily get stack traces of a running .NET application I was searching for a small tool and found the Managed Stack Explorer from Microsoft. Unfortunately it was not maintained anymore since 2006 and thus didn&#8217;t support Windows 7 and 64 bit. I fixed these issues and built a version 1.01. It currently only can [...]]]></description>
			<content:encoded><![CDATA[<p>To easily get stack traces of a running .NET application I was searching for a small tool and found the <a href="http://mse.codeplex.com/" target="_blank">Managed Stack Explorer</a> from Microsoft. Unfortunately it was not maintained anymore since 2006 and thus didn&#8217;t support Windows 7 and 64 bit. I fixed these issues and built a version 1.01. It currently only can trace .NET 2/3/3.5 applications and not .NET 4 applications.</p>
<p>Download: <strong><a href="/downloads/ManagedStackExplorer/ManagedStackExplorer-1.0.1.zip">ManagedStackExplorer-1.0.1.zip</a></strong></p>
<p>I mostly use the tool from the command line:</p>
<ol>
<li>List process IDs (needed for step 2):
<pre>MSE /p</pre>
</li>
<li>Dump stack traces of all threads from a certain process to a text file (1234 is a placeholder for the process ID):
<pre>MSE /p 1234 /s &gt; c:\temp\StackTraces.txt</pre>
</li>
</ol>
<p>The package now additionally contains a MSE32.exe. Use it if you want to  monitor an application that is running in 32 bit compatibility mode on a  64 bit OS.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stephan-brenner.com/?feed=rss2&#038;p=374</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hello Silverlight</title>
		<link>http://www.stephan-brenner.com/?p=231</link>
		<comments>http://www.stephan-brenner.com/?p=231#comments</comments>
		<pubDate>Sun, 12 Apr 2009 20:17:44 +0000</pubDate>
		<dc:creator>Stephan</dc:creator>
				<category><![CDATA[]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.stephan-brenner.com/?p=231</guid>
		<description><![CDATA[I had some time to play with Silverlight 2. I like editing Silverlight XAML by hand (in Visual Studio that is the only possiblility), but to get a nice design or add some effects, Expression Blend is helpful. I&#8217;m a bit disappointed that there is no SVG support in any of the Microsoft tools &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>I had some time to play with <a href="http://silverlight.net/">Silverlight 2</a>. I like editing Silverlight <a href="http://en.wikipedia.org/wiki/Extensible_Application_Markup_Language">XAML</a> by hand (in Visual Studio that is the only possiblility), but to get a nice design or add some effects, <a href="http://www.microsoft.com/expression/products/Overview.aspx?key=blend">Expression Blend</a> is helpful. I&#8217;m a bit disappointed that there is no <a href="http://en.wikipedia.org/wiki/Svg">SVG</a> support in any of the Microsoft tools &#8211; so you cannot easily integrate existing SVG graphics or icons (e.g. from <a href="http://www.openclipart.org/">Open Clip Art Library</a>). The free tool <a href="http://www.inkscape.org/">Inkscape</a> can help here.</p>
<p>The first outcome of my coding is <strong><a title="My Silverlight demo" href="/downloads/HelloSilverlight/HelloSilverlight.html">here</a> </strong>(click on the items to edit them; drag the items to change the order).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stephan-brenner.com/?feed=rss2&#038;p=231</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DoNothing.exe</title>
		<link>http://www.stephan-brenner.com/?p=190</link>
		<comments>http://www.stephan-brenner.com/?p=190#comments</comments>
		<pubDate>Thu, 28 Aug 2008 14:27:28 +0000</pubDate>
		<dc:creator>Stephan</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://www.stephan-brenner.com/?p=190</guid>
		<description><![CDATA[Sometimes you just need an executable file that does nothing: DoNothing.zip. I use it to outsmart a tool that always calls on every start a configuration wizard &#8211; even though it already is configured. Now it calls DoNothing.exe.]]></description>
			<content:encoded><![CDATA[<p>Sometimes you just need an executable file that does nothing: <a href="http://www.stephan-brenner.com/blog/wp-content/uploads/2008/08/donothing.zip" target="_self"><img src="http://www.stephan-brenner.com/blog/wp-content/images/download.gif" alt="" /> DoNothing.zip</a>.</p>
<p>I use it to outsmart a tool that always calls on every start a configuration wizard &#8211; even though it already is configured. Now it calls DoNothing.exe.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stephan-brenner.com/?feed=rss2&#038;p=190</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Wall Arch&#8217;s Sudden Death</title>
		<link>http://www.stephan-brenner.com/?p=184</link>
		<comments>http://www.stephan-brenner.com/?p=184#comments</comments>
		<pubDate>Tue, 12 Aug 2008 10:02:21 +0000</pubDate>
		<dc:creator>Stephan</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[usa]]></category>

		<guid isPermaLink="false">http://www.stephan-brenner.com/?p=184</guid>
		<description><![CDATA[Only a few weeks after I visited Wall Arch, it collapsed. It was one of the most favorite landmarks in Arches National Park. See the photo &#8211; I was standing right below the arch. How lucky that I was not there last Monday!]]></description>
			<content:encoded><![CDATA[<p>Only a few weeks after I visited Wall Arch, <a href="http://www.nps.gov/arch/parknews/news080808.htm" target="_blank">it collapsed</a>. It was one of the most favorite landmarks in <a href="http://www.nps.gov/arch/" target="_blank">Arches National Park</a>. See the photo &#8211; I was standing right below the arch. How lucky that I was not there <a href="http://www.nps.gov/arch/parknews/news080808.htm" target="_blank">last Monday</a>!</p>
<p><a href="http://www.stephan-brenner.com/blog/wp-content/uploads/2008/08/img-3196.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://www.stephan-brenner.com/blog/wp-content/uploads/2008/08/img-3196-thumb.jpg" border="0" alt="IMG_3196" width="324" height="244" /></a></p>
<p><a href="http://www.stephan-brenner.com/blog/wp-content/uploads/2008/08/01020126621800.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://www.stephan-brenner.com/blog/wp-content/uploads/2008/08/01020126621800-thumb.jpg" border="0" alt="Wall Arch After Collapse" width="324" height="244" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stephan-brenner.com/?feed=rss2&#038;p=184</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Touch Bezel</title>
		<link>http://www.stephan-brenner.com/?p=116</link>
		<comments>http://www.stephan-brenner.com/?p=116#comments</comments>
		<pubDate>Thu, 10 Jul 2008 17:06:34 +0000</pubDate>
		<dc:creator>Stephan</dc:creator>
				<category><![CDATA[electronics]]></category>
		<category><![CDATA[clock]]></category>
		<category><![CDATA[running]]></category>

		<guid isPermaLink="false">http://www.stephan-brenner.com/?p=116</guid>
		<description><![CDATA[I like the new Forerunner 405! And Garmin seems to have copied &#8216;Touch Bezel&#8216; navigation from iPod]]></description>
			<content:encoded><![CDATA[<p>I like the new <a href="http://www8.garmin.com/learningcenter/training/forerunner405/" target="_blank">Forerunner 405</a>! And Garmin seems to have copied &#8216;<a href="http://www8.garmin.com/learningcenter/training/forerunner405/touchbezel2.html?keepThis=true&amp;TB_iframe=true&amp;height=275&amp;width=305" target="_blank">Touch Bezel</a>&#8216; navigation from iPod <img src='http://www.stephan-brenner.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><img src="http://www.stephan-brenner.com/blog/wp-content/uploads/2008/07/cf-md.jpg" alt="cf-md.jpg" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stephan-brenner.com/?feed=rss2&#038;p=116</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Low Cost Home Server</title>
		<link>http://www.stephan-brenner.com/?p=112</link>
		<comments>http://www.stephan-brenner.com/?p=112#comments</comments>
		<pubDate>Fri, 18 Apr 2008 21:57:47 +0000</pubDate>
		<dc:creator>Stephan</dc:creator>
				<category><![CDATA[electronics]]></category>
		<category><![CDATA[computer]]></category>

		<guid isPermaLink="false">http://www.stephan-brenner.com/?p=112</guid>
		<description><![CDATA[Recently set up a new home server with the Gigabyte STA. The power consumption is only 18 W inclusive hard drive and it is absolutely quite because it does not need a ventilator. This is made possible through the Via C7 chip&#8230;.really nice!]]></description>
			<content:encoded><![CDATA[<p>Recently set up a new home server with the <a href="http://www.gigabyte.de/Products/Barebone/Products_Spec.aspx?ClassValue=Barebone&amp;ProductID=2450&amp;ProductName=STA/C" target="_blank">Gigabyte STA</a>. The power consumption is only 18 W inclusive hard drive and it is absolutely quite because it does not need a ventilator. This is made possible through the <a href="http://www.via.com.tw/en/products/processors/c7/" target="_blank">Via C7 chip</a>&#8230;.really nice!</p>
<p><a href="http://www.stephan-brenner.com/blog/wp-content/uploads/2008/04/img-1844.jpg"><img style="border: 0px none " src="http://www.stephan-brenner.com/blog/wp-content/uploads/2008/04/img-1844-thumb.jpg" border="0" alt="IMG_1844" width="184" height="244" /></a> <a href="http://www.stephan-brenner.com/blog/wp-content/uploads/2008/04/img-1635.jpg"><img style="border: 0px none " src="http://www.stephan-brenner.com/blog/wp-content/uploads/2008/04/img-1635-thumb.jpg" border="0" alt="IMG_1635" width="244" height="184" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stephan-brenner.com/?feed=rss2&#038;p=112</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NET Reference Explorer 1.2</title>
		<link>http://www.stephan-brenner.com/?p=103</link>
		<comments>http://www.stephan-brenner.com/?p=103#comments</comments>
		<pubDate>Sun, 13 Apr 2008 17:51:43 +0000</pubDate>
		<dc:creator>Stephan</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.stephan-brenner.com/?p=103</guid>
		<description><![CDATA[I&#8217;ve uploaded a new version of .NET Reference Explorer: - New: Using global assemblies as entry assemblies - New: Multi-selection in &#8216;Open File&#8217; dialog - New: Config files of entry assemblies now get processed - New: No installation needed anymore. - Fixed: Loading of global assemblies with publisher policies]]></description>
			<content:encoded><![CDATA[<p align="left">I&#8217;ve uploaded a <a href="?page_id=53">new version of .NET Reference Explorer</a>:</p>
<p align="left">- New: Using global assemblies as entry assemblies<br />
- New: Multi-selection in &#8216;Open File&#8217; dialog<br />
- New: Config files of entry assemblies now get processed<br />
- New: No installation needed anymore.<br />
- Fixed: Loading of global assemblies with publisher policies</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stephan-brenner.com/?feed=rss2&#038;p=103</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

