<?xml version="1.0" encoding="utf-8"?>
<feed xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom">
  <title>using Hagen.Frank.blog;</title>
  <link rel="alternate" type="text/html" href="http://www.fwhagen.com/weblog/" />
  <link rel="self" href="http://www.fwhagen.com/weblog/SyndicationService.asmx/GetAtom" />
  <icon>favicon.ico</icon>
  <updated>2012-03-07T11:32:38.307094-05:00</updated>
  <author>
    <name>Frank W Hagen</name>
  </author>
  <subtitle>/// Frank Hagen:  Professional Web Developer, C# User, Reformed Über-geek</subtitle>
  <id>http://www.fwhagen.com/weblog/</id>
  <generator uri="http://dasblog.info/" version="2.3.9074.18820">DasBlog</generator>
  <entry>
    <title>Software Versioning Rules</title>
    <link rel="alternate" type="text/html" href="http://www.fwhagen.com/weblog/2012/03/07/SoftwareVersioningRules.aspx" />
    <id>http://www.fwhagen.com/weblog/PermaLink,guid,bc20527f-faea-4566-84b2-64146aae7557.aspx</id>
    <published>2012-03-07T11:32:38.307094-05:00</published>
    <updated>2012-03-07T11:32:38.307094-05:00</updated>
    <category term=".NET" label=".NET" scheme="http://www.fwhagen.com/weblog/CategoryView,category,NET.aspx" />
    <category term="Programming" label="Programming" scheme="http://www.fwhagen.com/weblog/CategoryView,category,Programming.aspx" />
    <category term="Software" label="Software" scheme="http://www.fwhagen.com/weblog/CategoryView,category,Software.aspx" />
    <author>
      <name>Frank W Hagen</name>
    </author>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Find a versioning method and stick to it!  I have been looking for a good set
of rules to apply to all versioning exercises and I have finally found one called <a href="http://semver.org/" target="_blank">Semantic
Versioning</a>, or SemVer, online.  And as a bonus, it follows my preference
in versioning pretty closely too.  While I normally use Major.Minor.build or
Major.Minor.Patch.build depending on scope, SemVer prescribes following convention:
</p>
        <ul>
          <li>
            <strong>Major:</strong> Breaking changes. 
</li>
          <li>
            <strong>Minor:</strong> New features, but backwards compatible. 
</li>
          <li>
            <strong>Patch:</strong> Backwards compatible bug fixes only. 
</li>
        </ul>
        <p>
Good rules to code by.  And since I like to include the build number as the last
digits, automation through the fantastic <a href="http://autobuildversion.codeplex.com/" target="_blank">Build
Version Increment</a> VS plugin, makes it (almost) easy.  (Configuration can
be a challenge on larger projects.)  Dig a little to find the latest version
that also supports VS2010.
</p>
        <img width="0" height="0" src="http://www.fwhagen.com/weblog/aggbug.ashx?id=bc20527f-faea-4566-84b2-64146aae7557" />
        <br />
        <hr />
        <p>
          <image src="FeedReadCounter.aspx" />
        </p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Stop SOPA NOW</title>
    <link rel="alternate" type="text/html" href="http://www.fwhagen.com/weblog/2012/01/18/StopSOPANOW.aspx" />
    <id>http://www.fwhagen.com/weblog/PermaLink,guid,3b11d4ff-6910-45f7-90b1-1456fdb2c387.aspx</id>
    <published>2012-01-18T08:28:00.2222312-05:00</published>
    <updated>2012-01-18T08:36:59.6788087-05:00</updated>
    <author>
      <name>Frank W Hagen</name>
    </author>
    <content type="html">&lt;p&gt;
&lt;a href="http://www.fwhagen.com/weblog/content/binary/Windows-Live-Writer/Stop-SOPA-NOW_7651/image_2.png"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.fwhagen.com/weblog/content/binary/Windows-Live-Writer/Stop-SOPA-NOW_7651/image_thumb.png" width="800" height="323" /&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
The most dangerous threat to the 1st Amendment being pushed by RIAA/MPAA through massive
contributions on the order of $94Million. Much of the Internet community is protesting.
Not that I am a big player at all, but I AM TOO!
&lt;/p&gt;
&lt;script type="text/javascript"&gt;var a=new Date,b=a.getUTCHours();if(0==a.getUTCMonth()&amp;&amp;2012==a.getUTCFullYear()&amp;&amp;((18==a.getUTCDate()&amp;&amp;13&lt;=b)||(19==a.getUTCDate()&amp;&amp;0&gt;=b)))window.location="http://sopastrike.com/strike";&lt;/script&gt;&lt;img width="0" height="0" src="http://www.fwhagen.com/weblog/aggbug.ashx?id=3b11d4ff-6910-45f7-90b1-1456fdb2c387" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;p&gt;
&lt;image src="FeedReadCounter.aspx" /&gt;
&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Use Multiple Versions of Visual Studio and Want Pinned Solutions?</title>
    <link rel="alternate" type="text/html" href="http://www.fwhagen.com/weblog/2012/01/13/UseMultipleVersionsOfVisualStudioAndWantPinnedSolutions.aspx" />
    <id>http://www.fwhagen.com/weblog/PermaLink,guid,654c35a6-bdde-4ced-b5da-ad2fdb8193a5.aspx</id>
    <published>2012-01-13T09:24:31.532462-05:00</published>
    <updated>2012-01-13T09:24:31.532462-05:00</updated>
    <author>
      <name>Frank W Hagen</name>
    </author>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
