<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" 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/" version="2.0">
  <channel>
    <title>flatlander - Technical</title>
    <link>http://www.flatlandmedia.com/flatlander/</link>
    <description />
    <language>en-us</language>
    <copyright>Your Name Here</copyright>
    <lastBuildDate>Tue, 11 Sep 2007 07:07:32 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.0.7226.0</generator>
    <managingEditor>dasblog@example.com</managingEditor>
    <webMaster>dasblog@example.com</webMaster>
    <item>
      <trackback:ping>http://www.flatlandmedia.com/flatlander/Trackback.aspx?guid=7c45cc13-a31a-42f3-a7ae-9754ef6b3dfb</trackback:ping>
      <pingback:server>http://www.flatlandmedia.com/flatlander/pingback.aspx</pingback:server>
      <pingback:target>http://www.flatlandmedia.com/flatlander/PermaLink,guid,7c45cc13-a31a-42f3-a7ae-9754ef6b3dfb.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.flatlandmedia.com/flatlander/CommentView,guid,7c45cc13-a31a-42f3-a7ae-9754ef6b3dfb.aspx</wfw:comment>
      <wfw:commentRss>http://www.flatlandmedia.com/flatlander/SyndicationService.asmx/GetEntryCommentsRss?guid=7c45cc13-a31a-42f3-a7ae-9754ef6b3dfb</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
        </p>
        <p>
If you've made the jump to Vista and IIS7, like I recently did, and you've installed
asp.net 1.1 for some reason (like trying to use the unsupported VS 2003 as I have),
then you may be seeing this message, even when you are opening asp.net 2.0 sites in
VS 2005.
</p>
        <p>
          <img src="http://www.flatlandmedia.com/flatlander/content/binary/vsconfig.gif" border="0" />
        </p>
        <p>
You've checked in IIS, and the site is definitely pointed to an asp.net 2.0 application
pool, but you get this message every single time you open the site.  Today, I
came across <a href="http://vaultofthoughts.net/SiteConfiguredForUseWithASPNET114322573Solved.aspx">this
article</a>, which spurred me on to find a slightly better solution.  Instead
of deleting the 1.1 handlers, I just moved them down below the 2.0 handlers in the
Ordered List view of the Handler Mappings.  Voila, no more error message, plus
I don't lose the handlers that I might need at some point when testing an old, unsupported VS2003
app.  For having everything in one place, I'll put all of the linked article's
instructions and mine all together here.
</p>
        <ol>
          <li>
Open Internet Information Services (IIS) Manager 
</li>
          <li>
Select the root node 
</li>
          <li>
Open Handler Mappings 
</li>
          <li>
            <strike>Remove each entry that points to ASP.NET 1.1</strike>
          </li>
          <li>
Click on View Ordered List... in the Actions area.</li>
          <li>
Select each of the handlers that have 1.1 in the name, and move them down below the
handlers that have 2.0 in the name.</li>
          <li>
Reopen your VS 2005/asp.net 2.0 project, and no more error message.</li>
        </ol>
        <img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=7c45cc13-a31a-42f3-a7ae-9754ef6b3dfb" />
      </body>
      <title>Vista, Visual Studio 2005, and ASP.NET 1.1</title>
      <guid isPermaLink="false">http://www.flatlandmedia.com/flatlander/PermaLink,guid,7c45cc13-a31a-42f3-a7ae-9754ef6b3dfb.aspx</guid>
      <link>http://www.flatlandmedia.com/flatlander/2007/09/11/VistaVisualStudio2005AndASPNET11.aspx</link>
      <pubDate>Tue, 11 Sep 2007 07:07:32 GMT</pubDate>
      <description>&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
