<?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>Mike Clark's Blog</title>
    <link>http://blog.clarkmichael.com/</link>
    <description>A Geek in Time</description>
    <language>en-us</language>
    <copyright>Mike Clark</copyright>
    <lastBuildDate>Fri, 22 May 2009 15:51:20 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 1.8.5223.2</generator>
    <managingEditor>mike@clarkmichael.com</managingEditor>
    <webMaster>mike@clarkmichael.com</webMaster>
    <item>
      <trackback:ping>http://blog.clarkmichael.com/Trackback.aspx?guid=a981259b-481b-4bdb-a3f7-dff4c75e4800</trackback:ping>
      <pingback:server>http://blog.clarkmichael.com/pingback.aspx</pingback:server>
      <pingback:target>http://blog.clarkmichael.com/PermaLink,guid,a981259b-481b-4bdb-a3f7-dff4c75e4800.aspx</pingback:target>
      <dc:creator>mike@clarkmichael.com (Mike)</dc:creator>
      <wfw:comment>http://blog.clarkmichael.com/CommentView,guid,a981259b-481b-4bdb-a3f7-dff4c75e4800.aspx</wfw:comment>
      <wfw:commentRss>http://blog.clarkmichael.com/SyndicationService.asmx/GetEntryCommentsRss?guid=a981259b-481b-4bdb-a3f7-dff4c75e4800</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      My son has a landscape business.  And he doesn't have a website for it. 
      Rather than having him go to some outfit who will charge him a few hundred (or thousand)
      dollars for building him a website, so he can finally drop the overpriced Yellow Book
      and Yellow Pages ads, it seemed that I ought to help out and create a nice one --
      for free!  Well, anyway, at cost.
   </p>
        <p>
      So, viola!  <a href="http://www.greenscapeconstruction.com">http://www.greenscapeconstruction.com</a></p>
        <p>
      The site went live just a few days ago, and it's still a bit what I would call <em>spare</em>. 
      You know, less content than one would like?  But I'm still working on it. 
      There's behind-the-scenes infrastructure to build yet (for example, it doesn't use
      a database for its dynamic features so far -- that's on the way -- and although there's
      a login for administration, there's no administration features yet.  But as a
      fun little project it is just great!  I plan to shove some jQuery effects into
      it before I'm done.
   </p>
        <p>
      Now for the Doh! moment.
   </p>
        <p>
      Ideally, if one wants search engines to index your site correction, you have to have
      some meta tags (although those are nowhere near as important as they used to be),
      but Yahoo! tells us that the site's Title is very important.  And I couldn't
      get the site title to change from the default.  I changed it in the html part
      of the .aspx on the master page, but it wouldn't change in reality.  It was starting
      to make me crazy -- what on earth could be causing that?  Some kind of weird
      caching thing going on?  Turns out: Nope.
   </p>
        <p>
      I was setting the Title text in two places.  Once in the .aspx, and then in code
      during Page_Load.  Yikes!  The Page_Load event code had exactly the same
      Title that the original .aspx had.  So OF COURSE it's not going to change.  
   </p>
        <p>
      Gotta watch for that kind of thing.
   </p>
        <img width="0" height="0" src="http://blog.clarkmichael.com/aggbug.ashx?id=a981259b-481b-4bdb-a3f7-dff4c75e4800" />
      </body>
      <title>Doh! Moments Happen.</title>
      <guid>http://blog.clarkmichael.com/PermaLink,guid,a981259b-481b-4bdb-a3f7-dff4c75e4800.aspx</guid>
      <link>http://blog.clarkmichael.com/Doh+Moments+Happen.aspx</link>
      <pubDate>Fri, 22 May 2009 15:51:20 GMT</pubDate>
      <description>&lt;p&gt;
   My son has a landscape business.&amp;nbsp; And he doesn't have a website for it.&amp;nbsp;
   Rather than having him go to some outfit who will charge him a few hundred (or thousand)
   dollars for building him a website, so he can finally drop the overpriced Yellow Book
   and Yellow Pages ads, it seemed that I ought to help out and create a nice one --
   for free!&amp;nbsp; Well, anyway, at cost.