I need to have VS2005 and VS2008 installed for support of one of my clients, and of
course I use VS2010 for my own development.  And I love the pinned list of solutions
that VS10 offers.   In the past, I used a folder Toolbar in the Taskbar
for listing solutions for easy access, but that was a maintenance task.  
</p>
        <p>
          <a href="http://www.fwhagen.com/weblog/content/binary/Windows-Live-Writer/271c5561226f_809A/image_7.png">
            <img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 5px; padding-left: 0px; padding-right: 0px; display: inline; float: right; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="TaskbarPin" align="right" src="http://www.fwhagen.com/weblog/content/binary/Windows-Live-Writer/271c5561226f_809A/image_thumb_2.png" width="156" height="244" />
          </a>In
Windows 7, you can pin the Visual Studio Version Selector to the taskbar and pin items
from Recent to Pinned (or do it manually as any other Win 7 file can be).  This
has enhanced my productivity for the client without cluttering my taskbar or desktop
at all.  Windows 7 continues to be the most useful environment I’ve ever use.  
</p>
        <img width="0" height="0" src="http://www.fwhagen.com/weblog/aggbug.ashx?id=654c35a6-bdde-4ced-b5da-ad2fdb8193a5" />
        <br />
        <hr />
        <p>
          <image src="FeedReadCounter.aspx" />
        </p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Fixing Open Transaction Blocks in SQL 2005</title>
    <link rel="alternate" type="text/html" href="http://www.fwhagen.com/weblog/2011/07/13/FixingOpenTransactionBlocksInSQL2005.aspx" />
    <id>http://www.fwhagen.com/weblog/PermaLink,guid,a262dfaa-edb9-4f3e-969e-7cd1fa450980.aspx</id>
    <published>2011-07-13T13:34:00-04:00</published>
    <updated>2011-07-13T09:35:11.8804024-04:00</updated>
    <category term="Programming" label="Programming" scheme="http://www.fwhagen.com/weblog/CategoryView,category,Programming.aspx" />
    <category term="SQL" label="SQL" scheme="http://www.fwhagen.com/weblog/CategoryView,category,SQL.aspx" />
    <author>
      <name>Frank W Hagen</name>
    </author>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Sometimes, when developing in SQL, a transaction will be left open.  Performance
will fall through the floor, which can sometimes be the first sign that it happened. 
If you cannot close the transaction properly, the following command will show the
oldest, and probably orphaned, on the server:
</p>
        <p>
          <font face="Consolas">DBCC OPENTRAN</font>
        </p>
        <p>
The transaction can easily be termed by issuing a kill on the PID:
</p>
        <p>
          <font face="Consolas">KILL 52</font>
        </p>
        <p>
That should do it.  
</p>
        <img width="0" height="0" src="http://www.fwhagen.com/weblog/aggbug.ashx?id=a262dfaa-edb9-4f3e-969e-7cd1fa450980" />
        <br />
        <hr />
        <p>
          <image src="FeedReadCounter.aspx" />
        </p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Book Review: Freehold - Michael Z. Williamson (2004)</title>
    <link rel="alternate" type="text/html" href="http://www.fwhagen.com/weblog/2009/12/21/BookReviewFreeholdMichaelZWilliamson2004.aspx" />
    <id>http://www.fwhagen.com/weblog/PermaLink,guid,7dea3b89-b710-4e30-a1ee-236aaa81d959.aspx</id>
    <published>2009-12-20T21:23:57.564-05:00</published>
    <updated>2010-01-07T21:41:06.5087516-05:00</updated>
    <category term="Books" label="Books" scheme="http://www.fwhagen.com/weblog/CategoryView,category,Books.aspx" />
    <author>
      <name>Frank W Hagen</name>
    </author>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a title="Amazon.com: Freehold: Books: Michael Z. Williamson" href="http://www.amazon.com/exec/obidos/ASIN/0743471792/usinghagenfra-20">
            <img border="0" align="right" src="http://images.amazon.com/images/P/0743471792.01._PC_SCMZZZZZZZ_.jpg" />
          </a> Well,
I am not afraid to admit that the only reason I picked up this book was because it
was a free ebook on Baen’s website.  I think.  It was a long time ago. 
I read a recommendation of it somewhere, probably on John Scalzi’s <a href="http://whatever.scalzi.com/" target="_blank">Whatever</a> weblog
site, and decided I had nothing to lose.  Besides, I was looking for a well-formatted
ebook to try out on my PDA using MobiReader.
</p>
        <p>
          <em>Freehold</em> is old-school Science Fiction in the vein of Heinlein and Drake. 
It follows the desperate escape from Earth of Sergeant Kendra Pacelli of the UN Military
after being framed in an embezzlement scheme.  She finds herself on Freehold
after seeking asylum at their Earth-side embassy and is overwhelmed by extreme culture
shock.  What seems to me to be the ultimate Libertarian Utopia, is a unrestricted
nightmare for someone who grew up in the authoritarian, politically correct, dystopian
future that the modern world seems to be trending toward.  We get to follow her
adjustment to a personally responsible, high-technology life on a world devoted to
the freedom of the individual.  
</p>
        <p>
