<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>CodeProject Latest postings for Michael Dunn</title>
    <link>http://www.codeproject.com</link>
    <description>Latest postings for Michael Dunn from CodeProject</description>
    <language>en-us</language>
    <image>
      <title>CodeProject Latest postings for Michael Dunn</title>
      <url>http://www.codeproject.com/App_Themes/Std/Img/logo100x30.gif</url>
      <link>http://www.codeproject.com</link>
      <width>100</width>
      <height>30</height>
      <description>CodeProject</description>
    </image>
    <copyright>Copyright  CodeProject, 1999-2013</copyright>
    <webMaster>Webmaster@codeproject.com (Webmaster)</webMaster>
    <lastBuildDate>Tue, 02 Jan 2007 08:22:00 GMT</lastBuildDate>
    <ttl>20</ttl>
    <generator>C# Hand-coded goodness</generator>
    <item>
      <title>You're on notice</title>
      <description>&lt;a href="http://i17.tinypic.com/48rksh5.jpg" rel="nofollow"&gt;Clickety&lt;/a&gt;[&lt;a href="http://i17.tinypic.com/48rksh5.jpg" target="_blank" rel="nofollow"&gt;^&lt;/a&gt;] &lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;div class="ForumSig"&gt;--Mike--&lt;br /&gt;
Visual C++ MVP &lt;img src="/script/Forums/Images/smiley_cool.gif" align="top" alt="Cool | :cool:" /&gt; &lt;br /&gt;
&lt;small&gt;LINKS~! &lt;a href="http://tinyurl.com/bga4"&gt;Ericahist&lt;/a&gt; | &lt;a href="http://snurl.com/zbfish" target="_blank"&gt;PimpFish&lt;/a&gt; | &lt;a href="http://tinyurl.com/i6sk"&gt;CP SearchBar v3.0&lt;/a&gt; | &lt;a href="http://snurl.com/4d4n"&gt;C++ Forum FAQ&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;</description>
      <link>http://www.codeproject.com/Messages/1824372/Youre-on-notice.aspx</link>
      <author>Michael Dunn</author>
      <pubDate>Tue, 02 Jan 2007 08:22:00 GMT</pubDate>
      <subject>Michael Dunn</subject>
    </item>
    <item>
      <title>Ready... set... Boost!</title>
      <description>My contribution for the day, a USB drive that works with ReadyBoost:&lt;br /&gt;
&lt;a href="http://www.newegg.com/Product/Product.asp?Item=N82E16820150079" rel="nofollow"&gt;BUFFALO 2GB Flash Drive (USB2.0 Portable) Model RUF2-E2G-BK&lt;/a&gt;[&lt;a href="http://www.newegg.com/Product/Product.asp?Item=N82E16820150079" rel="nofollow" target="_blank"&gt;^&lt;/a&gt;] - 35 bucks at Newegg.&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
Now I just need to actually do some work so I can test out how the laptop responds w/the new memory. &lt;img src="/script/Forums/Images/smiley_wink.gif" align="top" alt="Wink | ;)" /&gt; &lt;div style="display:none;" class="CPhogPost"&gt;&lt;/div&gt; &lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;div class="ForumSig"&gt;--Mike--&lt;br /&gt;
Visual C++ MVP &lt;img src="/script/Forums/Images/smiley_cool.gif" align="top" alt="Cool | :cool:" /&gt; &lt;br /&gt;
&lt;small&gt;LINKS~! &lt;a href="http://tinyurl.com/bga4"&gt;Ericahist&lt;/a&gt; | &lt;a href="http://snurl.com/zbfish" target="_blank"&gt;PimpFish&lt;/a&gt; | &lt;a href="http://tinyurl.com/i6sk"&gt;CP SearchBar v3.0&lt;/a&gt; | &lt;a href="http://snurl.com/4d4n"&gt;C++ Forum FAQ&lt;/a&gt;&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
Ford, what's this fish doing in my ear?&lt;/small&gt;&lt;/div&gt;</description>
      <link>http://www.codeproject.com/Messages/1817943/Ready-set-Boost.aspx</link>
      <author>Michael Dunn</author>
      <pubDate>Tue, 26 Dec 2006 03:58:00 GMT</pubDate>
      <subject>Michael Dunn</subject>
    </item>
    <item>
      <title>The cure for FF2 tab blowieness</title>
      <description>When running Aero, the tabs in FF 2 are bloody awful - it's too hard to tell where the tab boundaries are because they're all gray. So I was poking around extensions and came upon &lt;a href="http://varun21.googlepages.com/main.html" rel="nofollow"&gt;Colorful Tabs&lt;/a&gt;[&lt;a href="http://varun21.googlepages.com/main.html" rel="nofollow" target="_blank"&gt;^&lt;/a&gt;], which makes each tab a different color. Right now I have 4 tabs and they are gray, green, pink, and red. Nice!&lt;br /&gt;
But then I had the problem of not being able to tell which tab was the current one. Sure, the text is bold but that isn't easy enough to spot at a glance. So I added this to my &lt;code&gt;userChrome.css&lt;/code&gt;:&lt;pre&gt;.tabbrowser-tabs &amp;gt; tab[selected=&lt;span class="code-string"&gt;"&lt;/span&gt;&lt;span class="code-string"&gt;true"&lt;/span&gt;]
{
  background-color:red !important;
}
 
.tabbrowser-tabs &amp;gt; tab:not([selected=&lt;span class="code-string"&gt;"&lt;/span&gt;&lt;span class="code-string"&gt;true"&lt;/span&gt;]):hover
{
  background-color:dodgerblue !important;
}&lt;/pre&gt;Bam! Now the active tab has a red background, and others get a blue background on mouseover.&lt;div style="display:none;" class="CPhogPost"&gt;&lt;/div&gt; &lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;div class="ForumSig"&gt;--Mike--&lt;br /&gt;
Visual C++ MVP &lt;img src="/script/Forums/Images/smiley_cool.gif" align="top" alt="Cool | :cool:" /&gt; &lt;br /&gt;
&lt;small&gt;LINKS~! &lt;a href="http://tinyurl.com/bga4"&gt;Ericahist&lt;/a&gt; | &lt;a href="http://snurl.com/zbfish" target="_blank"&gt;PimpFish&lt;/a&gt; | &lt;a href="http://tinyurl.com/i6sk"&gt;CP SearchBar v3.0&lt;/a&gt; | &lt;a href="http://snurl.com/4d4n"&gt;C++ Forum FAQ&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;</description>
      <link>http://www.codeproject.com/Messages/1805407/The-cure-for-FF2-tab-blowieness.aspx</link>
      <author>Michael Dunn</author>
      <pubDate>Fri, 15 Dec 2006 08:21:00 GMT</pubDate>
      <subject>Michael Dunn</subject>
    </item>
    <item>
      <title>Installing Visual Studio 6 on Vista</title>
      <description>As one of the few, the proud, the VC6 users, I figured I'd post my experience installing it on Vista for posterity.  Welcome to all of you viewing this from the future (or 2007, as I am calling it currently).&lt;br /&gt;
 &lt;br /&gt;