&lt;/p&gt;
&lt;p&gt;
   So, viola!&amp;nbsp; &lt;a href="http://www.greenscapeconstruction.com"&gt;http://www.greenscapeconstruction.com&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
   The site went live just a few days ago, and it's still a bit what I would call &lt;em&gt;spare&lt;/em&gt;.&amp;nbsp;
   You know, less content than one would like?&amp;nbsp; But I'm still working on it.&amp;nbsp;
   There's behind-the-scenes infrastructure to build yet (for example, it doesn't use
   a database for its dynamic features so far -- that's on the way -- and although there's
   a login for administration, there's no administration features yet.&amp;nbsp; But as a
   fun little project it is just great!&amp;nbsp; I plan to shove some jQuery effects into
   it before I'm done.
&lt;/p&gt;
&lt;p&gt;
   Now for the Doh! moment.
&lt;/p&gt;
&lt;p&gt;
   Ideally, if one wants search engines to index your site correction, you have to have
   some meta tags (although those are nowhere near as important as they used to be),
   but Yahoo! tells us that the site's Title is very important.&amp;nbsp; And I couldn't
   get the site title to change from the default.&amp;nbsp; I changed it in the html part
   of the .aspx on the master page, but it wouldn't change in reality.&amp;nbsp; It was starting
   to make me crazy -- what on earth could be causing that?&amp;nbsp; Some kind of weird
   caching thing going on?&amp;nbsp; Turns out: Nope.
&lt;/p&gt;
&lt;p&gt;
   I was setting the Title text in two places.&amp;nbsp; Once in the .aspx, and then in code
   during Page_Load.&amp;nbsp; Yikes!&amp;nbsp; The Page_Load event code had exactly the same
   Title that the original .aspx had.&amp;nbsp; So OF COURSE it's not going to change.&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
   Gotta watch for that kind of thing.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blog.clarkmichael.com/aggbug.ashx?id=a981259b-481b-4bdb-a3f7-dff4c75e4800" /&gt;</description>
      <comments>http://blog.clarkmichael.com/CommentView,guid,a981259b-481b-4bdb-a3f7-dff4c75e4800.aspx</comments>
      <category>Family;Geek Speak</category>
    </item>
    <item>
      <trackback:ping>http://blog.clarkmichael.com/Trackback.aspx?guid=e4ad9baf-8320-47f9-a7a1-85fb1b7736bf</trackback:ping>
      <pingback:server>http://blog.clarkmichael.com/pingback.aspx</pingback:server>
      <pingback:target>http://blog.clarkmichael.com/PermaLink,guid,e4ad9baf-8320-47f9-a7a1-85fb1b7736bf.aspx</pingback:target>
      <dc:creator>mike@clarkmichael.com (Mike)</dc:creator>
      <wfw:comment>http://blog.clarkmichael.com/CommentView,guid,e4ad9baf-8320-47f9-a7a1-85fb1b7736bf.aspx</wfw:comment>
      <wfw:commentRss>http://blog.clarkmichael.com/SyndicationService.asmx/GetEntryCommentsRss?guid=e4ad9baf-8320-47f9-a7a1-85fb1b7736bf</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <br />
   Yes, it is summer, and just coincidentally we had Summer (and her parents) over for
   a visit:<br /><br /><br /><br /><img src="http://blog.clarkmichael.com/content/binary/Summer&amp;Mom.jpg" border="0" /><br /><br /><br />
   Isn't she beautiful?  Of course, she cannot help it, she is, after all, my granddaughter! 
   She is now a year and a half old, and let us hark back to <a href="http://blog.clarkmichael.com/PermaLink,guid,334dda8f-9902-424c-858b-b5ef29ace3f9.aspx">her
   birthday</a>.<br /><img width="0" height="0" src="http://blog.clarkmichael.com/aggbug.ashx?id=e4ad9baf-8320-47f9-a7a1-85fb1b7736bf" /></body>
      <title>Summer!</title>
      <guid>http://blog.clarkmichael.com/PermaLink,guid,e4ad9baf-8320-47f9-a7a1-85fb1b7736bf.aspx</guid>
      <link>http://blog.clarkmichael.com/Summer.aspx</link>
      <pubDate>Thu, 10 Jul 2008 18:56:27 GMT</pubDate>
      <description>&lt;br&gt;