It is difficult to preview this book without giving much away, so I won’t go into
it much.  While it seems that it could be rather proselytizing, it really is
able to keep it down to a minimum.  As<em> </em>I am a big fan of smaller
government, the concept of Freehold, an individuals’ liberty and government minimization
greatly appealed to me, and was essential to the storyline, but only was used that
far and not to bludgeon the reader with political badgering.  The only major
problem I had with the book was its length.  Because it was so long, it took
awhile for anything to really get going.  I read this on my PDA, but read something
on the order of 10 other books in the meantime, going back over a year.  Not
that it was boring, but just a bit slow in the beginning.  But not to worry,
it really picks up at the end and I ended up with a few really late nights to finish
it.  A good read made great by its availability, and it served it’s purpose: 
I will pick up more from this author in the future.
</p>
        <img width="0" height="0" src="http://www.fwhagen.com/weblog/aggbug.ashx?id=7dea3b89-b710-4e30-a1ee-236aaa81d959" />
        <br />
        <hr />
        <p>
          <image src="FeedReadCounter.aspx" />
        </p>
      </div>
    </content>
  </entry>
  <entry>
    <title>XP Mode and MS VPN Problems</title>
    <link rel="alternate" type="text/html" href="http://www.fwhagen.com/weblog/2009/11/12/XPModeAndMSVPNProblems.aspx" />
    <id>http://www.fwhagen.com/weblog/PermaLink,guid,d95fe77a-e06e-42df-b4d7-e9e45d3ef737.aspx</id>
    <published>2009-11-12T08:39:03.977-05:00</published>
    <updated>2011-07-13T09:38:34.7397774-04:00</updated>
    <category term="System" label="System" scheme="http://www.fwhagen.com/weblog/CategoryView,category,System.aspx" />
    <author>
      <name>Frank W Hagen</name>
    </author>
    <content type="html">&lt;p&gt;
Windows 7 XP Mode is probably the best feature added to Windows in a long time. I
won’t go into how awesome here, but this is the compatibility measure Microsoft should
have pursued years ago. That said, the main use I have for it is to VPN into my office
network. 
&lt;/p&gt;
&lt;p&gt;
The client site I am working at is using normal MS VPN connections which are easy
to setup and use. Their parent company, however, insists on the Cisco VPN client,
which I am loathe to install on my clean Win7 installation. So I have both setup in
XP Mode and can use them interchangeably. 
&lt;/p&gt;
&lt;p&gt;
Getting the initial setup was a little tricky: First you must shutdown the VirtualPC
then switch the network setting from “Shared Network (NAT)” to a named network card.
The funny thing is, the only symptom is the connection is made but times out on authentication.
weird.
&lt;/p&gt;
&lt;p&gt;
However, I ran into a problem where I could no longer get the built in Windows VPN
client to connect. It couldn’t find the address. Then browsing stopped working, even
the Cisco VPN client failed. After 2 re-installs (of XP Mode) I finally found a post
that recommends removing the Virtual PC Network Filter Driver from the NIC, rebooting
and re-installing. Like magic, everything works. Evidently a patch to XP Mode or Virtualization
knocked it out. (I did start with the RC of XP Mode 64-bit, maybe the reason…) The
blog was the &lt;a href="http://blogs.msdn.com/Virtual_PC_Guy/" target=_blank&gt;Virtual
PC Guy&lt;/a&gt; but the &lt;a href="http://blogs.msdn.com/virtual_pc_guy/archive/2007/01/15/fixing-broken-virtual-networking.aspx" target=_blank&gt;instructions
were for XP and Vista&lt;/a&gt;, not 7. The 7 instructions are below:
&lt;/p&gt;
&lt;p&gt;
1. Click on the network icon in the tray and &lt;font color=#0080ff&gt;Open Network and
Sharing Center&lt;/font&gt; (or from the Start menu)&lt;br&gt;
2. Click on the active connection (Mine is &lt;font color=#0080ff&gt;Local Area Connection
2&lt;/font&gt;)&lt;br&gt;
3. In the &lt;strong&gt;Properties&lt;/strong&gt; dialog, highlight the Virtual PC Network Filter
Driver and &lt;strong&gt;Uninstall&lt;/strong&gt; (I deselected IPv6 while I was there; it’s not
needed yet)&lt;br&gt;
4. Click &lt;strong&gt;OK&lt;/strong&gt;s back to desktop and &lt;strong&gt;Reboot&lt;/strong&gt; (evidently
a critical step)&lt;br&gt;
5. repeat 1 &amp; 2 and click &lt;strong&gt;Install&lt;/strong&gt; in the &lt;strong&gt;Properties&lt;/strong&gt; dialog&lt;br&gt;
6. Select &lt;strong&gt;Service&lt;/strong&gt; and &lt;strong&gt;Add&lt;/strong&gt;; the Virtual PC Network
Filter Driver should still be there, select it and click &lt;strong&gt;OK&lt;/strong&gt;s out
to the desktop.
&lt;/p&gt;
&lt;p&gt;
Fire up XPMode VPC and you should be good to go. I was.
&lt;/p&gt;
&lt;p&gt;
UPDATE: I am still having this problem. I have found a reboot is usually enough to
reset it, but I am still looking for a way to reset just the VPN driver without a
reboot. I've found nothing, yet....
&lt;/p&gt;
&lt;p&gt;
UPDATE 2: Microsoft seems to have issued a Windows7 x64 hotfix for this issue quietly.
I am no longer having this problem, unless the system goes to sleep mode while VPC
is running. Then it's a reboot of the physical host to reset.
&lt;/p&gt;
&lt;p&gt;
UPDATE 3: Turns out, a simple disable/enable cycle on the NIC is all that is needed.
Still annoying enough that I have switched completely to the free VMWare client for
work-related VPN sessions.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.fwhagen.com/weblog/aggbug.ashx?id=d95fe77a-e06e-42df-b4d7-e9e45d3ef737" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;p&gt;
&lt;image src="FeedReadCounter.aspx" /&gt;
&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Windows Sidebar on XP</title>
    <link rel="alternate" type="text/html" href="http://www.fwhagen.com/weblog/2009/10/15/WindowsSidebarOnXP.aspx" />
    <id>http://www.fwhagen.com/weblog/PermaLink,guid,32ce3f9d-0a03-447f-b31f-7f0ed5e5d0dc.aspx</id>
    <published>2009-10-14T20:56:04.9065033-04:00</published>
    <updated>2009-10-14T21:03:38.7589671-04:00</updated>
    <category term="System" label="System" scheme="http://www.fwhagen.com/weblog/CategoryView,category,System.aspx" />
    <author>
      <name>Frank W Hagen</name>
    </author>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
 