I started with:&lt;br /&gt;
Vista RTM Ultimate&lt;br /&gt;
Visual Studio 6 Enterprise&lt;br /&gt;
VS6 SP6&lt;br /&gt;
October 2001 MSDN&lt;br /&gt;
February 2003 Platform SDK (all CAB files unzipped and burned to CD)&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
Before we start: Vista will show some warnings about programs having compatibility problems with Vista. Since I use VC6 for work, I threw caution to the wind and ignored the warnings. I've had no troubles yet. &lt;img src="/script/Forums/Images/smiley_wink.gif" align="top" alt="Wink | ;)" /&gt; &lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Run the VS6 installer. The first thing it will do is update the Java VM. Once that's done, let it reboot the machine.&lt;br /&gt;
&lt;li&gt;Once you've rebooted and relogged, the install wizard will come up automatically. &lt;b&gt;Close the wizard right away&lt;/b&gt;. The wizard is &lt;b&gt;not&lt;/b&gt; running elevated, so it won't be able to do its job.&lt;br /&gt;
&lt;li&gt;Rerun the wizard and install the VS components you want.&lt;br /&gt;
&lt;li&gt;When you get to the part where it prompts you to install MSDN, I said no because I'll install it later. Continue on with the wizard (I don't install any of the additional stuff) and finish the process.&lt;br /&gt;
&lt;li&gt;Put in your Oct 2001 MSDN disc and run the installer on the disc. I had no hiccups at all installing this.&lt;br /&gt;
&lt;li&gt;Run VS6 once and close it right away. I got in the habit of doing this because years and years ago, the Platform SDK wouldn't install if you had not run VS once yet. &lt;br /&gt;
&lt;li&gt;Install VS6 SP6. Again, I had no troubles here. Run VS once and close it just to be sure.&lt;br /&gt;
&lt;li&gt;Install the Platform SDK. Because the installer uses an ActiveX control, you'll be stuck if IE is not your default browser. If this is the case, either make IE the default temporarily, or drag &lt;code&gt;default.htm&lt;/code&gt; from the root of the disc into IE. IE will ask you if it's OK to run active content to run from the local machine, say yes.&lt;br /&gt;
&lt;li&gt;Use the PlatSDK Visual Studio Registration tool to add the PSDK dirs to the VS include and lib paths.&lt;br /&gt;
&lt;li&gt;&lt;i&gt;Optional:&lt;/i&gt; Create a shortcut to msdev (I pin it to the Start menu) and set the shortcut properties to always run the app elevated. I need to do this because otherwise I can't build DLL COM servers; &lt;code&gt;regsvr32&lt;/code&gt; needs write access to HKCR and HKLM, which it won't have unless the IDE is running elevated.&lt;br /&gt;
&lt;li&gt;Run VS6 and enjoy your IDE! In beta 2, MSDN didn't run unless it was elevated, but this has been fixed in RTM.&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/ol&gt;I also use the WMP 10 Player SDK and that too installed without a hitch.&lt;div style="display:none;" class="CPhogPost"&gt;&lt;/div&gt; &lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;div class="ForumSig"&gt;--Mike--&lt;br /&gt;
Visual C++ MVP &lt;img src="/script/Forums/Images/smiley_cool.gif" align="top" alt="Cool | :cool:" /&gt; &lt;br /&gt;
&lt;small&gt;LINKS~! &lt;a href="http://tinyurl.com/bga4"&gt;Ericahist&lt;/a&gt; | &lt;a href="http://snurl.com/zbfish" target="_blank"&gt;PimpFish&lt;/a&gt; | &lt;a href="http://tinyurl.com/i6sk"&gt;CP SearchBar v3.0&lt;/a&gt; | &lt;a href="http://snurl.com/4d4n"&gt;C++ Forum FAQ&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;</description>
      <link>http://www.codeproject.com/Messages/1798646/Installing-Visual-Studio-6-on-Vista.aspx</link>
      <author>Michael Dunn</author>
      <pubDate>Mon, 11 Dec 2006 06:08:00 GMT</pubDate>
      <subject>Michael Dunn</subject>
    </item>
    <item>
      <title>Griffith Observatory pictures</title>
      <description>Here are the pics from my trip to the &lt;a href="http://www.griffithobs.org" rel="nofollow"&gt;Griffith Observatory&lt;/a&gt;[&lt;a href="http://www.griffithobs.org" rel="nofollow" target="_blank"&gt;^&lt;/a&gt;], on the day it reopened after nearly 5 years of renovation/expansion: &lt;a href="http://acidhelm.googlepages.com/griffithobs" rel="nofollow"&gt;Clickety&lt;/a&gt;[&lt;a href="http://acidhelm.googlepages.com/griffithobs" rel="nofollow" target="_blank"&gt;^&lt;/a&gt;]&lt;div style="display:none;" class="CPhogPost"&gt;&lt;/div&gt; &lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;div class="ForumSig"&gt;--Mike--&lt;br /&gt;
Visual C++ MVP &lt;img src="/script/Forums/Images/smiley_cool.gif" align="top" alt="Cool | :cool:" /&gt; &lt;br /&gt;
&lt;small&gt;LINKS~! &lt;a href="http://tinyurl.com/bga4"&gt;Ericahist&lt;/a&gt; | &lt;a href="http://snurl.com/zbfish" target="_blank"&gt;PimpFish&lt;/a&gt; | &lt;a href="http://tinyurl.com/i6sk"&gt;CP SearchBar v3.0&lt;/a&gt; | &lt;a href="http://snurl.com/4d4n"&gt;C++ Forum FAQ&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;</description>
      <link>http://www.codeproject.com/Messages/1741927/Griffith-Observatory-pictures.aspx</link>
      <author>Michael Dunn</author>
      <pubDate>Sat, 04 Nov 2006 21:41:00 GMT</pubDate>
      <subject>Michael Dunn</subject>
    </item>
    <item>
      <title>Simplified Chinese translations of my WTL series</title>
      <description>Thanks to Simon W!&lt;br /&gt;
part 1:  &lt;a href="http://www.winmsg.com/wtl/Part1.htm" rel="nofollow"&gt;http://www.winmsg.com/wtl/Part1.htm&lt;/a&gt;[&lt;a href="http://www.winmsg.com/wtl/Part1.htm" rel="nofollow" target="_blank"&gt;^&lt;/a&gt;]&lt;br /&gt;
part 2:  &lt;a href="http://www.winmsg.com/wtl/Part2.htm" rel="nofollow"&gt;http://www.winmsg.com/wtl/Part2.htm&lt;/a&gt;[&lt;a href="http://www.winmsg.com/wtl/Part2.htm" rel="nofollow" target="_blank"&gt;^&lt;/a&gt;]&lt;br /&gt;
part 3:  &lt;a href="http://www.winmsg.com/wtl/Part3.htm" rel="nofollow"&gt;http://www.winmsg.com/wtl/Part3.htm&lt;/a&gt;[&lt;a href="http://www.winmsg.com/wtl/Part3.htm" rel="nofollow" target="_blank"&gt;^&lt;/a&gt;]&lt;br /&gt;
part 4:  &lt;a href="http://www.winmsg.com/wtl/Part4.htm" rel="nofollow"&gt;http://www.winmsg.com/wtl/Part4.htm&lt;/a&gt;[&lt;a href="http://www.winmsg.com/wtl/Part4.htm" rel="nofollow" target="_blank"&gt;^&lt;/a&gt;]&lt;br /&gt;
part 5:  &lt;a href="http://www.winmsg.com/wtl/Part5.htm" rel="nofollow"&gt;http://www.winmsg.com/wtl/Part5.htm&lt;/a&gt;[&lt;a href="http://www.winmsg.com/wtl/Part5.htm" rel="nofollow" target="_blank"&gt;^&lt;/a&gt;]&lt;br /&gt;
part 6:  &lt;a href="http://www.winmsg.com/wtl/Part6.htm" rel="nofollow"&gt;http://www.winmsg.com/wtl/Part6.htm&lt;/a&gt;[&lt;a href="http://www.winmsg.com/wtl/Part6.htm" rel="nofollow" target="_blank"&gt;^&lt;/a&gt;]&lt;br /&gt;
part 7:  &lt;a href="http://www.winmsg.com/wtl/Part7.htm" rel="nofollow"&gt;http://www.winmsg.com/wtl/Part7.htm&lt;/a&gt;[&lt;a href="http://www.winmsg.com/wtl/Part7.htm" rel="nofollow" target="_blank"&gt;^&lt;/a&gt;]&lt;br /&gt;
part 8:  &lt;a href="http://www.winmsg.com/wtl/Part8.htm" rel="nofollow"&gt;http://www.winmsg.com/wtl/Part8.htm&lt;/a&gt;[&lt;a href="http://www.winmsg.com/wtl/Part8.htm" rel="nofollow" target="_blank"&gt;^&lt;/a&gt;]&lt;br /&gt;
part 9:  &lt;a href="http://www.winmsg.com/wtl/Part9.htm" rel="nofollow"&gt;http://www.winmsg.com/wtl/Part9.htm&lt;/a&gt;[&lt;a href="http://www.winmsg.com/wtl/Part9.htm" rel="nofollow" target="_blank"&gt;^&lt;/a&gt;]&lt;br /&gt;
 &lt;br /&gt;