Yes, it is summer, and just coincidentally we had Summer (and her parents) over for
a visit:&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;img src="http://blog.clarkmichael.com/content/binary/Summer&amp;amp;Mom.jpg" border="0"&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Isn't she beautiful?&amp;nbsp; Of course, she cannot help it, she is, after all, my granddaughter!&amp;nbsp;
She is now a year and a half old, and let us hark back to &lt;a href="http://blog.clarkmichael.com/PermaLink,guid,334dda8f-9902-424c-858b-b5ef29ace3f9.aspx"&gt;her
birthday&lt;/a&gt;.&lt;br&gt;
&lt;img width="0" height="0" src="http://blog.clarkmichael.com/aggbug.ashx?id=e4ad9baf-8320-47f9-a7a1-85fb1b7736bf" /&gt;</description>
      <comments>http://blog.clarkmichael.com/CommentView,guid,e4ad9baf-8320-47f9-a7a1-85fb1b7736bf.aspx</comments>
      <category>Family</category>
    </item>
    <item>
      <trackback:ping>http://blog.clarkmichael.com/Trackback.aspx?guid=5e9109ba-7431-4b4c-aadf-08e4dff8d6d7</trackback:ping>
      <pingback:server>http://blog.clarkmichael.com/pingback.aspx</pingback:server>
      <pingback:target>http://blog.clarkmichael.com/PermaLink,guid,5e9109ba-7431-4b4c-aadf-08e4dff8d6d7.aspx</pingback:target>
      <dc:creator>mike@clarkmichael.com (Mike)</dc:creator>
      <wfw:comment>http://blog.clarkmichael.com/CommentView,guid,5e9109ba-7431-4b4c-aadf-08e4dff8d6d7.aspx</wfw:comment>
      <wfw:commentRss>http://blog.clarkmichael.com/SyndicationService.asmx/GetEntryCommentsRss?guid=5e9109ba-7431-4b4c-aadf-08e4dff8d6d7</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      I am pleased to announce that this morning, at 9:20 AM, our new granddaughter, Summer
      Ruth Clark, made her entrance into the world!  
   </p>
        <p>
          <img src="http://blog.clarkmichael.com/content/binary/SummerRuth_2hrsOld_small.jpg" align="left" border="5" />
        </p>
        <p>
      She was not really as red in the face as the photo seems to show, in fact she
      is quite the lovely little lady.  And she was so very alert and observant! 
      It is sometimes said that girl babies tend to want to connect, and it surely is true
      in her case.  She would hear the voice of someone talking to her, and she would
      turn towards the sound already.  Just two hours old in this photograph. 
      It's also a good shot of Daddy Jason's ear, by the way.
   </p>
        <p>
      I do note that I can see her great grandmother Ruth's eyes in her, so she is well
      named.  She was a most healthy baby, too.  Vital Stats: 8 lbs 11 oz; 20
      inches long.
   </p>
        <img width="0" height="0" src="http://blog.clarkmichael.com/aggbug.ashx?id=5e9109ba-7431-4b4c-aadf-08e4dff8d6d7" />
      </body>
      <title>New Year -- New Granddaughter!</title>
      <guid>http://blog.clarkmichael.com/PermaLink,guid,5e9109ba-7431-4b4c-aadf-08e4dff8d6d7.aspx</guid>
      <link>http://blog.clarkmichael.com/New+Year++New+Granddaughter.aspx</link>
      <pubDate>Tue, 01 Jan 2008 06:27:31 GMT</pubDate>
      <description>&lt;p&gt;
   I am pleased to announce that this morning, at 9:20 AM, our new granddaughter, Summer
   Ruth Clark, made her entrance into the world!&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
   &lt;img src="http://blog.clarkmichael.com/content/binary/SummerRuth_2hrsOld_small.jpg" align=left border=5&gt;
&lt;/p&gt;
&lt;p&gt;
   She was not really as red in the face as the&amp;nbsp;photo seems to show, in fact she
   is quite the lovely little lady.&amp;nbsp; And she was so very alert and observant!&amp;nbsp;
   It is sometimes said that girl babies tend to want to connect, and it surely is true
   in her case.&amp;nbsp; She would hear the voice of someone talking to her, and she would
   turn towards the sound already.&amp;nbsp; Just two hours old in this photograph.&amp;nbsp;
   It's also a&amp;nbsp;good shot of Daddy Jason's ear, by the way.