If you've made the jump to Vista and IIS7, like I recently did, and you've installed
asp.net 1.1 for some reason (like trying to use the unsupported VS 2003 as I have),
then you may be seeing this message, even when you are opening asp.net 2.0 sites in
VS 2005.
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.flatlandmedia.com/flatlander/content/binary/vsconfig.gif" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
You've checked in IIS, and the site is definitely pointed to an asp.net 2.0 application
pool, but you get this message every single time you open the site.&amp;nbsp; Today, I
came across &lt;a href="http://vaultofthoughts.net/SiteConfiguredForUseWithASPNET114322573Solved.aspx"&gt;this
article&lt;/a&gt;, which spurred me on to find a slightly better solution.&amp;nbsp; Instead
of deleting the 1.1 handlers, I just moved them down below the 2.0 handlers in the
Ordered List view of the Handler Mappings.&amp;nbsp; Voila, no more error message, plus
I don't lose the handlers that I might need at some point when testing an old, unsupported&amp;nbsp;VS2003
app.&amp;nbsp; For having everything in one place, I'll put all of the linked article's
instructions and mine all together here.
&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
Open Internet Information Services (IIS) Manager 
&lt;li&gt;
Select the root node 
&lt;li&gt;
Open Handler Mappings 
&lt;li&gt;
&lt;strike&gt;Remove each entry that points to ASP.NET 1.1&lt;/strike&gt;
&lt;/li&gt;
&lt;li&gt;
Click on View Ordered List... in the Actions area.&lt;/li&gt;
&lt;li&gt;
Select each of the handlers that have 1.1 in the name, and move them down below the
handlers that have 2.0 in the name.&lt;/li&gt;
&lt;li&gt;
Reopen your VS 2005/asp.net 2.0 project, and no more error message.&lt;/li&gt;
&lt;/ol&gt;
&lt;img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=7c45cc13-a31a-42f3-a7ae-9754ef6b3dfb" /&gt;</description>
      <comments>http://www.flatlandmedia.com/flatlander/CommentView,guid,7c45cc13-a31a-42f3-a7ae-9754ef6b3dfb.aspx</comments>
      <category>Technical</category>
    </item>
    <item>
      <trackback:ping>http://www.flatlandmedia.com/flatlander/Trackback.aspx?guid=7a5cfd7a-bd16-4bfd-8566-48c02b8aebbe</trackback:ping>
      <pingback:server>http://www.flatlandmedia.com/flatlander/pingback.aspx</pingback:server>
      <pingback:target>http://www.flatlandmedia.com/flatlander/PermaLink,guid,7a5cfd7a-bd16-4bfd-8566-48c02b8aebbe.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.flatlandmedia.com/flatlander/CommentView,guid,7a5cfd7a-bd16-4bfd-8566-48c02b8aebbe.aspx</wfw:comment>
      <wfw:commentRss>http://www.flatlandmedia.com/flatlander/SyndicationService.asmx/GetEntryCommentsRss?guid=7a5cfd7a-bd16-4bfd-8566-48c02b8aebbe</wfw:commentRss>
      <slash:comments>3</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I purchased a 19" Samsung 930B monitor tonight just before leaving for church. 
I had just enough time to plug it in.  I tried one setting in the display properties
to try to get it to come on, but no luck and I was out of time.  When I got back
home, I found that it had sorted itself out, and both monitors were on.  All
I had to do was swap the primary and secondary monitors so that the new, bigger monitor
would be the primary.  I'm really going to enjoy the additional desktop space,
but I think the most useful thing for is going to be the fact that I'll be able to
use one screen for RDP (remoting into my work machine) and the other for my local
machine.  Pretty exciting stuff.
</p>
        <p>
BTW, I signed the contracts for showtimemaps.com last week, so real-time data should
be available within days!
</p>
        <img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=7a5cfd7a-bd16-4bfd-8566-48c02b8aebbe" />
      </body>
      <title>New Dual-Monitor Setup</title>
      <guid isPermaLink="false">http://www.flatlandmedia.com/flatlander/PermaLink,guid,7a5cfd7a-bd16-4bfd-8566-48c02b8aebbe.aspx</guid>
      <link>http://www.flatlandmedia.com/flatlander/2006/06/05/NewDualMonitorSetup.aspx</link>
      <pubDate>Mon, 05 Jun 2006 10:54:44 GMT</pubDate>
      <description>&lt;p&gt;
I purchased a 19" Samsung 930B monitor tonight just before leaving for church.&amp;nbsp;
I had just enough time to plug it in.&amp;nbsp; I tried one setting in the display properties
to try to get it to come on, but no luck and I was out of time.&amp;nbsp; When I got back
home, I found that it had sorted itself out, and both monitors were on.&amp;nbsp; All
I had to do was swap the primary and secondary monitors so that the new, bigger monitor
would be the primary.&amp;nbsp; I'm really going to enjoy the additional desktop space,
but I think the most useful thing for is going to be the fact that I'll be able to
use one screen for RDP (remoting into my work machine) and the other for my local
machine.&amp;nbsp; Pretty exciting stuff.
&lt;/p&gt;
&lt;p&gt;
BTW, I signed the contracts for showtimemaps.com last week, so real-time data should
be available within days!
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=7a5cfd7a-bd16-4bfd-8566-48c02b8aebbe" /&gt;</description>
      <comments>http://www.flatlandmedia.com/flatlander/CommentView,guid,7a5cfd7a-bd16-4bfd-8566-48c02b8aebbe.aspx</comments>
      <category>Fun</category>
      <category>Technical</category>
    </item>
    <item>
      <trackback:ping>http://www.flatlandmedia.com/flatlander/Trackback.aspx?guid=4f93fb85-637d-4a1b-a0cd-5cbf90c843ee</trackback:ping>
      <pingback:server>http://www.flatlandmedia.com/flatlander/pingback.aspx</pingback:server>
      <pingback:target>http://www.flatlandmedia.com/flatlander/PermaLink,guid,4f93fb85-637d-4a1b-a0cd-5cbf90c843ee.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.flatlandmedia.com/flatlander/CommentView,guid,4f93fb85-637d-4a1b-a0cd-5cbf90c843ee.aspx</wfw:comment>
      <wfw:commentRss>http://www.flatlandmedia.com/flatlander/SyndicationService.asmx/GetEntryCommentsRss?guid=4f93fb85-637d-4a1b-a0cd-5cbf90c843ee</wfw:commentRss>
      <slash:comments>3</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Every now and then I hear somebody tell a story about their hard drive crashing, and