</p>
        <p>
          <a title="HP Dashboard" href="http://hpmuseum.net/display_item.php?sw=177" target="_blank">
            <img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="Dashboard-40" border="0" alt="Dashboard-40" align="right" src="http://www.fwhagen.com/weblog/content/binary/WindowsLiveWriter/WindowsSidebaronXP_12662/Dashboard-40_3.jpg" width="104" height="124" />
          </a> One
of my favorite features in Vista is the Sidebar.  I have been using precursors
of it since Windows 3.11.  Anyone remember HP’s Dashboard?  I bought and
used that app every day on every system I used until Windows 98.  Since then,
I’ve used Konfabulator, Stardock’s DesktopX and many others.  When Microsoft
came out with Vista’s sidebar, it quickly became one of my favorite features. 
In fact, it remains my sole disappointment with 7 so far; it just doesn’t work quite
as well.
</p>
        <p>
At work, I am forced to use a 32-bit XP system.  I miss many of the sidebar elements
while working.  CPU, memory and network metering are part of my dev cycle. 
And there are decent enough widgets that come close.  Clocks, calendars and other
items are very useful.  But the sidebar wasn’t portable to XP. 
</p>
        <p>
Until, that is, I found a patched/hacked version on DeviantART that seems to work
very well.  Called simply <a href="http://joshoon.deviantart.com/art/Windows-Sidebar-Real-one-Pack-75626472" target="_blank">Windows
Sidebar, Real One, Pack</a>, it comes bundled with the Alky for Windows library that
allows it to run within XP (you don’t need to supply a Vista key when it asks, by
the way).  So with a couple of useful gadgets, especially the ones from <a href="http://blog.orbmu2k.de/category/sidebar-gadgets" target="_blank">Orb2k</a>,
I can have all of my monitoring loaded in one extensible process.  Very nice,
and thanks to ~joshoon of <a href="http://www.deviantart.com/" target="_blank">DeviantART.com</a>.
</p>
        <img width="0" height="0" src="http://www.fwhagen.com/weblog/aggbug.ashx?id=32ce3f9d-0a03-447f-b31f-7f0ed5e5d0dc" />
        <br />
        <hr />
        <p>
          <image src="FeedReadCounter.aspx" />
        </p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Windows 7 + x64 + 8GB RAM + VS08 = AWESOME</title>
    <link rel="alternate" type="text/html" href="http://www.fwhagen.com/weblog/2009/10/15/Windows7X648GBRAMVS08AWESOME.aspx" />
    <id>http://www.fwhagen.com/weblog/PermaLink,guid,74190a9a-daf6-402e-bfb8-b1ee068fdc3e.aspx</id>
    <published>2009-10-14T20:23:04.3489034-04:00</published>
    <updated>2009-10-14T20:29:41.2685936-04:00</updated>
    <category term="System" label="System" scheme="http://www.fwhagen.com/weblog/CategoryView,category,System.aspx" />
    <author>
      <name>Frank W Hagen</name>
    </author>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <img style="border-bottom: 0px; border-left: 0px; margin: 0px 15px 0px 0px; display: inline; border-top: 0px; border-right: 0px" title="Windows_7_Logo" border="0" alt="Windows_7_Logo" align="left" src="http://www.fwhagen.com/weblog/content/binary/WindowsLiveWriter/Windows7x648GBRAMVS08AWESOME_11EAF/Windows_7_Logo_3.png" width="100" height="76" /> Well
I finally bought 8GB DDR2 for <a href="http://www.fwhagen.com/weblog/2008/01/24/FinalBuildNotesMarsLives.aspx" target="_blank">The
Beast</a>.  Before I installed it, however, I went ahead and installed Windows
7, in 64-bit mode, of course.  While I was a fan of Vista, I am very impressed
with 7, though I still feel it to be a better chromed version of Vista.  But
the 8 gigs is awesome!  NO more memory issues, pagefile thrashing, or even a
need for ReadyBoost.  And I haven’t run into a limit of Visual Studios open at
one time.  Now I can finish my micro netcast receiver project….  (Ok, I
probably didn’t need 8G for that.)
</p>
        <p>
