<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" version="2.0">
  <channel>
    <title>davidkearns dot com</title>
    <link>http://davidkearns.com/</link>
    <description>all your base are belong to us</description>
    <image>
      <url>http://www.cafechimp.com/monkcoffee.gif</url>
      <title>davidkearns dot com</title>
      <link>http://davidkearns.com/</link>
    </image>
    <language>en-us</language>
    <copyright>David Kearns</copyright>
    <lastBuildDate>Mon, 12 May 2008 19:22:50 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 1.8.5210.0</generator>
    <managingEditor>webmaster@davidkearns.com</managingEditor>
    <webMaster>webmaster@davidkearns.com</webMaster>
    <item>
      <trackback:ping>http://davidkearns.com/Trackback.aspx?guid=777a0203-dc1e-4c7f-a4fd-04b8f201c77f</trackback:ping>
      <pingback:server>http://davidkearns.com/pingback.aspx</pingback:server>
      <pingback:target>http://davidkearns.com/PermaLink,guid,777a0203-dc1e-4c7f-a4fd-04b8f201c77f.aspx</pingback:target>
      <dc:creator>webmaster@davidkearns.com (David Kearns)</dc:creator>
      <wfw:comment>http://davidkearns.com/CommentView,guid,777a0203-dc1e-4c7f-a4fd-04b8f201c77f.aspx</wfw:comment>
      <wfw:commentRss>http://davidkearns.com/SyndicationService.asmx/GetEntryCommentsRss?guid=777a0203-dc1e-4c7f-a4fd-04b8f201c77f</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p align="center">
          <a href="http://www.homestarrunner.com/tgs14.html">
            <img src="http://davidkearns.com/content/binary/Jank.png" border="0" />
          </a>
        </p>
        <p align="right">
      [ <a href="http://www.homestarrunner.com/tgs14.html">Exempt Those Exams!</a> ]
   </p>
        <p align="left">
      See, I told you jank is a real word. Now someone tell squankous...
   </p>
      </body>
      <title>Define: Jank</title>
      <guid>http://davidkearns.com/PermaLink,guid,777a0203-dc1e-4c7f-a4fd-04b8f201c77f.aspx</guid>
      <link>http://davidkearns.com/2008/05/12/DefineJank.aspx</link>
      <pubDate>Mon, 12 May 2008 19:22:50 GMT</pubDate>
      <description>&lt;p align=center&gt;
   &lt;a href="http://www.homestarrunner.com/tgs14.html"&gt;&lt;img src="http://davidkearns.com/content/binary/Jank.png" border=0&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p align=right&gt;
   [ &lt;a href="http://www.homestarrunner.com/tgs14.html"&gt;Exempt Those Exams!&lt;/a&gt; ]
&lt;/p&gt;
&lt;p align=left&gt;
   See, I told you jank is a real word. Now someone tell squankous...
&lt;/p&gt;</description>
      <comments>http://davidkearns.com/CommentView,guid,777a0203-dc1e-4c7f-a4fd-04b8f201c77f.aspx</comments>
      <category>english</category>
    </item>
    <item>
      <trackback:ping>http://davidkearns.com/Trackback.aspx?guid=86226b39-9038-4dae-85b5-2a4a88a3241d</trackback:ping>
      <pingback:server>http://davidkearns.com/pingback.aspx</pingback:server>
      <pingback:target>http://davidkearns.com/PermaLink,guid,86226b39-9038-4dae-85b5-2a4a88a3241d.aspx</pingback:target>
      <dc:creator>webmaster@davidkearns.com (David Kearns)</dc:creator>
      <wfw:comment>http://davidkearns.com/CommentView,guid,86226b39-9038-4dae-85b5-2a4a88a3241d.aspx</wfw:comment>
      <wfw:commentRss>http://davidkearns.com/SyndicationService.asmx/GetEntryCommentsRss?guid=86226b39-9038-4dae-85b5-2a4a88a3241d</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
        </p>
        <blockquote>Publishing and testing a Windows Communication Foundation Service in IIS7
   on Windows Vista is pretty straightforward, but there are a few pitfalls to look out
   for along the way. This post is designed to compliment the screencast ‘Creating and
   consuming your first WCF Service’ which I will publish here soon. I hope sharing this
   with you saves you some time when deploying your first service.</blockquote>
        <p align="right">
      [ <a href="http://yourbit.com/2008/03/09/hosting-a-windows-communication-foundation-service-in-iis7-on-windows-vista/">Hosting
      a WCF Service using IIS7 and Windows Vista Nick Kewney’s Blog</a> ]
   </p>
        <p align="left">
      Since my last .Net web service was pre-WSE and this is at least 3 iterations later,
      I have a bit to catch up on. They've certainly complicated things via abstraction,
      which is probably a great help to many, but seems like overkill for my purposes, but
      this post helped a lot. Since I need authentication WCF "wants" me to use transport
      security, ie SSL, so people can't snoop on the credentials. Nice that the framework
      is enforcing such standards, bad that I have to do that in my development environment.
      Well, WCF doing a SOAP "basic" webservice via HTTPS is set up on my machine. Now I
      have to figure out how to implement the authentication headers...
   </p>
      </body>
      <title>WCF on IIS7 in Vista</title>
      <guid>http://davidkearns.com/PermaLink,guid,86226b39-9038-4dae-85b5-2a4a88a3241d.aspx</guid>
      <link>http://davidkearns.com/2008/05/06/WCFOnIIS7InVista.aspx</link>
      <pubDate>Tue, 06 May 2008 20:56:43 GMT</pubDate>
      <description>&lt;p&gt;
&lt;/p&gt;
&lt;blockquote&gt;Publishing and testing a Windows Communication Foundation Service in IIS7
on Windows Vista is pretty straightforward, but there are a few pitfalls to look out
for along the way. This post is designed to compliment the screencast ‘Creating and
consuming your first WCF Service’ which I will publish here soon. I hope sharing this
with you saves you some time when deploying your first service.&lt;/blockquote&gt; 
&lt;p align=right&gt;
   [ &lt;a href="http://yourbit.com/2008/03/09/hosting-a-windows-communication-foundation-service-in-iis7-on-windows-vista/"&gt;Hosting
   a WCF Service using IIS7 and Windows Vista Nick Kewney’s Blog&lt;/a&gt; ]
&lt;/p&gt;
&lt;p align=left&gt;
   Since my last .Net web service was pre-WSE and this is at least 3 iterations later,
   I have a bit to catch up on. They've certainly complicated things via abstraction,
   which is probably a great help to many, but seems like overkill for my purposes, but
   this post helped a lot. Since I need authentication WCF "wants" me to use transport
   security, ie SSL, so people can't snoop on the credentials. Nice that the framework
   is enforcing such standards, bad that I have to do that in my development environment.
   Well, WCF doing a SOAP "basic" webservice via HTTPS is set up on my machine. Now I
   have to figure out how to implement the authentication headers...