I'm reminded of my own loss back in college.  While I'm probably glad that I
lost the lame songs that I wrote back then, there are a lot of things that I would
love to still have around.  All of this reminds me that I need to back up my
files.  Important business files and personal photos would be a disaster to lose
at this point.  I looked a little bit at online backup storage, but current broadband
transfer speeds, plus the cost of online storage, makes that a bit impractical at
this point.  Then I read <a href="http://www.msnbc.msn.com/id/9496219/">this
article from MSNBC</a> this morning, and I discovered exactly the type of solution
that I would like to have--a networked external hard drive system.  Here's links
to three of the solutions that I found via the article.
</p>
        <p>
Mirra Personal Server - <a href="http://www.mirra.com/buy/index.html">http://www.mirra.com/buy/index.html</a><br />
$399.99 for 160 GB<br />
At first perusal, this one seems to offer the most in the way of software features.
</p>
        <p>
NetGear Storage Central - <a href="http://www.netgear.com/products/details/SC101.php">http://www.netgear.com/products/details/SC101.php</a><br />
~$110<br />
The upside is that it's expandable.  The downside is that IDE hard drives are
sold separately.
</p>
        <p>
LaCie Ethernet Disk mini - <a href="http://www.lacie.com/products/product.htm?pid=10594">http://www.lacie.com/products/product.htm?pid=10594</a><br />
$229-$599 for 250GB, 300GB, 400GB, or 500GB
</p>
        <p>
While the Mirra solution looks pretty cool, the sheer affordability of the LaCie solution
will probably win out for me.  Does anyone have any experience with Mirra or
LaCie worth sharing?
</p>
        <img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=4f93fb85-637d-4a1b-a0cd-5cbf90c843ee" />
      </body>
      <title>Backup</title>
      <guid isPermaLink="false">http://www.flatlandmedia.com/flatlander/PermaLink,guid,4f93fb85-637d-4a1b-a0cd-5cbf90c843ee.aspx</guid>
      <link>http://www.flatlandmedia.com/flatlander/2005/10/19/Backup.aspx</link>
      <pubDate>Wed, 19 Oct 2005 14:43:57 GMT</pubDate>
      <description>&lt;p&gt;
Every now and then I hear somebody tell a story about their hard drive crashing, and
I'm reminded of my own loss back in college.&amp;nbsp; While I'm probably glad that I
lost the lame songs that I wrote back then, there are a lot of things that I would
love to still have around.&amp;nbsp; All of this reminds me that I need to back up my
files.&amp;nbsp; Important business files and personal photos would be a disaster to lose
at this point.&amp;nbsp; I looked a little bit at online backup storage, but current broadband
transfer speeds, plus the cost of online storage, makes that a bit impractical at
this point.&amp;nbsp; Then I read &lt;a href="http://www.msnbc.msn.com/id/9496219/"&gt;this
article from MSNBC&lt;/a&gt; this morning, and I discovered exactly the type of solution
that I would like to have--a networked external hard drive system.&amp;nbsp; Here's links
to three of the solutions that I found via the article.
&lt;/p&gt;
&lt;p&gt;
Mirra Personal Server - &lt;a href="http://www.mirra.com/buy/index.html"&gt;http://www.mirra.com/buy/index.html&lt;/a&gt;
&lt;br&gt;
$399.99 for 160 GB&lt;br&gt;
At first perusal, this one seems to offer the most in the way of software features.
&lt;/p&gt;
&lt;p&gt;
NetGear Storage Central - &lt;a href="http://www.netgear.com/products/details/SC101.php"&gt;http://www.netgear.com/products/details/SC101.php&lt;/a&gt;
&lt;br&gt;
~$110&lt;br&gt;
The upside is that it's expandable.&amp;nbsp; The downside is that IDE hard drives are
sold separately.
&lt;/p&gt;
&lt;p&gt;
LaCie Ethernet Disk mini - &lt;a href="http://www.lacie.com/products/product.htm?pid=10594"&gt;http://www.lacie.com/products/product.htm?pid=10594&lt;/a&gt;
&lt;br&gt;
$229-$599 for 250GB, 300GB, 400GB, or 500GB
&lt;/p&gt;
&lt;p&gt;
While the Mirra solution looks pretty cool, the sheer affordability of the LaCie solution
will probably win out for me.&amp;nbsp; Does anyone have any experience with Mirra or
LaCie worth sharing?
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=4f93fb85-637d-4a1b-a0cd-5cbf90c843ee" /&gt;</description>
      <comments>http://www.flatlandmedia.com/flatlander/CommentView,guid,4f93fb85-637d-4a1b-a0cd-5cbf90c843ee.aspx</comments>
      <category>Technical</category>
    </item>
    <item>
      <trackback:ping>http://www.flatlandmedia.com/flatlander/Trackback.aspx?guid=0f0056ea-01e1-47a4-98ca-f0db1e5112b6</trackback:ping>
      <pingback:server>http://www.flatlandmedia.com/flatlander/pingback.aspx</pingback:server>
      <pingback:target>http://www.flatlandmedia.com/flatlander/PermaLink,guid,0f0056ea-01e1-47a4-98ca-f0db1e5112b6.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.flatlandmedia.com/flatlander/CommentView,guid,0f0056ea-01e1-47a4-98ca-f0db1e5112b6.aspx</wfw:comment>
      <wfw:commentRss>http://www.flatlandmedia.com/flatlander/SyndicationService.asmx/GetEntryCommentsRss?guid=0f0056ea-01e1-47a4-98ca-f0db1e5112b6</wfw:commentRss>
      <slash:comments>2</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">I took the time to upgrade to the latest