And the frosting?  XP Mode.  My client site has switched to Cisco VPN from
whatever they were using that was MS compatible.  I hate the Cisco VPN client. 
And of course, it won’t work on a 64-bit OS.  So I downloaded the RC version
of XP Mode, fired it right up, installed the VPN and was connected to their network
in under 5 minutes.  I’m gonna love that feature!
</p>
        <img width="0" height="0" src="http://www.fwhagen.com/weblog/aggbug.ashx?id=74190a9a-daf6-402e-bfb8-b1ee068fdc3e" />
        <br />
        <hr />
        <p>
          <image src="FeedReadCounter.aspx" />
        </p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Simple C# Command-Line Compiles</title>
    <link rel="alternate" type="text/html" href="http://www.fwhagen.com/weblog/2009/09/29/SimpleCCommandLineCompiles.aspx" />
    <id>http://www.fwhagen.com/weblog/PermaLink,guid,69ab91a5-993e-4164-9ff2-7d6383fa226b.aspx</id>
    <published>2009-09-29T13:08:03.1769978-04:00</published>
    <updated>2009-09-29T13:08:03.1769978-04:00</updated>
    <category term=".NET" label=".NET" scheme="http://www.fwhagen.com/weblog/CategoryView,category,NET.aspx" />
    <author>
      <name>Frank W Hagen</name>
    </author>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
In the category of “So I don’t forget again”, here is how to compile a simple code.cs
file to a console executable:
</p>
        <p>
          <code>csc /t:exe NetDir.cs</code>
        </p>
        <p>
Very simple, very easy.  To make it a Windows exe (console app with no console
window, very useful for scheduled or batch processing), change the target (/t == /target)
to winexe.
</p>
        <img width="0" height="0" src="http://www.fwhagen.com/weblog/aggbug.ashx?id=69ab91a5-993e-4164-9ff2-7d6383fa226b" />
        <br />
        <hr />
        <p>
          <image src="FeedReadCounter.aspx" />
        </p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Book Review: Alas, Babylon - Pat Frank  (1959)</title>
    <link rel="alternate" type="text/html" href="http://www.fwhagen.com/weblog/2009/09/25/BookReviewAlasBabylonPatFrank1959.aspx" />
    <id>http://www.fwhagen.com/weblog/PermaLink,guid,8d89e392-4ee6-485f-8bcd-e4baab970cc4.aspx</id>
    <published>2009-09-25T08:58:30.8106186-04:00</published>
    <updated>2009-09-25T08:58:30.8106186-04:00</updated>
    <category term="Books" label="Books" scheme="http://www.fwhagen.com/weblog/CategoryView,category,Books.aspx" />
    <author>
      <name>Frank W Hagen</name>
    </author>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a title="Amazon.com: Alas, Babylon: Books: Pat Frank" href="http://www.amazon.com/exec/obidos/ASIN/0060931396/usinghagenfra-20">
            <img border="0" align="right" src="http://images.amazon.com/images/P/0060931396.01._PC_SCMZZZZZZZ_.jpg" />
          </a> Ok,
last review was a little over the top.  I should have called it:  The 21st
Century's <i>Alas, Babylon</i>.  This book is credited as inspiration to <i>One
Second After</i> and with good reason.  Having never read it, I thought it was
time. 
</p>
        <p>
"The Day" is the one when the bombs fall.  Although we meet our hero Randy Bragg,
native of Central Florida (just north of Orlando), and his brother Mark, who serves
in Intelligence for SAC, a few weeks before.  Mark warns Randy of an impending
attack and sends his wife and kids to stay with him to weather the threat, giving
them all some time to prepare.  The threat is realized when the morning skies
are lit up in the direction of Tampa, then less so from Daytona and Miami.  And
all doubt is erased when the nuclear strike on Orlando itself and the resulting mushroom
cloud is unmistakable.  The rest of the book is the story of a small community
fighting for survival in the Florida "Contaminated Zone". 
</p>
        <p>
Set in the late '50s, it has an interesting perspective for me, knowing Orlando 30
years later.  The references to McCoy Air Force Base (now Orlando International
Airport), Pinecastle and the St. John's River are enjoyable and interesting landmarks. 
This is also a well thought out and written book, although not as grim as <i>One Second
After,</i> and the characters seemed a bit flat to me as well.  Both these comments,
though, are to be expected for a book written 50 years ago.  I found some details,
such as the abundance of food, and the town rallying behind the leadership of a man
all felt previously to be a amusing playboy, to be disappointing.  But it was
a very enjoyable read and was significant for its times, if not so much today. 
</p>
        <img width="0" height="0" src="http://www.fwhagen.com/weblog/aggbug.ashx?id=8d89e392-4ee6-485f-8bcd-e4baab970cc4" />
        <br />
        <hr />
        <p>
          <image src="FeedReadCounter.aspx" />
        </p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Book Review: One Second After - William R. Forstchen  (2009)</title>
    <link rel="alternate" type="text/html" href="http://www.fwhagen.com/weblog/2009/09/24/BookReviewOneSecondAfterWilliamRForstchen2009.aspx" />
    <id>http://www.fwhagen.com/weblog/PermaLink,guid,e6fbdba5-32c1-4602-914a-f02bbfde772f.aspx</id>
    <published>2009-09-24T08:50:58.505-04:00</published>
    <updated>2009-09-25T08:53:57.9303794-04:00</updated>
    <category term="Books" label="Books" scheme="http://www.fwhagen.com/weblog/CategoryView,category,Books.aspx" />
    <author>
      <name>Frank W Hagen</name>
    </author>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a title="Amazon.com: One Second After: Books: William R. Forstchen" href="http://www.amazon.com/exec/obidos/ASIN/0765317583/usinghagenfra-20">
            <img border="0" align="right" src="http://images.amazon.com/images/P/0765317583.01._PC_SCMZZZZZZZ_.jpg" />
          </a> And
