<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://questmaster.net/community/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>QuestMaster.NET</title><link>http://questmaster.net/community/blogs/</link><description>A Quest for the Perfect Program, and a Quest for Life</description><dc:language>en-US</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>Alan Parsons - Live In Madrid reprise</title><link>http://questmaster.net/community/blogs/dirks_blog/archive/2007/12/22/alan-parsons-live-in-madrid-reprise.aspx</link><pubDate>Sat, 22 Dec 2007 15:48:27 GMT</pubDate><guid isPermaLink="false">0a1cccca-abef-4270-b9a1-899bd5205fb6:406</guid><dc:creator>Dirk</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I put in the Alan Parsons Live In Madrid DVD again the other day, and I noticed a couple of subtle Pink Floyd references.&amp;nbsp; I was probably extra-sensitive to those because I had listened to Pulse and In The Flesh before.&lt;/p&gt; &lt;p&gt;During the &amp;quot;spooky&amp;quot; section of Psychobable, you can vaguely hear (and see) the drummer whispering into his mike.&amp;nbsp; He&amp;#39;s saying things like &amp;quot;There&amp;#39;s no reason to be afraid of dying, you gotta go sometime&amp;quot;.&amp;nbsp; And I can&amp;#39;t shake the feeling that this version of the spooky section sounds suspiciously like On The Run.&amp;nbsp; Both snippets are taken from Dark Side Of The Moon, on which Alan Parsons was the sound engineer.&lt;/p&gt; &lt;p&gt;The second is at the start of Sirius: the guitarist plays the typical &amp;quot;ploing-Ploing-ploing-plooing&amp;quot; from Shine On You Crazy Diamond (on Wish You Where Here).&amp;nbsp; As far as I know, Alan Parsons was not involved with that album, however.&lt;/p&gt;&lt;img src="http://questmaster.net/community/aggbug.aspx?PostID=406" width="1" height="1"&gt;</description><category domain="http://questmaster.net/community/blogs/dirks_blog/archive/tags/Music/default.aspx">Music</category></item><item><title>ReSharper, DXCore and GhostDoc can co-exist at last</title><link>http://questmaster.net/community/blogs/dirks_blog/archive/2007/12/21/resharper-dxcore-and-ghostdoc-can-co-exist-at-last.aspx</link><pubDate>Fri, 21 Dec 2007 10:08:24 GMT</pubDate><guid isPermaLink="false">0a1cccca-abef-4270-b9a1-899bd5205fb6:405</guid><dc:creator>Dirk</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Maybe this has been possible for some time, but I finally got the combination of &lt;a href="http://www.jetbrains.com/resharper/" target="_blank"&gt;ReSharper&lt;/a&gt;, &lt;a href="http://www.devexpress.com/Downloads/NET/IDETools/DXCore/" target="_blank"&gt;DXCore&lt;/a&gt; and &lt;a href="http://www.roland-weigelt.de/ghostdoc/" target="_blank"&gt;GhostDoc&lt;/a&gt; to co-exist peacefully on my Vista machine.&amp;nbsp; I&amp;#39;m using:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Resharper 3.0.2  &lt;li&gt;DXCore 2.5.10  &lt;li&gt;GhostDoc 2.1.2 &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;Why is this important: it enables me to use &lt;a href="http://www.paraesthesia.com/archive/2004/11/15/cr_documentor---the-documentor-plug-in-for-dxcore.aspx" target="_blank"&gt;CR_Documentor&lt;/a&gt;, giving a very nice almost real-time preview of XML comments in a tool window.&amp;nbsp; This is important for XML comment fetishists like me.&lt;/p&gt;&lt;img src="http://questmaster.net/community/aggbug.aspx?PostID=405" width="1" height="1"&gt;</description><category domain="http://questmaster.net/community/blogs/dirks_blog/archive/tags/Programming/default.aspx">Programming</category></item><item><title>Cryptographic failure while signing assembly: Unknown error (8013141c)</title><link>http://questmaster.net/community/blogs/dirks_blog/archive/2007/12/15/cryptographic-failure-while-signing-assembly-unknown-error-8013141c.aspx</link><pubDate>Sat, 15 Dec 2007 12:01:19 GMT</pubDate><guid isPermaLink="false">0a1cccca-abef-4270-b9a1-899bd5205fb6:404</guid><dc:creator>Dirk</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I started experiencing a Cryptographic failure while signing assembly: Unknown error (8013141c) after moving my Visual Studio 2005 solutions to Visual Studio 2008.&amp;nbsp; The reason: I&amp;#39;m using strongly named assemblies, and I was running Visual Studio 2005 as Administrator.&amp;nbsp; Visual Studio 2008 does not require me to run as Administrator, so I use it with my normal user account.&lt;/p&gt; &lt;p&gt;Now unfortunately, this normal user account doesn&amp;#39;t have the appropriate permissions needed to access the folder that contains the cryptographic key containers.&amp;nbsp; Here&amp;#39;s how to fix this (on Windows Vista):&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Open C:\ProgramData\Microsoft\Crypto\RSA in Windows Explorer&amp;nbsp; (ProgramData is a hidden folder)  &lt;li&gt;Right-click on MachineKeys and click Properties  &lt;li&gt;Click on the Security tab  &lt;li&gt;Click on the Advanced button  &lt;li&gt;Click on Edit (you&amp;#39;ll have to elevate or provide administrator credentials here)  &lt;li&gt;Click on Add  &lt;li&gt;Enter Debugger Users in the Enter to object name to select field  &lt;li&gt;Click Check Names  &lt;li&gt;Click OK  &lt;li&gt;Allow Full Control  &lt;li&gt;Click OK  &lt;li&gt;A couple of error messages appear, click to close them  &lt;li&gt;Click OK  &lt;li&gt;You&amp;#39;re good to go&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;You should probably investigate whether you can get away with less than Full Control, though.&lt;/p&gt;&lt;img src="http://questmaster.net/community/aggbug.aspx?PostID=404" width="1" height="1"&gt;</description><category domain="http://questmaster.net/community/blogs/dirks_blog/archive/tags/Programming/default.aspx">Programming</category></item><item><title>Visual Studio 2008 At High (*) DPI Settings</title><link>http://questmaster.net/community/blogs/dirks_blog/archive/2007/12/13/visual-studio-2008-at-high-dpi-settings.aspx</link><pubDate>Thu, 13 Dec 2007 12:27:07 GMT</pubDate><guid isPermaLink="false">0a1cccca-abef-4270-b9a1-899bd5205fb6:403</guid><dc:creator>Dirk</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;(*) &amp;quot;High&amp;quot; as in &amp;quot;more than 96&amp;quot;&lt;/p&gt; &lt;p&gt;I have a frustrating issue with VS2008 on my Vista machine, but luckily I found a solution.  &lt;p&gt;Here&amp;#39;s the issue: As long as my Windows DPI settings are set to the default of 96 DPI, everything is fine.&amp;nbsp; But when I set the DPI settings higher, things start to go wrong.&amp;nbsp; With “wrong” I mean:  &lt;ul&gt; &lt;li&gt;Some fonts in the IDE are larger than others  &lt;li&gt;Popup menus appear in the wrong place, sometimes partly outside the screen area  &lt;li&gt;Intellisense menus appear at seemingly random positions all over the screen  &lt;li&gt;Team Explorer is only useable with keyboard commands, since mouse-clicks and mouse-hovers arrive at wrong places on screen.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;The frustrating thing is that for a non-WPF application, the “old” VS2005 behaved surprisingly well at higher DPI settings.&amp;nbsp; Somehow MS screwed this up with Orcas.  &lt;p&gt;This means: VS2008 is practically unusable on the notebook screen of my Dell Inspiron M65, which has a 150 DPI panel.&amp;nbsp; My Samsung 204B external monitor has a 100 DPI panel, but using a 96 DPI setting makes everything small.&amp;nbsp; In fact, I like to use a setting of 120 DPI to give letters a comfortable size.  &lt;p&gt;&amp;nbsp; &lt;p&gt;And now for the solution: buried within a comment on an &lt;a href="http://weblogs.asp.net/scottgu/archive/2007/08/04/fixes-for-common-vs-2008-and-net-3-5-beta2-issues.aspx" target="_blank"&gt;entry from Scott Guthrie&amp;#39;s blog&lt;/a&gt;, a fellow calling himself Deepak gives a solution: disable display scaling:  &lt;blockquote&gt; &lt;p&gt;Turning off display scaling (from right click devenv -&amp;gt; properties -&amp;gt; compatibility tab in Vista) brings back things to normal.&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;And sure enough, when I modified my VS2008 shortcut according to these instructions, most (if not all) of my issues seem to have disappeared.  &lt;p&gt;&lt;img src="http://questmaster.net/community/photos/dirks_blog/images/402/original.aspx" alt="" /&gt;&lt;/p&gt;&lt;img src="http://questmaster.net/community/aggbug.aspx?PostID=403" width="1" height="1"&gt;</description><category domain="http://questmaster.net/community/blogs/dirks_blog/archive/tags/Programming/default.aspx">Programming</category><category domain="http://questmaster.net/community/blogs/dirks_blog/archive/tags/Computers/default.aspx">Computers</category></item><item><title>Fishmaster</title><link>http://questmaster.net/community/blogs/dirks_blog/archive/2007/12/10/fishmaster.aspx</link><pubDate>Mon, 10 Dec 2007 09:14:44 GMT</pubDate><guid isPermaLink="false">0a1cccca-abef-4270-b9a1-899bd5205fb6:401</guid><dc:creator>Dirk</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;A friend of mine told me about &lt;em&gt;&lt;a href="http://www.youtube.com/watch?v=gg5_mlQOsUQ" target="_blank"&gt;Wishmaster - The Misheard Lyrics&lt;/a&gt;&lt;/em&gt; on YouTube.&amp;nbsp; Hilarious!&lt;/p&gt;&lt;img src="http://questmaster.net/community/aggbug.aspx?PostID=401" width="1" height="1"&gt;</description><category domain="http://questmaster.net/community/blogs/dirks_blog/archive/tags/Music/default.aspx">Music</category></item><item><title>LINQPad - Yes, I'm Tired of SQL</title><link>http://questmaster.net/community/blogs/dirks_blog/archive/2007/12/08/linqpad-yes-i-m-tired-of-sql.aspx</link><pubDate>Sat, 08 Dec 2007 17:08:50 GMT</pubDate><guid isPermaLink="false">0a1cccca-abef-4270-b9a1-899bd5205fb6:400</guid><dc:creator>Dirk</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;a href="http://linqpad.net/" target="_blank"&gt;LINQPad&lt;/a&gt; is a tool for learning LINQ, and incidentally for &lt;a href="http://linqpad.net/challenge.html" target="_blank"&gt;replacing&lt;/a&gt; SQL Management Studio.&amp;nbsp; Playing around with Linq and seeing how much more elegant it is to phrase queries in Linq rather than SQL, I really feel sooo tired of SQL.&amp;nbsp; I&amp;#39;m missing Linq, and I wish the whole world would upgrade to .NET 3.5 &lt;em&gt;right now&lt;/em&gt;.&lt;/p&gt; &lt;p&gt;Shameless plug: Actually, SQL disappeared out of my life almost a year ago, when I started working for &lt;a href="http://web.techtalk.at/" target="_blank"&gt;Tech Talk&lt;/a&gt;.&amp;nbsp; They have an O/R Mapping product, called &lt;a href="http://www.genom-e.com/" target="_blank"&gt;Genome&lt;/a&gt;.&amp;nbsp; And Genome even has LINQ Integration.&lt;/p&gt;&lt;img src="http://questmaster.net/community/aggbug.aspx?PostID=400" width="1" height="1"&gt;</description><category domain="http://questmaster.net/community/blogs/dirks_blog/archive/tags/Programming/default.aspx">Programming</category></item><item><title>Windows Vista - Do Not Board This Train</title><link>http://questmaster.net/community/blogs/dirks_blog/archive/2007/12/07/windows-vista-do-not-board-this-train.aspx</link><pubDate>Fri, 07 Dec 2007 08:46:07 GMT</pubDate><guid isPermaLink="false">0a1cccca-abef-4270-b9a1-899bd5205fb6:399</guid><dc:creator>Dirk</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;The &lt;a href="http://www.oebb.at/" target="_blank"&gt;ÖBB&lt;/a&gt;, Austria&amp;#39;s (formerly) federal railroad agency, offers companies (and people I assume) the possibility to endorse a train.&amp;nbsp; So I could go ahead, endorse a train, and have the seductive female voice in stations announce &amp;quot;ICE 123 Dirk Rombauts with destination Antwerp is arriving at platform 42&amp;quot;.&lt;/p&gt; &lt;p&gt;Apparently, Microsoft chose to market Windows Vista in Austria through that channel too.&amp;nbsp; Just too bad the the &lt;a href="http://www.oebb.at/" target="_blank"&gt;ÖBB&lt;/a&gt; are advising people not to use Windows Vista after all (&amp;quot;Bitte nicht einsteigen&amp;quot; is German for &amp;quot;Do not board this train&amp;quot;):&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;a href="http://questmaster.net/community/photos/dirks_blog/picture395.aspx" target="_blank"&gt;&lt;img alt="Windows Vista - Do Not Board This Train" src="http://questmaster.net/community/photos/dirks_blog/images/395/640x480.aspx" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://questmaster.net/community/aggbug.aspx?PostID=399" width="1" height="1"&gt;</description><category domain="http://questmaster.net/community/blogs/dirks_blog/archive/tags/Computers/default.aspx">Computers</category></item><item><title>MaskedTextBox and SelectAll - or why MSDN Community Content is cool</title><link>http://questmaster.net/community/blogs/dirks_blog/archive/2007/11/22/maskedtextbox-and-selectall-or-why-msdn-community-content-is-cool.aspx</link><pubDate>Thu, 22 Nov 2007 09:42:35 GMT</pubDate><guid isPermaLink="false">0a1cccca-abef-4270-b9a1-899bd5205fb6:398</guid><dc:creator>Dirk</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I was working on one of my pet projects the other day, and wanted to implement this behavior: I have a text box for entering a time, and I use a masked textbox for that purpose.&amp;nbsp; The text box has a default value, but the text should be selected so that users can start typing a new time right away - without having to select the existing value first.&amp;nbsp; My first thought was simple:&lt;/p&gt; &lt;div style="font-size:10pt;background:white;color:black;font-family:consolas;"&gt; &lt;p style="margin:0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color:blue;"&gt;private&lt;/span&gt; &lt;span style="color:blue;"&gt;void&lt;/span&gt; maskedTextBox1_Enter(&lt;span style="color:blue;"&gt;object&lt;/span&gt; sender, &lt;span style="color:#2b91af;"&gt;EventArgs&lt;/span&gt; e)&lt;/p&gt; &lt;p style="margin:0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/p&gt; &lt;p style="margin:0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; maskedTextBox1.SelectAll();&lt;/p&gt; &lt;p style="margin:0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;/div&gt; &lt;p&gt;That didn&amp;#39;t work as expected, however.&amp;nbsp; The text in the text box was not selected, even though maskedTextBox1.SelectedText returned the entire content of the checkbox.&lt;/p&gt; &lt;p&gt;After some digging around on MSDN, I found a community content entry for &lt;a href="https://msdn2.microsoft.com/en-us/library/system.windows.forms.textboxbase.selectall.aspx"&gt;TextBoxBase.SelectAll()&lt;/a&gt;.&amp;nbsp; It links to a &lt;a href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=194478&amp;amp;SiteID=1"&gt;discussion&lt;/a&gt; on the Microsoft Windows Forms Forum, that describes my problem and offers a solution:&lt;/p&gt; &lt;div style="font-size:10pt;background:white;color:black;font-family:consolas;"&gt; &lt;p style="margin:0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color:blue;"&gt;private&lt;/span&gt; &lt;span style="color:blue;"&gt;void&lt;/span&gt; maskedTextBox1_Enter(&lt;span style="color:blue;"&gt;object&lt;/span&gt; sender, &lt;span style="color:#2b91af;"&gt;EventArgs&lt;/span&gt; e)&lt;/p&gt; &lt;p style="margin:0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/p&gt; &lt;p style="margin:0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color:blue;"&gt;this&lt;/span&gt;.BeginInvoke((MethodInvoker)&lt;span style="color:blue;"&gt;delegate&lt;/span&gt;&lt;/p&gt; &lt;p style="margin:0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/p&gt; &lt;p style="margin:0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; maskedTextBox1.SelectAll();&lt;/p&gt; &lt;p style="margin:0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/p&gt; &lt;p style="margin:0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;/div&gt; &lt;p&gt;I think this is a very good example of helpful community content in MSDN!&lt;/p&gt;&lt;img src="http://questmaster.net/community/aggbug.aspx?PostID=398" width="1" height="1"&gt;</description><category domain="http://questmaster.net/community/blogs/dirks_blog/archive/tags/Programming/default.aspx">Programming</category></item><item><title>Useful Tidbit</title><link>http://questmaster.net/community/blogs/dirks_blog/archive/2007/10/25/useful-tidbit.aspx</link><pubDate>Thu, 25 Oct 2007 10:16:03 GMT</pubDate><guid isPermaLink="false">0a1cccca-abef-4270-b9a1-899bd5205fb6:397</guid><dc:creator>Dirk</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;One of the things that makes me go berserk is a program that minimizes to the notification area of the Taskbar and animates itself all the time for no good reason.&amp;nbsp; This is incredibly distracting: I keep looking down to it to see what&amp;#39;s happening.&amp;nbsp; Read &lt;em&gt;&lt;a href="http://msdn.microsoft.com/msdnmag/issues/06/11/EndBracket/"&gt;Peripheral and Foveal Vision&lt;/a&gt;&lt;/em&gt; for an entry-level read on why this is so.&amp;nbsp; Thankfully, there&amp;#39;s a standard functionality in Windows that helps out.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;How To Hide Annoying Icons In The Notification Area&lt;/strong&gt;&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Right-Click the Taskbar&lt;/li&gt; &lt;li&gt;Select Properties&lt;/li&gt; &lt;li&gt;Click on the Notification Area tab&lt;/li&gt; &lt;li&gt;Activate the &amp;quot;Hide inactive icons&amp;quot; checkbox if it is not already activated&lt;/li&gt; &lt;li&gt;Click on the Customize button.&lt;/li&gt; &lt;li&gt;Click on the row containing the offending program&lt;/li&gt; &lt;li&gt;Select Hide from the Behavior dropdown&lt;/li&gt; &lt;li&gt;Click OK to close the form&lt;/li&gt; &lt;li&gt;Click OK again to close the Taskbar Properties window&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;Thanks to my colleague Marcus for sharing this little secret with me!&lt;/p&gt;&lt;img src="http://questmaster.net/community/aggbug.aspx?PostID=397" width="1" height="1"&gt;</description><category domain="http://questmaster.net/community/blogs/dirks_blog/archive/tags/Computers/default.aspx">Computers</category></item><item><title>delarou's weblog - AcceptButton and CancelButton on a UserControl</title><link>http://questmaster.net/community/blogs/dirks_blog/archive/2007/09/07/delarou-s-weblog-acceptbutton-and-cancelbutton-on-a-usercontrol.aspx</link><pubDate>Fri, 07 Sep 2007 13:11:10 GMT</pubDate><guid isPermaLink="false">0a1cccca-abef-4270-b9a1-899bd5205fb6:396</guid><dc:creator>Dirk</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Today I was looking for the AcceptButton and CancelButton property on &lt;a href="http://msdn2.microsoft.com/en-us/library/system.windows.forms.usercontrol.aspx"&gt;System.Windows.Forms.UserControl&lt;/a&gt;.&amp;nbsp; Guess what?&amp;nbsp; They don&amp;#39;t exist.&amp;nbsp; A bit of Googling (*) pointed me to this blog entry, which works like a charm: &lt;a href="http://www.delarou.net/weblog/PermaLink,guid,42b0e6db-da5b-4459-b54a-2d86edde0050.aspx"&gt;delarou&amp;#39;s weblog - AcceptButton and CancelButton on a UserControl&lt;/a&gt;&lt;/p&gt; &lt;p&gt;(*) as in &amp;quot;searching using the Google search engine&amp;quot; - before any Google lawyers crack down on me.&lt;/p&gt;&lt;img src="http://questmaster.net/community/aggbug.aspx?PostID=396" width="1" height="1"&gt;</description><category domain="http://questmaster.net/community/blogs/dirks_blog/archive/tags/Programming/default.aspx">Programming</category></item><item><title>Shameless Plug: DevCamp 07</title><link>http://questmaster.net/community/blogs/dirks_blog/archive/2007/09/05/shameless-plug-devcamp-07.aspx</link><pubDate>Wed, 05 Sep 2007 08:15:37 GMT</pubDate><guid isPermaLink="false">0a1cccca-abef-4270-b9a1-899bd5205fb6:394</guid><dc:creator>Dirk</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;A shameless plug for a conference where I will be speaking: &lt;a href="http://www.devcamp.at/"&gt;DevCamp 07&lt;/a&gt;, and specifically &lt;a href="http://www.devcamp.at/content/Pages/Track3.aspx"&gt;Track 3&lt;/a&gt; at 14:00: Ein Tag im Leben eines WPF Quiz Show Entwicklungsteams (yes, the conference is completely in German language).&amp;nbsp; Together with my colleague Gregor I will show how a developer and designer can work together to develop a kewl-looking quiz show program using Windows Presentation Foundation and Visual Studio 2008.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Update&lt;/strong&gt;: So what is this DevCamp all about?&amp;nbsp; DevCamp is the first conference targeted at Developers, Architects and Program Managers that focuses exclusively on the Microsoft .NET Platform.&amp;nbsp; &lt;a href="http://web.techtalk.at/"&gt;TechTalk&lt;/a&gt; (the company I work for and which I, incidentally, can recommend highly if you&amp;#39;re looking for a .NET job (even more shameless plug)) wanted to plug that hole and decided to organize such a conference, together with &lt;a href="http://www.css-web.net/"&gt;CSS&lt;/a&gt; and &lt;a href="http://www.cubido.at/"&gt;Cupido&lt;/a&gt;. &lt;a href="http://blogs.msdn.com/msdnat/"&gt;Microsoft&lt;/a&gt; and the &lt;a href="http://www.technikum-wien.at/"&gt;Fachhochschule Technikum Wien&lt;/a&gt;&amp;nbsp;jumped on the bandwagon as well.&amp;nbsp; There will be three tracks, more than 20 presentations in all.&amp;nbsp; I&amp;#39;m looking forward to meet the best .NET people Austria has to offer!&lt;/p&gt;&lt;img src="http://questmaster.net/community/aggbug.aspx?PostID=394" width="1" height="1"&gt;</description></item><item><title>Fun with Electronic Business Cards</title><link>http://questmaster.net/community/blogs/dirks_blog/archive/2007/08/27/fun-with-electronic-business-cards.aspx</link><pubDate>Mon, 27 Aug 2007 17:46:30 GMT</pubDate><guid isPermaLink="false">0a1cccca-abef-4270-b9a1-899bd5205fb6:393</guid><dc:creator>Dirk</dc:creator><slash:comments>0</slash:comments><description>An interesting article about using Electronic Business Cards (EBCs) in E-Mail signatures.&amp;nbsp; I gotta play around with that a bit on Friday :-) &lt;p&gt;&lt;a href="http://blogs.msdn.com/outlook/archive/2007/08/21/the-1-2-3-s-on-ebcs.aspx"&gt;Link to Microsoft Office Outlook Team Blog : The 1-2-3&amp;#39;s on EBCs&lt;/a&gt;&lt;/p&gt;&lt;img src="http://questmaster.net/community/aggbug.aspx?PostID=393" width="1" height="1"&gt;</description><category domain="http://questmaster.net/community/blogs/dirks_blog/archive/tags/Computers/default.aspx">Computers</category></item><item><title>Another Link Roundup</title><link>http://questmaster.net/community/blogs/dirks_blog/archive/2007/08/23/another-link-roundup.aspx</link><pubDate>Thu, 23 Aug 2007 09:05:36 GMT</pubDate><guid isPermaLink="false">0a1cccca-abef-4270-b9a1-899bd5205fb6:392</guid><dc:creator>Dirk</dc:creator><slash:comments>0</slash:comments><description>&lt;ul&gt; &lt;li&gt;Architecture, Analysis and Design&lt;/li&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.paulstovell.net/blog/index.php/the-domain-tree/"&gt;The Domain Tree&lt;/a&gt;: a thought-provoking comparison between domain models and the WPF visual tree.&lt;/li&gt; &lt;li&gt;&lt;a href="http://www.lhotka.net/weblog/CSLANET30AvailableForDownload.aspx"&gt;CSLA .NET 3.0 available for download&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://www.thejoyofcode.com/Part_III._Grabbing_the_ScreenShot.aspx"&gt;Part III. Grabbing the ScreenShot&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;li&gt;Development tools and tips&lt;/li&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=E59C3964-672D-4511-BB3E-2D5E1DB91038&amp;amp;displaylang=en"&gt;IE Developer Toolbar&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://weblogs.asp.net/rhoward/archive/2007/07/23/tools-for-the-artistically-challenged.aspx"&gt;Tools for the artistically challenged&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://myvstsblog.com/archive/2007/07/23/Datadudes-rejoice-_2D00_-Service-release-is-now-available.aspx"&gt;Datadudes rejoice - Service release is now available&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://blogs.msdn.com/buckh/archive/2007/07/30/team-system-web-access-formerly-teamplain-power-tools-release-is-now-available.aspx"&gt;Team System Web Access (formerly TeamPlain) power tools release is now available!&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://blogs.msdn.com/ie/archive/2007/08/20/ie6-and-ie7-vpc-refresh-available.aspx"&gt;IE6 and IE7 VPC Refresh Available&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;li&gt;Windows Presentation Foundation&lt;/li&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.charlespetzold.com/blog/2007/05/220104.html"&gt;“3D Programming for Windows” is in the System!&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://www.charlespetzold.com/blog/2007/07/100411.html"&gt;Introducing XAML Cruncher 2.0&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://pavanpodila.spaces.live.com/Blog/cns!9C9E888164859398!456.entry"&gt;ItemSkimmingPanel - a panel that does more than just layout&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://scorbs.com/2007/01/10/xbap-trust-levels/"&gt;XBAP &amp;amp; Trust Levels&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://www.beacosta.com/2007/01/how-can-i-have-independent-view-when.html"&gt;How can I have an independent view when my source is ADO.NET?&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://blogs.msdn.com/okoboji/archive/2007/01/11/updated-bag-o-tricks-for-january.aspx"&gt;Updated Bag-o-Tricks for January&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://pavanpodila.spaces.live.com/Blog/cns!9C9E888164859398!246.entry"&gt;WPF Multithreading with BackgroundWorker&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;li&gt;O/R Mapping&lt;/li&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://blog.genom-e.com/PermaLink,guid,1879f666-941f-445c-991c-76e4c977bb7c.aspx"&gt;Starting Genome OQL Query Analyzer in the development environment&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://oakleafblog.blogspot.com/2007/07/linq-to-sql-to-support-sql-server.html"&gt;LINQ to SQL to Support SQL Server Compact Edition&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://weblogs.asp.net/scottgu/archive/2007/08/16/linq-to-sql-part-6-retrieving-data-using-stored-procedures.aspx"&gt;LINQ to SQL (Part 6 - Retrieving Data Using Stored Procedures)&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://weblogs.asp.net/scottgu/archive/2007/08/23/linq-to-sql-part-7-updating-our-database-using-stored-procedures.aspx"&gt;LINQ to SQL (Part 7 - Updating our Database using Stored Procedures)&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://msmvps.com/blogs/omar/archive/2007/01/20/think-you-know-how-to-write-update-statement-think-again.aspx"&gt;Think you know how to write UPDATE statement? Think again.&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;li&gt;Sidebar Development&lt;/li&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://blogs.msdn.com/markhsch/archive/2007/08/09/net-sidebar-gadget-creator-2-0-release.aspx"&gt;.NET Sidebar Gadget Creator 2.0 Release&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;li&gt;ASP.NET Development&lt;/li&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://weblogs.asp.net/scottgu/archive/2007/01/23/asp-net-ajax-1-0-released.aspx"&gt;ASP.NET AJAX 1.0 Released&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://www.thejoyofcode.com/Ajaxed_Part_II._Server_Side_AJAX.aspx"&gt;Ajaxed Part II. Server Side AJAX&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://weblogs.asp.net/scottgu/archive/2007/08/10/the-asp-listview-control-part-1-building-a-product-listing-page-with-clean-css-ui.aspx"&gt;The asp:ListView control (Part 1 - Building a Product Listing Page with Clean CSS UI)&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;li&gt;Office Development&lt;/li&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://blogs.msdn.com/eric_carter/archive/2007/07/26/great-news-for-outlook-developers.aspx"&gt;Great News for Outlook Developers&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://weblogs.asp.net/bsimser/archive/2007/01/22/moss-and-wss-rtm-sdks-available-now.aspx"&gt;MOSS and WSS RTM SDKs available now&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://weblog.vb-tech.com/nick/archive/2007/01/23/2106.aspx"&gt;MOSS + WSS 3.0 RTM SDK&amp;#39;s and workflow starter kits available&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;img src="http://questmaster.net/community/aggbug.aspx?PostID=392" width="1" height="1"&gt;</description><category domain="http://questmaster.net/community/blogs/dirks_blog/archive/tags/Programming/default.aspx">Programming</category><category domain="http://questmaster.net/community/blogs/dirks_blog/archive/tags/Computers/default.aspx">Computers</category></item><item><title>ASP.NET 2.0 Databinding and Custom Paging</title><link>http://questmaster.net/community/blogs/dirks_blog/archive/2007/08/07/asp-net-2-0-databinding-and-custom-paging.aspx</link><pubDate>Tue, 07 Aug 2007 20:05:00 GMT</pubDate><guid isPermaLink="false">0a1cccca-abef-4270-b9a1-899bd5205fb6:390</guid><dc:creator>Dirk</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;A lot has happened in ASP.NET 2.0 when it comes do databinding.&amp;nbsp; There are the data sources that make it really easy to grab some data from a SQL database.&amp;nbsp; There is even the ObjectDataSource so Microsoft effectively introduced the middle tier in ASP.NET applications (as a speaker on a conference put it eloquently).&amp;nbsp; But how do I use custom paging?&amp;nbsp; If I just go ahead and read all data from the database, then discard all but a few records, well ... I&amp;#39;ll be in for an unpleasant surprise the moment somebody grabs a profiler.&amp;nbsp; There has to be a better way.&lt;/p&gt;
&lt;p&gt;And there is ... it&amp;#39;s all beautifully written in a tutorial called &lt;em&gt;Efficiently Paging Through Large Amounts of Data&lt;/em&gt; on &lt;a href="http://www.asp.net/"&gt;www.asp.net&lt;/a&gt;.&amp;nbsp; There are both &lt;a class="" href="http://www.asp.net/learn/data-access/tutorial-25-cs.aspx"&gt;C#&lt;/a&gt; and &lt;a class="" href="http://www.asp.net/learn/data-access/tutorial-25-vb.aspx"&gt;VB&lt;/a&gt; versions.&amp;nbsp; There are also lots of other data-related tutorials as well, which I&amp;#39;ll be sure to read over time.&lt;br /&gt;&lt;/p&gt;&lt;img src="http://questmaster.net/community/aggbug.aspx?PostID=390" width="1" height="1"&gt;</description><category domain="http://questmaster.net/community/blogs/dirks_blog/archive/tags/Programming/default.aspx">Programming</category></item><item><title>MathType 6</title><link>http://questmaster.net/community/blogs/dirks_blog/archive/2007/08/06/mathtype-6.aspx</link><pubDate>Mon, 06 Aug 2007 19:13:00 GMT</pubDate><guid isPermaLink="false">0a1cccca-abef-4270-b9a1-899bd5205fb6:389</guid><dc:creator>Dirk</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;a class="" href="http://www.dessci.com/"&gt;Design Science&lt;/a&gt; have finally released version 6 of &lt;a class="" href="http://www.dessci.com/en/products/mathtype/"&gt;MathType&lt;/a&gt;, the &amp;quot;professional version of Equation Editor&amp;quot;.&amp;nbsp; I definitely need to give this a spin when I&amp;#39;ve got time (yeah right).&lt;/p&gt;&lt;img src="http://questmaster.net/community/aggbug.aspx?PostID=389" width="1" height="1"&gt;</description><category domain="http://questmaster.net/community/blogs/dirks_blog/archive/tags/Computers/default.aspx">Computers</category></item><item><title>Seen on CodePlex: MSBuildShellExtension </title><link>http://questmaster.net/community/blogs/dirks_blog/archive/2007/08/02/seen-on-codeplex-msbuildshellextension.aspx</link><pubDate>Thu, 02 Aug 2007 08:09:00 GMT</pubDate><guid isPermaLink="false">0a1cccca-abef-4270-b9a1-899bd5205fb6:387</guid><dc:creator>Dirk</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Looks cool: a way to build your projects by right-clicking on the project file in windows explorer: the &lt;a class="" href="http://www.codeplex.com/msbuildshellex"&gt;MSBuildShellExtension&lt;/a&gt; project on &lt;a class="" href="http://www.codeplex.com/"&gt;CodePlex&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Disclaimer: I haven&amp;#39;t tried this myself yet.&lt;/em&gt;&lt;/p&gt;&lt;img src="http://questmaster.net/community/aggbug.aspx?PostID=387" width="1" height="1"&gt;</description><category domain="http://questmaster.net/community/blogs/dirks_blog/archive/tags/Programming/default.aspx">Programming</category></item><item><title>If I could ask J.K. Rowling One Thing</title><link>http://questmaster.net/community/blogs/dirks_blog/archive/2007/08/01/if-i-could-ask-j-k-rowling-one-thing.aspx</link><pubDate>Wed, 01 Aug 2007 06:47:00 GMT</pubDate><guid isPermaLink="false">0a1cccca-abef-4270-b9a1-899bd5205fb6:386</guid><dc:creator>Dirk</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;em&gt;&lt;strong&gt;Spoilers: I don&amp;#39;t think there are any Harry Potter spoilers in this post.&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;If I could ask J.K. Rowling one thing, it would be this: what is the &amp;quot;Japanese golfer joke&amp;quot; that Uncle Vernon is telling at the beginning of &lt;em&gt;Chamber of Secrets&lt;/em&gt;?&amp;nbsp; I know only one Japanese golfer joke, and it&amp;#39;s not one I had expected to find in a book for children ;-)&lt;/p&gt;&lt;img src="http://questmaster.net/community/aggbug.aspx?PostID=386" width="1" height="1"&gt;</description><category domain="http://questmaster.net/community/blogs/dirks_blog/archive/tags/Entertainment/default.aspx">Entertainment</category></item><item><title>The Green Jersey Is Back Home!</title><link>http://questmaster.net/community/blogs/dirks_blog/archive/2007/07/30/the-green-jersey-is-back-home.aspx</link><pubDate>Mon, 30 Jul 2007 11:57:00 GMT</pubDate><guid isPermaLink="false">0a1cccca-abef-4270-b9a1-899bd5205fb6:385</guid><dc:creator>Dirk</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;19 years after Eddy Planckaert, the Green Jersey of the Tour de France&amp;nbsp;is back in Belgian hands.&amp;nbsp; Tom Boonen ended the almost two decades long draught and brings the jersey that used to be &lt;a class="" href="http://en.wikipedia.org/wiki/Maillot_vert#Winners_of_the_maillot_vert_by_year"&gt;almost exclusive Belgian property&lt;/a&gt; back home.&amp;nbsp; It&amp;#39;s a fair bet that the Trofee voor Sportverdienste en Sportman van het Jaar will go his way too.&amp;nbsp; Next victory in Stuttgart? :-)&lt;/p&gt;&lt;img src="http://questmaster.net/community/aggbug.aspx?PostID=385" width="1" height="1"&gt;</description><category domain="http://questmaster.net/community/blogs/dirks_blog/archive/tags/Sports/default.aspx">Sports</category></item><item><title>I'm back!</title><link>http://questmaster.net/community/blogs/dirks_blog/archive/2007/07/27/i-m-back.aspx</link><pubDate>Fri, 27 Jul 2007 16:31:00 GMT</pubDate><guid isPermaLink="false">0a1cccca-abef-4270-b9a1-899bd5205fb6:1</guid><dc:creator>Dirk</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;After weeks, nay, months of procrastination and trial and error, I&amp;#39;m back!&amp;nbsp; I switched to another provider for questmaster.net and took the opportunity to make a slight adjustment to the address: we are now hailing from http://questmaster.net/community/blogs/dirks_blog/.&lt;/p&gt;&lt;img src="http://questmaster.net/community/aggbug.aspx?PostID=1" width="1" height="1"&gt;</description><category domain="http://questmaster.net/community/blogs/dirks_blog/archive/tags/Miscellaneous/default.aspx">Miscellaneous</category></item><item><title> What To Do If Your Boss Reads Your Blog, Part 2
  </title><link>http://questmaster.net/community/blogs/dirks_blog/archive/2007/04/13/what-to-do-if-your-boss-reads-your-blog-part-2.aspx</link><pubDate>Fri, 13 Apr 2007 03:09:11 GMT</pubDate><guid isPermaLink="false">0a1cccca-abef-4270-b9a1-899bd5205fb6:383</guid><dc:creator>Dirk</dc:creator><slash:comments>0</slash:comments><description> &lt;p&gt;Andreas was kind enough to take the time to write a reply to my post What To Do If Your Boss Reads Your Blog.&amp;nbsp; I chose to disable anonymous comments on my blog long ago because I didn&amp;#39;t want to deal with comment spam.&amp;nbsp; For that reason I&amp;#39;m publishing his comments here (with his permission of course).&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;Here you are, here I am ;-)&lt;/p&gt; &lt;p&gt;The freedom of speech doesn&amp;#39;t include the right to shout &amp;quot;fire&amp;quot; in a crowded theatre, if there is no fire. But you may shout &amp;quot;Theatre&amp;quot; in a crowded fire ;-)  &lt;p&gt;Writing a blog is an act of publishing. The same discussion is therefore valid for all other media formats as well, blogging is just a popular occasion. Imagine moderating a late night radio show on IT projects and making mean jokes about your projects (or bosses, of course) - same disposion.  &lt;p&gt;Publishing is like talking in public - only better distributed using a transportation medium. Blame your bosses on Kärntnerstrasse &lt;em&gt;[a crowded shopping street in the heart of Vienna]&lt;/em&gt; by shouting out loud; chances are high you&amp;#39;ll largely get ignored. But you never know.  &lt;p&gt;You have to decide, what to say or not. But it&amp;#39;s not limited to your bosses but to all stakeholders in your current professional and private environment - sometimes maybe there are thoughts which could offend, perhaps, your mother, not your boss ;-) Write it, or not? Every publication needs its own decision I&amp;#39;d say.  &lt;p&gt;Sometimes taking the future into consideration also makes sense. The internet never forgets. You can delete a blog-entry, but it might be saved somewhere (http://archive.org) - everybody can track your contributions, even years after you&amp;#39;ve already totally forgotten about them.  &lt;p&gt;Cheers  &lt;p&gt;Andreas  &lt;p&gt;PS: I don&amp;#39;t agree that you can publish everything about your customers and projects in the title of the freedom of speech: most details are confidential. Of course you *could* write about everything, but it would be against various agreements between you and your company as well as your company and the customer. You would have to live with the problems generated for everybody then (however they are shaped).&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;I think Andreas mentions some valid points. The internet never forgets indeed, and Pilate&amp;#39;s words may come back to haunt you (&amp;quot;What I have written, I have written&amp;quot;).&amp;nbsp; I think his PS is spot on.&amp;nbsp; I could talk about confidential details, but this would have very farreaching consequenses.&amp;nbsp; One of those consequences would be broken trust.&amp;nbsp;By signing my contract, I promised not to go public with confidential data. If I were to break that promise, I would show myself not to be trustworthy. I think trust is a very important basis for any relation,&amp;nbsp;so I keep those promises.&lt;/p&gt;
  &lt;img src="http://questmaster.net/community/aggbug.aspx?PostID=383" width="1" height="1"&gt;</description></item><item><title> Exam 70-528 Web-Based Client Development
  </title><link>http://questmaster.net/community/blogs/dirks_blog/archive/2007/03/19/exam-70-528-web-based-client-development.aspx</link><pubDate>Mon, 19 Mar 2007 16:54:54 GMT</pubDate><guid isPermaLink="false">0a1cccca-abef-4270-b9a1-899bd5205fb6:382</guid><dc:creator>Dirk</dc:creator><slash:comments>0</slash:comments><description> &lt;p&gt;I took test &lt;a href="http://www.microsoft.com/learning/exams/70-528.mspx"&gt;70-528&lt;/a&gt; the other day, and passed.&amp;nbsp;If I also pass &lt;a href="http://www.microsoft.com/learning/exams/70-536.mspx"&gt;70-536&lt;/a&gt;, I can call myself &lt;a href="http://www.microsoft.com/learning/mcp/mcts/webapps/default.mspx"&gt;Microsoft Certified Technology Specialist: .NET Framework 2.0 Web Applications&lt;/a&gt;.&lt;/p&gt;
  &lt;img src="http://questmaster.net/community/aggbug.aspx?PostID=382" width="1" height="1"&gt;</description></item><item><title> Formula 1 2007 Predictions
  </title><link>http://questmaster.net/community/blogs/dirks_blog/archive/2007/03/17/formula-1-2007-predictions.aspx</link><pubDate>Sat, 17 Mar 2007 07:59:50 GMT</pubDate><guid isPermaLink="false">0a1cccca-abef-4270-b9a1-899bd5205fb6:381</guid><dc:creator>Dirk</dc:creator><slash:comments>0</slash:comments><description> &lt;p&gt;The 2007 Formula 1 season is underway. The first pole position goes to Kimi Räikönnen, who apparently is the first Ferrari driver since Juan Manuel Fangio to snatch the pole in his first race for the Italian team. My predictions for 2007:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Kimi Räkönnen will become world champion&lt;/li&gt; &lt;li&gt;Ferrari will win the constructor&amp;#39;s title.&lt;/li&gt; &lt;li&gt;McLaren will likely be the second strongest team&lt;/li&gt; &lt;li&gt;Renault will try to beat McLaren&lt;/li&gt; &lt;li&gt;BMW will try to beat Renault.&lt;/li&gt; &lt;li&gt;The team to watch out for is Aguri: if their qualifying in Melbourne is any indication, they may well be on their way to leave the last place to the likes of Spyker and Toro Rosso.&lt;/li&gt;&lt;/ul&gt;
  &lt;img src="http://questmaster.net/community/aggbug.aspx?PostID=381" width="1" height="1"&gt;</description></item><item><title> What To Do If Your Boss Reads Your Blog
  </title><link>http://questmaster.net/community/blogs/dirks_blog/archive/2007/03/17/what-to-do-if-your-boss-reads-your-blog.aspx</link><pubDate>Sat, 17 Mar 2007 07:47:08 GMT</pubDate><guid isPermaLink="false">0a1cccca-abef-4270-b9a1-899bd5205fb6:380</guid><dc:creator>Dirk</dc:creator><slash:comments>0</slash:comments><description> &lt;p&gt;Hi Christian, Andreas!&amp;nbsp; Franz, are you reading this too? :-)&lt;/p&gt; &lt;p&gt;I know for a fact that some of my bosses read my blog. This creates an interesting situation, because it extends the working world into the private world. At work, I try to be friendly, respectful and polite towards my bosses, colleagues and customers alike.&amp;nbsp; Since my blog is now part of my relation with my boss, it follows that I what I write should be equally friendly, respectful and polite.&lt;/p&gt; &lt;p&gt;Or does it?&lt;/p&gt; &lt;p&gt;On the one hand, I have the freedom to write whatever I want in my blog.&amp;nbsp; This is freedom of speech, one of the very fundaments of what is usually called &amp;quot;western civilization&amp;quot;. I also have to freedom to talk to and about bosses, customers and colleagues in any way I want, when it comes to that.&amp;nbsp; On the other hand, I have the duty to accept peoples&amp;#39; reactions to my writings and sayings. Any reactions.&amp;nbsp; This is the &amp;quot;One Right, One Duty&amp;quot; principle.&lt;/p&gt; &lt;p&gt;So where does this leave me?&lt;/p&gt; &lt;p&gt;I think this means that I cannot choose the content and tone of my blog based on my blog alone. I need to base those choices on my goals with regard to my relations with my bosses, customers and colleagues.&amp;nbsp; I want those relations to be friendly and productive.&amp;nbsp;&amp;nbsp;Part and parcel of productive relations is that you praise in public, and criticize in private.&amp;nbsp; For this reason, I choose to be friendly, respectful and polite in my blog. From now on, at least&amp;nbsp;;-)&lt;/p&gt; &lt;p&gt;Some may call this censure. I would argue with that because this so-called &amp;quot;censure&amp;quot; comes from me, not from outside.&amp;nbsp; But mostly I would&amp;nbsp;argue with that because &amp;quot;censure&amp;quot; would imply that the &amp;quot;censured&amp;quot; topics disappear into a black hole.&amp;nbsp; They do not.&amp;nbsp; These topic will be talked about in private, should the need arise. They will simply find another channel.&lt;/p&gt; &lt;p&gt;My bosses and I talked about this very topic before I started at TechTalk. We agreed to be open about criticism and to talk about it, but to keep it private. Like I said, this is part and parcel of a productive relation.&lt;/p&gt;
  &lt;img src="http://questmaster.net/community/aggbug.aspx?PostID=380" width="1" height="1"&gt;</description></item><item><title> Windows Vista and One Care Panic
  </title><link>http://questmaster.net/community/blogs/dirks_blog/archive/2007/03/15/windows-vista-and-one-care-panic.aspx</link><pubDate>Thu, 15 Mar 2007 17:15:24 GMT</pubDate><guid isPermaLink="false">0a1cccca-abef-4270-b9a1-899bd5205fb6:379</guid><dc:creator>Dirk</dc:creator><slash:comments>0</slash:comments><description> &lt;p&gt;My company notebook doesn&amp;#39;t boot any more.&amp;nbsp; Not even in safe mode. At a predictable point in the boot cycle of Vista, there comes a Blue Screen Of Death for a very short time, and then the notebook restarts.&amp;nbsp; Repeat at infinitum.&lt;/p&gt; &lt;p&gt;So in the worst case the notebook will need to be reinstalled.&amp;nbsp; So I need to retrieve my data.&amp;nbsp; No problem, I think, I have one care installed and the most recent backup is only two days old.&amp;nbsp; I didn&amp;#39;t do any significant work on the notebook for the last couple of days, so this should be done in a snap.&amp;nbsp; Alas, remember the old saying &amp;quot;Never rely on a backup system unless you have tried a restore&amp;quot;.&lt;/p&gt; &lt;p&gt;Either there&amp;#39;s something I don&amp;#39;t understand about One Care Backup, or it is near useless.&amp;nbsp; I could restore my files, yes, but the end result was that only about half the files I expected were there.&amp;nbsp; This is a big no-no.&lt;/p&gt; &lt;p&gt;I then tried running Vista Setup in recovery mode, but to no avail.&amp;nbsp; The problem couldn&amp;#39;t be solved automatically.&amp;nbsp; What did work, however, was the command prompt in the recovery console in combination with a USB hard disk.&amp;nbsp; Even in recovery mode, Windows Vista is able to recognize and mount usb hard disks without any problemns.&amp;nbsp; So I copied my data to the external hard disk, and resigned myself to awaiting what our sysadmins are able to salvage from this mess.&lt;/p&gt; &lt;p&gt;So what did I learn?&amp;nbsp; One Care Backup seems to suck, but Windows Vista Recovery Mode is good.&lt;/p&gt;
  &lt;img src="http://questmaster.net/community/aggbug.aspx?PostID=379" width="1" height="1"&gt;</description></item><item><title> How To Install Visual Studio 2005 SP1
  </title><link>http://questmaster.net/community/blogs/dirks_blog/archive/2007/03/12/how-to-install-visual-studio-2005-sp1.aspx</link><pubDate>Mon, 12 Mar 2007 17:47:06 GMT</pubDate><guid isPermaLink="false">0a1cccca-abef-4270-b9a1-899bd5205fb6:378</guid><dc:creator>Dirk</dc:creator><slash:comments>0</slash:comments><description> &lt;p&gt;I had two big issues while installing Visual Studio 2005 SP1: installation takes ages, and on Windows 2003 it fails.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href="http://blogs.msdn.com/heaths/default.aspx"&gt;Heath Stewart &lt;/a&gt;describes workaround for the &lt;a href="http://blogs.msdn.com/heaths/archive/2006/11/28/save-time-and-space-for-vs-2005-sp1-by-disabling-the-patch-cache.aspx"&gt;first&lt;/a&gt; and the &lt;a href="http://blogs.msdn.com/heaths/archive/2007/01/11/workaround-for-error-1718.aspx"&gt;second&lt;/a&gt; issue.&lt;/p&gt; &lt;p&gt;Those workarounds are real nerve-savers.&amp;nbsp; In my experience, it isn&amp;#39;t necessary to leave the domain in the workaround for the second issue: disconnecting the network connection worked for me.&lt;/p&gt;
  &lt;img src="http://questmaster.net/community/aggbug.aspx?PostID=378" width="1" height="1"&gt;</description></item></channel></rss>