version of dasBlog 1.7.  Things went quite smoothly.  Some of the directions
needed to be read several times to make sense, but everything worked on the first
try.  Something new in the comments is the "capcha" image that makes sure that
an actual person is commenting.  If this is annoying, tell me, and I'll turn
it off.  I'm also excited about the new Publish option, which will allow me to
put in entries just for myself, for historical purposes.  Ooh, and it looks like
we've got FreeTextBox 3.0 for entries now!<img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=0f0056ea-01e1-47a4-98ca-f0db1e5112b6" /></body>
      <title>dasBlog Upgrade</title>
      <guid isPermaLink="false">http://www.flatlandmedia.com/flatlander/PermaLink,guid,0f0056ea-01e1-47a4-98ca-f0db1e5112b6.aspx</guid>
      <link>http://www.flatlandmedia.com/flatlander/2005/01/25/dasBlogUpgrade.aspx</link>
      <pubDate>Tue, 25 Jan 2005 08:19:00 GMT</pubDate>
      <description>I took the time to upgrade to the latest version of dasBlog 1.7.&amp;nbsp; Things went quite smoothly.&amp;nbsp; Some of the directions needed to be read several times to make sense, but everything worked on the first try.&amp;nbsp; Something new in the comments is the "capcha" image that makes sure that an actual person is commenting.&amp;nbsp; If this is annoying, tell me, and I'll turn it off.&amp;nbsp; I'm also excited about the new Publish option, which will allow me to put in entries just for myself, for historical purposes.&amp;nbsp; Ooh, and it looks like we've got FreeTextBox 3.0 for entries now!&lt;img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=0f0056ea-01e1-47a4-98ca-f0db1e5112b6" /&gt;</description>
      <comments>http://www.flatlandmedia.com/flatlander/CommentView,guid,0f0056ea-01e1-47a4-98ca-f0db1e5112b6.aspx</comments>
      <category>Technical</category>
    </item>
    <item>
      <trackback:ping>http://www.flatlandmedia.com/flatlander/Trackback.aspx?guid=9824fe20-049c-47a8-b834-55c540ad4c73</trackback:ping>
      <pingback:server>http://www.flatlandmedia.com/flatlander/pingback.aspx</pingback:server>
      <pingback:target>http://www.flatlandmedia.com/flatlander/PermaLink,guid,9824fe20-049c-47a8-b834-55c540ad4c73.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.flatlandmedia.com/flatlander/CommentView,guid,9824fe20-049c-47a8-b834-55c540ad4c73.aspx</wfw:comment>
      <wfw:commentRss>http://www.flatlandmedia.com/flatlander/SyndicationService.asmx/GetEntryCommentsRss?guid=9824fe20-049c-47a8-b834-55c540ad4c73</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I had to use my computer too much in the first day or so to actually pay much attention
to it.  Plus, I was occasionally still having to RDP to my old slow computer,
and I was still having to do a lot of waiting.  During that time, I had planned
to move my old good hard drive over to my new machine, but when I opened it up, I
realized that it was a different kind of hard drive interface.  At least I was
able to take advantage of that time to teach Clinton a little bit about the inside
of a computer.  I was very impressed with the inside of the computer.  The
case is a snap to open, requiring no screwdrivers.  There is a massive, wind-tunnel
sized fan that helps keep everything cool.  It looks like it is expecting more
hard drives, as access to the power connectors, SATA ports, and drive bays is front-and-center. 
Once I finally got my old computer turned off, I also noticed something else...nothing. 
My new computer is incredibly quiet, which almost makes working seem peaceful.
</p>
        <p>
Now that I've actually gotten to play around on my computer, I'm really enjoying the
speed.  Visual Studio projects open up so much faster.  Also, switching
back and forth between HTML and Design view is immediate now; it took way too long
on my old machine.  I originally set up the computer with the supplied keyboard. 
The feature of being able to open and close my cd drives from buttons on my keyboard
was almost enough for me to not switch back to my wireless keyboard...almost. 
I figure there's got to be some way to set that up via software.  Anybody know
a keyboard shortcut for ejecting a cd?
</p>
        <p>
Setting up my printer was quite simple, as this computer wants to use USB ports. 
My old computer wasn't as USB friendly.  Once installed, I shared it and then
went over to Jamie's computer, fully expecting to have to install it on her machine
as well.  Somehow, as if by magic, when I opened up the Printers folder on her
computer, before I could even do anything, the printer attached to my computer appeared
before my very eyes, well, in icon-form.  No setup necessary.  Also, and
this could be my fault for screwing with permissions, now Jamie can open up our Quicken
data file over the network without facing a Windows logon prompt.  Which is great,
because now she doesn't need me to relink stuff after her computer is rebooted.
</p>
        <img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=9824fe20-049c-47a8-b834-55c540ad4c73" />
      </body>
      <title>First Impressions</title>
      <guid isPermaLink="false">http://www.flatlandmedia.com/flatlander/PermaLink,guid,9824fe20-049c-47a8-b834-55c540ad4c73.aspx</guid>
      <link>http://www.flatlandmedia.com/flatlander/2005/01/16/FirstImpressions.aspx</link>
      <pubDate>Sun, 16 Jan 2005 02:14:21 GMT</pubDate>
      <description>&lt;p&gt;