now, the book heralded across the Internet as a must read.  One that eclipses
most other novels, and tainted my perception of previous reads (Sorry J.F.Lewis). 
It was referenced by Techo-geeks, Military writers and SciFi fans.  How could
I not read it?  I ended up getting a copy from the local library and consumed
it in little over a week. 
</p>
        <p>
          <i>One Second After</i> actually starts a couple days before.  Then suddenly,
the power goes out, most cars stop, and all electronics go dead. And nobody knows
why.  Retired USArmy Colonel John Matherson has a pretty good suspicion having
to do with high-altitude EMP burst attacks over the United States, but with no communications
with anyone in earshot, who can tell?  What follows is a chillingly realistic
look at how devastating the total disruption of electricity would be to our country. 
The entire novel is set around the people in a small North Carolina community struggling
to survive in conditions 100 years gone. 
</p>
        <p>
This is one of the most disturbing book I have ever read.  At the same
time, it was very well written and executed.  I felt for the characters, identified
with them, feared for them.  I will be buying this book for myself later, it
was so good.  I have recommended it to everyone into technology and anyone who
feels "safe" from foreign threats.  This is "Red Dawn" of the 21st Century. 
</p>
        <img width="0" height="0" src="http://www.fwhagen.com/weblog/aggbug.ashx?id=e6fbdba5-32c1-4602-914a-f02bbfde772f" />
        <br />
        <hr />
        <p>
          <image src="FeedReadCounter.aspx" />
        </p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Book Review: ReVamped - J. F. Lewis (2009)</title>
    <link rel="alternate" type="text/html" href="http://www.fwhagen.com/weblog/2009/09/23/BookReviewReVampedJFLewis2009.aspx" />
    <id>http://www.fwhagen.com/weblog/PermaLink,guid,a7bd4bb1-df27-41bc-ba33-a2b5cfeecacd.aspx</id>
    <published>2009-09-23T08:49:56.035-04:00</published>
    <updated>2009-09-25T08:49:56.0351101-04:00</updated>
    <category term="Books" label="Books" scheme="http://www.fwhagen.com/weblog/CategoryView,category,Books.aspx" />
    <author>
      <name>Frank W Hagen</name>
    </author>
    <content type="html">&lt;p&gt;
&lt;a title="Amazon.com: Revamped: Books: J.F. Lewis" href="http://www.amazon.com/exec/obidos/ASIN/1439102287/usinghagenfra-20"&gt; &lt;img border=0 align=right src="http://images.amazon.com/images/P/1439102287.01._PC_SCMZZZZZZZ_.jpg"&gt;&lt;/a&gt; I've
gotten way behind and am having a hard time remembering what I've read. First up,
though, is the sequel to &lt;a href="/Weblog/2008/04/03/BookReviewStakedJFLewis2008.aspx" j.f. Lewis's &lt;I&gt;Staked&gt;&lt;/a&gt;.
Again, I bought this for the wife, but since I enjoyed it so much, I wanted to read &lt;i&gt;ReVamped&lt;/i&gt; too. 
&lt;/p&gt;
&lt;p&gt;
&lt;i&gt;ReVamped&lt;/i&gt; continues where &lt;i&gt;Staked&lt;/i&gt; left off. Eric, a newly undead but powerful
vampire with a bit of a memory problem, struggles to overcome the "Problems" incurred
at the end of the first book and find answers to who and what he is. And find out
who is responsible and exact some revenge. Definitely a fun story! 
&lt;/p&gt;
&lt;p&gt;
I was really impressed by Book 1, but not so much by this one. It's not that it wasn't
good, because it was. Just not great. I came away feeling that it was a continuation
of an ongoing story and didn't really resolve anything important. Maybe it was me
and I had too high expectations. We'll see how the wife likes it... 
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.fwhagen.com/weblog/aggbug.ashx?id=a7bd4bb1-df27-41bc-ba33-a2b5cfeecacd" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;p&gt;
&lt;image src="FeedReadCounter.aspx" /&gt;
&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Book Review: Rules of Prey - John Sandford (1989)</title>
    <link rel="alternate" type="text/html" href="http://www.fwhagen.com/weblog/2009/06/03/BookReviewRulesOfPreyJohnSandford1989.aspx" />
    <id>http://www.fwhagen.com/weblog/PermaLink,guid,41cd0d87-09f4-48d2-a9e3-987748cab146.aspx</id>
    <published>2009-06-03T09:24:32.8021718-04:00</published>
    <updated>2009-06-03T09:24:32.8021718-04:00</updated>
    <category term="Books" label="Books" scheme="http://www.fwhagen.com/weblog/CategoryView,category,Books.aspx" />
    <author>
      <name>Frank W Hagen</name>
    </author>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a title="Amazon.com: Rules of Prey: Books: John Sandford" href="http://www.amazon.com/exec/obidos/ASIN/0425121631/usinghagenfra-20">
            <img border="0" align="right" src="http://images.amazon.com/images/P/0425121631.01._PC_SCMZZZZZZZ_.jpg" />
          </a> Some