(note that parts 1-8 are currently the older revisions, and don't reflect the updates I made in early 2006)&lt;div style="display:none;" class="CPhogPost"&gt;&lt;/div&gt; &lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
--Mike--&lt;br /&gt;
Visual C++ MVP &lt;img src="/script/Forums/Images/smiley_cool.gif" align="top" alt="Cool | :cool:" /&gt; &lt;br /&gt;
&lt;small&gt;LINKS~! &lt;a href="http://tinyurl.com/bga4"&gt;Ericahist&lt;/a&gt; | &lt;font color="red"&gt;NEW!!&lt;/font&gt; &lt;a href="http://snurl.com/zbfish" target="_blank"&gt;PimpFish&lt;/a&gt; | &lt;a href="http://tinyurl.com/i6sk"&gt;CP SearchBar v3.0&lt;/a&gt; | &lt;a href="http://snurl.com/4d4n"&gt;C++ Forum FAQ&lt;/a&gt;&lt;/small&gt;</description>
      <link>http://www.codeproject.com/Messages/1442565/Simplified-Chinese-translations-of-my-WTL-series.aspx</link>
      <author>Michael Dunn</author>
      <pubDate>Sun, 09 Apr 2006 16:55:00 GMT</pubDate>
      <subject>Michael Dunn</subject>
    </item>
    <item>
      <title>SOMEONE forgot to introduce me to SOMEONE</title>
      <description>So this is as close as I got... &lt;img src="/script/Forums/Images/smiley_sniff.gif" align="top" alt="Sniff | :^)" /&gt; &lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;div style="height:600;width:800;background:removed(http://home.inreach.com/mdunn/cp/pdc/pdc_erica.jpg)"&gt;&amp;nbsp;&lt;/div&gt; &lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
--Mike--&lt;br /&gt;
Visual C++ MVP &lt;img src="/script/Forums/Images/smiley_cool.gif" align="top" alt="Cool | :cool:" /&gt; &lt;br /&gt;
&lt;small&gt;LINKS~! &lt;a href="http://tinyurl.com/bga4"&gt;Ericahist&lt;/a&gt; | &lt;a href="http://snurl.com/zbgrab" target="_blank"&gt;1ClickPicGrabber&lt;/a&gt; | &lt;font color="red"&gt;NEW~!&lt;/font&gt; &lt;a href="http://tinyurl.com/i6sk"&gt;CP SearchBar v3.0&lt;/a&gt; | &lt;a href="http://snurl.com/4d4n"&gt;C++ Forum FAQ&lt;/a&gt;&lt;/small&gt;</description>
      <link>http://www.codeproject.com/Messages/1229235/SOMEONE-forgot-to-introduce-me-to-SOMEONE.aspx</link>
      <author>Michael Dunn</author>
      <pubDate>Sun, 18 Sep 2005 04:52:00 GMT</pubDate>
      <subject>Michael Dunn</subject>
    </item>
    <item>
      <title>What I Learned From PDC</title>
      <description>or, "I spent good money on this thing... might as well blog about it"&lt;br /&gt;
 &lt;br /&gt;
1. &lt;a href="http://blogs.msdn.com/jobsblog/articles/gretchen.aspx" rel="nofollow"&gt;Gretchen&lt;/a&gt;[&lt;a target="_blank" title="New Window" rel="nofollow" href="http://blogs.msdn.com/jobsblog/articles/gretchen.aspx"&gt;^&lt;/a&gt;] is a cool gal.&lt;br /&gt;
2. &lt;a href="http://blogs.msdn.com/oldnewthing/" rel="nofollow"&gt;Raymond&lt;/a&gt;[&lt;a target="_blank" title="New Window" rel="nofollow" href="http://blogs.msdn.com/oldnewthing/"&gt;^&lt;/a&gt;] is a &lt;a href="http://home.inreach.com/mdunn/cp/pdc/pdc_raymondcsigned.jpg"&gt;really cool&lt;/a&gt; &lt;a href="http://home.inreach.com/mdunn/cp/pdc/pdc_raymondc.jpg"&gt;guy&lt;/a&gt;.&lt;br /&gt;
3. People love Anders Hejlsberg and Don Box. Don because he's whacky, Anders because he's down-to-earth and gets to demo the cool stuff (XLINQ especially).&lt;br /&gt;
4. IE 7 Protected Mode (low rights mode) is going to cause headaches for legit toolbars too (like &lt;a href="http://www.1cpg.com/"&gt;mine&lt;/a&gt;).&lt;br /&gt;
5. Even us jaded geeks can still mark out for stuff occasionally. Witness the "show your open apps as a stack of windows so you can flip through them" demo in the keynote.&lt;br /&gt;
6. Lots of people have used my WTL articles. I had 3 total strangers come up and introduce themselves, saying they recogized my name and they had really liked the articles. Now I feel bad for not updating them for so long since some of the code won't compile in VC7.&lt;br /&gt;
7. An Alienware laptop can double as a leg exercise machine, plus the heat will soothe your muscles afterwards.&lt;br /&gt;
7a. I want one.&lt;br /&gt;
8. The first feature people will want to turn off in Longhorn is the glow that moves across progress bars. Yuck.&lt;br /&gt;
9. The first feature that shareware devs will steal from Longhorn and make work on XP is the thumbnails for minimized apps when you point at their taskbar button.&lt;br /&gt;
10. &lt;code&gt;TaskDialog()&lt;/code&gt; and &lt;code&gt;TaskDialogEx()&lt;/code&gt; - at least someone is looking out for us "crusty old Win32 developers."&lt;br /&gt;
11. The BoFs I attended turned out to be busts, but at least I got a nice shot of the &lt;a href="http://home.inreach.com/mdunn/cp/pdc/pdc_convctrnight.jpg" rel="nofollow"&gt;Convention Center at night&lt;/a&gt;[&lt;a target="_blank" title="New Window" rel="nofollow" href="http://home.inreach.com/mdunn/cp/pdc/pdc_convctrnight.jpg"&gt;^&lt;/a&gt;].&lt;br /&gt;
12. Being &lt;a href="http://home.inreach.com/mdunn/cp/pdc/pdc_c9shirts.jpg" rel="nofollow"&gt;right next to thousands of free t-shirts &lt;/a&gt;[&lt;a target="_blank" title="New Window" rel="nofollow" href="http://home.inreach.com/mdunn/cp/pdc/pdc_c9shirts.jpg"&gt;^&lt;/a&gt;] is a sub-optimal location to find oneself in.&lt;br /&gt;
13. The beta version of &lt;a href="http://www.1cpg.com" rel="nofollow"&gt;1ClickPicGrabber&lt;/a&gt;[&lt;a target="_blank" title="New Window" rel="nofollow" href="http://www.1cpg.com"&gt;^&lt;/a&gt;] caused a reproducible bluescreen on Longhorn beta 2. &lt;img src="/script/Forums/Images/smiley_cool.gif" align="top" alt="Cool | :cool:" /&gt; &lt;br /&gt;
14. Avalon is going to make for some really nifty animation/gfx apps... and some really annoying ones too. &lt;a href="http://www.winfxhearts.com/" rel="nofollow"&gt;Videos playing in realtime on playing cards?&lt;/a&gt;[&lt;a target="_blank" title="New Window" rel="nofollow" href="http://www.winfxhearts.com/"&gt;^&lt;/a&gt;] Imagine everyone doing that...  &lt;img src="/script/Forums/Images/smiley_dead.gif" align="top" alt="Dead | X|" /&gt; &lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
Pictures:&lt;br /&gt;
&lt;a href="http://home.inreach.com/mdunn/cp/pdc/pdc_c9guy.jpg"&gt;Channel9 guy making a cameo&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://home.inreach.com/mdunn/cp/pdc/pdc_c9shirts.jpg"&gt;OMG SHIRTS!!!!!11&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://home.inreach.com/mdunn/cp/pdc/pdc_chrism.jpg"&gt;What are those guys talking about? The site isn't slow. What? Oh yeah, I have a local copy... so?&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://home.inreach.com/mdunn/cp/pdc/pdc_convctrnight.jpg"&gt;The only thing open in downtown LA at night&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://home.inreach.com/mdunn/cp/pdc/pdc_cpguys.jpg"&gt;Lots of brainpower and electronic equipment in the C9 lounge&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://home.inreach.com/mdunn/cp/pdc/pdc_raymondc.jpg"&gt;Raymond Chen makes a rare public appearance&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://home.inreach.com/mdunn/cp/pdc/pdc_raymondcsigned.jpg"&gt;My 2nd favorite autograph&lt;/a&gt; (#1 being &lt;a href="http://home.inreach.com/mdunn/aly/aly_autograph.jpg"&gt;Alyson's&lt;/a&gt; naturally) &lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
--Mike--&lt;br /&gt;
Visual C++ MVP &lt;img src="/script/Forums/Images/smiley_cool.gif" align="top" alt="Cool | :cool:" /&gt; &lt;br /&gt;
&lt;small&gt;LINKS~! &lt;a href="http://tinyurl.com/bga4"&gt;Ericahist&lt;/a&gt; | &lt;a href="http://snurl.com/zbgrab" target="_blank"&gt;1ClickPicGrabber&lt;/a&gt; | &lt;font color="red"&gt;NEW~!&lt;/font&gt; &lt;a href="http://tinyurl.com/i6sk"&gt;CP SearchBar v3.0&lt;/a&gt; | &lt;a href="http://snurl.com/4d4n"&gt;C++ Forum FAQ&lt;/a&gt;&lt;/small&gt;&lt;br /&gt;
&lt;small&gt;Ford, what's this fish doing in my ear?&lt;/small&gt;</description>
      <link>http://www.codeproject.com/Messages/1229225/What-I-Learned-From-PDC.aspx</link>
      <author>Michael Dunn</author>
      <pubDate>Sun, 18 Sep 2005 04:20:00 GMT</pubDate>
      <subject>Michael Dunn</subject>
    </item>
    <item>
      <title>Celebrating 10 years of geekdom</title>
      <description>This week's poll, and the serendipitous arrival of &lt;a href="http://www.joelonsoftware.com/articles/CollegeAdvice.html"&gt;a new Joel on Software article&lt;/a&gt;[&lt;a target="_blank" title="New Window" href="http://www.joelonsoftware.com/articles/CollegeAdvice.html"&gt;^&lt;/a&gt;], sparked some thoughts about how I got into this whole programming thing.&lt;br /&gt;
 &lt;br /&gt;
In mid-January, 1995, I got my first job in the software biz, as an Associate QA Engineer at &lt;a href="http://www.symantec.com"&gt;Symantec&lt;/a&gt;[&lt;a target="_blank" title="New Window" href="http://www.symantec.com"&gt;^&lt;/a&gt;]. I think I impressed my eventual boss not with my half-page r&amp;eacute;sum&amp;eacute;, but with the spell checker program that I brought with me to show that I did, in fact, know C++. &lt;br /&gt;
 &lt;br /&gt;
Once I was there, my boss gave me a crash course in Win32 stuff, but I was pretty much on my own as far as learning. (Remember this was 1995*, no public 'net yet, certainly no awesome resources like CP, and even back then I had come to the conclusion that Usenet sucked.) After much self-teaching, book-reading, and article-writing, I can say it's been quite a journey. Not always good or enjoyable, but then what is?&lt;br /&gt;
 &lt;br /&gt;
The traditional 10 year anniversary gift is, if I'm not mistaken, a 21" widescreen LCD monitor. The collection plate will be passed around now... &lt;img src="/script/Forums/Images/smiley_wink.gif" align="top" alt="Wink | ;)" /&gt; &lt;br /&gt;
 &lt;br /&gt;
*&lt;small&gt;Gawd I feel so old when I say things like that, or "this was before the net" or "this was before cell phones" or even the dreaded "this was before Google"&lt;/small&gt; &lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
--Mike--&lt;br /&gt;
&lt;small&gt;LINKS~! &lt;a href="http://tinyurl.com/bga4"&gt;Ericahist&lt;/a&gt; | &lt;a href="http://snurl.com/zbgrab" target="_blank"&gt;1ClickPicGrabber&lt;/a&gt; | &lt;a href="http://tinyurl.com/i6sk"&gt;CP SearchBar v2.0.2&lt;/a&gt; | &lt;a href="http://snurl.com/4d4n"&gt;C++ Forum FAQ&lt;/a&gt; | &lt;a href="http://www.youaredumb.net/"&gt;You Are Dumb&lt;/a&gt;&lt;br /&gt;
Magnae clunes mihi placent, nec possum de hac re mentiri.&lt;/small&gt;</description>
      <link>http://www.codeproject.com/Messages/1007246/Celebrating-10-years-of-geekdom.aspx</link>
      <author>Michael Dunn</author>
      <pubDate>Mon, 03 Jan 2005 07:57:00 GMT</pubDate>
      <subject>Michael Dunn</subject>
    </item>
    <item>
      <title>WTFOTD Part 6</title>
      <description>I got this nice pullover sweatshirt that I can wear when I'm bike riding in the chilly mornings, and it has a handy little sunglasses holder on the front, along with a big tag making sure you don't miss said holder:&lt;br /&gt;
&lt;div style="background:removed(http://home.inreach.com/mdunn/cp/glasses_holder1.jpg);height=240;width=320"&gt;&amp;nbsp;&lt;/div&gt;
What's this? A little loop of fabric is patented? Why yes, number &lt;a href="http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&amp;Sect2=HITOFF&amp;d=PALL&amp;p=1&amp;u=/netahtml/srchnum.htm&amp;r=1&amp;f=G&amp;l=50&amp;s1=5584074.WKU.&amp;OS=PN/5584074&amp;RS=PN/5584074"&gt;5,584,074&lt;/a&gt;[&lt;a target="_blank" title="New Window" href="http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&amp;Sect2=HITOFF&amp;d=PALL&amp;p=1&amp;u=/netahtml/srchnum.htm&amp;r=1&amp;f=G&amp;l=50&amp;s1=5584074.WKU.&amp;OS=PN/5584074&amp;RS=PN/5584074"&gt;^&lt;/a&gt;] in fact.&lt;br /&gt;
&lt;div style="background:removed(http://home.inreach.com/mdunn/cp/glasses_holder2.jpg);height=240;width=320"&gt;&amp;nbsp;&lt;/div&gt;
So a couple inches of fabric and some stitches that do this with my sunglasses:&lt;br /&gt;
&lt;div style="background:removed(http://home.inreach.com/mdunn/cp/glasses_holder3.jpg);height=240;width=320"&gt;&amp;nbsp;&lt;/div&gt;
warrant patent protection? &lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
I especially like claim number 1(b):&lt;blockquote&gt;a first of said ends being attached to said shirt at said seam at a first point, and a second of said ends being attached to said shirt at said seam at a second point spaced a predetermined distance which is less than said strip length along said seam from said first point, which said predetermined distance defines substantially the widest width of said loop means.&lt;/blockquote&gt;&lt;img src="/script/Forums/Images/smiley_confused.gif" align="top" alt="Confused | :confused:" /&gt;  &lt;br /&gt;
And we thought software patents were silly... &lt;img src="/script/Forums/Images/smiley_sniff.gif" align="top" alt="Sniff | :^)" /&gt;  &lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
--Mike--&lt;br /&gt;
&lt;small&gt;LINKS~! &lt;a href="http://tinyurl.com/bga4"&gt;Ericahist&lt;/a&gt; | &lt;a href="http://snurl.com/zbgrab" target="_blank"&gt;1ClickPicGrabber&lt;/a&gt; | &lt;a href="http://tinyurl.com/i6sk"&gt;CP SearchBar v2.0.2&lt;/a&gt; | &lt;a href="http://snurl.com/4d4n"&gt;C++ Forum FAQ&lt;/a&gt; | &lt;a href="http://www.youaredumb.net/"&gt;You Are Dumb&lt;/a&gt;&lt;br /&gt;
Magnae clunes mihi placent, nec possum de hac re mentiri.&lt;/small&gt;</description>
      <link>http://www.codeproject.com/Messages/1005655/WTFOTD-Part-6.aspx</link>
      <author>Michael Dunn</author>
      <pubDate>Thu, 30 Dec 2004 18:20:00 GMT</pubDate>
      <subject>Michael Dunn</subject>
    </item>
    <item>
      <title>WTFOTD Part \/</title>
      <description>I discovered this accidentally in VC 6 yesterday. Try this in some C++ code:&lt;pre&gt;&lt;span class="code-keyword"&gt;int&lt;/span&gt; $a = &lt;span class="code-digit"&gt;1&lt;/span&gt;;&lt;/pre&gt;Yes, it compiles. Try other names like $$$ if you feel like it.&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
Now you can make your C++ look like Perl! &lt;img src="/script/Forums/Images/smiley_WTF.gif" align="top" alt="WTF | :WTF:" /&gt;  &lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
--Mike--&lt;br /&gt;
&lt;small&gt;Personal stuff:: &lt;a href="http://tinyurl.com/bga4"&gt;Ericahist&lt;/a&gt; | &lt;a href="http://tinyurl.com/760m"&gt;Homepage&lt;/a&gt;&lt;br /&gt;
Shareware stuff:: &lt;a href="http://snurl.com/zbgrab" target="_blank"&gt;1ClickPicGrabber&lt;/a&gt; | &lt;a target="_blank" href="http://snurl.com/zbrce"&gt;RightClick-Encrypt&lt;/a&gt;&lt;br /&gt;
CP stuff:: &lt;a href="http://tinyurl.com/i6sk"&gt;CP SearchBar v2.0.2&lt;/a&gt; | &lt;a href="http://snurl.com/4d4n"&gt;C++ Forum FAQ&lt;/a&gt;&lt;/small&gt;&lt;br /&gt;
----&lt;br /&gt;</description>
      <link>http://www.codeproject.com/Messages/949343/WTFOTD-Part.aspx</link>
      <author>Michael Dunn</author>
      <pubDate>Fri, 15 Oct 2004 22:38:00 GMT</pubDate>
      <subject>Michael Dunn</subject>
    </item>
    <item>
      <title>Hey, you got your marketing in my IDE! Or, solution for what?</title>
      <description>So, whilst doing some actual work with VC 7 over the past weeks, I've come up with two new things I hate. Second is the resource editor. First is what I'll be &lt;s&gt;bitching about&lt;/s&gt;commenting on here: solutions.&lt;br /&gt;
  &lt;br /&gt;
"Solution"... ick. I haven't encountered solutions since my high school chemistry class. Let the marketdroids play with Windows and Office and the other stuff that has to appeal to non-techy people. They can talk about Office 20XX being "the solution" for whoever's troubles.  But keep marketing-speak out of my IDE, for two reasons. 1) It's a horrible replacement for the old term "workspace", and 2) I feel like &lt;i&gt;I'm&lt;/i&gt; a marketdroid when I say "solution" to someone else. :shiver: &lt;img src="/script/Forums/Images/smiley_dead.gif" align="top" alt="Dead | X|" /&gt; &lt;br /&gt;
 &lt;br /&gt;
But if it were just as bad as having to do a mental &lt;code&gt;s/solution/workspace/g&lt;/code&gt; during my day, it wouldn't be hateful. The real offender is the new project system. I already stumbled over this back in my early days of using VC 7 (&lt;a href="http://www.codeproject.com/script/comments/forums.asp?msg=892743&amp;forumid=3831#xx892743xx"&gt;read about it here&lt;/a&gt;[&lt;a target="_blank" title="New Window" href="http://www.codeproject.com/script/comments/forums.asp?msg=892743&amp;forumid=3831#xx892743xx"&gt;^&lt;/a&gt;]). The way it works is:&lt;ul&gt;&lt;li&gt;A solution contains a number of projects&lt;li&gt;A project contains a number of configurations&lt;li&gt;A solution configuration is a list of projects and project configurations&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/ul&gt;This is, by itself, not bad, aside from the overloaded use of "configuration."  However, it gets better:&lt;ul&gt;&lt;li&gt;At any point, there is a current solution configuration&lt;li&gt;At any point, there is a "StartUp Project"&lt;/li&gt;&lt;/li&gt;&lt;/ul&gt; You select the current solution configuration using the combobox in the Standard toolbar. This is the list of projects and build targets that gets built when you hit F7. The StartUp project is the project that gets run (and built, if necessary) when you hit F5.&lt;br /&gt;
 &lt;br /&gt;
Where it gets hateful is that while the preset solution configurations and the preset project configurations have the same names, they &lt;b&gt;are not the same things&lt;/b&gt;. You could set the &lt;code&gt;MyApp Debug&lt;/code&gt; solution configuration to build &lt;code&gt;MyStaticLib|ReleaseMinSize&lt;/code&gt; and &lt;code&gt;MyApp|DebugUnicode&lt;/code&gt; if you wanted to. And with the similar names, it's easy to misunderstand the purposes of the &lt;code&gt;Project|Project Dependencies&lt;/code&gt; and &lt;code&gt;Build|Configuration Manager&lt;/code&gt; dialogs.&lt;br /&gt;
 &lt;br /&gt;
So, assuming that you've correctly processed how the solution/project configs work, you're in for more fun if you have multiple binaries in your solution. To change which one gets debugged by F5, you have to set one as the StartUp project. How do you do this? A simple combo box like the solution config? Hah hah, of course not, foolish mortal. You have to go to the Solution Explorer pane (aka FileView from VC 6), scroll around and/or collapse tree branches until you find the node for the right project, right-click it, and pick &lt;code&gt;Set as StartUp Project&lt;/code&gt;.  Simple! &lt;img src="/script/Forums/Images/smiley_mad.gif" align="top" alt="Mad | :mad:" /&gt;   And how do you know if you have the right project set as the StartUp project?  Again, you have to scroll around in the Solution Explorer pane and look for the one node whose text is bold. That's the only way VC indicates what F5 will do.&lt;br /&gt;
 &lt;br /&gt;
Those two things, in combination, replace the simple and obvious "current project" notion in VC 6. What does F7 build? Your current project. What does F5 run? Your current project. &lt;img src="/script/Forums/Images/smiley_sigh.gif" align="top" alt="Sigh | :sigh:" /&gt; &lt;br /&gt;
 &lt;br /&gt;
This is yet another concept relating to projects/solutions that is almost, but not quite, completely unlike the others. Result: much confusion. &lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
--Mike--&lt;br /&gt;
&lt;small&gt;Personal stuff:: &lt;a href="http://tinyurl.com/bga4"&gt;Ericahist&lt;/a&gt; | &lt;a href="http://tinyurl.com/760m"&gt;Homepage&lt;/a&gt;&lt;br /&gt;
Shareware stuff:: &lt;a href="http://snurl.com/zbgrab" target="_blank"&gt;1ClickPicGrabber&lt;/a&gt; | &lt;a target="_blank" href="http://snurl.com/zbrce"&gt;RightClick-Encrypt&lt;/a&gt;&lt;br /&gt;
CP stuff:: &lt;a href="http://tinyurl.com/i6sk"&gt;CP SearchBar v2.0.2&lt;/a&gt; | &lt;a href="http://snurl.com/4d4n"&gt;C++ Forum FAQ&lt;/a&gt;&lt;/small&gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;small&gt;"That probably would've sounded more commanding if I wasn't wearing my yummy sushi pajamas."&lt;br /&gt;
&amp;nbsp;&amp;nbsp;-- Buffy&lt;/small&gt;</description>
      <link>http://www.codeproject.com/Messages/940876/Hey-you-got-your-marketing-in-my-IDE-Or-solution-f.aspx</link>
      <author>Michael Dunn</author>
      <pubDate>Tue, 05 Oct 2004 23:16:00 GMT</pubDate>
      <subject>Michael Dunn</subject>
    </item>
    <item>
      <title>Here we go...</title>
      <description>In this post, I'll list the worst "features" VC 7 has foisted on me. If anyone knows how to fix/workaround anything I mention here, please respond. You will be making my life easier, and I will send you cookies. &lt;img src="/script/Forums/Images/smiley_wink.gif" align="top" alt="Wink | ;)" /&gt; &lt;hr /&gt;&lt;b&gt;The IDE looks like VB&lt;/b&gt;&lt;br /&gt;
There, I've said it. Now that that's out of the way... &lt;img src="/script/Forums/Images/smiley_wink.gif" align="top" alt="Wink | ;)" /&gt; &lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;b&gt;No way to turn off the whacky toolbars/menus&lt;/b&gt;&lt;br /&gt;
In VC 7 the toolbars are all flat (I have a distaste for flat UI elements in general, but that's for another rant...) and the colors don't obey your system settings. Hooray for following the user's preferences!&lt;br /&gt;
Plus, when you mouse over a toolbar or menu item, the icon hops up and down to say "hey! look at me! I'm 3-D!" &lt;b&gt;I care about none of this&lt;/b&gt;. Fluff like that belongs in apps you sell to non-techy users like Office, or media players where a "hook" is necessary to distinguish yourself from the competition, or in Longhorn. &lt;img src="/script/Forums/Images/smiley_wink.gif" align="top" alt="Wink | ;)" /&gt;  Having weirdly-colored hopping UI elements is basically MS showing off how many graphic designers they have. I want to turn it off like I could in VC 6.&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;b&gt;The MSDN viewer is hateful&lt;/b&gt;&lt;br /&gt;
This also has the "we're showing-off our GDI-fu" UI. But what's really hateful is the awful keyboard navigation. I do as much as I can with the keyboard. Using the new MSDN viewer with the keyboard is horribly broken and complicated. &lt;br /&gt;
First off, there are the hateful keyboard shorcuts - what kind of "shortcut" is &lt;code&gt;Ctrl+Alt+F2&lt;/code&gt;? &lt;img src="/script/Forums/Images/smiley_eek.gif" align="top" alt="Eek! | :eek:" /&gt;  &lt;br /&gt;
And second, the mnemonics don't work. In the VC 6 viewer, if I'm reading a page and want to set the focus to the &lt;code&gt;I&lt;u&gt;n&lt;/u&gt;dex&lt;/code&gt; tab, I hit &lt;code&gt;Alt+N&lt;/code&gt; and it works. In the VC 7 viewer, if I'm reading a page and I want to set focus to the Index, I can hit &lt;code&gt;Ctrl+Alt+F2&lt;/code&gt; (which is too hard for me to hit easily) or... well, nothing else. The Index page has a label that reads &lt;code&gt;&lt;u&gt;L&lt;/u&gt;ook for:&lt;/code&gt; however hitting &lt;code&gt;Alt+L&lt;/code&gt; does nothing but beep at me.&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;b&gt;VC 7 failed miserably in converting VC 6 projects&lt;/b&gt;&lt;br /&gt;
At work we use VSS, and our code base has about 15 different VC projects, built in various ways. I took on the work of converting these to VC 7 and hit various walls along the way, including:&lt;ul&gt;&lt;li&gt;VC 7 didn't preserve some settings like "what kind of CRT to use"&lt;li&gt;VC 7 couldn't keep its own source control settings straight. In one dialog it would act like VSS wasn't installed, yet in the options dialog it clearly said VSS was installed.&lt;li&gt;During the project conversion, the above VSS problems resulted in a totally incomprehensible dialog, which &lt;i&gt;I think&lt;/i&gt; was asking me to tell it where some projects were in the repository. Unfortunately, the dialog was pre-filled &lt;i&gt;with the right locations&lt;/i&gt; so I didn't know what else I could do to make it find the projects.&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/ul&gt;Due to all those problems I gave up and rebuilt the projects manually.&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;b&gt;F4 behavior changed for the worse&lt;/b&gt;&lt;br /&gt;
When you are moving through a list of build errors, you still hit F4/Shift+F4, however the caret now stays &lt;i&gt;in the Output window&lt;/i&gt;. You have to hit Enter to move the caret to the text editor. This is dumb since, as far as I know, you cannot change code from the Output window.&lt;br /&gt;
Also, (Shift+)F4 only applies to the Output window. If you want to move thru Find in Files results with the keyboard, tough luck.&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;b&gt;VC 7 removed the ability to bind "open this include" to a key&lt;/b&gt;&lt;br /&gt;
And I have no idea why. &lt;code&gt;Ctrl+Shift+G&lt;/code&gt; worked perfectly fine in VC 6.&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;b&gt;Incremental search annoys me&lt;/b&gt;&lt;br /&gt;
Incremental search, which I use &lt;i&gt;all the time&lt;/i&gt; can be case-sensitive. In VC 6, when it was in case-sensitive mode, the status bar indicated this, and you could hit &lt;code&gt;Ctrl+C&lt;/code&gt; to toggle case-sensitivity off.&lt;br /&gt;
In VC 7, it still can be case-sensitive, however &lt;i&gt;there is no indication&lt;/i&gt; that case-sensitivity is on, and you can't toggle it with &lt;code&gt;Ctrl+C&lt;/code&gt;.&lt;br /&gt;
As if that isn't bad enough, when you do a Find in Files and turn case-sensitivity on there, &lt;i&gt;that also sets the case-sensitivity mode for incremental search&lt;/i&gt;. This one problem had me convinced that incremental search was broken (maybe it didn't wrap around a file?) until I happened to make the connection in my mind.&lt;br /&gt;
And what's even worse, if you hit &lt;code&gt;Ctrl+F&lt;/code&gt; for the regular find, the case-sensitive checkbox is &lt;i&gt;unchecked&lt;/i&gt;, which makes incremental search case-insensitive again. &lt;img src="/script/Forums/Images/smiley_WTF.gif" align="top" alt="WTF | :WTF:" /&gt; &lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;b&gt;The Properties window in the resource editor has this one annoying behavior&lt;/b&gt;&lt;br /&gt;
Double-clicking an item &lt;i&gt;changes the value&lt;/i&gt;, which I find mystifying. Now I can't select, say the control ID field ("IDC_ABOUTBOX") by double-clicking the text, because that changes the ID to whatever is next alphabetically, I guess.&lt;hr /&gt;That's all for this rant... this is just the stuff that annoys the hell out of me on a daily basis, I have more to come. &lt;img src="/script/Forums/Images/smiley_wink.gif" align="top" alt="Wink | ;)" /&gt;  &lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
--Mike--&lt;br /&gt;
&lt;small&gt;Personal stuff:: &lt;a href="http://tinyurl.com/bga4"&gt;Ericahist&lt;/a&gt; | &lt;a href="http://tinyurl.com/760m"&gt;Homepage&lt;/a&gt;&lt;br /&gt;
Shareware stuff:: &lt;a href="http://snurl.com/zbgrab" target="_blank"&gt;1ClickPicGrabber&lt;/a&gt; | &lt;a target="_blank" href="http://snurl.com/zbrce"&gt;RightClick-Encrypt&lt;/a&gt;&lt;br /&gt;
CP stuff:: &lt;a href="http://tinyurl.com/i6sk"&gt;CP SearchBar v2.0.2&lt;/a&gt; | &lt;a href="http://snurl.com/4d4n"&gt;C++ Forum FAQ&lt;/a&gt;&lt;/small&gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;small&gt;Ford, what's this fish doing in my ear?&lt;/small&gt;</description>
      <link>http://www.codeproject.com/Messages/917019/Here-we-go.aspx</link>
      <author>Michael Dunn</author>
      <pubDate>Mon, 06 Sep 2004 02:04:00 GMT</pubDate>
      <subject>Michael Dunn</subject>
    </item>
    <item>
      <title>Current Mood: Defeated</title>
      <description>If I've been in a pissy (pissier?) mood lately, it's because I've been forced to use Microsoft Visual Studio .Net 2003 (or VC 7.1 or just VC7 for short).&lt;br /&gt;
 &lt;br /&gt;
Longtime readers will know that I've been pretty sour on VC7 ever since trying out a beta of 2002. I believe the "He-Man VS.Net IDE Haters Club" came up a couple of times. I was initially repulsed by the IDE (which is a pretty common reaction), and the buggyness of 2002 kept me away. And all kidding aside, VC 6 + &lt;a href="http://www.wndtabs.com"&gt;WndTabs&lt;/a&gt;[&lt;a target="_blank" title="New Window" href="http://www.wndtabs.com"&gt;^&lt;/a&gt;] is &lt;b&gt;so bloody good&lt;/b&gt; of an IDE that I had zero reason to change. Didn't care about .net, didn't care about working templates, didn't want a VB-ized IDE. &lt;br /&gt;
  &lt;br /&gt;
So anyway, fast-forward to 2004. At &lt;a href="http://www.napster.com"&gt;work&lt;/a&gt;[&lt;a target="_blank" title="New Window" href="http://www.napster.com"&gt;^&lt;/a&gt;] we use a static lib provided by the WMP team. Prior to 2004, we had a lib built with VC 6, and all was fine.  Then a couple months ago, we got a new lib from them that was built with (you guessed it) VC7. &lt;b&gt;argh&lt;/b&gt; &lt;img src="/script/Forums/Images/smiley_mad.gif" align="top" alt="Mad | :mad:" /&gt; &lt;br /&gt;
 &lt;br /&gt;
So we could no longer build our stuff with VC 6. It was VC 7 or nothing, and since our company wants to stay in business, "nothing" was quickly ruled out as an option. Now that I've actually used it for production code, I can form opinions more detailed than "the IDE sucks". I have opinions, and I will be presenting them here.  Not just to bitch, but to seek solutions to what I perceive as bad problems with VC 7.  I guess I could use the &lt;a href="http://www.codeproject.com/script/comments/forums.asp?forumid=3831"&gt;VS.NET IDE issues&lt;/a&gt;[&lt;a target="_blank" title="New Window" href="http://www.codeproject.com/script/comments/forums.asp?forumid=3831"&gt;^&lt;/a&gt;] forum, but what I have really aren't questions, and a blog is really the better place for ranting/venting/griping/bitching anyway. &lt;img src="/script/Forums/Images/smiley_wink.gif" align="top" alt="Wink | ;)" /&gt; &lt;br /&gt;
 &lt;br /&gt;
PS: I &lt;b&gt;totally understand&lt;/b&gt; why the new WMP lib was built with VC7. Doesn't mean I have to like it. &lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
--Mike--&lt;br /&gt;
&lt;small&gt;Personal stuff:: &lt;a href="http://tinyurl.com/bga4"&gt;Ericahist&lt;/a&gt; | &lt;a href="http://tinyurl.com/760m"&gt;Homepage&lt;/a&gt;&lt;br /&gt;
Shareware stuff:: &lt;a href="http://snurl.com/zbgrab" target="_blank"&gt;1ClickPicGrabber&lt;/a&gt; | &lt;a target="_blank" href="http://snurl.com/zbrce"&gt;RightClick-Encrypt&lt;/a&gt;&lt;br /&gt;
CP stuff:: &lt;a href="http://tinyurl.com/i6sk"&gt;CP SearchBar v2.0.2&lt;/a&gt; | &lt;a href="http://snurl.com/4d4n"&gt;C++ Forum FAQ&lt;/a&gt;&lt;/small&gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;small&gt;I just performed the Heimlich Maneuver on SQL #1.&lt;br /&gt;
&amp;nbsp;&amp;nbsp;-- Chris Maunder&lt;/small&gt;</description>
      <link>http://www.codeproject.com/Messages/913820/Current-Mood-Defeated.aspx</link>
      <author>Michael Dunn</author>
      <pubDate>Wed, 01 Sep 2004 22:02:00 GMT</pubDate>
      <subject>Michael Dunn</subject>
    </item>
    <item>
      <title>WTFOTD Part IV</title>
      <description>Looks like Alyson has chopped her hair off:&lt;div style="width:297;height:500;background:removed(http://home.inreach.com/mdunn/hosted/haircut-aly06.jpg)"&gt;&amp;nbsp;&lt;/div&gt;
WTF??!!  Why?&lt;br /&gt;
&lt;div style="width:58;height:36;background:removed(http://home.inreach.com/mdunn/hosted/thud.gif)"&gt;&amp;nbsp;&lt;/div&gt;
Women reading this: &lt;b&gt;NEVER CUT YOUR HAIR!&lt;/b&gt;  I don't care how good you think you will look. Don't do it.  Trimming a couple inches off the ends is fine. Chopping it off so you look like a frumpy mother is not. &lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
--Mike--&lt;br /&gt;
&lt;small&gt;Personal stuff:: &lt;a href="http://tinyurl.com/bga4"&gt;Ericahist&lt;/a&gt; | &lt;a href="http://tinyurl.com/760m"&gt;Homepage&lt;/a&gt;&lt;br /&gt;
Shareware stuff:: &lt;a href="http://snurl.com/zbgrab" target="_blank"&gt;1ClickPicGrabber&lt;/a&gt; | &lt;a target="_blank" href="http://snurl.com/zbrce"&gt;RightClick-Encrypt&lt;/a&gt;&lt;br /&gt;
CP stuff:: &lt;a href="http://tinyurl.com/i6sk"&gt;CP SearchBar v2.0.2&lt;/a&gt; | &lt;a href="http://snurl.com/4d4n"&gt;C++ Forum FAQ&lt;/a&gt;&lt;/small&gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;small&gt;Laugh it up, fuzzball.&lt;/small&gt;</description>
      <link>http://www.codeproject.com/Messages/864677/WTFOTD-Part-IV.aspx</link>
      <author>Michael Dunn</author>
      <pubDate>Wed, 30 Jun 2004 19:36:00 GMT</pubDate>
      <subject>Michael Dunn</subject>
    </item>
    <item>
      <title>WTFOTD Part ///</title>
      <description>I was looking at my driver's license renewal form last night, and up in the corner I saw this:&lt;br /&gt;
 &lt;br /&gt;
&lt;div style="background:removed(http://home.inreach.com/mdunn/hosted/ahnuld_form.jpg);width:426;height:165"&gt;&amp;nbsp;&lt;/div&gt;
He's been the governator for a while now, but I still go &lt;b&gt;WTF?!&lt;/b&gt; when I see his name in print next to the word "Governor". &lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
--Mike--&lt;br /&gt;
&lt;small&gt;Personal stuff:: &lt;a href="http://tinyurl.com/bga4"&gt;Ericahist&lt;/a&gt; | &lt;a href="http://tinyurl.com/760m"&gt;Homepage&lt;/a&gt;&lt;br /&gt;
Shareware stuff:: &lt;a href="http://snurl.com/zbgrab" target="_blank"&gt;1ClickPicGrabber&lt;/a&gt; | &lt;a target="_blank" href="http://snurl.com/zbrce"&gt;RightClick-Encrypt&lt;/a&gt;&lt;br /&gt;
CP stuff:: &lt;a href="http://tinyurl.com/i6sk"&gt;CP SearchBar v2.0.2&lt;/a&gt; | &lt;a href="http://snurl.com/4d4n"&gt;C++ Forum FAQ&lt;/a&gt;&lt;/small&gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;small&gt;Wizard needs food, badly!&lt;/small&gt;</description>
      <link>http://www.codeproject.com/Messages/861573/WTFOTD-Part.aspx</link>
      <author>Michael Dunn</author>
      <pubDate>Sat, 26 Jun 2004 18:36:00 GMT</pubDate>
      <subject>Michael Dunn</subject>
    </item>
    <item>
      <title>WTFOTD Part ][</title>
      <description>I was driving to work this morning and in front of me was a car that had those silly spinning hubcap things.  That wouldn't be noteworthy except the car was a Toyota Camry.  Not a low-rider, not a tricked-out car or anything.  Just a plain, stock Camry. Not lowered, no detailing, not even a license plate frame with a catchy saying on it.&lt;br /&gt;
 &lt;br /&gt;
&lt;b&gt;WTF?!&lt;/b&gt; &lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
--Mike--&lt;br /&gt;
&lt;small&gt;Personal stuff:: &lt;a href="http://tinyurl.com/bga4"&gt;Ericahist&lt;/a&gt; | &lt;a href="http://tinyurl.com/760m"&gt;Homepage&lt;/a&gt;&lt;br /&gt;
Shareware stuff:: &lt;a href="http://snurl.com/zbgrab" target="_blank"&gt;1ClickPicGrabber&lt;/a&gt; | &lt;a target="_blank" href="http://snurl.com/zbrce"&gt;RightClick-Encrypt&lt;/a&gt;&lt;br /&gt;
CP stuff:: &lt;a href="http://tinyurl.com/i6sk"&gt;CP SearchBar v2.0.2&lt;/a&gt; | &lt;a href="http://snurl.com/4d4n"&gt;C++ Forum FAQ&lt;/a&gt;&lt;/small&gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;small&gt;"That probably would've sounded more commanding if I wasn't wearing my yummy sushi pajamas."&lt;br /&gt;
&amp;nbsp;&amp;nbsp;-- Buffy&lt;/small&gt;</description>
      <link>http://www.codeproject.com/Messages/861321/WTFOTD-Part.aspx</link>
      <author>Michael Dunn</author>
      <pubDate>Sat, 26 Jun 2004 02:55:00 GMT</pubDate>
      <subject>Michael Dunn</subject>
    </item>
    <item>
      <title>Random POTD</title>
      <description>&lt;div style="width:360;height:240;background:removed(http://home.inreach.com/mdunn/hosted/spaceballs.jpg)"&gt;&amp;nbsp;&lt;/div&gt;From one of the greatest parodies ever, &lt;a href="http://www.imdb.com/title/tt0094012/"&gt;&lt;i&gt;Spaceballs&lt;/i&gt;&lt;/a&gt;[&lt;a target="_blank" title="New Window" href="http://www.imdb.com/title/tt0094012/"&gt;^&lt;/a&gt;]. &lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
--Mike--&lt;br /&gt;
&lt;small&gt;Personal stuff:: &lt;a href="http://tinyurl.com/bga4"&gt;Ericahist&lt;/a&gt; | &lt;a href="http://tinyurl.com/760m"&gt;Homepage&lt;/a&gt;&lt;br /&gt;
Shareware stuff:: &lt;a href="http://snurl.com/zbgrab" target="_blank"&gt;1ClickPicGrabber&lt;/a&gt; | &lt;a target="_blank" href="http://snurl.com/zbrce"&gt;RightClick-Encrypt&lt;/a&gt;&lt;br /&gt;
CP stuff:: &lt;a href="http://tinyurl.com/i6sk"&gt;CP SearchBar v2.0.2&lt;/a&gt; | &lt;a href="http://snurl.com/4d4n"&gt;C++ Forum FAQ&lt;/a&gt;&lt;/small&gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;small&gt;You cannot stop me with paramecium alone!&lt;/small&gt;</description>
      <link>http://www.codeproject.com/Messages/860930/Random-POTD.aspx</link>
      <author>Michael Dunn</author>
      <pubDate>Fri, 25 Jun 2004 15:26:00 GMT</pubDate>
      <subject>Michael Dunn</subject>
    </item>
    <item>
      <title>WTFOTD</title>
      <description>I was riding my bike in Venice beach a couple of weekends ago, and I had a WTF moment. (Not a &lt;a href="http://www.thedailywtf.com/"&gt;coding WTF&lt;/a&gt;[&lt;a target="_blank" title="New Window" href="http://www.thedailywtf.com/"&gt;^&lt;/a&gt;] though &lt;img src="/script/Forums/Images/smiley_wink.gif" align="top" alt="Wink | ;)" /&gt; )&lt;br /&gt;
 &lt;br /&gt;
I was going south on the bike path. Coming north, there were two people riding &lt;a href="http://www.segway.com"&gt;Segways&lt;/a&gt;[&lt;a target="_blank" title="New Window" href="http://www.segway.com"&gt;^&lt;/a&gt;].  WTF?!  They were getting no exercise of course, I guess they just wanted to show off.&lt;br /&gt;
 &lt;br /&gt;
After doing some checking, there is a &lt;a href="http://www.segway.la/"&gt;Segway rental place&lt;/a&gt;[&lt;a target="_blank" title="New Window" href="http://www.segway.la/"&gt;^&lt;/a&gt;] nearby so I guess the two people rented from there.  But still... &lt;img src="/script/Forums/Images/smiley_rolleyes.gif" align="top" alt="Roll eyes | :rolleyes:" /&gt;  &lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
--Mike--&lt;br /&gt;
&lt;small&gt;Personal stuff:: &lt;a href="http://tinyurl.com/bga4"&gt;Ericahist&lt;/a&gt; | &lt;a href="http://tinyurl.com/760m"&gt;Homepage&lt;/a&gt;&lt;br /&gt;
Shareware stuff:: &lt;a href="http://snurl.com/zbgrab" target="_blank"&gt;1ClickPicGrabber&lt;/a&gt; | &lt;a target="_blank" href="http://snurl.com/zbrce"&gt;RightClick-Encrypt&lt;/a&gt;&lt;br /&gt;
CP stuff:: &lt;a href="http://tinyurl.com/i6sk"&gt;CP SearchBar v2.0.2&lt;/a&gt; | &lt;a href="http://snurl.com/4d4n"&gt;C++ Forum FAQ&lt;/a&gt;&lt;/small&gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;small&gt;This is a test of the Emergency Broadcast System. This is only a test.&lt;br /&gt;
Beeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeep&lt;/small&gt;</description>
      <link>http://www.codeproject.com/Messages/860446/WTFOTD.aspx</link>
      <author>Michael Dunn</author>
      <pubDate>Fri, 25 Jun 2004 00:31:00 GMT</pubDate>
      <subject>Michael Dunn</subject>
    </item>
    <item>
      <title>I'm not a loser (yet)</title>
      <description>After &lt;a href="http://www.codeproject.com/lounge.asp?msg=842540#xx842540xx"&gt;posting about my bike ride&lt;/a&gt;[&lt;a target="_blank" title="New Window" href="http://www.codeproject.com/lounge.asp?msg=842540#xx842540xx"&gt;^&lt;/a&gt;] this morning, some folks responded and asked where I went, so I figured I'd make a blog out of it. I don't usually post about personal stuff here, because I figure no one really cares, but since y'all asked... &lt;img src="/script/Forums/Images/smiley_wink.gif" align="top" alt="Wink | ;)" /&gt; &lt;br /&gt;
 &lt;br /&gt;
I bought myself a bike a few weeks ago. I've had some bad luck with it, as the first time I went riding the back tire got f'ed up (turned out to be defective), and then the next time I went out I ended up getting sick and laid up for a week. &lt;img src="/script/Forums/Images/smiley_mad.gif" align="top" alt="Mad | :mad:" /&gt;   But I've gone 2 weeks without a mishap now.&lt;br /&gt;
 &lt;br /&gt;
I live in Mar Vista, which is next door to Venice and Marina Del Rey. Basically it's on the border of rich neighborhoods that I could never afford to live in. &lt;img src="/script/Forums/Images/smiley_wink.gif" align="top" alt="Wink | ;)" /&gt;   The nice thing is that it's near the beach, and there's a bike path that runs along the beach for 20 miles or so.&lt;br /&gt;
 &lt;br /&gt;
What I've been doing is picking up the bike path in Marina Del Rey and riding south to this bridge that's over this river that's used for rowing/kayaking events by nearby colleges. It seems like a good distance for me because I can ride there, rest for a few minutes, and ride back home, all in about 1 hour.&lt;br /&gt;
Since I'm just starting out with regular riding, I'm doing that 2 days a week (Tuesday and Thursday). I get up at 6 (not hard to do since it's already light), eat and stretch and I'm out by 6:30.&lt;br /&gt;
 &lt;br /&gt;
On Saturdays I'll ride a bit farther. Today I took the path north (opposite direction from the bridge) through Venice and Santa Monica. This isn't quite as nice because there are always idiots &lt;i&gt;walking&lt;/i&gt; on the bike path, but whatever. Once I get past the Santa Monica Pier, the path is less crowded and it's a nicer ride. This morning I was there at about 9:30 and the marine layer was still around, so the water looked really nice.&lt;br /&gt;
 &lt;br /&gt;
That path is really the only place I ride. I have a road bike, and I'm in no shape to tackle mountains yet, so I'll keep up that routine until I start feeling better.  I rode on the path when I was in college, and I could do the whole trip down to Redondo and back in about 3.5 hours. Give me a few months and I might be doing those trips again on the weekends. &lt;img src="/script/Forums/Images/smiley_cool.gif" align="top" alt="Cool | :cool:" /&gt;  &lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
--Mike--&lt;br /&gt;
&lt;small&gt;Personal stuff:: &lt;a href="http://tinyurl.com/bga4"&gt;Ericahist&lt;/a&gt; | &lt;a href="http://tinyurl.com/760m"&gt;Homepage&lt;/a&gt;&lt;br /&gt;
Shareware stuff:: &lt;a href="http://snurl.com/zbgrab" target="_blank"&gt;1ClickPicGrabber&lt;/a&gt; | &lt;a target="_blank" href="http://snurl.com/zbrce"&gt;RightClick-Encrypt&lt;/a&gt;&lt;br /&gt;
CP stuff:: &lt;a href="http://tinyurl.com/i6sk"&gt;CP SearchBar v2.0.2&lt;/a&gt; | &lt;a href="http://snurl.com/4d4n"&gt;C++ Forum FAQ&lt;/a&gt;&lt;/small&gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;small&gt;You cannot stop me with paramecium alone!&lt;/small&gt;</description>
      <link>http://www.codeproject.com/Messages/842582/Im-not-a-loser-yet.aspx</link>
      <author>Michael Dunn</author>
      <pubDate>Sun, 06 Jun 2004 00:02:00 GMT</pubDate>
      <subject>Michael Dunn</subject>
    </item>
  </channel>
</rss>