I had to use my computer too much in the first day or so to actually pay much attention
to it.&amp;nbsp; Plus, I was occasionally still having to RDP to my old slow computer,
and I was still having to do a lot of waiting.&amp;nbsp; During that time, I had planned
to move my old good hard drive over to my new machine, but when I opened it up, I
realized that it was a different kind of hard drive interface.&amp;nbsp; At least I was
able to take advantage of that time to teach Clinton a little bit about the inside
of a computer.&amp;nbsp; I was very impressed with the inside of the computer.&amp;nbsp; The
case is a snap to open, requiring no screwdrivers.&amp;nbsp; There is a massive, wind-tunnel
sized fan that helps keep everything cool.&amp;nbsp; It looks like it is expecting more
hard drives, as access to the power connectors, SATA ports, and drive bays is front-and-center.&amp;nbsp;
Once I finally got my old computer turned off, I also noticed something else...nothing.&amp;nbsp;
My new computer is incredibly quiet, which almost makes working seem peaceful.
&lt;/p&gt;
&lt;p&gt;
Now that I've actually gotten to play around on my computer, I'm really enjoying the
speed.&amp;nbsp; Visual Studio projects open up so much faster.&amp;nbsp; Also, switching
back and forth between HTML and Design view is immediate now; it took way too long
on my old machine.&amp;nbsp; I originally set up the computer with the supplied keyboard.&amp;nbsp;
The feature of being able to open and close my cd drives from buttons on my keyboard
was almost enough for me to not switch back to my wireless keyboard...almost.&amp;nbsp;
I figure there's got to be some way to set that up via software.&amp;nbsp; Anybody know
a keyboard shortcut for ejecting a cd?
&lt;/p&gt;
&lt;p&gt;
Setting up my printer was quite simple, as this computer wants to use USB ports.&amp;nbsp;
My old computer wasn't as USB friendly.&amp;nbsp; Once installed, I shared it and then
went over to Jamie's computer, fully expecting to have to install it on her machine
as well.&amp;nbsp; Somehow, as if by magic, when I opened up the Printers folder on her
computer, before I could even do anything, the printer attached to my computer appeared
before my very eyes, well, in icon-form.&amp;nbsp; No setup necessary.&amp;nbsp; Also, and
this could be my fault for screwing with permissions, now Jamie can open up our Quicken
data file over the network without facing a Windows logon prompt.&amp;nbsp; Which is great,
because now she doesn't need me to relink stuff after her computer is rebooted.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=9824fe20-049c-47a8-b834-55c540ad4c73" /&gt;</description>
      <comments>http://www.flatlandmedia.com/flatlander/CommentView,guid,9824fe20-049c-47a8-b834-55c540ad4c73.aspx</comments>
      <category>Technical</category>
    </item>
    <item>
      <trackback:ping>http://www.flatlandmedia.com/flatlander/Trackback.aspx?guid=5a89c5c1-6607-49f1-8615-726ac415dc3c</trackback:ping>
      <pingback:server>http://www.flatlandmedia.com/flatlander/pingback.aspx</pingback:server>
      <pingback:target>http://www.flatlandmedia.com/flatlander/PermaLink,guid,5a89c5c1-6607-49f1-8615-726ac415dc3c.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.flatlandmedia.com/flatlander/CommentView,guid,5a89c5c1-6607-49f1-8615-726ac415dc3c.aspx</wfw:comment>
      <wfw:commentRss>http://www.flatlandmedia.com/flatlander/SyndicationService.asmx/GetEntryCommentsRss?guid=5a89c5c1-6607-49f1-8615-726ac415dc3c</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Well, the good news is that I got a new computer.  Starting a couple months ago,
I had noticed that there were some strange glitches with certain non-essential files
on my hard drive.  It was annoying, so I started moving all of my non-system
and non-program files on to my other hard drive.  This seemed to make the problem
go away.  But then, last week, I noticed that the computer was getting slower
and slower, and I knew it was just a matter of time before the thing blew out. 
However, I was just going to wait it out, because I had planned to get a new computer
after we moved int our new place in March.  But then that got postponed, and
it got to where it took me an hour to do 5 minutes worth of work.  So, Tuesday
night at 8:30 I headed to Best Buy to buy me a <a href="http://www.bestbuy.com/site/olspage.jsp?id=1091101882439&amp;skuId=6831191&amp;productCategoryId=cat15199&amp;type=product">new
computer</a>.  Fortunately, I'd been doing a lot of research on this while helping
Clinton look for his new computer.  And fortunately, Best Buy had the computer
in stock.  Unfortunately, the number of people asking questions heavily outnumbered
those who were there to answer them.  So, it took me 45 minutes to point to the
computer I wanted, for them to pull it down off the high shelf right next to me, and
to finally check out.
</p>
        <p>