time ago, I came across my old friend Tom Cavanagh online and <a href="http://www.fwhagen.com/weblog/2008/10/19/BookReviewMurderlandThomasBCavanagh2005.aspx">discovered
he is a writer</a>. I read his first 2 books and really enjoyed them both. I don't
usually enjoy crime novels, but someone lent me this book, and because I enjoyed Tom's
books so well, and because Sandford is the pseudonym of the Pulitzer Prize-winning
journalist John Roswell Camp, I tried it out.
</p>
        <p>
Lucas Davenport is a celebrated police detective in the Minneapolis area who is renowned
for using his intellect and game building skills to crack cases. He is brought in
to solve a series of seemingly unconnected murders that have all been "signed" by
a single killer's messages to the cops. Davenport is forced to out-think a killer
who obviously is familiar with forensics and police procedure in order to bring the
killer in. What results is a good, rarely predictable investigation that pits mind
against mind in a struggle to be top game master.
</p>
        <p>
Ok, I'm still not a fan of crime novels. But I did enjoy this one. It was a mix of
the TV shows CSI, Criminal Minds, and Psych. Actually, I couldn't get the image of
Lassiter from Psych out of my mind during passages about Davenport, although his actions
were more James Bond than Lassy. This was a good diversion, if not a great book. It
remains to be seen if I read more of the series (19 books!).
</p>
        <img width="0" height="0" src="http://www.fwhagen.com/weblog/aggbug.ashx?id=41cd0d87-09f4-48d2-a9e3-987748cab146" />
        <br />
        <hr />
        <p>
          <image src="FeedReadCounter.aspx" />
        </p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Book Review: Heechee Rendezvous - Frederik Pohl (1984)</title>
    <link rel="alternate" type="text/html" href="http://www.fwhagen.com/weblog/2009/06/03/BookReviewHeecheeRendezvousFrederikPohl1984.aspx" />
    <id>http://www.fwhagen.com/weblog/PermaLink,guid,9003ce27-bf5d-41f2-a7b0-0eff84cfa6e4.aspx</id>
    <published>2009-06-03T09:20:35.0945729-04:00</published>
    <updated>2009-06-03T09:20:35.0945729-04:00</updated>
    <category term="Books" label="Books" scheme="http://www.fwhagen.com/weblog/CategoryView,category,Books.aspx" />
    <author>
      <name>Frank W Hagen</name>
    </author>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a title="Amazon.com: Heechee Rendezvous: Books: Frederik Pohl" href="http://www.amazon.com/exec/obidos/ASIN/0345300556/usinghagenfra-20">
            <img border="0" align="right" src="http://images.amazon.com/images/P/0345300556.01._PC_SCMZZZZZZZ_.jpg" />
          </a>
          <em>Heechee
Rendezvous</em> is book 3 of the classic <em>Heechee Saga</em> of Frederik Pohl. 
While <em>Gateway</em> is a very different read, the second of the saga was more mainstream
than its predecessor.  And <i>HR</i> is good solid modern Science Fiction.
</p>
        <p>
Again, we join Robinette Broadhead, the even richer billionaire of the Gateway saga.
But this time, right from the start, we learn of the alien race known to the humans
as Heechee. The main storyline begins with a down-and-out pilot on one of the Gateway
planets who decides to work his way back to Earth on a transport ship after his young
wife leaves him to go exploring with the castway Han from the 2nd book. On the voyage
home, he discovers evidence that the Heechee are still around and can be found, so
his plans change to confront Broadhead with a plan to do so. Meanwhile, Han has found
the black hole that changed Robin's life so dramatically in the first book and rescued
Robin's lost love as a consequence. Both these actions alert and trigger the emergence
of the Heechee into Human space, along with a warning of the Assassins who may be
awakened to return and destroy all life in the universe. 
</p>
        <p>
Final answers in the <em>Heechee Saga </em>are not answered here. We are obviously
led up to a conclusion in the final book <i>Annals of the Heechee</i>. This was a
good read and Pohl's grasp of science and technology is, again, <em>very</em> refreshing,
especially this volumes examination of Artificial Intelligences and the question of
storage of human intellect.  I am really enjoying reading this series and look
forward to the final book.
</p>
        <img width="0" height="0" src="http://www.fwhagen.com/weblog/aggbug.ashx?id=9003ce27-bf5d-41f2-a7b0-0eff84cfa6e4" />
        <br />
        <hr />
        <p>
          <image src="FeedReadCounter.aspx" />
        </p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Star Wars For a New Generation</title>
    <link rel="alternate" type="text/html" href="http://www.fwhagen.com/weblog/2009/06/01/StarWarsForANewGeneration.aspx" />
    <id>http://www.fwhagen.com/weblog/PermaLink,guid,04f17575-a8c0-41da-b5c0-fd8e0ecd60d5.aspx</id>
    <published>2009-06-01T09:09:55.3744042-04:00</published>
    <updated>2009-06-01T09:09:55.3744042-04:00</updated>
    <category term="Life" label="Life" scheme="http://www.fwhagen.com/weblog/CategoryView,category,Life.aspx" />
    <author>
      <name>Frank W Hagen</name>
    </author>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <img border="0" align="right" src="http://www.fwhagen.com/weblog/content/binary/starwars.jpg" />This