&lt;/p&gt;
&lt;p&gt;
   I do note that I can see her great grandmother Ruth's eyes in her, so she is well
   named.&amp;nbsp; She was a most healthy baby, too.&amp;nbsp; Vital Stats: 8 lbs 11 oz; 20
   inches long.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blog.clarkmichael.com/aggbug.ashx?id=5e9109ba-7431-4b4c-aadf-08e4dff8d6d7" /&gt;</description>
      <comments>http://blog.clarkmichael.com/CommentView,guid,5e9109ba-7431-4b4c-aadf-08e4dff8d6d7.aspx</comments>
      <category>Family</category>
    </item>
    <item>
      <trackback:ping>http://blog.clarkmichael.com/Trackback.aspx?guid=a9565867-af8e-4ba1-bcf2-4fc0aada34bd</trackback:ping>
      <pingback:server>http://blog.clarkmichael.com/pingback.aspx</pingback:server>
      <pingback:target>http://blog.clarkmichael.com/PermaLink,guid,a9565867-af8e-4ba1-bcf2-4fc0aada34bd.aspx</pingback:target>
      <dc:creator>mike@clarkmichael.com (Mike)</dc:creator>
      <wfw:comment>http://blog.clarkmichael.com/CommentView,guid,a9565867-af8e-4ba1-bcf2-4fc0aada34bd.aspx</wfw:comment>
      <wfw:commentRss>http://blog.clarkmichael.com/SyndicationService.asmx/GetEntryCommentsRss?guid=a9565867-af8e-4ba1-bcf2-4fc0aada34bd</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      Well I have great news!  And that news is a new Grandson.  He was born to
      my son Daniel and his wife, Linda, this morning at 5:40 am.  A nice weight, 7
      lbs 3 oz, length 21 inches, and the docs couldn't find a single thing wrong with him. 
      His name?  Oh, yes:
   </p>
        <p>
          <strong>
            <a href="http://www.clarkmichael.com/FamilyNews/Arrivals/BabyDaniel/tabid/377/Default.aspx">Daniel
      John Clark</a>
          </strong>
        </p>
        <p>
      When your children start having children, THAT's when the fun begins.  And a
      few weeks from now, maybe right at Christmas, our son Jason and his wife Larene will
      be presenting us with another grandbaby, this time a girl, whose name has already
      been picked out: <a href="http://www.clarkmichael.com/FamilyNews/Arrivals/BabySummer/tabid/378/Default.aspx">Summer
      Ruth Clark</a>.  I can't wait!
   </p>
        <p>
       
   </p>
        <img src="http://blog.clarkmichael.com/content/binary/BabyDaniel_small.jpg" border="0" />
        <img width="0" height="0" src="http://blog.clarkmichael.com/aggbug.ashx?id=a9565867-af8e-4ba1-bcf2-4fc0aada34bd" />
      </body>
      <title>New Grandson!</title>
      <guid>http://blog.clarkmichael.com/PermaLink,guid,a9565867-af8e-4ba1-bcf2-4fc0aada34bd.aspx</guid>
      <link>http://blog.clarkmichael.com/New+Grandson.aspx</link>
      <pubDate>Sun, 03 Dec 2006 08:39:15 GMT</pubDate>
      <description>&lt;p&gt;
   Well I have great news!&amp;nbsp; And that news is a new Grandson.&amp;nbsp; He was born to
   my son Daniel and his wife, Linda, this morning at 5:40 am.&amp;nbsp; A nice weight, 7
   lbs 3 oz, length 21 inches, and the docs couldn't find a single thing wrong with him.&amp;nbsp;
   His name?&amp;nbsp; Oh, yes:
&lt;/p&gt;
&lt;p&gt;
   &lt;strong&gt;&lt;a href="http://www.clarkmichael.com/FamilyNews/Arrivals/BabyDaniel/tabid/377/Default.aspx"&gt;Daniel
   John Clark&lt;/a&gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
   When your children start having children, THAT's when the fun begins.&amp;nbsp; And a
   few weeks from now, maybe right at Christmas, our son Jason and his wife Larene will
   be presenting us with another grandbaby, this time a girl, whose name has already
   been picked out: &lt;a href="http://www.clarkmichael.com/FamilyNews/Arrivals/BabySummer/tabid/378/Default.aspx"&gt;Summer
   Ruth Clark&lt;/a&gt;.&amp;nbsp; I can't wait!
&lt;/p&gt;
&lt;p&gt;
   &amp;nbsp;
&lt;/p&gt;
&lt;img src="http://blog.clarkmichael.com/content/binary/BabyDaniel_small.jpg" border=0&gt;&lt;img width="0" height="0" src="http://blog.clarkmichael.com/aggbug.ashx?id=a9565867-af8e-4ba1-bcf2-4fc0aada34bd" /&gt;</description>
      <comments>http://blog.clarkmichael.com/CommentView,guid,a9565867-af8e-4ba1-bcf2-4fc0aada34bd.aspx</comments>
      <category>Family</category>
    </item>
  </channel>
</rss>