The next day, I had a client meeting in Vista (two hours away), and my computer needed
to be up and running with all of my files and programs loaded.  So, I set to
to work setting everything up, and finished the essential stuff by 6:00 a.m. 
After a quick hour nap, I was up and out the door, and Clinton took me to Enterprise
for me to pick up a car.  (Jamie's been working on a project down on Rodeo Drive
all week.)  Here's something that I hadn't realized: Rain means no cars at rental
car places.  Apparently, the cars that people have been renting, they have been
wrecking, so the rental cars are in the shop.  Plus, people have been wrecking
their own cars in the rain, so they need to rent one.  Anyway, I had to wait
45 minutes or so for a car, but I was really too tired to care much, and getting upset
wouldn't get me a car any faster.  I made the drive, had the meeting, then drove
back, except that the drive back took 4 hours because of traffic.  Boy, I slept
well that night.
</p>
        <p>
I spent all day Thursday copying over the rest of my files, then stayed up late again
Thursday night, cleaning and reorganizing my desk and the area around it, that some
might call an 'office'.  My old computer is now turned off, but has power and
network attachments, in case I need to power it up and retrieve some file I forgot. 
Once we move, it is destined to become a test server.  I'll blog again with my
first impressions of my new computer.
</p>
        <img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=5a89c5c1-6607-49f1-8615-726ac415dc3c" />
      </body>
      <title>New Computer</title>
      <guid isPermaLink="false">http://www.flatlandmedia.com/flatlander/PermaLink,guid,5a89c5c1-6607-49f1-8615-726ac415dc3c.aspx</guid>
      <link>http://www.flatlandmedia.com/flatlander/2005/01/15/NewComputer.aspx</link>
      <pubDate>Sat, 15 Jan 2005 02:59:49 GMT</pubDate>
      <description>&lt;p&gt;
Well, the good news is that I got a new computer.&amp;nbsp; Starting a couple months ago,
I had noticed that there were some strange glitches with certain non-essential files
on my hard drive.&amp;nbsp; It was annoying, so I started moving all of my non-system
and non-program files on to my other hard drive.&amp;nbsp; This seemed to make the problem
go away.&amp;nbsp; But then, last week, I noticed that the computer was getting slower
and slower, and I knew it was just a matter of time before the thing blew out.&amp;nbsp;
However, I was just going to wait it out, because I had planned to get a new computer
after we moved int our new place in March.&amp;nbsp; But then that got postponed, and
it got to where it took me an hour to do 5 minutes worth of work.&amp;nbsp; So, Tuesday
night at 8:30 I headed to Best Buy to buy me a &lt;a href="http://www.bestbuy.com/site/olspage.jsp?id=1091101882439&amp;amp;skuId=6831191&amp;amp;productCategoryId=cat15199&amp;amp;type=product"&gt;new
computer&lt;/a&gt;.&amp;nbsp; Fortunately, I'd been doing a lot of research on this while helping
Clinton look for his new computer.&amp;nbsp; And fortunately, Best Buy had the computer
in stock.&amp;nbsp; Unfortunately, the number of people asking questions heavily outnumbered
those who were there to answer them.&amp;nbsp; So, it took me 45 minutes to point to the
computer I wanted, for them to pull it down off the high shelf right next to me, and
to finally check out.
&lt;/p&gt;
&lt;p&gt;
The next day, I had a client meeting in Vista (two hours away), and my computer needed
to be up and running with all of my files and programs loaded.&amp;nbsp; So, I set to
to work setting everything up, and finished the essential stuff by 6:00 a.m.&amp;nbsp;
After a quick hour nap, I was up and out the door, and Clinton took me to Enterprise
for me to pick up a car.&amp;nbsp; (Jamie's been working on a project down on Rodeo Drive
all week.)&amp;nbsp; Here's something that I hadn't realized: Rain means no cars at rental
car places.&amp;nbsp; Apparently, the cars that people have been renting, they have been
wrecking, so the rental cars are in the shop.&amp;nbsp; Plus, people have been wrecking
their own cars in the rain, so they need to rent one.&amp;nbsp; Anyway, I had to wait
45 minutes or so for a car, but I was really too tired to care much, and getting upset
wouldn't get me a car any faster.&amp;nbsp; I made the drive, had the meeting, then drove
back, except that the drive back took 4 hours because of traffic.&amp;nbsp; Boy, I slept
well that night.
&lt;/p&gt;
&lt;p&gt;
I spent all day Thursday copying over the rest of my files, then stayed up late again
Thursday night, cleaning and reorganizing my desk and the area around it, that some
might call an 'office'.&amp;nbsp; My old computer is now turned off, but has power and
network attachments, in case I need to power it up and retrieve some file I forgot.&amp;nbsp;
Once we move, it is destined to become a test server.&amp;nbsp; I'll blog again with my
first impressions of my new computer.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=5a89c5c1-6607-49f1-8615-726ac415dc3c" /&gt;</description>
      <comments>http://www.flatlandmedia.com/flatlander/CommentView,guid,5a89c5c1-6607-49f1-8615-726ac415dc3c.aspx</comments>
      <category>Technical</category>
      <category>Work</category>
    </item>
    <item>
      <trackback:ping>http://www.flatlandmedia.com/flatlander/Trackback.aspx?guid=59205753-c9b7-4fc4-a865-b86eb352b16b</trackback:ping>
      <pingback:server>http://www.flatlandmedia.com/flatlander/pingback.aspx</pingback:server>
      <pingback:target>http://www.flatlandmedia.com/flatlander/PermaLink,guid,59205753-c9b7-4fc4-a865-b86eb352b16b.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.flatlandmedia.com/flatlander/CommentView,guid,59205753-c9b7-4fc4-a865-b86eb352b16b.aspx</wfw:comment>
      <wfw:commentRss>http://www.flatlandmedia.com/flatlander/SyndicationService.asmx/GetEntryCommentsRss?guid=59205753-c9b7-4fc4-a865-b86eb352b16b</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Number one on my wish list is that I want someone to start selling PCI CableCARDs. 