past weekend, I sat down with my 6 year old daughter and watched Star Wars. 
It was her first time, certainly not mine.  She really likes the Clone Wars series
on Cartoon Network, so I thought it was time.  It was an interesting experience.
</p>
        <p>
Star Wars came out when I was 7.  I never saw it in the theaters in its original
release; my parents seldom took us to a theater, and then only for "kids" movies. 
I did see it years later, but never the original cut.  My first exposure was
a VHS tape that our uncle gave my father.  I watched that tape over and over
until it wore out, literally.  I bought the trilogy on VHS when it was released
as a boxed set later on, and again when it was remastered with THX sound.  And
I got a copy when the whole set was reworked with new CGI content.  Oh, I have
seen Star Wars a few times...
</p>
        <p>
The version I showed my daughter was in HD.  Obviously the latest remastered,
cleaned, reedited, Greedo shot first, equatorial shock wave edition.  It was
beautiful.  After the attack on Leia's ship, I remarked to my wife, "I don't
believe I have ever seen this movie look so good!".  Funny, the version I always
remember was grainy and almost smoky; it was thick with atmosphere.  This version
was crisp and clean, clear and sharp; it looked great, yet somehow lacked something. 
She loved it.  
</p>
        <p>
It's funny how 32 years has changed so much.  The impact the film had on me was
dramatic, even life changing (OK, I was only 7).  Not so much for her. 
That old tape was a treasure to be handled carefully and saved for the future. 
The copy from this past weekend was just so many bits on our DVR.  It is marvelous
to see the world through her new eyes, yet make my own feel that much older.
</p>
        <img width="0" height="0" src="http://www.fwhagen.com/weblog/aggbug.ashx?id=04f17575-a8c0-41da-b5c0-fd8e0ecd60d5" />
        <br />
        <hr />
        <p>
          <image src="FeedReadCounter.aspx" />
        </p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Book Review: To Fly &amp; Fight -- Memoirs of a Triple Ace - Clarence E. Anderson (1990)</title>
    <link rel="alternate" type="text/html" href="http://www.fwhagen.com/weblog/2009/06/01/BookReviewToFlyFightMemoirsOfATripleAceClarenceEAnderson1990.aspx" />
    <id>http://www.fwhagen.com/weblog/PermaLink,guid,9e00e5ae-9833-4f1c-a1d4-62825f5a8d8a.aspx</id>
    <published>2009-06-01T08:46:08.0813757-04:00</published>
    <updated>2009-06-01T08:46:08.0813757-04:00</updated>
    <category term="Books" label="Books" scheme="http://www.fwhagen.com/weblog/CategoryView,category,Books.aspx" />
    <author>
      <name>Frank W Hagen</name>
    </author>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a title="Amazon.com: To Fly and Fight : Books: Clarence E. Anderson " href="http://www.amazon.com/exec/obidos/ASIN/0935553347/usinghagenfra-20">
            <img border="0" align="right" src="http://images.amazon.com/images/P/0935553347.01._PC_SCMZZZZZZZ_.jpg" />
          </a> I
finished this book some time ago, but delayed the review of it because I was not sure
how to do it properly.  Every once in a long while, I will read a book that is
so good, so meaningful, that it can change perceptions.  This may very well be
one of those books.  While watching an episode of <u>Dogfights</u> on the History
Channel, I learned of Bud Anderson who flew the famous Old Crow P-51 Mustang in Europe
during WWII.  So I looked him up online and discovered he had written a book. 
</p>
        <p>
I grew up believing, and well into adulthood, that Chuck Yeager was probably the greatest
(American) pilot of all time.  But Yeager himself disagrees:  He names Bud
Anderson that pilot.  He is the only combat pilot in WWII to achieve triple ace
(17 kills) and never get hit.  His tour of Europe never included a scrubbed mission
due to his ability or aircraft.  He was incredibly lucky and extremely skilled.
 The story of Clarence E. "Bud" Anderson reads like a novel but yet contains
great technical and tactical data.  He grew up a poor farmer, joined up at the
opening of the war, flew combat in Europe with one the first squadrons to be outfitted
with the Mustang, was a wingman of Chuck Yeager and flight leader as well, a test
pilot during the glory days at Edwards, and even flew combat during Vietnam in F-105s.
 The man is a hero, deserves to be a legend, and still lives today.
</p>
        <p>
          <i>To Fly and Fight</i> is written in a humble voice, quick to give credit where due,
not afraid to call it like he saw it, and reluctant to believe he is the great hero
that he so evidently is.  The problem with writing a review of a book such as
this, is not to come off sounding ridiculous, but that is a difficult feat. 
I truly enjoyed this book, and have made it part of my permanent collection.
</p>
        <img width="0" height="0" src="http://www.fwhagen.com/weblog/aggbug.ashx?id=9e00e5ae-9833-4f1c-a1d4-62825f5a8d8a" />
        <br />
        <hr />
        <p>
          <image src="FeedReadCounter.aspx" />
        </p>
      </div>
    </content>
  </entry>
</feed>