&lt;/p&gt;</description>
      <comments>http://davidkearns.com/CommentView,guid,86226b39-9038-4dae-85b5-2a4a88a3241d.aspx</comments>
      <category>.net</category>
    </item>
    <item>
      <trackback:ping>http://davidkearns.com/Trackback.aspx?guid=66dbc3e0-124f-47f5-8a28-651cc56c8666</trackback:ping>
      <pingback:server>http://davidkearns.com/pingback.aspx</pingback:server>
      <pingback:target>http://davidkearns.com/PermaLink,guid,66dbc3e0-124f-47f5-8a28-651cc56c8666.aspx</pingback:target>
      <dc:creator>webmaster@davidkearns.com (David Kearns)</dc:creator>
      <wfw:comment>http://davidkearns.com/CommentView,guid,66dbc3e0-124f-47f5-8a28-651cc56c8666.aspx</wfw:comment>
      <wfw:commentRss>http://davidkearns.com/SyndicationService.asmx/GetEntryCommentsRss?guid=66dbc3e0-124f-47f5-8a28-651cc56c8666</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
        </p>
        <blockquote>The new Rick Sandoval place, it opened in May of 2008. I went during the
   first week and thought it was clearly the best Mexican place around. Sandoval places
   don’t stay great for long, so now is the time to go.</blockquote>
        <p align="right">
      [ <a href="http://www.tylercowensethnicdiningguide.com/2008/05/la_sandia.php">Tyler
      Cowen's Ethnic Dining Guide: La Sandia</a> ]
   </p>
        <p align="left">
      I don't know Rick Sandoval from a hole in the wall, but I know Mexican food that I
      like. I've lamented the decline in quality and service at Tia Queta for a while now,
      but I must say that La Sandia is better than I ever remember Tia Queta being. I got
      the Chicken Mole Enchiladas:
   </p>
        <p align="center">
          <img alt="Chicken Mole Enchiladas" hspace="0" src="http://farm4.static.flickr.com/3099/2470789317_25fcc1fd37.jpg?v=0" align="baseline" border="1" />
        </p>
        <p align="left">
      Yaty got the Shrimp Fajitas:
   </p>
        <p align="center">
          <img alt="Shrimp Fajitas" hspace="0" src="http://farm4.static.flickr.com/3162/2471612492_5197ce4b75.jpg?v=0" align="baseline" border="1" />
        </p>
        <p align="left">
      She wasn't so impressed, she liked it but prefers the Fajitas as Guapo's and the fresh
      grilled jalapeño that comes with them. Of course if this is contemporary south Mexican
      fare, I would expect the fajitas to be less than stellar. The guacamole and the tomatillo
      sauce that accompanied her fajitas were quite good though.
   </p>
      </body>
      <title>La Sandia - "The Watermelon"</title>
      <guid>http://davidkearns.com/PermaLink,guid,66dbc3e0-124f-47f5-8a28-651cc56c8666.aspx</guid>
      <link>http://davidkearns.com/2008/05/06/LaSandiaTheWatermelon.aspx</link>
      <pubDate>Tue, 06 May 2008 17:46:11 GMT</pubDate>
      <description>&lt;p&gt;
&lt;/p&gt;
&lt;blockquote&gt;The new Rick Sandoval place, it opened in May of 2008. I went during the
first week and thought it was clearly the best Mexican place around. Sandoval places
don’t stay great for long, so now is the time to go.&lt;/blockquote&gt; 
&lt;p align=right&gt;
   [ &lt;a href="http://www.tylercowensethnicdiningguide.com/2008/05/la_sandia.php"&gt;Tyler
   Cowen's Ethnic Dining Guide: La Sandia&lt;/a&gt; ]
&lt;/p&gt;
&lt;p align=left&gt;
   I don't know Rick Sandoval from a hole in the wall, but I know Mexican food that I
   like. I've lamented the decline in quality and service at Tia Queta for a while now,
   but I must say that La Sandia is better than I ever remember Tia Queta being. I got
   the Chicken Mole Enchiladas:
&lt;/p&gt;
&lt;p align=center&gt;
   &lt;img alt="Chicken Mole Enchiladas" hspace=0 src="http://farm4.static.flickr.com/3099/2470789317_25fcc1fd37.jpg?v=0" align=baseline border=1&gt;
&lt;/p&gt;
&lt;p align=left&gt;
   Yaty got the Shrimp Fajitas:
&lt;/p&gt;
&lt;p align=center&gt;
   &lt;img alt="Shrimp Fajitas" hspace=0 src="http://farm4.static.flickr.com/3162/2471612492_5197ce4b75.jpg?v=0" align=baseline border=1&gt;
&lt;/p&gt;
&lt;p align=left&gt;
   She wasn't so impressed, she liked it but prefers the Fajitas as Guapo's and the fresh
   grilled jalapeño that comes with them. Of course if this is contemporary south Mexican
   fare, I would expect the fajitas to be less than stellar. The guacamole and the&amp;nbsp;tomatillo
   sauce that accompanied her fajitas were quite good though.
&lt;/p&gt;</description>
      <comments>http://davidkearns.com/CommentView,guid,66dbc3e0-124f-47f5-8a28-651cc56c8666.aspx</comments>
      <category>food</category>
    </item>
    <item>
      <trackback:ping>http://davidkearns.com/Trackback.aspx?guid=a3c88efc-55e9-4527-8aed-333d39e29da6</trackback:ping>
      <pingback:server>http://davidkearns.com/pingback.aspx</pingback:server>
      <pingback:target>http://davidkearns.com/PermaLink,guid,a3c88efc-55e9-4527-8aed-333d39e29da6.aspx</pingback:target>
      <dc:creator>webmaster@davidkearns.com (David Kearns)</dc:creator>
      <wfw:comment>http://davidkearns.com/CommentView,guid,a3c88efc-55e9-4527-8aed-333d39e29da6.aspx</wfw:comment>
      <wfw:commentRss>http://davidkearns.com/SyndicationService.asmx/GetEntryCommentsRss?guid=a3c88efc-55e9-4527-8aed-333d39e29da6</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <blockquote>Asian Pacific American Heritage
   Month (APAHM) is celebrated in May to commemorate the contributions of people of Asian
   and Pacific Islander descent in the United States. Congress passed a joint Congressional
   Resolution in 1978 to commemorate Asian American Heritage Week during the first week
   of May. This date was chosen because two important anniversaries occurred during this
   time: the arrival of the first Japanese immigrants in America on May 7, 1843 and the
   completion of the transcontinental railroad (by many Chinese laborers) on May 10,
   1869. Congress later voted to expand it from a week long to a month long celebration.</blockquote>
        <p align="right">
      [ <a href="http://en.wikipedia.org/wiki/Asian_Pacific_American_Heritage_Month">Asian
      Pacific American Heritage Month - Wikipedia, the free encyclopedia</a> ]
   </p>
        <p align="left">
      Try to do something quintessentially Asian or Pacific Islander this month!
   </p>
        <p align="left">
      Update: Local <a href="http://www.asiaheritage.org/">celebration</a> for those in
      the DC area!
   </p>
      </body>
      <title>Happy APAHM Everybody!</title>
      <guid>http://davidkearns.com/PermaLink,guid,a3c88efc-55e9-4527-8aed-333d39e29da6.aspx</guid>
      <link>http://davidkearns.com/2008/05/01/HappyAPAHMEverybody.aspx</link>
      <pubDate>Thu, 01 May 2008 14:59:38 GMT</pubDate>
      <description>&lt;blockquote&gt;Asian Pacific American Heritage Month (APAHM) is celebrated in May to
commemorate the contributions of people of Asian and Pacific Islander descent in the
United States. Congress passed a joint Congressional Resolution in 1978 to commemorate
Asian American Heritage Week during the first week of May. This date was chosen because
two important anniversaries occurred during this time: the arrival of the first Japanese
immigrants in America on May 7, 1843 and the completion of the transcontinental railroad
(by many Chinese laborers) on May 10, 1869. Congress later voted to expand it from
a week long to a month long celebration.&lt;/blockquote&gt; 
&lt;p align=right&gt;
   [ &lt;a href="http://en.wikipedia.org/wiki/Asian_Pacific_American_Heritage_Month"&gt;Asian
   Pacific American Heritage Month - Wikipedia, the free encyclopedia&lt;/a&gt; ]
&lt;/p&gt;
&lt;p align=left&gt;
   Try to do something quintessentially Asian or Pacific Islander this month!
&lt;/p&gt;
&lt;p align=left&gt;
   Update: Local &lt;a href="http://www.asiaheritage.org/"&gt;celebration&lt;/a&gt; for those in
   the DC area!
&lt;/p&gt;</description>
      <comments>http://davidkearns.com/CommentView,guid,a3c88efc-55e9-4527-8aed-333d39e29da6.aspx</comments>
      <category>holiday</category>
    </item>
    <item>
      <trackback:ping>http://davidkearns.com/Trackback.aspx?guid=6ad2b327-fd9f-4994-b1d8-9686da5d8a78</trackback:ping>
      <pingback:server>http://davidkearns.com/pingback.aspx</pingback:server>
      <pingback:target>http://davidkearns.com/PermaLink,guid,6ad2b327-fd9f-4994-b1d8-9686da5d8a78.aspx</pingback:target>
      <dc:creator>webmaster@davidkearns.com (David Kearns)</dc:creator>
      <wfw:comment>http://davidkearns.com/CommentView,guid,6ad2b327-fd9f-4994-b1d8-9686da5d8a78.aspx</wfw:comment>
      <wfw:commentRss>http://davidkearns.com/SyndicationService.asmx/GetEntryCommentsRss?guid=6ad2b327-fd9f-4994-b1d8-9686da5d8a78</wfw:commentRss>
      <slash:comments>3</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p align="center">
          <a title="photo sharing" href="http://www.flickr.com/photos/dkfour/2442970495/">
            <img class="flickr-photo" alt="" src="http://farm3.static.flickr.com/2398/2442970495_7b49dd10db.jpg" />
          </a>
        </p>
        <p align="left">
      Or at least what the fire did, and it fried a bit of my hand too... 
   </p>
      </body>
      <title>What I did this weekend</title>
      <guid>http://davidkearns.com/PermaLink,guid,6ad2b327-fd9f-4994-b1d8-9686da5d8a78.aspx</guid>
      <link>http://davidkearns.com/2008/04/27/WhatIDidThisWeekend.aspx</link>
      <pubDate>Sun, 27 Apr 2008 18:01:20 GMT</pubDate>
      <description>&lt;p align=center&gt;
   &lt;a title="photo sharing" href="http://www.flickr.com/photos/dkfour/2442970495/"&gt;&lt;img class=flickr-photo alt="" src="http://farm3.static.flickr.com/2398/2442970495_7b49dd10db.jpg"&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p align=left&gt;
   Or at least what the fire did, and it fried a&amp;nbsp;bit of my hand too...&amp;nbsp;
&lt;/p&gt;</description>
      <comments>http://davidkearns.com/CommentView,guid,6ad2b327-fd9f-4994-b1d8-9686da5d8a78.aspx</comments>
      <category>life</category>
    </item>
    <item>
      <trackback:ping>http://davidkearns.com/Trackback.aspx?guid=919088f2-29bd-44e7-9e7d-09d5ba30cc75</trackback:ping>
      <pingback:server>http://davidkearns.com/pingback.aspx</pingback:server>
      <pingback:target>http://davidkearns.com/PermaLink,guid,919088f2-29bd-44e7-9e7d-09d5ba30cc75.aspx</pingback:target>
      <dc:creator>webmaster@davidkearns.com (David Kearns)</dc:creator>
      <wfw:comment>http://davidkearns.com/CommentView,guid,919088f2-29bd-44e7-9e7d-09d5ba30cc75.aspx</wfw:comment>
      <wfw:commentRss>http://davidkearns.com/SyndicationService.asmx/GetEntryCommentsRss?guid=919088f2-29bd-44e7-9e7d-09d5ba30cc75</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p style="FLOAT: right; MARGIN: 0px 0px 20px 20px">
          <table>
            <tbody>
              <tr valign="top">
                <td align="middle">
                  <a href="http://www.amazon.com/exec/obidos/ASIN/B00127VDVK/dk4bluegnunet">
                    <img src="http://davidkearns.com/Amazon/Thumbs/med_B00127VDVK.jpg" />
                  </a>
                </td>
                <td valign="top">
                  <p>
                    <a style="FONT-WEIGHT: bold; FONT-SIZE: 150%" href="http://www.amazon.com/exec/obidos/ASIN/B00127VDVK/dk4bluegnunet">
                      <font color="#796c41">Ratchet
                     &amp; Clank: Size Matters </font>
                    </a>
                    <br />
                     PlayStation2 
                     <br />
                     Sony Computer Entertainment 
                     <br />
                     Everyone 10+<br /><strong>C</strong></p>
                </td>
              </tr>
            </tbody>
          </table>
        </p>
   I gave it two tries. I had tried to play this earlier on the PSP but I found the controls
   seriously got in the way of the game play. The controls work a bit better on the PS2
   version, but since they are just mapping the PSP controls, there isn't really any
   correction for the lack of some controls. I was playing this on my PS3 and it clearly
   shows that the quality suffers. It's not wide screen, it's not super hi def, it doesn't
   even have very good audio. Sure I should cut it some slack since it is a port of a
   portable game, but even after cutting it some slack I just found that I wasn't enjoying
   the game. I'd almost like them to make an animated movie about the game so I can just
   sit and watch the story, which is the best part anyway. And this isn't giving me a
   lot of confidence about the forthcoming "Secret Agent Clank" either...</body>
      <title>Ratchet &amp; Clank: Size Matters</title>
      <guid>http://davidkearns.com/PermaLink,guid,919088f2-29bd-44e7-9e7d-09d5ba30cc75.aspx</guid>
      <link>http://davidkearns.com/2008/04/20/RatchetClankSizeMatters.aspx</link>
      <pubDate>Sun, 20 Apr 2008 01:41:44 GMT</pubDate>
      <description>&lt;p style="FLOAT: right; MARGIN: 0px 0px 20px 20px"&gt;
   &lt;table&gt;
      &lt;tbody&gt;
         &lt;tr valign=top&gt;
            &lt;td align=middle&gt;
               &lt;a href="http://www.amazon.com/exec/obidos/ASIN/B00127VDVK/dk4bluegnunet"&gt;&lt;img src="http://davidkearns.com/Amazon/Thumbs/med_B00127VDVK.jpg"&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td valign=top&gt;
               &lt;p&gt;
                  &lt;a style="FONT-WEIGHT: bold; FONT-SIZE: 150%" href="http://www.amazon.com/exec/obidos/ASIN/B00127VDVK/dk4bluegnunet"&gt;&lt;font color=#796c41&gt;Ratchet
                  &amp;amp; Clank: Size Matters &lt;/font&gt;&lt;/a&gt;
                  &lt;br&gt;
                  PlayStation2 
                  &lt;br&gt;
                  Sony Computer Entertainment 
                  &lt;br&gt;
                  Everyone 10+&lt;br&gt;
                  &lt;strong&gt;C&lt;/strong&gt; 
               &lt;/p&gt;
            &lt;/td&gt;
         &lt;/tr&gt;
      &lt;/tbody&gt;
   &lt;/table&gt;
&lt;/p&gt;I gave it two tries. I had tried to play this earlier on the PSP but I found the controls seriously got in the way of the game play. The controls work a bit better on the PS2 version, but since they are just mapping the PSP controls, there isn't really any correction for the lack of some controls. I was playing this on my PS3 and it clearly shows that the quality suffers. It's not wide screen, it's not super hi def, it doesn't even have very good audio. Sure I should cut it some slack since it is a port of a portable game, but even after cutting it some slack I just found that I wasn't enjoying the game. I'd almost like them to make an animated movie about the game so I can just sit and watch the story, which is the best part anyway. And this isn't giving me a lot of confidence about the forthcoming "Secret Agent Clank" either...</description>
      <comments>http://davidkearns.com/CommentView,guid,919088f2-29bd-44e7-9e7d-09d5ba30cc75.aspx</comments>
      <category>games</category>
    </item>
    <item>
      <trackback:ping>http://davidkearns.com/Trackback.aspx?guid=b75773dd-e036-4e18-ab3b-9da0015b0ab2</trackback:ping>
      <pingback:server>http://davidkearns.com/pingback.aspx</pingback:server>
      <pingback:target>http://davidkearns.com/PermaLink,guid,b75773dd-e036-4e18-ab3b-9da0015b0ab2.aspx</pingback:target>
      <dc:creator>webmaster@davidkearns.com (David Kearns)</dc:creator>
      <wfw:comment>http://davidkearns.com/CommentView,guid,b75773dd-e036-4e18-ab3b-9da0015b0ab2.aspx</wfw:comment>
      <wfw:commentRss>http://davidkearns.com/SyndicationService.asmx/GetEntryCommentsRss?guid=b75773dd-e036-4e18-ab3b-9da0015b0ab2</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      Just got this in the mail yesterday:
   </p>
        <center>
          <div style="BORDER-RIGHT: black 1px solid; PADDING-RIGHT: 30px; BORDER-TOP: black 1px solid; PADDING-LEFT: 30px; PADDING-BOTTOM: 30px; BORDER-LEFT: black 1px solid; WIDTH: 500px; PADDING-TOP: 30px; BORDER-BOTTOM: black 1px solid; FONT-FAMILY: Courier!important; BACKGROUND-COLOR: white; TEXT-ALIGN: left">
            <p align="center">
            THE MARYLAND HOUSE OF DELEGATES
         </p>
            <p style="decoration: allcaps" align="center">
            Annapolis, Maryland 21401
         </p>
            <p align="center">
            April 8, 2008
         </p>
            <p>
            Mr. David Kearns<br />
            Rockville, MD 20850
         </p>
            <p>
            Dear Mr. Kearns:
         </p>
            <p>
            Thank you for contacting me in support of the tech tax repeal. I am extremely pleased
            that we succeeded in removing what would have been an extremely harmful tax – for
            those in the industry, Montgomery County, and the state.
         </p>
            <p>
            During the special session's final days, both Del. Sheila Hixson, chairman of the
            House Ways and Means Committee, and I, as chairman of its Revenue Subcommittee, strongly
            objected to the adoption of the tech tax during conference committee deliberations.
            But we were outvoted because other members believed that this was a minor Montgomery
            County problem.
         </p>
            <p>
            During session, IT professionals took the time to testify and meet with delegates
            and senators. They convinced legislators of the serious consequences that would result
            if the tax was allowed to stand. Once that was accomplished, members of the Senate
            Finance and House Ways and Means Committees were faced with the task of crafting legislation
            that would allow us to replace the tax. We did this with a combination of cuts and
            a three-year tax surcharge on those earnings annually more than $1 million. It is
            not a perfect solution but is a good compromise.
         </p>
            <p>
            Again, thank you for your support and interest. We could not have repealed this tax
            without your help. If you have any questions or need additional information, please
            feel free to call me or email me at kumar[at]kumarbarve[dot]com.
         </p>
            <center>
              <p style="WIDTH: 150px" align="left">
               Sincerely,<br /><br /><br />
               Kumar P. Barve<br />
               Majority Leader
            </p>
            </center>
            <p>
            KPB/mfs
         </p>
          </div>
        </center>
        <p>
      I removed my street address (and moved since that address so this was lovingly forwared
      by the post office), and the email formatting was mine (no need to spam Mr. Barve).
      I'm certainly pleased. I get paid as a consultant and this would have eaten into my
      earnings big time, enough that I would have had to think about moving out of the state,
      and having just moved back to Maryland would have made me sad. Now I can stay put
      for a while.
   </p>
      </body>
      <title>MD IT Tax Law Repealed</title>
      <guid>http://davidkearns.com/PermaLink,guid,b75773dd-e036-4e18-ab3b-9da0015b0ab2.aspx</guid>
      <link>http://davidkearns.com/2008/04/14/MDITTaxLawRepealed.aspx</link>
      <pubDate>Mon, 14 Apr 2008 00:36:57 GMT</pubDate>
      <description>&lt;p&gt;
   Just got this in the mail yesterday:
&lt;/p&gt;
&lt;center&gt;
   &lt;div style="BORDER-RIGHT: black 1px solid; PADDING-RIGHT: 30px; BORDER-TOP: black 1px solid; PADDING-LEFT: 30px; PADDING-BOTTOM: 30px; BORDER-LEFT: black 1px solid; WIDTH: 500px; PADDING-TOP: 30px; BORDER-BOTTOM: black 1px solid; FONT-FAMILY: Courier!important; BACKGROUND-COLOR: white; TEXT-ALIGN: left"&gt;
      &lt;p align=center&gt;
         THE MARYLAND HOUSE OF DELEGATES
      &lt;/p&gt;
      &lt;p style="decoration: allcaps" align=center&gt;
         Annapolis, Maryland 21401
      &lt;/p&gt;
      &lt;p align=center&gt;
         April 8, 2008
      &lt;/p&gt;
      &lt;p&gt;
         Mr. David Kearns&lt;br&gt;
         Rockville, MD 20850
      &lt;/p&gt;
      &lt;p&gt;
         Dear Mr. Kearns:
      &lt;/p&gt;
      &lt;p&gt;
         Thank you for contacting me in support of the tech tax repeal. I am extremely pleased
         that we succeeded in removing what would have been an extremely harmful tax – for
         those in the industry, Montgomery County, and the state.
      &lt;/p&gt;
      &lt;p&gt;
         During the special session's final days, both Del. Sheila Hixson, chairman of the
         House Ways and Means Committee, and I, as chairman of its Revenue Subcommittee, strongly
         objected to the adoption of the tech tax during conference committee deliberations.
         But we were outvoted because other members believed that this was a minor Montgomery
         County problem.
      &lt;/p&gt;
      &lt;p&gt;
         During session, IT professionals took the time to testify and meet with delegates
         and senators. They convinced legislators of the serious consequences that would result
         if the tax was allowed to stand. Once that was accomplished, members of the Senate
         Finance and House Ways and Means Committees were faced with the task of crafting legislation
         that would allow us to replace the tax. We did this with a combination of cuts and
         a three-year tax surcharge on those earnings annually more than $1 million. It is
         not a perfect solution but is a good compromise.
      &lt;/p&gt;
      &lt;p&gt;
         Again, thank you for your support and interest. We could not have repealed this tax
         without your help. If you have any questions or need additional information, please
         feel free to call me or email me at kumar[at]kumarbarve[dot]com.
      &lt;/p&gt;
      &lt;center&gt;
         &lt;p style="WIDTH: 150px" align=left&gt;
            Sincerely,&lt;br&gt;
            &lt;br&gt;
            &lt;br&gt;
            Kumar P. Barve&lt;br&gt;
            Majority Leader
         &lt;/p&gt;
      &lt;/center&gt;
      &lt;p&gt;
         KPB/mfs
      &lt;/p&gt;
   &lt;/div&gt;
&lt;/center&gt;
&lt;p&gt;
   I removed my street address (and moved since that address so this was lovingly forwared
   by the post office), and the email formatting was mine (no need to spam Mr. Barve).
   I'm certainly pleased. I get paid as a consultant and this would have eaten into my
   earnings big time, enough that I would have had to think about moving out of the state,
   and having just moved back to Maryland would have made me sad. Now I can stay put
   for a while.
&lt;/p&gt;</description>
      <comments>http://davidkearns.com/CommentView,guid,b75773dd-e036-4e18-ab3b-9da0015b0ab2.aspx</comments>
      <category>life</category>
    </item>
    <item>
      <trackback:ping>http://davidkearns.com/Trackback.aspx?guid=26248e60-047b-40c0-8dd3-1b894e04a200</trackback:ping>
      <pingback:server>http://davidkearns.com/pingback.aspx</pingback:server>
      <pingback:target>http://davidkearns.com/PermaLink,guid,26248e60-047b-40c0-8dd3-1b894e04a200.aspx</pingback:target>
      <dc:creator>webmaster@davidkearns.com (David Kearns)</dc:creator>
      <wfw:comment>http://davidkearns.com/CommentView,guid,26248e60-047b-40c0-8dd3-1b894e04a200.aspx</wfw:comment>
      <wfw:commentRss>http://davidkearns.com/SyndicationService.asmx/GetEntryCommentsRss?guid=26248e60-047b-40c0-8dd3-1b894e04a200</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p align="center">
          <object id="gtembed" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" height="392" width="480" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000">
            <param name="_cx" value="12700" />
            <param name="_cy" value="10372" />
            <param name="FlashVars" value="" />
            <param name="Movie" value="http://www.gametrailers.com/remote_wrap.php?mid=32715" />
            <param name="Src" value="http://www.gametrailers.com/remote_wrap.php?mid=32715" />
            <param name="WMode" value="Window" />
            <param name="Play" value="-1" />
            <param name="Loop" value="-1" />
            <param name="Quality" value="High" />
            <param name="SAlign" value="" />
            <param name="Menu" value="-1" />
            <param name="Base" value="" />
            <param name="AllowScriptAccess" value="sameDomain" />
            <param name="Scale" value="ShowAll" />
            <param name="DeviceFont" value="0" />
            <param name="EmbedMovie" value="0" />
            <param name="BGColor" value="" />
            <param name="SWRemote" value="" />
            <param name="MovieData" value="" />
            <param name="SeamlessTabbing" value="1" />
            <param name="Profile" value="0" />
            <param name="ProfileAddress" value="" />
            <param name="ProfilePort" value="0" />
            <param name="AllowNetworking" value="all" />
            <param name="AllowFullScreen" value="true" />
            <embed src="http://www.gametrailers.com/remote_wrap.php?mid=32715" swliveconnect="true" name="gtembed" align="middle" allowscriptaccess="sameDomain" allowfullscreen="true" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="480" height="392">
            </embed>
          </object>
        </p>
        <p>
      Or aren't on <a href="http://www.kooshmoose.com/">Kooshmoose</a>'s speed dial, or
      get all of your gaming news from my blog...
   </p>
      </body>
      <title>In case you live under a rock</title>
      <guid>http://davidkearns.com/PermaLink,guid,26248e60-047b-40c0-8dd3-1b894e04a200.aspx</guid>
      <link>http://davidkearns.com/2008/04/11/InCaseYouLiveUnderARock.aspx</link>
      <pubDate>Fri, 11 Apr 2008 13:37:40 GMT</pubDate>
      <description>&lt;p align=center&gt;
   &lt;object id=gtembed codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0 height=392 width=480 classid=clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&gt;
      &lt;param name="_cx" value="12700"&gt;
      &lt;param name="_cy" value="10372"&gt;
      &lt;param name="FlashVars" value=""&gt;
      &lt;param name="Movie" value="http://www.gametrailers.com/remote_wrap.php?mid=32715"&gt;
      &lt;param name="Src" value="http://www.gametrailers.com/remote_wrap.php?mid=32715"&gt;
      &lt;param name="WMode" value="Window"&gt;
      &lt;param name="Play" value="-1"&gt;
      &lt;param name="Loop" value="-1"&gt;
      &lt;param name="Quality" value="High"&gt;
      &lt;param name="SAlign" value=""&gt;
      &lt;param name="Menu" value="-1"&gt;
      &lt;param name="Base" value=""&gt;
      &lt;param name="AllowScriptAccess" value="sameDomain"&gt;
      &lt;param name="Scale" value="ShowAll"&gt;
      &lt;param name="DeviceFont" value="0"&gt;
      &lt;param name="EmbedMovie" value="0"&gt;
      &lt;param name="BGColor" value=""&gt;
      &lt;param name="SWRemote" value=""&gt;
      &lt;param name="MovieData" value=""&gt;
      &lt;param name="SeamlessTabbing" value="1"&gt;
      &lt;param name="Profile" value="0"&gt;
      &lt;param name="ProfileAddress" value=""&gt;
      &lt;param name="ProfilePort" value="0"&gt;
      &lt;param name="AllowNetworking" value="all"&gt;
      &lt;param name="AllowFullScreen" value="true"&gt;
      &lt;embed src="http://www.gametrailers.com/remote_wrap.php?mid=32715" swliveconnect="true" name="gtembed" align="middle" allowscriptaccess="sameDomain" allowfullscreen="true" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="480" height="392"&gt;&lt;/embed&gt; 
   &lt;/object&gt;
&lt;/p&gt;
&lt;p&gt;
   Or aren't on &lt;a href="http://www.kooshmoose.com/"&gt;Kooshmoose&lt;/a&gt;'s speed dial, or
   get all of your gaming news from my blog...
&lt;/p&gt;</description>
      <comments>http://davidkearns.com/CommentView,guid,26248e60-047b-40c0-8dd3-1b894e04a200.aspx</comments>
      <category>games</category>
    </item>
    <item>
      <trackback:ping>http://davidkearns.com/Trackback.aspx?guid=26bca39c-b4e5-408f-895c-df33c0bc2c0f</trackback:ping>
      <pingback:server>http://davidkearns.com/pingback.aspx</pingback:server>
      <pingback:target>http://davidkearns.com/PermaLink,guid,26bca39c-b4e5-408f-895c-df33c0bc2c0f.aspx</pingback:target>
      <dc:creator>webmaster@davidkearns.com (David Kearns)</dc:creator>
      <wfw:comment>http://davidkearns.com/CommentView,guid,26bca39c-b4e5-408f-895c-df33c0bc2c0f.aspx</wfw:comment>
      <wfw:commentRss>http://davidkearns.com/SyndicationService.asmx/GetEntryCommentsRss?guid=26bca39c-b4e5-408f-895c-df33c0bc2c0f</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p style="FLOAT: right; MARGIN: 0px 0px 20px 20px">
          <table>
            <tbody>
              <tr valign="top">
                <td align="middle">
                  <a href="http://www.amazon.com/exec/obidos/ASIN/B000FQ9R4E/dk4bluegnunet">
                    <img src="http://davidkearns.com/Amazon/Thumbs/med_B000FQ9R4E.jpg" />
                  </a>
                </td>
                <td valign="top">
                  <p>
                    <a style="FONT-WEIGHT: bold; FONT-SIZE: 150%" href="http://www.amazon.com/exec/obidos/ASIN/B000FQ9R4E/dk4bluegnunet">
                      <font color="#796c41">Super
                     Smash Bros. Brawl </font>
                    </a>
                    <br />
                     Nintendo Wii 
                     <br />
                     Nintendo 
                     <br />
                     Teen 
                     <br /><b>A+</b></p>
                </td>
              </tr>
            </tbody>
          </table>
        </p>
        <p>
      What is there to say about SSBB? If you owned a Nintendo 64, then I know you already
      have this game. If you owned a GameCube and enjoyed the previous Super Smash Bros.
      Melee, then you have at least checked this out and since purchased a copy. If the
      Wii is your first Nintendo console then do yourself a favor and at least rent this
      one (you'll end up buying it anyway).
   </p>
        <p>
      Who won't like this? I guess if you have no friends or abhor violence then this isn't
      for you. Of course if you don't like violence then you don't play video games, and
      if you have no friends you either purchased a PS3 to keep it that way, or you bought
      a Wii hoping to get friends.
   </p>
        <p align="center">
          <strong>
            <font color="#ff0000">!!! SPOILER ALERT !!!</font>
          </strong>
        </p>
        <p>
      Perhaps you have a copy of Super Smash Bros. Melee and figure it's the same game,
      just newer graphics? Essentially yes, except for:
   </p>
        <ul>
          <li>
         New playable characters:</li>
          <ul>
            <li>
              <a href="http://www.smashbros.com/en_us/characters/diddykong.html">Diddy Kong</a>
            </li>
            <li>
              <a href="http://www.smashbros.com/en_us/characters/ike.html">Ike</a> from Fire
            Emblem</li>
            <li>
              <a href="http://www.smashbros.com/en_us/characters/kingdedede.html">King Dedede</a> from
            Kirby</li>
            <li>
              <a href="http://www.smashbros.com/en_us/characters/hidden06.html">Lucario</a> from
            Pokémon</li>
            <li>
              <a href="http://www.smashbros.com/en_us/characters/lucas.html">Lucas</a> from Earth
            Bound</li>
            <li>
              <a href="http://www.smashbros.com/en_us/characters/metaknight.html">Meta Knight</a> from
            Kirby</li>
            <li>
              <a href="http://www.smashbros.com/en_us/characters/pikmin.html">Olimar</a> from Pikmin</li>
            <li>
              <a href="http://www.smashbros.com/en_us/characters/pit.html">Pit</a> from Kid
            Icarus</li>
            <li>
              <a href="http://www.smashbros.com/en_us/characters/pokemon_trainer.html">Ash</a> (though
            they call him "Pokémon Trainer") from Pokémon</li>
            <li>
              <a href="http://www.smashbros.com/en_us/characters/hidden07.html">R.O.B.</a> as himself
            (Old School NES reference)</li>
            <li>
              <a href="http://www.smashbros.com/en_us/characters/snake.html">Snake</a> from Metal
            Gear</li>
            <li>
              <a href="http://www.smashbros.com/en_us/characters/sonic.html">Sonic the Hedgehog</a>
            </li>
            <li>
              <a href="http://www.smashbros.com/en_us/characters/hidden11.html">Toon Link</a> from
            Wind Waker</li>
            <li>
              <a href="http://www.smashbros.com/en_us/characters/wario.html">Wario</a>
            </li>
            <li>
              <a href="http://www.smashbros.com/en_us/characters/hidden12.html">Wolf</a> from Star
            Fox</li>
            <li>
              <a href="http://www.smashbros.com/en_us/characters/zerosuit_samus.html">Zero Suit
            Samus</a> from Metroid</li>
          </ul>
          <li>
         New stages to fall in line with the above</li>
          <li>
         4 <a href="http://www.smashbros.com/en_us/gamemode/various/various01.html">play styles</a></li>
          <ul>
            <li>
            Wiimote</li>
            <li>
            Wiimote + Nunchuck</li>
            <li>
            Classic Controller</li>
            <li>
            GameCube Controller (including my beloved WaveBird)</li>
          </ul>
          <li>
            <a href="http://www.smashbros.com/en_us/howto/basic/basic02.html">Final Smashes</a> -
         with an item each character has a unique "super attack"</li>
          <li>
         New Adventure Mode: <a href="http://www.smashbros.com/en_us/gamemode/modea/index.html">Subspace
         Emissary</a> (so much better than Melee's Adventure Mode)</li>
          <li>
            <a href="http://www.smashbros.com/en_us/gamemode/wi-fi/wi-fi01.html">WiFi play</a>!</li>
          <li>
         Stickers (OK, this one is a bit lame)</li>
          <li>
         Demo versions of the games the characters come from (so you'll buy the originals on
         Virtual Console)</li>
          <li>
         Challenges greatly improved to help you find all unlockable challenges in the game
         (like achievements on the XBox 360, but only for one game and not viewable by others
         on your gamer tag which Nintendo doesn't even have...)</li>
          <li>
         Assist Trophies (like pokeballs but they have non-Pokémon characters inside them)</li>
        </ul>
        <p>
      That is a ton of new stuff, and except for the Stickers all well received. So what
      are you still doing here? Head to GameFly and add this puppy to your queue, or straight
      to EB Games so you can get a copy in your hot little hands. Go!
   </p>
      </body>
      <title>Super Smash Bros. Brawl</title>
      <guid>http://davidkearns.com/PermaLink,guid,26bca39c-b4e5-408f-895c-df33c0bc2c0f.aspx</guid>
      <link>http://davidkearns.com/2008/04/08/SuperSmashBrosBrawl.aspx</link>
      <pubDate>Tue, 08 Apr 2008 18:19:01 GMT</pubDate>
      <description>&lt;p style="FLOAT: right; MARGIN: 0px 0px 20px 20px"&gt;
   &lt;table&gt;
      &lt;tbody&gt;
         &lt;tr valign=top&gt;
            &lt;td align=middle&gt;
               &lt;a href="http://www.amazon.com/exec/obidos/ASIN/B000FQ9R4E/dk4bluegnunet"&gt;&lt;img src="http://davidkearns.com/Amazon/Thumbs/med_B000FQ9R4E.jpg"&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td valign=top&gt;
               &lt;p&gt;
                  &lt;a style="FONT-WEIGHT: bold; FONT-SIZE: 150%" href="http://www.amazon.com/exec/obidos/ASIN/B000FQ9R4E/dk4bluegnunet"&gt;&lt;font color=#796c41&gt;Super
                  Smash Bros. Brawl &lt;/font&gt;&lt;/a&gt;
                  &lt;br&gt;
                  Nintendo Wii 
                  &lt;br&gt;
                  Nintendo 
                  &lt;br&gt;
                  Teen 
                  &lt;br&gt;
                  &lt;b&gt;A+&lt;/b&gt;
               &lt;/p&gt;
            &lt;/td&gt;
         &lt;/tr&gt;
      &lt;/tbody&gt;
   &lt;/table&gt;
&lt;/p&gt;
&lt;p&gt;
   What is there to say about SSBB? If you owned a Nintendo 64, then I know you already
   have this game. If you owned a GameCube and enjoyed the previous Super Smash Bros.
   Melee, then you have at least checked this out and since purchased a copy. If the
   Wii is your first Nintendo console then do yourself a favor and at least rent this
   one (you'll end up buying it anyway).
&lt;/p&gt;
&lt;p&gt;
   Who won't like this? I guess if you have no friends or abhor violence then this isn't
   for you. Of course if you don't like violence then you don't play video games, and
   if you have no friends you either purchased a PS3 to keep it that way, or you bought
   a Wii hoping to get friends.
&lt;/p&gt;
&lt;p align=center&gt;
   &lt;strong&gt;&lt;font color=#ff0000&gt;!!! SPOILER ALERT !!!&lt;/font&gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
   Perhaps you have a copy of Super Smash Bros. Melee and figure it's the same game,
   just newer graphics? Essentially yes, except for:
&lt;/p&gt;
&lt;ul&gt;
   &lt;li&gt;
      New playable characters:&lt;/li&gt;
   &lt;ul&gt;
      &lt;li&gt;
         &lt;a href="http://www.smashbros.com/en_us/characters/diddykong.html"&gt;Diddy Kong&lt;/a&gt;
      &lt;/li&gt;
      &lt;li&gt;
         &lt;a href="http://www.smashbros.com/en_us/characters/ike.html"&gt;Ike&lt;/a&gt;&amp;nbsp;from Fire
         Emblem&lt;/li&gt;
      &lt;li&gt;
         &lt;a href="http://www.smashbros.com/en_us/characters/kingdedede.html"&gt;King Dedede&lt;/a&gt; from
         Kirby&lt;/li&gt;
      &lt;li&gt;
         &lt;a href="http://www.smashbros.com/en_us/characters/hidden06.html"&gt;Lucario&lt;/a&gt; from
         Pokémon&lt;/li&gt;
      &lt;li&gt;
         &lt;a href="http://www.smashbros.com/en_us/characters/lucas.html"&gt;Lucas&lt;/a&gt; from Earth
         Bound&lt;/li&gt;
      &lt;li&gt;
         &lt;a href="http://www.smashbros.com/en_us/characters/metaknight.html"&gt;Meta Knight&lt;/a&gt; from
         Kirby&lt;/li&gt;
      &lt;li&gt;
         &lt;a href="http://www.smashbros.com/en_us/characters/pikmin.html"&gt;Olimar&lt;/a&gt; from Pikmin&lt;/li&gt;
      &lt;li&gt;
         &lt;a href="http://www.smashbros.com/en_us/characters/pit.html"&gt;Pit&lt;/a&gt;&amp;nbsp;from Kid
         Icarus&lt;/li&gt;
      &lt;li&gt;
         &lt;a href="http://www.smashbros.com/en_us/characters/pokemon_trainer.html"&gt;Ash&lt;/a&gt;&amp;nbsp;(though
         they call him "Pokémon Trainer") from Pokémon&lt;/li&gt;
      &lt;li&gt;
         &lt;a href="http://www.smashbros.com/en_us/characters/hidden07.html"&gt;R.O.B.&lt;/a&gt; as himself
         (Old School NES reference)&lt;/li&gt;
      &lt;li&gt;
         &lt;a href="http://www.smashbros.com/en_us/characters/snake.html"&gt;Snake&lt;/a&gt; from Metal
         Gear&lt;/li&gt;
      &lt;li&gt;
         &lt;a href="http://www.smashbros.com/en_us/characters/sonic.html"&gt;Sonic the Hedgehog&lt;/a&gt;
      &lt;/li&gt;
      &lt;li&gt;
         &lt;a href="http://www.smashbros.com/en_us/characters/hidden11.html"&gt;Toon Link&lt;/a&gt; from
         Wind Waker&lt;/li&gt;
      &lt;li&gt;
         &lt;a href="http://www.smashbros.com/en_us/characters/wario.html"&gt;Wario&lt;/a&gt;
      &lt;/li&gt;
      &lt;li&gt;
         &lt;a href="http://www.smashbros.com/en_us/characters/hidden12.html"&gt;Wolf&lt;/a&gt; from Star
         Fox&lt;/li&gt;
      &lt;li&gt;
         &lt;a href="http://www.smashbros.com/en_us/characters/zerosuit_samus.html"&gt;Zero Suit
         Samus&lt;/a&gt;&amp;nbsp;from Metroid&lt;/li&gt;
   &lt;/ul&gt;
   &lt;li&gt;
      New stages to fall in line with the above&lt;/li&gt;
   &lt;li&gt;
      4 &lt;a href="http://www.smashbros.com/en_us/gamemode/various/various01.html"&gt;play styles&lt;/a&gt;
   &lt;/li&gt;
   &lt;ul&gt;
      &lt;li&gt;
         Wiimote&lt;/li&gt;
      &lt;li&gt;
         Wiimote + Nunchuck&lt;/li&gt;
      &lt;li&gt;
         Classic Controller&lt;/li&gt;
      &lt;li&gt;
         GameCube Controller (including my beloved WaveBird)&lt;/li&gt;
   &lt;/ul&gt;
   &lt;li&gt;
      &lt;a href="http://www.smashbros.com/en_us/howto/basic/basic02.html"&gt;Final Smashes&lt;/a&gt; -
      with an item each character has a unique "super attack"&lt;/li&gt;
   &lt;li&gt;
      New Adventure Mode: &lt;a href="http://www.smashbros.com/en_us/gamemode/modea/index.html"&gt;Subspace
      Emissary&lt;/a&gt; (so much better than Melee's Adventure Mode)&lt;/li&gt;
   &lt;li&gt;
      &lt;a href="http://www.smashbros.com/en_us/gamemode/wi-fi/wi-fi01.html"&gt;WiFi play&lt;/a&gt;!&lt;/li&gt;
   &lt;li&gt;
      Stickers (OK, this one is a bit lame)&lt;/li&gt;
   &lt;li&gt;
      Demo versions of the games the characters come from (so you'll buy the originals on
      Virtual Console)&lt;/li&gt;
   &lt;li&gt;
      Challenges greatly improved to help you find all unlockable challenges in the game
      (like achievements on the XBox 360, but only for one game and not viewable by others
      on your gamer tag which Nintendo doesn't even have...)&lt;/li&gt;
   &lt;li&gt;
      Assist Trophies (like pokeballs but they have non-Pokémon characters inside them)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
   That is a ton of new stuff, and except for the Stickers all well received. So what
   are you still doing here? Head to GameFly and add this puppy to your queue, or straight
   to EB Games so you can get a copy in your hot little hands. Go!
&lt;/p&gt;</description>
      <comments>http://davidkearns.com/CommentView,guid,26bca39c-b4e5-408f-895c-df33c0bc2c0f.aspx</comments>
      <category>games</category>
    </item>
    <item>
      <trackback:ping>http://davidkearns.com/Trackback.aspx?guid=ef66b2aa-6cb3-4cb9-861a-372261d3d946</trackback:ping>
      <pingback:server>http://davidkearns.com/pingback.aspx</pingback:server>
      <pingback:target>http://davidkearns.com/PermaLink,guid,ef66b2aa-6cb3-4cb9-861a-372261d3d946.aspx</pingback:target>
      <dc:creator>webmaster@davidkearns.com (David Kearns)</dc:creator>
      <wfw:comment>http://davidkearns.com/CommentView,guid,ef66b2aa-6cb3-4cb9-861a-372261d3d946.aspx</wfw:comment>
      <wfw:commentRss>http://davidkearns.com/SyndicationService.asmx/GetEntryCommentsRss?guid=ef66b2aa-6cb3-4cb9-861a-372261d3d946</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p style="FLOAT: right; MARGIN: 0px 0px 20px 20px">
          <table>
            <tbody>
              <tr valign="top">
                <td align="middle">
                  <a href="http://www.amazon.com/exec/obidos/ASIN/B000TGB4R8/dk4bluegnunet">
                    <img src="http://davidkearns.com/Amazon/Thumbs/med_B000TGB4R8.jpg" />
                  </a>
                </td>
                <td valign="top">
                  <p>
                    <a style="FONT-WEIGHT: bold; FONT-SIZE: 150%" href="http://www.amazon.com/exec/obidos/ASIN/B000TGB4R8/dk4bluegnunet">
                      <font color="#796c41">Crash
                     of the Titans </font>
                    </a>
                    <br />
                     Nintendo Wii 
                     <br />
                     Sierra 
                     <br />
                     Everyone 10+ 
                     <br /><b>B</b></p>
                </td>
              </tr>
            </tbody>
          </table>
        </p>
        <p>
      Crash? That old PS1 game? Yes, that crash. I never had a PS1, so this is actually
      the first Crash game I've ever played. Apparently <a href="http://www.naughtydog.com/">Naughty
      Dog</a> isn't involved anymore, but the <a href="http://en.wikipedia.org/wiki/Crash_Bandicoot_series">series
      continues</a> anyway. Why'd I pick this game up, of all games? My nephew <a href="http://www.flickr.com/photos/dkfour/1799528490/in/set-72157602306992672/">Oni</a> was
      playing the heck out of this thing during our last trip to Indonesia, and since there
      was a Wii version I figured I'd give it a <a href="http://www.youtube.com/watch?v=E0g0rOT0mT4">spin</a>.
   </p>
        <p>
      Well, there is really nothing new here. The "jack" system allows Crash to use his
      mask friend <a href="http://en.wikipedia.org/wiki/Aku_Aku">Aku Aku</a> to control
      large monsters, you can then use them to better attack and thereby jack even more
      and sometimes larger beasties, otherwise it's a basic platformer. Does this mean that
      there is anything wrong with it? Nope, I'm a platformer guy, so this suits me. Still
      playing through the first time, not sure if there will be much desire to destroy this
      game, but so far it's been entertaining.
   </p>
      </body>
      <title>Crash of the Titans</title>
      <guid>http://davidkearns.com/PermaLink,guid,ef66b2aa-6cb3-4cb9-861a-372261d3d946.aspx</guid>
      <link>http://davidkearns.com/2008/04/08/CrashOfTheTitans.aspx</link>
      <pubDate>Tue, 08 Apr 2008 17:41:18 GMT</pubDate>
      <description>&lt;p style="FLOAT: right; MARGIN: 0px 0px 20px 20px"&gt;
   &lt;table&gt;
      &lt;tbody&gt;
         &lt;tr valign=top&gt;
            &lt;td align=middle&gt;
               &lt;a href="http://www.amazon.com/exec/obidos/ASIN/B000TGB4R8/dk4bluegnunet"&gt;&lt;img src="http://davidkearns.com/Amazon/Thumbs/med_B000TGB4R8.jpg"&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td valign=top&gt;
               &lt;p&gt;
                  &lt;a style="FONT-WEIGHT: bold; FONT-SIZE: 150%" href="http://www.amazon.com/exec/obidos/ASIN/B000TGB4R8/dk4bluegnunet"&gt;&lt;font color=#796c41&gt;Crash
                  of the Titans &lt;/font&gt;&lt;/a&gt;
                  &lt;br&gt;
                  Nintendo Wii 
                  &lt;br&gt;
                  Sierra 
                  &lt;br&gt;
                  Everyone 10+ 
                  &lt;br&gt;
                  &lt;b&gt;B&lt;/b&gt;
               &lt;/p&gt;
            &lt;/td&gt;
         &lt;/tr&gt;
      &lt;/tbody&gt;
   &lt;/table&gt;
&lt;/p&gt;
&lt;p&gt;
   Crash? That old PS1 game? Yes, that crash. I never had a PS1, so this is actually
   the first Crash game I've ever played. Apparently &lt;a href="http://www.naughtydog.com/"&gt;Naughty
   Dog&lt;/a&gt; isn't involved anymore, but the &lt;a href="http://en.wikipedia.org/wiki/Crash_Bandicoot_series"&gt;series
   continues&lt;/a&gt; anyway. Why'd I pick this game up, of all games? My nephew &lt;a href="http://www.flickr.com/photos/dkfour/1799528490/in/set-72157602306992672/"&gt;Oni&lt;/a&gt; was
   playing the heck out of this thing during our last trip to Indonesia, and since there
   was a Wii version I figured I'd give it a &lt;a href="http://www.youtube.com/watch?v=E0g0rOT0mT4"&gt;spin&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
   Well, there is really nothing new here. The "jack" system allows Crash to use his
   mask friend &lt;a href="http://en.wikipedia.org/wiki/Aku_Aku"&gt;Aku Aku&lt;/a&gt; to control
   large monsters, you can then use them to better attack and thereby jack even more
   and sometimes larger beasties, otherwise it's a basic platformer. Does this mean that
   there is anything wrong with it? Nope, I'm a platformer guy, so this suits me. Still
   playing through the first time, not sure if there will be much desire to destroy this
   game, but so far it's been entertaining.
&lt;/p&gt;</description>
      <comments>http://davidkearns.com/CommentView,guid,ef66b2aa-6cb3-4cb9-861a-372261d3d946.aspx</comments>
      <category>games</category>
    </item>
    <item>
      <trackback:ping>http://davidkearns.com/Trackback.aspx?guid=e399775d-9827-4c67-b6ff-4ee8856a1064</trackback:ping>
      <pingback:server>http://davidkearns.com/pingback.aspx</pingback:server>
      <pingback:target>http://davidkearns.com/PermaLink,guid,e399775d-9827-4c67-b6ff-4ee8856a1064.aspx</pingback:target>
      <dc:creator>webmaster@davidkearns.com (David Kearns)</dc:creator>
      <wfw:comment>http://davidkearns.com/CommentView,guid,e399775d-9827-4c67-b6ff-4ee8856a1064.aspx</wfw:comment>
      <wfw:commentRss>http://davidkearns.com/SyndicationService.asmx/GetEntryCommentsRss?guid=e399775d-9827-4c67-b6ff-4ee8856a1064</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
        </p>
        <p>
      I'm primarily a web-based interface programmer, I haven't done non-web-based applications
      for my main gig for a while, though in the before web age I did dial-up applications
      (in ansi!). They, however, didn't need multi-threading for updating the GUI while
      doing the work in a separate thread. This is one thing that has always daunted me
      with Windows applications, perhaps VB and c++ programmers just like dealing with all
      the threading issues for fun. Finally I found this:
   </p>
        <blockquote>
          <p>
      The BackgroundWorker Component allows a form to run an operation asynchronously. This
      is very useful when we deal with such kind of operations as database transactions,
      image downloads etc. In this case our user interface can hang (or not appear until
      loading will be finished). In this article I will show (step-by-step) how you can
      use the BackgroundWorker Component in .NET 2 applications to execute time-consuming
      operations. The examples are written using C#.
   </p>
        </blockquote>
        <p align="right">
      [ <a href="http://www.c-sharpcorner.com/UploadFile/LivMic/BGWorker07032007000515AM/BGWorker.aspx">Using
      the BackgroundWorker Component in .NET 2 applications</a> ]
   </p>
        <p align="left">
      Perhaps I was supposed to know that was there all along, of course since much of what
      I do in .net happens so quickly that multi-threading is useless, and the interface
      is all sent via HTML, etc., I've just never run across having to do this right, until
      today. Doing a DB import of 25K+ records from access into a local SQL server requires
      more time than the GUI updating would like, and this was the easy-peasey-lemon-squeezey
      way of doing that, let me tell you. Just drag this tool onto the playing field, and
      then double-click a few auto-stubbed event handlers, plus toggle the property "WorkerSupportsProgress",
      wire up what I want to get done with a call to notify the progress bar, wire in the
      progress bar updater, and voilà! it's almost like I know what I'm doing...
   </p>
      </body>
      <title>Proper Threading</title>
      <guid>http://davidkearns.com/PermaLink,guid,e399775d-9827-4c67-b6ff-4ee8856a1064.aspx</guid>
      <link>http://davidkearns.com/2008/04/03/ProperThreading.aspx</link>
      <pubDate>Thu, 03 Apr 2008 20:03:43 GMT</pubDate>
      <description>&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
   I'm primarily a web-based interface programmer, I haven't done non-web-based applications
   for my main gig for a while, though in the before web age I did dial-up applications
   (in ansi!). They, however, didn't need multi-threading for updating the GUI while
   doing the work in a separate thread. This is one thing that has always daunted me
   with Windows applications, perhaps VB and c++ programmers just like dealing with all
   the threading issues for fun. Finally I found this:
&lt;/p&gt;
&lt;blockquote&gt; 
&lt;p&gt;
   The BackgroundWorker Component allows a form to run an operation asynchronously. This
   is very useful when we deal with such kind of operations as database transactions,
   image downloads etc. In this case our user interface can hang (or not appear until
   loading will be finished). In this article I will show (step-by-step) how you can
   use the BackgroundWorker Component in .NET 2 applications to execute time-consuming
   operations. The examples are written using C#.
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p align=right&gt;
   [ &lt;a href="http://www.c-sharpcorner.com/UploadFile/LivMic/BGWorker07032007000515AM/BGWorker.aspx"&gt;Using
   the BackgroundWorker Component in .NET 2 applications&lt;/a&gt; ]
&lt;/p&gt;
&lt;p align=left&gt;
   Perhaps I was supposed to know that was there all along, of course since much of what
   I do in .net happens so quickly that multi-threading is useless, and the interface
   is all sent via HTML, etc., I've just never run across having to do this right, until
   today. Doing a DB import of 25K+ records from access into a local SQL server requires
   more time than the GUI updating would like, and this was the easy-peasey-lemon-squeezey
   way of doing that, let me tell you. Just drag this tool onto the playing field, and
   then double-click a few auto-stubbed event handlers, plus toggle the property "WorkerSupportsProgress",
   wire up what I want to get done with a call to notify the progress bar, wire in the
   progress bar updater, and voilà! it's almost like I know what I'm doing...
&lt;/p&gt;</description>
      <comments>http://davidkearns.com/CommentView,guid,e399775d-9827-4c67-b6ff-4ee8856a1064.aspx</comments>
      <category>.net</category>
    </item>
    <item>
      <trackback:ping>http://davidkearns.com/Trackback.aspx?guid=519c4f53-581c-4ac9-aacd-bd70908316b0</trackback:ping>
      <pingback:server>http://davidkearns.com/pingback.aspx</pingback:server>
      <pingback:target>http://davidkearns.com/PermaLink,guid,519c4f53-581c-4ac9-aacd-bd70908316b0.aspx</pingback:target>
      <dc:creator>webmaster@davidkearns.com (David Kearns)</dc:creator>
      <wfw:comment>http://davidkearns.com/CommentView,guid,519c4f53-581c-4ac9-aacd-bd70908316b0.aspx</wfw:comment>
      <wfw:commentRss>http://davidkearns.com/SyndicationService.asmx/GetEntryCommentsRss?guid=519c4f53-581c-4ac9-aacd-bd70908316b0</wfw:commentRss>
      <slash:comments>2</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a href="http://www.microsoft.com/windows/products/windowsvista/buyorupgrade/windowsanytimeupgrade/overview.mspx">Anytime</a> you
      have 7 hours to spare, that is.
   </p>
        <p>
      Of course I didn't use the Anytime Upgrade but a free copy of Vista Ultimate that
      Microsoft gave attendees of the HEROES Happen {Here} conference (or however they typed
      it...).
   </p>
        <p>
      And after those 7 hours? Had to reinstall audio drivers, reinstall <a href="http://www.stardock.com/">Stardock
      Central</a>, and download sob jobby to reset my <a href="http://onecare.live.com/standard/en-us/default.htm">Live
      OneCare </a>because it couldn't identify me or turn on the firewall.
   </p>
        <p>
      And for what? I'm not even sure what the difference between business and ultimate
      is. There is Bit Locker, though I doubt I'll use that, and there is Dream Scene, which
      amazingly doesn't seem to affect the performance of my laptop, but I'm sure it will
      get old quickly. There is increased media capabilities, but I don't have a TV Tuner
      card, so really what does that do for me?
   </p>
      </body>
      <title>Vista "Anytime" Upgrade</title>
      <guid>http://davidkearns.com/PermaLink,guid,519c4f53-581c-4ac9-aacd-bd70908316b0.aspx</guid>
      <link>http://davidkearns.com/2008/03/26/VistaAnytimeUpgrade.aspx</link>
      <pubDate>Wed, 26 Mar 2008 19:29:27 GMT</pubDate>
      <description>&lt;p&gt;
   &lt;a href="http://www.microsoft.com/windows/products/windowsvista/buyorupgrade/windowsanytimeupgrade/overview.mspx"&gt;Anytime&lt;/a&gt; you
   have 7 hours to spare, that is.
&lt;/p&gt;
&lt;p&gt;
   Of course I didn't use the Anytime Upgrade but a free copy of Vista Ultimate that
   Microsoft gave attendees of the HEROES Happen {Here} conference (or however they typed
   it...).
&lt;/p&gt;
&lt;p&gt;
   And after those 7 hours? Had to reinstall audio drivers, reinstall &lt;a href="http://www.stardock.com/"&gt;Stardock
   Central&lt;/a&gt;, and download sob jobby to reset my &lt;a href="http://onecare.live.com/standard/en-us/default.htm"&gt;Live
   OneCare &lt;/a&gt;because it couldn't identify me or turn on the firewall.
&lt;/p&gt;
&lt;p&gt;
   And for what? I'm not even sure what the difference between business and ultimate
   is. There is Bit Locker, though I doubt I'll use that, and there is Dream Scene, which
   amazingly doesn't seem to affect the performance of my laptop, but I'm sure it will
   get old quickly. There is increased media capabilities, but I don't have a TV Tuner
   card, so really what does that do for me?
&lt;/p&gt;</description>
      <comments>http://davidkearns.com/CommentView,guid,519c4f53-581c-4ac9-aacd-bd70908316b0.aspx</comments>
      <category>technology</category>
    </item>
    <item>
      <trackback:ping>http://davidkearns.com/Trackback.aspx?guid=b9fa8f9d-3f91-4019-985d-57a87c4788e1</trackback:ping>
      <pingback:server>http://davidkearns.com/pingback.aspx</pingback:server>
      <pingback:target>http://davidkearns.com/PermaLink,guid,b9fa8f9d-3f91-4019-985d-57a87c4788e1.aspx</pingback:target>
      <dc:creator>webmaster@davidkearns.com (David Kearns)</dc:creator>
      <wfw:comment>http://davidkearns.com/CommentView,guid,b9fa8f9d-3f91-4019-985d-57a87c4788e1.aspx</wfw:comment>
      <wfw:commentRss>http://davidkearns.com/SyndicationService.asmx/GetEntryCommentsRss?guid=b9fa8f9d-3f91-4019-985d-57a87c4788e1</wfw:commentRss>
      <slash:comments>5</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
        </p>
        <blockquote>
          <p align="left">
      InfraRecorder is a free CD/DVD burning solution for Microsoft Windows. It offers a
      wide range of powerful features; all through an easy to use application interface
      and Windows Explorer integration.
   </p>
        </blockquote>
        <p align="right">
      [ <a href="http://infrarecorder.sourceforge.net/">InfraRecorder</a> ]
   </p>
        <p align="left">
      They forgot to mention their sense of humor:
   </p>
        <p align="center">
          <img src="http://davidkearns.com/content/binary/IngraRecorder.PNG" border="0" />
        </p>
        <p align="left">
      Burn baby, burn! 
   </p>
        <p align="left">
      Note: ISO in question? Ubuntu 7.10 Desktop, hopefully running on a few PCs throughout
      the house soon...
   </p>
      </body>
      <title>ISO Burning</title>
      <guid>http://davidkearns.com/PermaLink,guid,b9fa8f9d-3f91-4019-985d-57a87c4788e1.aspx</guid>
      <link>http://davidkearns.com/2008/03/26/ISOBurning.aspx</link>
      <pubDate>Wed, 26 Mar 2008 15:56:03 GMT</pubDate>
      <description>&lt;p&gt;
&lt;/p&gt;
&lt;blockquote&gt; 
&lt;p align=left&gt;
   InfraRecorder is a free CD/DVD burning solution for Microsoft Windows. It offers a
   wide range of powerful features; all through an easy to use application interface
   and Windows Explorer integration.
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p align=right&gt;
   [ &lt;a href="http://infrarecorder.sourceforge.net/"&gt;InfraRecorder&lt;/a&gt; ]
&lt;/p&gt;
&lt;p align=left&gt;
   They forgot to mention their sense of humor:
&lt;/p&gt;
&lt;p align=center&gt;
   &lt;img src="http://davidkearns.com/content/binary/IngraRecorder.PNG" border=0&gt; 
&lt;p align=left&gt;
   Burn baby, burn! 
&lt;p align=left&gt;
   Note: ISO in question? Ubuntu 7.10 Desktop, hopefully running on a few PCs throughout
   the house soon...
&lt;/p&gt;</description>
      <comments>http://davidkearns.com/CommentView,guid,b9fa8f9d-3f91-4019-985d-57a87c4788e1.aspx</comments>
      <category>humor</category>
    </item>
    <item>
      <trackback:ping>http://davidkearns.com/Trackback.aspx?guid=27f03f2b-31f1-4ba2-9822-37148ad8a15c</trackback:ping>
      <pingback:server>http://davidkearns.com/pingback.aspx</pingback:server>
      <pingback:target>http://davidkearns.com/PermaLink,guid,27f03f2b-31f1-4ba2-9822-37148ad8a15c.aspx</pingback:target>
      <dc:creator>webmaster@davidkearns.com (David Kearns)</dc:creator>
      <wfw:comment>http://davidkearns.com/CommentView,guid,27f03f2b-31f1-4ba2-9822-37148ad8a15c.aspx</wfw:comment>
      <wfw:commentRss>http://davidkearns.com/SyndicationService.asmx/GetEntryCommentsRss?guid=27f03f2b-31f1-4ba2-9822-37148ad8a15c</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      Ever wonder how they went from <a href="http://www.gamefaqs.com/console/nes/data/563439.html">Mario
      Bros.</a> to <a href="http://www.gamefaqs.com/console/nes/data/525243.html">Super
      Mario Bros.</a>?
   </p>
        <p align="center">
          <a href="http://www.duelinganalogs.com/?date=2008-03-20">
            <img border="0" src="http://davidkearns.com/content/binary/MarioBros.PNG" />
          </a>
        </p>
        <blockquote>
          <p>
      And that's (also) why they're not called the Super Luigi Bros
   </p>
        </blockquote>
        <p align="right">
      [ <a href="http://www.duelinganalogs.com/?date=2008-03-20">Dueling Analogs :: Without
      the Super, He's Just a Man</a> ]
   </p>
        <p align="left">
      Makes sense to me. Though technically when the name change happened Luigi looked exactly
      like Mario but wore different colors...
   </p>
      </body>
      <title>Mystery solved</title>
      <guid>http://davidkearns.com/PermaLink,guid,27f03f2b-31f1-4ba2-9822-37148ad8a15c.aspx</guid>
      <link>http://davidkearns.com/2008/03/20/MysterySolved.aspx</link>
      <pubDate>Thu, 20 Mar 2008 15:53:24 GMT</pubDate>
      <description>&lt;p&gt;
   Ever wonder how they went from &lt;a href="http://www.gamefaqs.com/console/nes/data/563439.html"&gt;Mario
   Bros.&lt;/a&gt; to &lt;a href="http://www.gamefaqs.com/console/nes/data/525243.html"&gt;Super
   Mario Bros.&lt;/a&gt;?
&lt;/p&gt;
&lt;p align=center&gt;
   &lt;a href="http://www.duelinganalogs.com/?date=2008-03-20"&gt;&lt;img border=0 src="http://davidkearns.com/content/binary/MarioBros.PNG"&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;blockquote&gt; 
&lt;p&gt;
   And that's (also)&amp;nbsp;why they're not called the Super Luigi Bros
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p align=right&gt;
   [ &lt;a href="http://www.duelinganalogs.com/?date=2008-03-20"&gt;Dueling Analogs :: Without
   the Super, He's Just a Man&lt;/a&gt; ]
&lt;/p&gt;
&lt;p align=left&gt;
   Makes sense to me. Though technically when the name change happened Luigi looked exactly
   like Mario but wore different colors...
&lt;/p&gt;</description>
      <comments>http://davidkearns.com/CommentView,guid,27f03f2b-31f1-4ba2-9822-37148ad8a15c.aspx</comments>
      <category>games</category>
    </item>
    <item>
      <trackback:ping>http://davidkearns.com/Trackback.aspx?guid=e3b0e052-b037-4f80-8280-e0c2ec45b61a</trackback:ping>
      <pingback:server>http://davidkearns.com/pingback.aspx</pingback:server>
      <pingback:target>http://davidkearns.com/PermaLink,guid,e3b0e052-b037-4f80-8280-e0c2ec45b61a.aspx</pingback:target>
      <dc:creator>webmaster@davidkearns.com (David Kearns)</dc:creator>
      <wfw:comment>http://davidkearns.com/CommentView,guid,e3b0e052-b037-4f80-8280-e0c2ec45b61a.aspx</wfw:comment>
      <wfw:commentRss>http://davidkearns.com/SyndicationService.asmx/GetEntryCommentsRss?guid=e3b0e052-b037-4f80-8280-e0c2ec45b61a</wfw:commentRss>
      <slash:comments>3</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p align="center">
          <object height="350" width="425">
            <param name="movie" value="http://www.youtube.com/v/Eod8SmpGfdU" />
            <embed src="http://www.youtube.com/v/Eod8SmpGfdU" type="application/x-shockwave-flash" width="425" height="350">
            </embed>
          </object>
        </p>
        <p align="center">
      And this is the view...
   </p>
      </body>
      <title>New house means new office</title>
      <guid>http://davidkearns.com/PermaLink,guid,e3b0e052-b037-4f80-8280-e0c2ec45b61a.aspx</guid>
      <link>http://davidkearns.com/2008/03/19/NewHouseMeansNewOffice.aspx</link>
      <pubDate>Wed, 19 Mar 2008 19:33:34 GMT</pubDate>
      <description>&lt;p align=center&gt;
   &lt;object height=350 width=425&gt;
      &lt;param name="movie" value="http://www.youtube.com/v/Eod8SmpGfdU"&gt;
      &lt;embed src="http://www.youtube.com/v/Eod8SmpGfdU" type="application/x-shockwave-flash" width="425" height="350"&gt; &lt;/embed&gt; 
   &lt;/object&gt;
&lt;/p&gt;
&lt;p align=center&gt;
   And this is the view...
&lt;/p&gt;</description>
      <comments>http://davidkearns.com/CommentView,guid,e3b0e052-b037-4f80-8280-e0c2ec45b61a.aspx</comments>
      <category>life</category>
    </item>
    <item>
      <trackback:ping>http://davidkearns.com/Trackback.aspx?guid=c52c1caf-acfd-40cb-bbfb-b5ccd03a2aa4</trackback:ping>
      <pingback:server>http://davidkearns.com/pingback.aspx</pingback:server>
      <pingback:target>http://davidkearns.com/PermaLink,guid,c52c1caf-acfd-40cb-bbfb-b5ccd03a2aa4.aspx</pingback:target>
      <dc:creator>webmaster@davidkearns.com (David Kearns)</dc:creator>
      <wfw:comment>http://davidkearns.com/CommentView,guid,c52c1caf-acfd-40cb-bbfb-b5ccd03a2aa4.aspx</wfw:comment>
      <wfw:commentRss>http://davidkearns.com/SyndicationService.asmx/GetEntryCommentsRss?guid=c52c1caf-acfd-40cb-bbfb-b5ccd03a2aa4</wfw:commentRss>
      <title>What's an "enchirido"?</title>
      <guid>http://davidkearns.com/PermaLink,guid,c52c1caf-acfd-40cb-bbfb-b5ccd03a2aa4.aspx</guid>
      <link>http://davidkearns.com/2008/03/13/WhatsAnEnchirido.aspx</link>
      <pubDate>Thu, 13 Mar 2008 23:35:01 GMT</pubDate>
      <description>&lt;p align=center&gt;
   &lt;object height=355 width=425&gt;
      &lt;param name="movie" value="http://www.youtube.com/v/hpMzv2Ol24w&amp;amp;rel=1&amp;amp;border=0"&gt;
      &lt;param name="wmode" value="transparent"&gt;
      &lt;embed src="http://www.youtube.com/v/hpMzv2Ol24w&amp;rel=1&amp;border=0" type="application/x-shockwave-flash" wmode="transparent"width="425" height="355"&gt;&lt;/embed&gt;
   &lt;/object&gt;
&lt;/p&gt;
&lt;p&gt;
   And why does everything in the commercial have crappy canned olives on it?
&lt;/p&gt;</description>
      <comments>http://davidkearns.com/CommentView,guid,c52c1caf-acfd-40cb-bbfb-b5ccd03a2aa4.aspx</comments>
      <category>food</category>
    </item>
    <item>
      <trackback:ping>http://davidkearns.com/Trackback.aspx?guid=5c002552-73a4-46e1-9801-8597ae045a64</trackback:ping>
      <pingback:server>http://davidkearns.com/pingback.aspx</pingback:server>
      <pingback:target>http://davidkearns.com/PermaLink,guid,5c002552-73a4-46e1-9801-8597ae045a64.aspx</pingback:target>
      <dc:creator>webmaster@davidkearns.com (David Kearns)</dc:creator>
      <wfw:comment>http://davidkearns.com/CommentView,guid,5c002552-73a4-46e1-9801-8597ae045a64.aspx</wfw:comment>
      <wfw:commentRss>http://davidkearns.com/SyndicationService.asmx/GetEntryCommentsRss?guid=5c002552-73a4-46e1-9801-8597ae045a64</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <img style="MARGIN: 0px 0px 10px 10px; WIDTH: 175px; HEIGHT: 175px" border="1" hspace="0" alt="" align="right" src="http://davidkearns.com/content/binary/514JBFZ9TCL__AA280_PIbundle-12,TopRight,0,0_AA280_SH20_.png" />
        </p>
        <blockquote>Considered the crossroads of the Far East, Malaysia assimilated cultures
   and cuisines from China, India, Thailand and the Middle East. Peanut Satay, Malaysia's
   signature dish, delicately blends exotic spices, coconut milk, tamarind and fruit
   and crunchy peanuts into a robust sauce for Hokkien noodles.</blockquote>
        <p align="right">
      [ <a href="http://www.amazon.com/exec/obidos/ASIN/B000PE15QO/dk4bluegnunet">Amazon.com:
      Ka-Me Noodle Box, Peanut Satay</a> ]
   </p>
        <p>
      Not sure how authentic these are, but I do love Hokkien noodles and peanuts, so as
      far as I'm concerned it's authentically yummy!
   </p>
      </body>
      <title>Surprisingly good for heat 'n eat</title>
      <guid>http://davidkearns.com/PermaLink,guid,5c002552-73a4-46e1-9801-8597ae045a64.aspx</guid>
      <link>http://davidkearns.com/2008/03/12/SurprisinglyGoodForHeatNEat.aspx</link>
      <pubDate>Wed, 12 Mar 2008 17:42:21 GMT</pubDate>
      <description>&lt;p&gt;
   &lt;img style="MARGIN: 0px 0px 10px 10px; WIDTH: 175px; HEIGHT: 175px" border=1 hspace=0 alt="" align=right src="http://davidkearns.com/content/binary/514JBFZ9TCL__AA280_PIbundle-12,TopRight,0,0_AA280_SH20_.png"&gt;
&lt;/p&gt;
&lt;blockquote&gt;Considered the crossroads of the Far East, Malaysia assimilated cultures
and cuisines from China, India, Thailand and the Middle East. Peanut Satay, Malaysia's
signature dish, delicately blends exotic spices, coconut milk, tamarind and fruit
and crunchy peanuts into a robust sauce for Hokkien noodles.&lt;/blockquote&gt; 
&lt;p align=right&gt;
   [ &lt;a href="http://www.amazon.com/exec/obidos/ASIN/B000PE15QO/dk4bluegnunet"&gt;Amazon.com:
   Ka-Me Noodle Box, Peanut Satay&lt;/a&gt; ]
&lt;/p&gt;
&lt;p&gt;
   Not sure how authentic these are, but I do love Hokkien noodles and peanuts, so as
   far as I'm concerned it's authentically yummy!
&lt;/p&gt;</description>
      <comments>http://davidkearns.com/CommentView,guid,5c002552-73a4-46e1-9801-8597ae045a64.aspx</comments>
      <category>food</category>
    </item>
  </channel>
</rss>