For those who don't know what CableCARD is, it's a card that you can get from your
cable company that slides into various 'digital-cable-ready' devices, and eliminates
the need for a separate cable box.  Some TVs have this built in.  There
are supposed to be some personal video recorders coming out with it soon.  But
for me, I want to have an HTPC, which means that my computer needs to be able to work
with this technology.  That's where the PCI part comes in.  Currently,
no one is making this.  If they do, I will buy one.
</p>
        <p>
UPDATE:  So I was thinking about this some more, and I realized that since the
cable companies are the ones that have to supply the CableCARD, they aren't likely
to supply one in PCI form.  So, what I really need is a PCI card that accepts
a CableCARD provided by the cable company AND has a coax input that together
will allow the computer to capture cable HD.
</p>
        <img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=59205753-c9b7-4fc4-a865-b86eb352b16b" />
      </body>
      <title>Christmas Wish List</title>
      <guid isPermaLink="false">http://www.flatlandmedia.com/flatlander/PermaLink,guid,59205753-c9b7-4fc4-a865-b86eb352b16b.aspx</guid>
      <link>http://www.flatlandmedia.com/flatlander/2004/12/08/ChristmasWishList.aspx</link>
      <pubDate>Wed, 08 Dec 2004 00:21:24 GMT</pubDate>
      <description>&lt;p&gt;
Number one on my wish list is that I want someone to start selling PCI CableCARDs.&amp;nbsp;
For those who don't know what CableCARD is, it's a card that you can get from your
cable company that slides into various 'digital-cable-ready' devices, and eliminates
the need for a separate cable box.&amp;nbsp; Some TVs have this built in.&amp;nbsp; There
are supposed to be some personal video recorders coming out with it soon.&amp;nbsp; But
for me, I want to have an HTPC, which means that my computer needs to be able to work
with this technology.&amp;nbsp; That's where the PCI&amp;nbsp;part comes in.&amp;nbsp; Currently,
no one is making this.&amp;nbsp; If they do, I will buy one.
&lt;/p&gt;
&lt;p&gt;
UPDATE:&amp;nbsp; So I was thinking about this some more, and I realized that since the
cable companies are the ones that have to supply the CableCARD, they aren't likely
to supply one in PCI form.&amp;nbsp; So, what I really need is a PCI card that accepts
a CableCARD provided by the cable company&amp;nbsp;AND has a coax input that together
will allow the computer to capture cable HD.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=59205753-c9b7-4fc4-a865-b86eb352b16b" /&gt;</description>
      <comments>http://www.flatlandmedia.com/flatlander/CommentView,guid,59205753-c9b7-4fc4-a865-b86eb352b16b.aspx</comments>
      <category>Technical</category>
    </item>
    <item>
      <trackback:ping>http://www.flatlandmedia.com/flatlander/Trackback.aspx?guid=1bbb0ab9-d371-417a-94e3-e55096f6d477</trackback:ping>
      <pingback:server>http://www.flatlandmedia.com/flatlander/pingback.aspx</pingback:server>
      <pingback:target>http://www.flatlandmedia.com/flatlander/PermaLink,guid,1bbb0ab9-d371-417a-94e3-e55096f6d477.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.flatlandmedia.com/flatlander/CommentView,guid,1bbb0ab9-d371-417a-94e3-e55096f6d477.aspx</wfw:comment>
      <wfw:commentRss>http://www.flatlandmedia.com/flatlander/SyndicationService.asmx/GetEntryCommentsRss?guid=1bbb0ab9-d371-417a-94e3-e55096f6d477</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I've had a couple of computer scares the last couple of days.  Yesterday, I returned
home to find my computer rebooting itself, but it seemed stuck in an XP startup progress
screen.  I turned it off, waited 10 minutes, as I'm apt to do, then started it
back up again.  Unfortunately, it was really noisy on the reboot, and I knew
it was time to take a look inside.  I mean, it had been too noisy for awhile,
but this was ridiculous.  So, I opened it up, and it was full of dust, so my
first attempt was just the basic clean up.  I took it outside with my compressed
air duster, and blew out a lot of the dust, especially from areas containing fans,
as they were the most likely culprit for the noise-making.  I took it back inside,
plugged it back in, and still there was the noise.  
</p>
        <p>
With the cover off, I put my ear near the inside to try to track down the source of
the noise.  The power supply!  This was a good thing I thought, because
I've replaced power supplies before, and they are failry cheap and easy to replace. 
I took the power supply out, and gave it its very own air duster treatment. 
I decided I'd take it apart, too, which voided the warranty on it, but like I said,
they aren't that expensive.  I wanted to test it now by itself, so I plugged
it in and turned on the switch.  Nothing.  This is because, it turns
out, it's controlled by the power button on the computer via the motherboard. 
So, I decided to plug the power back into the motherboard in order to use said power
button.  Doing so also powered the fans on the CPUs, and now with the power supply
separated from these fans by more distance, I realized that the noise was coming from
one of the CPU fans.  By alternately turning the computer on with each CPU fan
plugged in by itself, I discovered which fan was the problem.  I took it off
and could tell just by spinning it with my finger that it was not in good working
order.  So, I walked down to the neighborhood Radio Shack, bought a $10 fan,
and installed it.  Problem solved and a quieter office to boot!
</p>
        <p>
Then, this morning, I came in to my office, and was greeted by a hard disk failure
error message.  Yikes.  But I didn't panic, because I know that whenever
I get inside my computer and start messing around and moving it around, cables and
such are likely to come loose.  Sure enough, I hadn't firmly plugged the power
back into that hard drive, so it was just not turning on.  I plugged it back
in and now my computer has lived to blog about it.
</p>
        <img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=1bbb0ab9-d371-417a-94e3-e55096f6d477" />
      </body>
      <title>Computer Scares</title>
      <guid isPermaLink="false">http://www.flatlandmedia.com/flatlander/PermaLink,guid,1bbb0ab9-d371-417a-94e3-e55096f6d477.aspx</guid>
      <link>http://www.flatlandmedia.com/flatlander/2004/12/05/ComputerScares.aspx</link>
      <pubDate>Sun, 05 Dec 2004 21:01:18 GMT</pubDate>
      <description>&lt;p&gt;
I've had a couple of computer scares the last couple of days.&amp;nbsp; Yesterday, I returned
home to find my computer rebooting itself, but it seemed stuck in an XP startup progress
screen.&amp;nbsp; I turned it off, waited 10 minutes, as I'm apt to do, then started it
back up again.&amp;nbsp; Unfortunately, it was really noisy on the reboot, and I knew
it was time to take a look inside.&amp;nbsp; I mean, it had been too noisy for awhile,
but this was ridiculous.&amp;nbsp; So, I opened it up, and it was full of dust, so my
first attempt was just the basic clean up.&amp;nbsp; I took it outside with my compressed
air duster, and blew out a lot of the dust, especially from areas containing fans,
as they were the most likely culprit for the noise-making.&amp;nbsp; I took it back inside,
plugged it back in, and still there was the noise.&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
With the cover off, I put my ear near the inside to try to track down the source of
the noise.&amp;nbsp; The power supply!&amp;nbsp; This was a good thing I thought, because
I've replaced power supplies before, and they are failry cheap and easy to replace.&amp;nbsp;
I took the power supply out, and gave it its very own air duster treatment.&amp;nbsp;
I decided I'd take it apart, too, which voided the warranty on it, but like I said,
they aren't that expensive.&amp;nbsp;&amp;nbsp;I wanted to test it now by itself, so I&amp;nbsp;plugged
it in&amp;nbsp;and turned on the switch.&amp;nbsp; Nothing.&amp;nbsp; This is because, it turns
out, it's controlled by the power button on the computer via the motherboard.&amp;nbsp;
So, I decided to plug the power back into the motherboard in order to use said power
button.&amp;nbsp; Doing so also powered the fans on the CPUs, and now with the power supply
separated from these fans by more distance, I realized that the noise was coming from
one of the CPU fans.&amp;nbsp; By alternately turning the computer on with each CPU fan
plugged in by itself, I discovered which fan was the problem.&amp;nbsp; I took it off
and could tell just by spinning it with my finger that it was not in good working
order.&amp;nbsp; So, I walked down to the neighborhood Radio Shack, bought a $10 fan,
and installed it.&amp;nbsp; Problem solved and a quieter office to boot!
&lt;/p&gt;
&lt;p&gt;
Then, this morning, I came in to my office, and was greeted by a hard disk failure
error message.&amp;nbsp; Yikes.&amp;nbsp; But I didn't panic, because I know that whenever
I get inside my computer and start messing around and moving it around, cables and
such are likely to come loose.&amp;nbsp; Sure enough, I hadn't firmly plugged the power
back into that hard drive, so it was just not turning on.&amp;nbsp; I plugged it back
in and now my computer has lived to blog about it.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=1bbb0ab9-d371-417a-94e3-e55096f6d477" /&gt;</description>
      <comments>http://www.flatlandmedia.com/flatlander/CommentView,guid,1bbb0ab9-d371-417a-94e3-e55096f6d477.aspx</comments>
      <category>Technical</category>
    </item>
  </channel>
</rss>