<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>EnGraph Help!</title>
    <description>A support and knowledge community for EnGraph Software users</description>
    <link>http://engraph.com/help/roller/default.aspx</link>
    <docs>http://backend.userland.com/rss</docs>
    <generator>Community Server v2.0 (http://www.communityserver.org)</generator>
    <item>
      <title>Use Preprocessor Directives for better debugging</title>
      <description>&lt;p&gt;The most common use for Preprocessor Directives is to intelligently group your code using the #region . #endregion tag (sidenote: Ctrl + M, M is a great keyboard shortcut to expand and contract your regions).� Preprocessor Directives can also be used to tell the compiler which code should or should not be compiled based on the configuration environment.� Wrapping code in an #if DEBUG . #endif block will only execute if the environment is in debug mode.&lt;/p&gt;  &lt;p&gt;This proved to be a handy way to debug a situation this morning in a multi-threaded scenario where breakpoints and Console.WriteLine were not giving me enough information.� I added a new tab with initial visibility as collapsed, set it to visible in an #if DEBUG . #endif block, and wrote events to it also in a debug block.&lt;/p&gt;  &lt;p&gt;For situations where you want code to execute only in a production environment, use #if !DEBUG . #endif.&lt;/p&gt;  &lt;p&gt;View &lt;a href="http://msdn.microsoft.com/en-us/library/ed8yd1ha(VS.71).aspx" target="_blank"&gt;MSDN's page on Preprocessor Directives&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=140542"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=140542" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0" alt=""&gt;&lt;/a&gt;


&lt;img src="http://geekswithblogs.net/thibbard/aggbug/140542.aspx" width="1" height="1" /&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/KbeKbsZfCKNqw17FYv7Mr4tSloM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/KbeKbsZfCKNqw17FYv7Mr4tSloM/0/di" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/KbeKbsZfCKNqw17FYv7Mr4tSloM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/KbeKbsZfCKNqw17FYv7Mr4tSloM/1/di" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=eOfep14opSk:Ujst90Lmp4g:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=eOfep14opSk:Ujst90Lmp4g:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=eOfep14opSk:Ujst90Lmp4g:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?i=eOfep14opSk:Ujst90Lmp4g:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=eOfep14opSk:Ujst90Lmp4g:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=eOfep14opSk:Ujst90Lmp4g:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?i=eOfep14opSk:Ujst90Lmp4g:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TimHibbard/~4/eOfep14opSk" height="1" width="1" /&gt;</description>
      <link>http://feedproxy.google.com/~r/TimHibbard/~3/eOfep14opSk/use-preprocessor-directives-for-better-debugging.aspx</link>
      <source url="http://geekswithblogs.net/thibbard/Default.aspx">Tim Hibbard</source>
      <comments>http://geekswithblogs.net/thibbard/archive/2010/06/21/use-preprocessor-directives-for-better-debugging.aspx#feedback</comments>
      <guid isPermaLink="False">http://geekswithblogs.net/thibbard/archive/2010/06/21/use-preprocessor-directives-for-better-debugging.aspx</guid>
      <pubDate>Mon, 21 Jun 2010 14:08:48 GMT</pubDate>
    </item>
    <item>
      <title>Hibbard family is growing</title>
      <description>&lt;p&gt;On Jan 16, 2011, we are expecting a new addition to our family.� Ben is going to learn words like "share" and "don't put that in the baby's nose".� We expect he'll do great!&lt;/p&gt;  &lt;p&gt;&lt;a href="http://geekswithblogs.net/images/geekswithblogs_net/thibbard/WindowsLiveWriter/Hibbardfamilyisgrowing_131C1/4717985682_ae7f255464%5B1%5D_2.jpg"&gt;&lt;img title="big brother ben" border="0" alt="big brother ben" src="http://geekswithblogs.net/images/geekswithblogs_net/thibbard/WindowsLiveWriter/Hibbardfamilyisgrowing_131C1/4717985682_ae7f255464%5B1%5D_thumb.jpg" width="332" height="500" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=140526"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=140526" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0" alt=""&gt;&lt;/a&gt;


&lt;img src="http://geekswithblogs.net/thibbard/aggbug/140526.aspx" width="1" height="1" /&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/oGLLxZXU5OPBQqEFayBdYG236dI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/oGLLxZXU5OPBQqEFayBdYG236dI/0/di" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/oGLLxZXU5OPBQqEFayBdYG236dI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/oGLLxZXU5OPBQqEFayBdYG236dI/1/di" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=TppuHHf0S0k:ezCJZcR78Zc:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=TppuHHf0S0k:ezCJZcR78Zc:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=TppuHHf0S0k:ezCJZcR78Zc:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?i=TppuHHf0S0k:ezCJZcR78Zc:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=TppuHHf0S0k:ezCJZcR78Zc:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=TppuHHf0S0k:ezCJZcR78Zc:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?i=TppuHHf0S0k:ezCJZcR78Zc:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TimHibbard/~4/TppuHHf0S0k" height="1" width="1" /&gt;</description>
      <link>http://feedproxy.google.com/~r/TimHibbard/~3/TppuHHf0S0k/hibbard-family-is-growing.aspx</link>
      <source url="http://geekswithblogs.net/thibbard/Default.aspx">Tim Hibbard</source>
      <comments>http://geekswithblogs.net/thibbard/archive/2010/06/20/hibbard-family-is-growing.aspx#feedback</comments>
      <guid isPermaLink="False">http://geekswithblogs.net/thibbard/archive/2010/06/20/hibbard-family-is-growing.aspx</guid>
      <pubDate>Sun, 20 Jun 2010 22:43:37 GMT</pubDate>
    </item>
    <item>
      <title>Get to No as fast as possible</title>
      <description>&lt;p&gt;�&lt;/p&gt;  &lt;p&gt;There is a &lt;a href="http://www.salesbloggers.com/2010/04/getting-to-no/" target="_blank"&gt;sales technique&lt;/a&gt; where the strategy is to get the customer to say "No deal" as soon as possible.� The idea being that by establishing terms that your customer is not comfortable with with, the sooner you can figure out what they will be willing to agree to.� The same principal can be applied to code design.� Instead of nested if.then statements, a code block should quickly eliminate the cases it is not equipped to handle and just focus on what it is meant to handle.&lt;/p&gt;  &lt;p&gt;This is code that will quickly become unmaintainable as requirements change:&lt;/p&gt;  &lt;div id="codeSnippetWrapper"&gt;   &lt;div id="codeSnippet"&gt;     &lt;pre&gt;&lt;span&gt;private&lt;/span&gt; &lt;span&gt;void&lt;/span&gt; SaveClient(Client c)&lt;/pre&gt;


    &lt;pre&gt;{&lt;/pre&gt;


    &lt;pre&gt;    &lt;span&gt;if&lt;/span&gt; (c != &lt;span&gt;null&lt;/span&gt;)&lt;/pre&gt;


    &lt;pre&gt;    {&lt;/pre&gt;


    &lt;pre&gt;        &lt;span&gt;if&lt;/span&gt; (c.BirthDate != DateTime.MinValue)&lt;/pre&gt;


    &lt;pre&gt;        {&lt;/pre&gt;


    &lt;pre&gt;            &lt;span&gt;foreach&lt;/span&gt; (Sale s &lt;span&gt;in&lt;/span&gt; c.Sales)&lt;/pre&gt;


    &lt;pre&gt;            {&lt;/pre&gt;


    &lt;pre&gt;                &lt;span&gt;if&lt;/span&gt; (s.IsProcessed)&lt;/pre&gt;


    &lt;pre&gt;                {&lt;/pre&gt;


    &lt;pre&gt;                    SaveSaleToDatabase(s);&lt;/pre&gt;


    &lt;pre&gt;                }&lt;/pre&gt;


    &lt;pre&gt;            }&lt;/pre&gt;


    &lt;pre&gt;            SaveClientToDatabase(c);&lt;/pre&gt;


    &lt;pre&gt;        }&lt;/pre&gt;


    &lt;pre&gt;    }&lt;/pre&gt;


    &lt;pre&gt;}&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;�&lt;/p&gt;

&lt;p&gt;If an additional requirement comes along that requires the Client to have Manager approval or for a Sale to be under $20K, this code will get messy and unreadable.&lt;/p&gt;

&lt;p&gt;A better way to meet the same requirements would be:&lt;/p&gt;

&lt;div id="codeSnippetWrapper"&gt;
  &lt;div id="codeSnippet"&gt;
    &lt;pre&gt;&lt;span&gt;private&lt;/span&gt; &lt;span&gt;void&lt;/span&gt; SaveClient(Client c)&lt;/pre&gt;


    &lt;pre&gt;{&lt;/pre&gt;


    &lt;pre&gt;    &lt;span&gt;if&lt;/span&gt; (c == &lt;span&gt;null&lt;/span&gt;)&lt;/pre&gt;


    &lt;pre&gt;    {&lt;/pre&gt;


    &lt;pre&gt;        &lt;span&gt;return&lt;/span&gt;;&lt;/pre&gt;


    &lt;pre&gt;    }&lt;/pre&gt;


    &lt;pre&gt;    &lt;span&gt;if&lt;/span&gt; (c.BirthDate == DateTime.MinValue)&lt;/pre&gt;


    &lt;pre&gt;    {&lt;/pre&gt;


    &lt;pre&gt;        &lt;span&gt;return&lt;/span&gt;;&lt;/pre&gt;


    &lt;pre&gt;    }&lt;/pre&gt;


    &lt;pre&gt;�&lt;/pre&gt;


    &lt;pre&gt;    &lt;span&gt;foreach&lt;/span&gt; (Sale s &lt;span&gt;in&lt;/span&gt; c.Sales)&lt;/pre&gt;


    &lt;pre&gt;    {&lt;/pre&gt;


    &lt;pre&gt;        &lt;span&gt;if&lt;/span&gt; (!s.IsProcessed)&lt;/pre&gt;


    &lt;pre&gt;        {&lt;/pre&gt;


    &lt;pre&gt;            &lt;span&gt;continue&lt;/span&gt;;&lt;/pre&gt;


    &lt;pre&gt;        }&lt;/pre&gt;


    &lt;pre&gt;        SaveSaleToDatabase(s);&lt;/pre&gt;


    &lt;pre&gt;    }&lt;/pre&gt;


    &lt;pre&gt;    SaveClientToDatabase(c);&lt;/pre&gt;


    &lt;pre&gt;}&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;This technique moves on quickly when it finds something it doesn't like.� This makes it much easier to add a Manager approval constraint.� We would just insert the new requirement before the action takes place.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=140467"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=140467" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0" alt=""&gt;&lt;/a&gt;


&lt;img src="http://geekswithblogs.net/thibbard/aggbug/140467.aspx" width="1" height="1" /&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/yoHqty16ashYOE0bg3eRhEuw63o/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/yoHqty16ashYOE0bg3eRhEuw63o/0/di" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/yoHqty16ashYOE0bg3eRhEuw63o/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/yoHqty16ashYOE0bg3eRhEuw63o/1/di" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=TsNEDSYSaAw:Tek-pxl3aSY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=TsNEDSYSaAw:Tek-pxl3aSY:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=TsNEDSYSaAw:Tek-pxl3aSY:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?i=TsNEDSYSaAw:Tek-pxl3aSY:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=TsNEDSYSaAw:Tek-pxl3aSY:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=TsNEDSYSaAw:Tek-pxl3aSY:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?i=TsNEDSYSaAw:Tek-pxl3aSY:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TimHibbard/~4/TsNEDSYSaAw" height="1" width="1" /&gt;</description>
      <link>http://feedproxy.google.com/~r/TimHibbard/~3/TsNEDSYSaAw/get-to-no-as-fast-as-possible.aspx</link>
      <source url="http://geekswithblogs.net/thibbard/Default.aspx">Tim Hibbard</source>
      <comments>http://geekswithblogs.net/thibbard/archive/2010/06/17/get-to-no-as-fast-as-possible.aspx#feedback</comments>
      <guid isPermaLink="False">http://geekswithblogs.net/thibbard/archive/2010/06/17/get-to-no-as-fast-as-possible.aspx</guid>
      <pubDate>Thu, 17 Jun 2010 10:46:13 GMT</pubDate>
    </item>
    <item>
      <title>Use Extension Methods to find first and last day of the month</title>
      <description>&lt;p&gt;A lot of reports work on data from last month.� It is a nice touch to have these dates pre-populated for your users.� Using extension methods, the code can look cleaner too.&lt;/p&gt;  &lt;p&gt;Extension Methods:&lt;/p&gt;  &lt;div id="codeSnippetWrapper"&gt;   &lt;div id="codeSnippet"&gt;     &lt;pre&gt;&lt;span&gt;public&lt;/span&gt; &lt;span&gt;static&lt;/span&gt; &lt;span&gt;class&lt;/span&gt; DateHelper&lt;/pre&gt;


    &lt;pre&gt;{&lt;/pre&gt;


    &lt;pre&gt;    &lt;span&gt;public&lt;/span&gt; &lt;span&gt;static&lt;/span&gt; DateTime FirstOfTheMonth(&lt;span&gt;this&lt;/span&gt; DateTime dt)&lt;/pre&gt;


    &lt;pre&gt;    {&lt;/pre&gt;


    &lt;pre&gt;        &lt;span&gt;return&lt;/span&gt; &lt;span&gt;new&lt;/span&gt; DateTime(dt.Year, dt.Month, 1);&lt;/pre&gt;


    &lt;pre&gt;    }&lt;/pre&gt;


    &lt;pre&gt;�&lt;/pre&gt;


    &lt;pre&gt;    &lt;span&gt;public&lt;/span&gt; &lt;span&gt;static&lt;/span&gt; DateTime LastOfTheMonth(&lt;span&gt;this&lt;/span&gt; DateTime dt)&lt;/pre&gt;


    &lt;pre&gt;    {&lt;/pre&gt;


    &lt;pre&gt;        &lt;span&gt;return&lt;/span&gt; dt.FirstOfTheMonth().AddMonths(1).AddDays(-1);&lt;/pre&gt;


    &lt;pre&gt;    }&lt;/pre&gt;


    &lt;pre&gt;}&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;Consuming Code:&lt;/p&gt;

&lt;div id="codeSnippetWrapper"&gt;
  &lt;div id="codeSnippet"&gt;
    &lt;pre&gt;&lt;span&gt;void&lt;/span&gt; Prepopulate()&lt;/pre&gt;


    &lt;pre&gt;{&lt;/pre&gt;


    &lt;pre&gt;    startDateBox.CurrentlySelectedDate = DateTime.Now.AddMonths(-1).FirstOfTheMonth();&lt;/pre&gt;


    &lt;pre&gt;    endDateBox.CurrentlySelectedDate = DateTime.Now.AddMonths(-1).LastOfTheMonth();&lt;/pre&gt;


    &lt;pre&gt;}&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=140278"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=140278" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0" alt=""&gt;&lt;/a&gt;


&lt;img src="http://geekswithblogs.net/thibbard/aggbug/140278.aspx" width="1" height="1" /&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/FI7IxiInglDIRpNXV9ZJr_QEz9I/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/FI7IxiInglDIRpNXV9ZJr_QEz9I/0/di" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/FI7IxiInglDIRpNXV9ZJr_QEz9I/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/FI7IxiInglDIRpNXV9ZJr_QEz9I/1/di" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=uhcdGEUr4Ag:DTv10sYHUMk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=uhcdGEUr4Ag:DTv10sYHUMk:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=uhcdGEUr4Ag:DTv10sYHUMk:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?i=uhcdGEUr4Ag:DTv10sYHUMk:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=uhcdGEUr4Ag:DTv10sYHUMk:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=uhcdGEUr4Ag:DTv10sYHUMk:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?i=uhcdGEUr4Ag:DTv10sYHUMk:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TimHibbard/~4/uhcdGEUr4Ag" height="1" width="1" /&gt;</description>
      <link>http://feedproxy.google.com/~r/TimHibbard/~3/uhcdGEUr4Ag/use-extension-methods-to-find-first-and-last-day-of.aspx</link>
      <source url="http://geekswithblogs.net/thibbard/Default.aspx">Tim Hibbard</source>
      <comments>http://geekswithblogs.net/thibbard/archive/2010/06/08/use-extension-methods-to-find-first-and-last-day-of.aspx#feedback</comments>
      <guid isPermaLink="False">http://geekswithblogs.net/thibbard/archive/2010/06/08/use-extension-methods-to-find-first-and-last-day-of.aspx</guid>
      <pubDate>Tue, 08 Jun 2010 09:41:18 GMT</pubDate>
    </item>
    <item>
      <title>Declaring variables in SQL</title>
      <description>&lt;p&gt;I would like to blog more about the problems I encounter on a daily basis.� I find that taking 10 minutes or so to write a simple solution to my problems helps me retain that information.&lt;/p&gt;  &lt;p&gt;I always forget the specific syntax to declaring variables in T-SQL.� &lt;/p&gt;  &lt;div id="codeSnippetWrapper"&gt;   &lt;div id="codeSnippet"&gt;     &lt;pre&gt;&lt;span&gt;declare&lt;/span&gt; @startdate datetime;&lt;/pre&gt;


    &lt;pre&gt;&lt;span&gt;declare&lt;/span&gt; @enddate datetime;&lt;/pre&gt;


    &lt;pre&gt;�&lt;/pre&gt;


    &lt;pre&gt;&lt;span&gt;set&lt;/span&gt; @startdate = &lt;span&gt;'04/01/2010'&lt;/span&gt;;&lt;/pre&gt;


    &lt;pre&gt;&lt;span&gt;set&lt;/span&gt; @enddate = &lt;span&gt;'04/30/2010'&lt;/span&gt;;&lt;/pre&gt;


    &lt;pre&gt;�&lt;/pre&gt;


    &lt;pre&gt;&lt;span&gt;select&lt;/span&gt; &lt;span&gt;count&lt;/span&gt;(id) &lt;span&gt;from&lt;/span&gt; triphistory &lt;span&gt;where&lt;/span&gt; tripdate &lt;span&gt;between&lt;/span&gt; @startdate &lt;span&gt;and&lt;/span&gt; @enddate&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=140260"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=140260" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0" alt=""&gt;&lt;/a&gt;


&lt;img src="http://geekswithblogs.net/thibbard/aggbug/140260.aspx" width="1" height="1" /&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/TomFKies3UrtyaSf1QSdrFB7Y34/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/TomFKies3UrtyaSf1QSdrFB7Y34/0/di" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/TomFKies3UrtyaSf1QSdrFB7Y34/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/TomFKies3UrtyaSf1QSdrFB7Y34/1/di" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=b8DcBtbw5_A:wbkP1XR4Y1o:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=b8DcBtbw5_A:wbkP1XR4Y1o:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=b8DcBtbw5_A:wbkP1XR4Y1o:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?i=b8DcBtbw5_A:wbkP1XR4Y1o:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=b8DcBtbw5_A:wbkP1XR4Y1o:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=b8DcBtbw5_A:wbkP1XR4Y1o:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?i=b8DcBtbw5_A:wbkP1XR4Y1o:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TimHibbard/~4/b8DcBtbw5_A" height="1" width="1" /&gt;</description>
      <link>http://feedproxy.google.com/~r/TimHibbard/~3/b8DcBtbw5_A/declaring-variables-in-sql.aspx</link>
      <source url="http://geekswithblogs.net/thibbard/Default.aspx">Tim Hibbard</source>
      <comments>http://geekswithblogs.net/thibbard/archive/2010/06/07/declaring-variables-in-sql.aspx#feedback</comments>
      <guid isPermaLink="False">http://geekswithblogs.net/thibbard/archive/2010/06/07/declaring-variables-in-sql.aspx</guid>
      <pubDate>Mon, 07 Jun 2010 10:46:05 GMT</pubDate>
    </item>
    <item>
      <title>More From OneNote</title>
      <description>&lt;p&gt;OneNote 2010 has a Back button and I can add links to other OneNote Pages!&amp;#160; I used OneNote Mobile at CTAA as well.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11607770-6491247611423391738?l=kylejarcher.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/KyleJArchersBlog?a=oRr3PSgouPs:tuXy7-uKpUk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/KyleJArchersBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/KyleJArchersBlog?a=oRr3PSgouPs:tuXy7-uKpUk:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/KyleJArchersBlog?i=oRr3PSgouPs:tuXy7-uKpUk:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/KyleJArchersBlog?a=oRr3PSgouPs:tuXy7-uKpUk:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/KyleJArchersBlog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <link>http://kylejarcher.blogspot.com/2010/05/more-from-onenote.html</link>
      <source url="http://kylejarcher.blogspot.com/">Kyle J. Archer's Blog</source>
      <author>kylejarcher@gmail.com (Kyle J. Archer)</author>
      <guid isPermaLink="False">tag:blogger.com,1999:blog-11607770.post-6491247611423391738</guid>
      <pubDate>Fri, 28 May 2010 04:47:04 GMT</pubDate>
    </item>
    <item>
      <title>Confused About Microsoft Online Services</title>
      <description>&lt;div&gt;Now that I am running Office 2010, it has the ability to save documents to their new WebApps online service.  You can manage your files with your SkyDrive, you get 25 GB free with your Microsoft Live account.  This has led me to dive a little deeper into their online services and I am just getting confused about everything they provide.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;For instance, is it...&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;Live SkyDrive or Office Live Workspace Documents?&lt;/div&gt;&lt;div&gt;Office Web Apps and/or Live Office?&lt;/div&gt;&lt;div&gt;or even now Office 2010 (Save to Web)?&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Live Photos and/or Flickr?&lt;/div&gt;&lt;div&gt;Live Network, Groups, Contacts and now People?&lt;/div&gt;&lt;div&gt;Live Profile or is it Live Spaces? wtf?&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;As I have adapted Google Docs (now that I found Google Drawings) I will keep posting and comparing the 2 here.&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11607770-4318428822929711226?l=kylejarcher.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/KyleJArchersBlog?a=TbW-t81fGds:azBLyOIlPSs:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/KyleJArchersBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/KyleJArchersBlog?a=TbW-t81fGds:azBLyOIlPSs:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/KyleJArchersBlog?i=TbW-t81fGds:azBLyOIlPSs:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/KyleJArchersBlog?a=TbW-t81fGds:azBLyOIlPSs:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/KyleJArchersBlog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <link>http://kylejarcher.blogspot.com/2010/05/confused-about-microsoft-online.html</link>
      <source url="http://kylejarcher.blogspot.com/">Kyle J. Archer's Blog</source>
      <author>kylejarcher@gmail.com (Kyle J. Archer)</author>
      <guid isPermaLink="False">tag:blogger.com,1999:blog-11607770.post-4318428822929711226</guid>
      <pubDate>Fri, 14 May 2010 06:04:04 GMT</pubDate>
    </item>
    <item>
      <title>Sorry Zoho and Office Live</title>
      <description>I just switched to Google Docs because you guys are too slow.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11607770-2719897156732955172?l=kylejarcher.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/KyleJArchersBlog?a=-oBDdqxLw0A:DwjcLlx9viQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/KyleJArchersBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/KyleJArchersBlog?a=-oBDdqxLw0A:DwjcLlx9viQ:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/KyleJArchersBlog?i=-oBDdqxLw0A:DwjcLlx9viQ:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/KyleJArchersBlog?a=-oBDdqxLw0A:DwjcLlx9viQ:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/KyleJArchersBlog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <link>http://kylejarcher.blogspot.com/2010/04/sorry-zoho-and-office-live.html</link>
      <source url="http://kylejarcher.blogspot.com/">Kyle J. Archer's Blog</source>
      <author>kylejarcher@gmail.com (Kyle J. Archer)</author>
      <guid isPermaLink="False">tag:blogger.com,1999:blog-11607770.post-2719897156732955172</guid>
      <pubDate>Mon, 12 Apr 2010 04:16:05 GMT</pubDate>
    </item>
    <item>
      <title>New EnGraph Website Coming Soon!</title>
      <description>Tim has got me cranking on a new web presence for EnGraph Software.  We have posted a preview screenshot on our company &lt;a href="http://www.facebook.com/home.php?#!/pages/EnGraph-Software/168219979328"&gt;facebook&lt;/a&gt;  page and &lt;a href="http://www.facebook.com/home.php?#!/photo.php?pid=3561108&amp;amp;id=168219979328"&gt;twitpic&lt;/a&gt;.  We also decided to put the estimated prices of our software products on our website.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11607770-581478540667790506?l=kylejarcher.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/KyleJArchersBlog?a=NyIhoFl-uQc:WrUNSbCu3kM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/KyleJArchersBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/KyleJArchersBlog?a=NyIhoFl-uQc:WrUNSbCu3kM:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/KyleJArchersBlog?i=NyIhoFl-uQc:WrUNSbCu3kM:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/KyleJArchersBlog?a=NyIhoFl-uQc:WrUNSbCu3kM:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/KyleJArchersBlog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <link>http://kylejarcher.blogspot.com/2010/04/new-engraph-website-coming-soon.html</link>
      <source url="http://kylejarcher.blogspot.com/">Kyle J. Archer's Blog</source>
      <author>kylejarcher@gmail.com (Kyle J. Archer)</author>
      <guid isPermaLink="False">tag:blogger.com,1999:blog-11607770.post-581478540667790506</guid>
      <pubDate>Fri, 09 Apr 2010 04:22:01 GMT</pubDate>
    </item>
    <item>
      <title>I am back and Microsoft OneNote rocks!</title>
      <description>While working on our new website, I have found that I have started to get disorganized with my potential thoughts, pics and content. I had many random text files of content I created, stuff I copied from old sites/brochures, &lt;span id="SPELLING_ERROR_0" class="blsp-spelling-error"&gt;powerpoint&lt;/span&gt; slides and photos strewn about several folders. This became difficult to manage...so I recently tried out MS &lt;span id="SPELLING_ERROR_1" class="blsp-spelling-error"&gt;&lt;a href="http://office.microsoft.com/global/images/default.aspx?assetid=ZA102029921033"&gt;OneNote&lt;/a&gt;&lt;/span&gt; again and it is PERFECT!&lt;br /&gt;&lt;br /&gt;You set up a workbook like a canvas, then you add folders and pages to those folders. This is just how my brain works, but I needed a nice neat way to store it visually and this is perfect. You can drag files, photos and type &lt;span id="SPELLING_ERROR_2" class="blsp-spelling-error"&gt;random&lt;/span&gt; thoughts wherever you want. If you think in random spurts like me - you should try out &lt;span id="SPELLING_ERROR_3" class="blsp-spelling-error"&gt;OneNote&lt;/span&gt;!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11607770-1482953201241218728?l=kylejarcher.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/KyleJArchersBlog?a=wEKLISS-Zw4:uPsHhu1C210:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/KyleJArchersBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/KyleJArchersBlog?a=wEKLISS-Zw4:uPsHhu1C210:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/KyleJArchersBlog?i=wEKLISS-Zw4:uPsHhu1C210:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/KyleJArchersBlog?a=wEKLISS-Zw4:uPsHhu1C210:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/KyleJArchersBlog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <link>http://kylejarcher.blogspot.com/2010/04/i-am-back-and-microsoft-onenote-rocks.html</link>
      <source url="http://kylejarcher.blogspot.com/">Kyle J. Archer's Blog</source>
      <author>kylejarcher@gmail.com (Kyle J. Archer)</author>
      <guid isPermaLink="False">tag:blogger.com,1999:blog-11607770.post-1482953201241218728</guid>
      <pubDate>Fri, 09 Apr 2010 04:35:00 GMT</pubDate>
    </item>
    <item>
      <title>Associating your MentionNotifier subscriptions with OAuth</title>
      <description>&lt;p&gt;&lt;a href="http://geekswithblogs.net/images/geekswithblogs_net/thibbard/WindowsLiveWriter/AssociatingyourMentionNotifiersubscripti_A182/logo%5B1%5D_2.png"&gt;&lt;img title="logo[1]" border="0" alt="logo[1]" src="http://geekswithblogs.net/images/geekswithblogs_net/thibbard/WindowsLiveWriter/AssociatingyourMentionNotifiersubscripti_A182/logo%5B1%5D_thumb.png" width="204" height="164" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;We recently added &lt;a href="http://apiwiki.twitter.com/OAuth-FAQ" target="_blank"&gt;OAuth&lt;/a&gt; to &lt;a href="http://software.engraph.com/managementionnotifier/" target="_blank"&gt;MentionNotifier&lt;/a&gt; so that users can quickly view and edit their subscriptions without needed an additional login.� This is enabled by default for new users, but existing users will need to do the following steps to associate their subscriptions with OAuth:&lt;/p&gt;  &lt;p&gt;1)� Go to &lt;a href="http://software.engraph.com/ManageMentionNotifier"&gt;http://software.engraph.com/ManageMentionNotifier&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;2)� Click "Sign in with Twitter"&lt;/p&gt;  &lt;p&gt;3)� Verify that your twittername and email are correct&lt;/p&gt;  &lt;p&gt;4)� Click "Associate with OAuth"&lt;/p&gt;  &lt;p&gt;This will also allow you to reply to notification emails and MentionNotifier will tweet on your behalf.� This is made possible by &lt;a href="http://twitter.com/sidepop" target="_blank"&gt;@sidePop&lt;/a&gt; written by &lt;a href="http://twitter.com/ferventcoder" target="_blank"&gt;@ferventcoder&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Note that the reply by email is new and buggy, so make sure that what was tweeted is correct and as expected.&lt;/p&gt;  &lt;p&gt;If you run into any issues, sent me a reply to &lt;a href="http://twitter.com/timhibbard" target="_blank"&gt;@timhibbard&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;You can also join the &lt;a href="http://www.facebook.com/pages/Mention-Notifier/160456928794?ref=ts" target="_blank"&gt;MentionNotifier fan page on facebook,&lt;/a&gt; or follow &lt;a href="http://twitter.com/mentionnotifier" target="_blank"&gt;@MentionNotifier&lt;/a&gt; on twitter.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=138627"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=138627" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0" alt=""&gt;&lt;/a&gt;


&lt;img src="http://geekswithblogs.net/thibbard/aggbug/138627.aspx" width="1" height="1" /&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/VjXEwvBszRlxJ8qhNPa9Q_RBKOE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/VjXEwvBszRlxJ8qhNPa9Q_RBKOE/0/di" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/VjXEwvBszRlxJ8qhNPa9Q_RBKOE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/VjXEwvBszRlxJ8qhNPa9Q_RBKOE/1/di" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=CY0xN3UXehM:2Xx9a4FLdLI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=CY0xN3UXehM:2Xx9a4FLdLI:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=CY0xN3UXehM:2Xx9a4FLdLI:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?i=CY0xN3UXehM:2Xx9a4FLdLI:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=CY0xN3UXehM:2Xx9a4FLdLI:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=CY0xN3UXehM:2Xx9a4FLdLI:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?i=CY0xN3UXehM:2Xx9a4FLdLI:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TimHibbard/~4/CY0xN3UXehM" height="1" width="1" /&gt;</description>
      <link>http://feedproxy.google.com/~r/TimHibbard/~3/CY0xN3UXehM/associating-your-mentionnotifier-subscriptions-with-oauth.aspx</link>
      <source url="http://geekswithblogs.net/thibbard/Default.aspx">Tim Hibbard</source>
      <comments>http://geekswithblogs.net/thibbard/archive/2010/03/20/associating-your-mentionnotifier-subscriptions-with-oauth.aspx#feedback</comments>
      <guid isPermaLink="False">http://geekswithblogs.net/thibbard/archive/2010/03/20/associating-your-mentionnotifier-subscriptions-with-oauth.aspx</guid>
      <pubDate>Sat, 20 Mar 2010 12:27:50 GMT</pubDate>
    </item>
    <item>
      <title>Auto Starting Virtual Server</title>
      <description>&lt;p&gt;�&lt;/p&gt;  &lt;p&gt;If you want to specify that a virtual server starts up automatically when the host server starts up:&lt;/p&gt;  &lt;p&gt;1) On host server, browse to "C:\Users\Public\Documents"   &lt;br /&gt;2) Right click "Shared Virtual Machines", select Properties    &lt;br /&gt;3) Browse to security tab, add yourself as having full control over this folder    &lt;br /&gt;4) Repeat steps 2-3 for "Shared Virtual Networks"    &lt;br /&gt;5) In Virtual Server web interface, shut down the virtual machine you wish to auto-start    &lt;br /&gt;6) Navigate to Edit Configuration -&amp;gt; General Properties    &lt;br /&gt;7) Check "Run virtual machine under the following user account"    &lt;br /&gt;8) Enter the credentials from step 3    &lt;br /&gt;9) Select desired startup action and delay, then start virtual machine.    &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;Now when your host machine reboots, your virtual machines will start up automatically.� Step 4 is very important as my wasted morning can attest to.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=137585"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=137585" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0" alt=""&gt;&lt;/a&gt;


&lt;img src="http://geekswithblogs.net/thibbard/aggbug/137585.aspx" width="1" height="1" /&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/PXXlMVDMqsVxgl9D0PqllXPyb_k/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/PXXlMVDMqsVxgl9D0PqllXPyb_k/0/di" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/PXXlMVDMqsVxgl9D0PqllXPyb_k/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/PXXlMVDMqsVxgl9D0PqllXPyb_k/1/di" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=PbBmcsyy394:ETJMesbwqCU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=PbBmcsyy394:ETJMesbwqCU:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=PbBmcsyy394:ETJMesbwqCU:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?i=PbBmcsyy394:ETJMesbwqCU:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=PbBmcsyy394:ETJMesbwqCU:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=PbBmcsyy394:ETJMesbwqCU:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?i=PbBmcsyy394:ETJMesbwqCU:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TimHibbard/~4/PbBmcsyy394" height="1" width="1" /&gt;</description>
      <link>http://feedproxy.google.com/~r/TimHibbard/~3/PbBmcsyy394/auto-starting-virtual-server.aspx</link>
      <source url="http://geekswithblogs.net/thibbard/Default.aspx">Tim Hibbard</source>
      <comments>http://geekswithblogs.net/thibbard/archive/2010/01/22/auto-starting-virtual-server.aspx#feedback</comments>
      <guid isPermaLink="False">http://geekswithblogs.net/thibbard/archive/2010/01/22/auto-starting-virtual-server.aspx</guid>
      <pubDate>Fri, 22 Jan 2010 12:14:47 GMT</pubDate>
    </item>
    <item>
      <title>Happy New Year For EnGraph!</title>
      <description>&lt;div&gt;It's been a while since I have posted, but Tim and I are in Fayetteville, AR at Razorback Transit. Where we just installed our latest version of ParaPlan.&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;img id="BLOGGER_PHOTO_ID_5423985757276720434" border="0" alt="" src="http://4.bp.blogspot.com/_sPshLGnCM4I/S0XeTwlBzTI/AAAAAAAAACg/YhcsFUhztqM/s320/IMAGE_235.jpg" /&gt;Shown above are Jay and Barrett using ParaPlan 4.0.&lt;br /&gt;&lt;br /&gt;On another note, EnGraph Software is now solely owned by myself and Tim.  He has assumed the roles of CEO/CTO/CFO, whereas I have assumed the role of sales, marketing, support and business development.  We are currently overloaded and looking for help on the software development front.  For more information, please read Tim's post here:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://geekswithblogs.net/thibbard/archive/2009/12/30/engraph-is-hiring-ndash-asp.net-kansas-city.aspx"&gt;http://geekswithblogs.net/thibbard/archive/2009/12/30/engraph-is-hiring-ndash-asp.net-kansas-city.aspx&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11607770-816541796226539698?l=kylejarcher.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/KyleJArchersBlog?a=WxWKOPtajJo:_b1p8bvWbTo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/KyleJArchersBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/KyleJArchersBlog?a=WxWKOPtajJo:_b1p8bvWbTo:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/KyleJArchersBlog?i=WxWKOPtajJo:_b1p8bvWbTo:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/KyleJArchersBlog?a=WxWKOPtajJo:_b1p8bvWbTo:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/KyleJArchersBlog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <link>http://kylejarcher.blogspot.com/2010/01/happy-new-year-for-engraph.html</link>
      <source url="http://kylejarcher.blogspot.com/">Kyle J. Archer's Blog</source>
      <author>kylejarcher@gmail.com (Kyle J. Archer)</author>
      <guid isPermaLink="False">tag:blogger.com,1999:blog-11607770.post-816541796226539698</guid>
      <pubDate>Thu, 07 Jan 2010 00:22:01 GMT</pubDate>
    </item>
    <item>
      <title>EnGraph is hiring &amp;ndash; ASP.NET, Kansas City</title>
      <description>&lt;p&gt;&lt;a href="http://engraph.com/images/EnGraphSoftware.jpg"&gt;&lt;img title="EnGraphSoftware" border="0" alt="EnGraphSoftware" src="http://engraph.com/images/EnGraphSoftware.jpg" width="391" height="160" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://engraph.com" target="_blank"&gt;EnGraph&lt;/a&gt; is looking for an ASP.NET developer to join our team.� We are a small company in &lt;a href="http://maps.google.com/maps?f=q&amp;amp;source=s_q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=11323+Strang+Line+Rd,+Lenexa,+KS+66215&amp;amp;sll=38.953068,-94.740601&amp;amp;sspn=0.011981,0.022724&amp;amp;ie=UTF8&amp;amp;hq=&amp;amp;hnear=11323+Strang+Line+Rd,+Lenexa,+Johnson,+Kansas+66215&amp;amp;z=16" target="_blank"&gt;Lenexa, KS&lt;/a&gt; that creates .NET applications for &lt;a href="http://en.wikipedia.org/wiki/Paratransit" target="_blank"&gt;Paratransit&lt;/a&gt; agencies.� &lt;/p&gt;  &lt;p&gt;A good candidate would be very comfortable with ASP.NET, Forms Authentication and JavaScript.� A huge bonus would be knowledge of IIS, Google Maps API, AJAXPro, ActiveReports, WPF and SQL.&lt;/p&gt;  &lt;p&gt;We are accepting resumes immediately and look to hire as soon as January 18th.�� We would consider contract or full-time and we would require office attendance.� &lt;/p&gt;  &lt;p&gt;Please send your resume to &lt;a href="mailto:timhibbard@engraph.com"&gt;timhibbard@engraph.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=137269"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=137269" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0" alt=""&gt;&lt;/a&gt;


&lt;img src="http://geekswithblogs.net/thibbard/aggbug/137269.aspx" width="1" height="1" /&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/elZLiwVGkc8eJZVHgEBRkG9deso/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/elZLiwVGkc8eJZVHgEBRkG9deso/0/di" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/elZLiwVGkc8eJZVHgEBRkG9deso/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/elZLiwVGkc8eJZVHgEBRkG9deso/1/di" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=s5jtPqj3vk8:MrUwxyyE2es:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=s5jtPqj3vk8:MrUwxyyE2es:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=s5jtPqj3vk8:MrUwxyyE2es:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?i=s5jtPqj3vk8:MrUwxyyE2es:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=s5jtPqj3vk8:MrUwxyyE2es:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=s5jtPqj3vk8:MrUwxyyE2es:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?i=s5jtPqj3vk8:MrUwxyyE2es:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TimHibbard/~4/s5jtPqj3vk8" height="1" width="1" /&gt;</description>
      <link>http://feedproxy.google.com/~r/TimHibbard/~3/s5jtPqj3vk8/engraph-is-hiring-ndash-asp.net-kansas-city.aspx</link>
      <source url="http://geekswithblogs.net/thibbard/Default.aspx">Tim Hibbard</source>
      <comments>http://geekswithblogs.net/thibbard/archive/2009/12/30/engraph-is-hiring-ndash-asp.net-kansas-city.aspx#feedback</comments>
      <guid isPermaLink="False">http://geekswithblogs.net/thibbard/archive/2009/12/30/engraph-is-hiring-ndash-asp.net-kansas-city.aspx</guid>
      <pubDate>Wed, 30 Dec 2009 14:07:03 GMT</pubDate>
    </item>
    <item>
      <title>I missed October 2009</title>
      <description>&lt;p&gt;Its been a tough late few months for me as I have moved away from what I thought was my mentor.&amp;#160; I am doing well and so is EnGraph.&amp;#160; I will be posting very soon!&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11607770-2278028769465038883?l=kylejarcher.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/KyleJArchersBlog?a=MuYlIR63Rvo:EdSyQsFE2xk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/KyleJArchersBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/KyleJArchersBlog?a=MuYlIR63Rvo:EdSyQsFE2xk:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/KyleJArchersBlog?i=MuYlIR63Rvo:EdSyQsFE2xk:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/KyleJArchersBlog?a=MuYlIR63Rvo:EdSyQsFE2xk:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/KyleJArchersBlog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <link>http://kylejarcher.blogspot.com/2009/11/i-missed-october-2009.html</link>
      <source url="http://kylejarcher.blogspot.com/">Kyle J. Archer's Blog</source>
      <author>kylejarcher@gmail.com (Kyle J. Archer)</author>
      <guid isPermaLink="False">tag:blogger.com,1999:blog-11607770.post-2278028769465038883</guid>
      <pubDate>Sun, 29 Nov 2009 15:53:04 GMT</pubDate>
    </item>
    <item>
      <title>My first race win</title>
      <description>&lt;a href="http://www.timhibbard.com/2009/10/shoreline-shuffle-trail-5k-2009.html"&gt;&lt;img title="P9260043" border="0" alt="P9260043" src="http://lh3.ggpht.com/_C1ON5wppniE/SsZOhK2A_aI/AAAAAAAAAw8/7oq0CS7FaMM/P9260043_thumb.jpg?imgmax=800" width="424" height="291" /&gt;&lt;/a&gt;  &lt;p&gt;�&lt;/p&gt;  &lt;p&gt;Last weekend I ran the Shoreline Shuffle trail 5K.� It was my first trail race and also my first first place finish.� As a bonus, I also broke 20 minutes, which I didn't think was possible for me on a trail run.� I've posted a full race report (with way too many pics) on my &lt;a href="http://www.timhibbard.com/2009/10/shoreline-shuffle-trail-5k-2009.html"&gt;running blog&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=135252"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=135252" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0" alt=""&gt;&lt;/a&gt;


&lt;img src="http://geekswithblogs.net/thibbard/aggbug/135252.aspx" width="1" height="1" /&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/-vzdDdLv09e5zoNYl48_vzLuYBk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/-vzdDdLv09e5zoNYl48_vzLuYBk/0/di" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/-vzdDdLv09e5zoNYl48_vzLuYBk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/-vzdDdLv09e5zoNYl48_vzLuYBk/1/di" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=tyzMp9giVuA:uMBoBglOoJw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=tyzMp9giVuA:uMBoBglOoJw:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=tyzMp9giVuA:uMBoBglOoJw:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?i=tyzMp9giVuA:uMBoBglOoJw:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=tyzMp9giVuA:uMBoBglOoJw:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=tyzMp9giVuA:uMBoBglOoJw:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?i=tyzMp9giVuA:uMBoBglOoJw:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TimHibbard/~4/tyzMp9giVuA" height="1" width="1" /&gt;</description>
      <link>http://feedproxy.google.com/~r/TimHibbard/~3/tyzMp9giVuA/my-first-race-win.aspx</link>
      <source url="http://geekswithblogs.net/thibbard/Default.aspx">Tim Hibbard</source>
      <comments>http://geekswithblogs.net/thibbard/archive/2009/10/02/my-first-race-win.aspx#feedback</comments>
      <guid isPermaLink="False">http://geekswithblogs.net/thibbard/archive/2009/10/02/my-first-race-win.aspx</guid>
      <pubDate>Fri, 02 Oct 2009 15:11:24 GMT</pubDate>
    </item>
    <item>
      <title>Get notified via email of twitter mentions</title>
      <description>&lt;p&gt;TwitApps was a great tool, it would email you when somebody @mentioned you on twitter.� But, alas, &lt;a href="http://3ft9.com/10-twitapps-shutting-down"&gt;they are shutting down&lt;/a&gt; and leaving what I think is a huge hole.&lt;/p&gt;  &lt;p&gt;So I built my &lt;a href="http://bit.ly/MentionNotifier"&gt;own service&lt;/a&gt; that does the exact same thing.&lt;/p&gt;  &lt;p&gt;To use the service, visit &lt;a href="http://bit.ly/MentionNotifier"&gt;MentionNotifier&lt;/a&gt;, and subscribe to your @mentions.� To get notified of updates, follow &lt;a href="http://twitter.com/MentionNotifier"&gt;@MentionNotifier&lt;/a&gt; or &lt;a href="http://twitter.com/timhibbard"&gt;@timhibbard&lt;/a&gt; on twitter.&lt;/p&gt;  &lt;p&gt;Here are some of the FAQ's:&lt;/p&gt;  &lt;p&gt;Q:� What is this?    &lt;br /&gt;A:� It is a service to notify you by email when somebody has mentioned you in a tweet.&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;Q:� Who do the emails come from?     &lt;br /&gt;A:� &lt;a href="mailto:MentionNotifier@gmail.com"&gt;MentionNotifier@gmail.com&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;Q:� How quickly will I be notified of a new tweet?     &lt;br /&gt;A:� Currently, it checks every minute.&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;Q:� How does it work?     &lt;br /&gt;A:� It uses the search API of twitter to check for your twitter username.&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;Q:� Isn't that just a glorified RSS reader?     &lt;br /&gt;A:� Yes.&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;Q:� Will it work with &lt;a href="http://hashtags.org/"&gt;hashtags&lt;/a&gt;?     &lt;br /&gt;A:� Yes.� Put in the search string you want to be notified on (#KUbball) and the email address to send new tweets to.&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;Q:� Will I receive multiple emails if I get multiple mentions?     &lt;br /&gt;A:� It will group the mentions into a single email each checking cycle.&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;Q:� Will it work if I get a mention from somebody that protects their tweets?     &lt;br /&gt;A:� No, because protected tweets are not part of the public timeline.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=135045"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=135045" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0" alt=""&gt;&lt;/a&gt;


&lt;img src="http://geekswithblogs.net/thibbard/aggbug/135045.aspx" width="1" height="1" /&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/xxoxyRdWeqaRLVZu5Um9Qm0RLm8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/xxoxyRdWeqaRLVZu5Um9Qm0RLm8/0/di" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/xxoxyRdWeqaRLVZu5Um9Qm0RLm8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/xxoxyRdWeqaRLVZu5Um9Qm0RLm8/1/di" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=xNZ4ciutlS0:hWnuS1Vlq2Y:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=xNZ4ciutlS0:hWnuS1Vlq2Y:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=xNZ4ciutlS0:hWnuS1Vlq2Y:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?i=xNZ4ciutlS0:hWnuS1Vlq2Y:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=xNZ4ciutlS0:hWnuS1Vlq2Y:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=xNZ4ciutlS0:hWnuS1Vlq2Y:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?i=xNZ4ciutlS0:hWnuS1Vlq2Y:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TimHibbard/~4/xNZ4ciutlS0" height="1" width="1" /&gt;</description>
      <link>http://feedproxy.google.com/~r/TimHibbard/~3/xNZ4ciutlS0/get-notified-via-email-of-twitter-mentions.aspx</link>
      <source url="http://geekswithblogs.net/thibbard/Default.aspx">Tim Hibbard</source>
      <comments>http://geekswithblogs.net/thibbard/archive/2009/09/23/get-notified-via-email-of-twitter-mentions.aspx#feedback</comments>
      <guid isPermaLink="False">http://geekswithblogs.net/thibbard/archive/2009/09/23/get-notified-via-email-of-twitter-mentions.aspx</guid>
      <pubDate>Wed, 23 Sep 2009 12:44:54 GMT</pubDate>
    </item>
    <item>
      <title>Vista Transit</title>
      <description>&lt;p&gt;EnGraph just installed its first deviated fixed route and curb-to-curb combined ParaPlan solution!&amp;#160; I have learned a ton here this week in Sierra Vista, AZ and how they run their unique transit operation.&lt;/p&gt;  &lt;p&gt;&lt;a title="Vista Transit" href="http://www.flickr.com/photos/57914165@N00/3924682844/"&gt;&lt;img border="0" alt="Vista Transit" src="http://static.flickr.com/3511/3924682844_7b2acb34a5.jpg" width="400" height="301" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;I'd like to thank Rex, Nacho, Steve and Helen for a great install/update!&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11607770-210155738296822526?l=kylejarcher.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/KyleJArchersBlog?a=vWoAE73_gnM:eagSK1k3fTc:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/KyleJArchersBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/KyleJArchersBlog?a=vWoAE73_gnM:eagSK1k3fTc:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/KyleJArchersBlog?i=vWoAE73_gnM:eagSK1k3fTc:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/KyleJArchersBlog?a=vWoAE73_gnM:eagSK1k3fTc:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/KyleJArchersBlog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <link>http://kylejarcher.blogspot.com/2009/09/vista-transit.html</link>
      <source url="http://kylejarcher.blogspot.com/">Kyle J. Archer's Blog</source>
      <author>kylejarcher@gmail.com (Kyle J. Archer)</author>
      <guid isPermaLink="False">tag:blogger.com,1999:blog-11607770.post-210155738296822526</guid>
      <pubDate>Tue, 15 Sep 2009 13:01:02 GMT</pubDate>
    </item>
    <item>
      <title>NW Olathe is Blowin' up!</title>
      <description>&lt;p&gt;New stuff coming to my hood.&lt;/p&gt;  &lt;p&gt;&lt;a title="Olathe Growin NW" href="http://www.flickr.com/photos/57914165@N00/3879089823/"&gt;&lt;img border="0" alt="Olathe Growin NW" src="http://static.flickr.com/3456/3879089823_0dc7bd1f0b.jpg" width="400" height="283" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;119th &amp;amp; K-10&lt;/em&gt; - Salty Iguana, Goodcents and Johnny's Tavern    &lt;br /&gt;&lt;em&gt;95th &amp;amp; K-7&lt;/em&gt; - SMC Emergency Room and Outpatient Care    &lt;br /&gt;&lt;em&gt;College &amp;amp; K-7&lt;/em&gt; - Kansas State University Olathe Innovation Campus    &lt;br /&gt;&lt;em&gt;College &amp;amp; Lone Elm&lt;/em&gt; - Subway, Brusco's New York Pizza    &lt;br /&gt;&lt;em&gt;College &amp;amp; K-7&lt;/em&gt; - Olathe Medical Center Plaza    &lt;br /&gt;&lt;em&gt;Harold &amp;amp; K-7&lt;/em&gt; - New strip mall&amp;#160; *no tenants yet.structural by ASB!    &lt;br /&gt;&lt;em&gt;Santa Fe &amp;amp; K-7&lt;/em&gt; - BK, CVS, Panda Express, Jimmy Johns, Sport Clips    &lt;br /&gt;&lt;em&gt;College &amp;amp; Ridgeview&lt;/em&gt; - New Ridgeview Corporate Center&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11607770-8643363912403269403?l=kylejarcher.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/KyleJArchersBlog?a=S6imL-_rzo8:_upQXHgu-EU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/KyleJArchersBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/KyleJArchersBlog?a=S6imL-_rzo8:_upQXHgu-EU:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/KyleJArchersBlog?i=S6imL-_rzo8:_upQXHgu-EU:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/KyleJArchersBlog?a=S6imL-_rzo8:_upQXHgu-EU:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/KyleJArchersBlog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <link>http://kylejarcher.blogspot.com/2009/09/nw-olathe-is-blowin-up.html</link>
      <source url="http://kylejarcher.blogspot.com/">Kyle J. Archer's Blog</source>
      <author>kylejarcher@gmail.com (Kyle J. Archer)</author>
      <guid isPermaLink="False">tag:blogger.com,1999:blog-11607770.post-8643363912403269403</guid>
      <pubDate>Tue, 01 Sep 2009 13:01:05 GMT</pubDate>
    </item>
    <item>
      <title>The Ole Village Greens Golf Course</title>
      <description>&lt;p&gt;Peez took me out to one of our old college favorites 2 weekends ago.&amp;#160; The course is called THE VILLAGE GREENS and it resides in lovely Ozawkie, KS near Perry Lake.&amp;#160; We played this course quite a bit in our later days in college because it was cheap and fun.&amp;#160; All we had was Alvamar when we were at KU and she's a little pricey for college kids.&amp;#160; Anyway, it was humid and hot but good times.&amp;#160; After, we stopped in Oskaloosa to watch the final round of the PGA at some local 'downtown' bar called Angie's?&lt;/p&gt;  &lt;p&gt;&lt;a title="KJ at the Greens" href="http://www.flickr.com/photos/57914165@N00/3859807115/"&gt;&lt;img border="0" alt="KJ at the Greens" src="http://static.flickr.com/3519/3859807115_6b8d898705.jpg" width="400" height="363" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="Nutz at the Greens" href="http://www.flickr.com/photos/57914165@N00/3859807087/"&gt;&lt;img border="0" alt="Nutz at the Greens" src="http://static.flickr.com/3496/3859807087_4fa4b27048.jpg" width="400" height="317" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11607770-9000104111075211563?l=kylejarcher.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/KyleJArchersBlog?a=EdfnZn81_ps:iokbERqfK6I:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/KyleJArchersBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/KyleJArchersBlog?a=EdfnZn81_ps:iokbERqfK6I:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/KyleJArchersBlog?i=EdfnZn81_ps:iokbERqfK6I:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/KyleJArchersBlog?a=EdfnZn81_ps:iokbERqfK6I:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/KyleJArchersBlog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <link>http://kylejarcher.blogspot.com/2009/08/ole-village-greens-golf-course.html</link>
      <source url="http://kylejarcher.blogspot.com/">Kyle J. Archer's Blog</source>
      <author>kylejarcher@gmail.com (Kyle J. Archer)</author>
      <guid isPermaLink="False">tag:blogger.com,1999:blog-11607770.post-9000104111075211563</guid>
      <pubDate>Wed, 26 Aug 2009 12:05:02 GMT</pubDate>
    </item>
    <item>
      <title>Finally able to get rid of Outlook</title>
      <description>&lt;p&gt;I use Gmail for my personal email, and as an archive for my EnGraph email, but haven't been able to use it as my main email client as it appends a "On Behalf of" to messages sent from Gmail using a non-gmail address.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://gmailblog.blogspot.com/2009/07/send-mail-from-another-address-without.html"&gt;Google has recently released an update to Gmail&lt;/a&gt; allowing you to use an SMTP server of your choosing, which removes the "On Behalf Of".&lt;/p&gt;  &lt;p&gt;Now I can email my clients from Gmail and they don't know the difference!&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=133846"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=133846" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0" alt=""&gt;&lt;/a&gt;


&lt;img src="http://geekswithblogs.net/thibbard/aggbug/133846.aspx" width="1" height="1" /&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/6xrPV4V-0h1nHtoMscj-BoJun6M/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/6xrPV4V-0h1nHtoMscj-BoJun6M/0/di" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/6xrPV4V-0h1nHtoMscj-BoJun6M/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/6xrPV4V-0h1nHtoMscj-BoJun6M/1/di" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=cjk-b__OAV0:1iyIZhXcJDQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=cjk-b__OAV0:1iyIZhXcJDQ:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=cjk-b__OAV0:1iyIZhXcJDQ:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?i=cjk-b__OAV0:1iyIZhXcJDQ:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=cjk-b__OAV0:1iyIZhXcJDQ:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=cjk-b__OAV0:1iyIZhXcJDQ:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?i=cjk-b__OAV0:1iyIZhXcJDQ:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TimHibbard/~4/cjk-b__OAV0" height="1" width="1" /&gt;</description>
      <link>http://feedproxy.google.com/~r/TimHibbard/~3/cjk-b__OAV0/finally-able-to-get-rid-of-outlook.aspx</link>
      <source url="http://geekswithblogs.net/thibbard/Default.aspx">Tim Hibbard</source>
      <comments>http://geekswithblogs.net/thibbard/archive/2009/07/31/finally-able-to-get-rid-of-outlook.aspx#feedback</comments>
      <guid isPermaLink="False">http://geekswithblogs.net/thibbard/archive/2009/07/31/finally-able-to-get-rid-of-outlook.aspx</guid>
      <pubDate>Fri, 31 Jul 2009 17:49:55 GMT</pubDate>
    </item>
    <item>
      <title>The last couple months of our life via twitter</title>
      <description>&lt;p&gt;Pre-approval letter in hand, let the house shopping begin!&lt;a href="http://twitter.com/timhibbard/status/1639579130"&gt;10:10 AM Apr 28th&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Apparently it's impossible to look at a house without the realtor begging to be your buyer's agent. Back off people!&lt;a href="http://twitter.com/timhibbard/status/1661551653"&gt;1:36 PM Apr 30th&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Finally going live with software that I've been working on for 2+ years!&lt;a href="http://twitter.com/timhibbard/status/1662782736"&gt;3:59 PM Apr 30th&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;First install and we run into a proxy brick wall...smooth&lt;a href="http://twitter.com/timhibbard/status/1663156641"&gt;4:43 PM Apr 30th&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Done with an exhausting day of house hunting. Found a lot that we liked. One that we LOVED, in shawnee of all places.&lt;a href="http://twitter.com/timhibbard/status/1682535994"&gt;6:40 PM May 2nd&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;We still aren't sure if we could actually leave lawrence though. So much coolness in this town.&lt;a href="http://twitter.com/timhibbard/status/1682543962"&gt;6:41 PM May 2nd&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Found another very cool house in shawnee. Love this area, didn't even really knew it existed before this weekend.&lt;a href="http://twitter.com/timhibbard/status/1689291031"&gt;3:01 PM May 3rd&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;My fav website these days: &lt;a href="http://land.jocogov.org/"&gt;http://land.jocogov.org/&lt;/a&gt; - amazing how some people are asking 2-3% above appraised value. Crack smokers&lt;a href="http://twitter.com/timhibbard/status/1716731981"&gt;8:59 AM May 6th&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;We just had a realtor tell us she wouldn't accept our pre-approval letter from BofA. Umm, seriously?&lt;a href="http://twitter.com/timhibbard/status/1721432196"&gt;5:47 PM May 6th&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Officially submitted an offer on the shawnee house. Many knots in stomach.&lt;a href="http://twitter.com/timhibbard/status/1748177064"&gt;1:31 PM May 9th&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Ugh...their counter offer sucks and they probably aren't going to like our counter offer...preparing ourselves to walk away from this one&lt;a href="http://twitter.com/timhibbard/status/1751335123"&gt;9:12 PM May 9th&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Counter counter offer submitted. This is starting to get fun. Bring it on!&lt;a href="http://twitter.com/timhibbard/status/1752547614"&gt;12:13 AM May 10th&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Still in negotiations, only battling over closing and possession dates now. Everything else is ironed out.&lt;a href="http://twitter.com/timhibbard/status/1757491887"&gt;4:32 PM May 10th&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Our counter offer was rejected over...get this...$172 of rent we asked for because they wanted to live in the home for 4 days past closing&lt;a href="http://twitter.com/timhibbard/status/1773009073"&gt;7:55 AM May 12th&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;@&lt;a href="http://twitter.com/ericjgruber"&gt;ericjgruber&lt;/a&gt; That's how we feel. If this was such a big deal, what else would they have been stupid about during the rest of the process&lt;a href="http://twitter.com/timhibbard/status/1773103310"&gt;8:09 AM May 12th&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Couldn't have said it better myself - @&lt;a href="http://twitter.com/chibb"&gt;chibb&lt;/a&gt;'s take on our offer being rejected - &lt;a href="http://bit.ly/6m1Wt"&gt;http://bit.ly/6m1Wt&lt;/a&gt;&lt;a href="http://twitter.com/timhibbard/status/1773124348"&gt;8:12 AM May 12th&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://twitpic.com/51v8d"&gt;http://twitpic.com/51v8d&lt;/a&gt; - The camry is rocking the gowagon.com sticker. Thanks guys. Unrelated: Sorry @&lt;a href="http://twitter.com/chibb"&gt;chibb&lt;/a&gt; :)&lt;a href="http://twitter.com/timhibbard/status/1776673716"&gt;2:49 PM May 12th&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Ben and @&lt;a href="http://twitter.com/chibb"&gt;chibb&lt;/a&gt; landed safely in Chicago and Ben was a champ during the flight!&lt;a href="http://twitter.com/timhibbard/status/1795666515"&gt;10:09 AM May 14th&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;I don't know if "trained" is the word I'm looking for, but my wife is out of town and I still put the toilet seat down&lt;a href="http://twitter.com/timhibbard/status/1802266780"&gt;10:12 PM May 14th&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Ugh...I've been up all night with the Buffalo Wild Wings Flu. No trail run for me this morning.&lt;a href="http://twitter.com/timhibbard/status/1815902181"&gt;6:58 AM May 16th&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;I slept 13 hours and feel a lot better. Still a little light headed and queasy and down about 8 lbs from avg weight. Never eating BWW again.&lt;a href="http://twitter.com/timhibbard/status/1825374258"&gt;7:27 AM May 17th&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Excited that @&lt;a href="http://twitter.com/chibb"&gt;chibb&lt;/a&gt; and Ben come home today. Trying to get the house cleaned up before I go pick them up from the airport&lt;a href="http://twitter.com/timhibbard/status/1825565103"&gt;8:08 AM May 17th&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Choking down oatmeal with no milk. Apparently I have the bug where you feel fine on Sunday, but kicks you in the junk on monday.&lt;a href="http://twitter.com/timhibbard/status/1839278410"&gt;2:57 PM May 18th&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Great bday dinner with @&lt;a href="http://twitter.com/chibb"&gt;chibb&lt;/a&gt;, Ben, @&lt;a href="http://twitter.com/kylejarcher"&gt;kylejarcher&lt;/a&gt;, Allie and Sophs - &lt;a href="http://bkite.com/07W4y"&gt;http://bkite.com/07W4y&lt;/a&gt;&lt;a href="http://twitter.com/timhibbard/status/1953736408"&gt;7:20 PM May 28th&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Ben is growing up. Got rid of the infant car seat today and installed the @&lt;a href="http://twitter.com/Britax"&gt;Britax&lt;/a&gt;&lt;a href="http://twitter.com/timhibbard/status/1973760375"&gt;1:46 PM May 30th&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Just placed an offer on a great place in Lenexa&lt;a href="http://twitter.com/timhibbard/status/1976527756"&gt;8:21 PM May 30th&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Our offer was accepted!!&lt;a href="http://twitter.com/timhibbard/status/1981232850"&gt;10:42 AM May 31st&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;My favorite part of our new house - Pic: &lt;a href="http://bkite.com/084g2"&gt;http://bkite.com/084g2&lt;/a&gt;&lt;a href="http://twitter.com/timhibbard/status/1993009224"&gt;11:41 AM Jun 1st&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Buying a warranty actually paid off for me. Got a new TomTom 930 today cause 910 that I bought 3 years ago has been crapping out.&lt;a href="http://twitter.com/timhibbard/status/2057178259"&gt;2:31 PM Jun 6th&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;We hit a few snags today during the inspection and getting insurance. Hopefully all will be resolved quickly.&lt;a href="http://twitter.com/timhibbard/status/2084090187"&gt;8:37 PM Jun 8th&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Heading to a WPF conference in Chicago via Pella, IA and Madison. Ben's first really big road trip. &lt;a href="http://twitter.com/search?q=%23fb"&gt;#fb&lt;/a&gt;&lt;a href="http://twitter.com/timhibbard/status/2116152246"&gt;7:12 AM Jun 11th&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Round 2 of negotiations (post-inspection) are done!&lt;a href="http://twitter.com/timhibbard/status/2116650925"&gt;8:14 AM Jun 11th&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Getting ready to check in for my classes. Gonna be a great day of WPF learning. - &lt;a href="http://bkite.com/08qvX"&gt;http://bkite.com/08qvX&lt;/a&gt;&lt;a href="http://twitter.com/timhibbard/status/2130795552"&gt;7:58 AM Jun 12th&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Awesome trail run tonight with the crew from TrailHawks - they were gentle popping my trail cherry :) - &lt;a href="http://bit.ly/6ifZo"&gt;http://bit.ly/6ifZo&lt;/a&gt;&lt;a href="http://twitter.com/timhibbard/status/2217125004"&gt;10:25 PM Jun 17th&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Heading to KC with @&lt;a href="http://twitter.com/chibb"&gt;chibb&lt;/a&gt; to P&amp;amp;L to spend a night boozin' celebrating my 30th, father's day, buying a house and getting a babysitter :)&lt;a href="http://twitter.com/timhibbard/status/2242422404"&gt;2:10 PM Jun 19th&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Video of Ben crawling around and standing himself up for the first time - &lt;a href="http://bit.ly/t9eiU"&gt;http://bit.ly/t9eiU&lt;/a&gt;&lt;a href="http://twitter.com/timhibbard/status/2273701709"&gt;9:59 PM Jun 21st&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;@&lt;a href="http://twitter.com/fxdgear"&gt;fxdgear&lt;/a&gt; we have too much crap!&lt;a href="http://twitter.com/timhibbard/status/2320418054"&gt;9:40 PM Jun 24th&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Closing on Lenexa house in 12 hours! &lt;a href="http://twitter.com/search?q=%23fb"&gt;#fb&lt;/a&gt;&lt;a href="http://twitter.com/timhibbard/status/2339099758"&gt;11:19 PM Jun 25th&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Homeowners!&lt;a href="http://twitter.com/timhibbard/status/2345787255"&gt;11:09 AM Jun 26th&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Thanks everybody. @&lt;a href="http://twitter.com/chibb"&gt;chibb&lt;/a&gt; and I are thrilled. And also a bit exposed, didn't realize that there wasn't any blinds :)&lt;a href="http://twitter.com/timhibbard/status/2346832865"&gt;12:23 PM Jun 26th&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Everything is off the truck and into the house. Many thanks to my dad for helping and Chels mom for watching Ben &lt;a href="http://twitter.com/search?q=%23fb"&gt;#fb&lt;/a&gt;&lt;a href="http://twitter.com/timhibbard/status/2382536539"&gt;10:43 PM Jun 28th&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;First ever &lt;a href="http://twitter.com/search?q=%23bike"&gt;#bike&lt;/a&gt; commute. 2.91 miles in 11 minutes and 2 seconds. Pretty easy ride. A few hills, but nothing major.&lt;a href="http://twitter.com/timhibbard/status/2391658890"&gt;2:01 PM Jun 29th&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;@&lt;a href="http://twitter.com/mintchaos"&gt;mintchaos&lt;/a&gt; The place is an absolute disaster of boxes. I couldn't find any clothes so I came work in gym clothes :)&lt;a href="http://twitter.com/timhibbard/status/2393043224"&gt;3:40 PM Jun 29th&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Backed up pipes! Poop in the basement! Yay for home ownership!! - &lt;a href="http://bkite.com/097G0"&gt;http://bkite.com/097G0&lt;/a&gt;&lt;a href="http://twitter.com/timhibbard/status/2423850707"&gt;1:18 PM Jul 1st&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;We are moved in enough that we can park one car in the garage! - &lt;a href="http://bkite.com/09c4i"&gt;http://bkite.com/09c4i&lt;/a&gt;&lt;a href="http://twitter.com/timhibbard/status/2456603023"&gt;12:08 PM Jul 3rd&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Enjoying a beautiful night with @&lt;a href="http://twitter.com/chibb"&gt;chibb&lt;/a&gt; on our new deck. -&lt;a href="http://bkite.com/09fMg"&gt;http://bkite.com/09fMg&lt;/a&gt;&lt;a href="http://twitter.com/timhibbard/status/2477153772"&gt;9:16 PM Jul 4th&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;I ran a 5:46 mile this morning. My fastest ever since high school -&lt;a href="http://bit.ly/16tKNT"&gt;http://bit.ly/16tKNT&lt;/a&gt;&lt;a href="http://twitter.com/timhibbard/status/2568312695"&gt;9:02 AM Jul 10th&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;I promise to be a better blogger :)&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=133558"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=133558" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0" alt=""&gt;&lt;/a&gt;


&lt;img src="http://geekswithblogs.net/thibbard/aggbug/133558.aspx" width="1" height="1" /&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/oaOuCcX0Kv8jcPE1yK3zSAmZAy0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/oaOuCcX0Kv8jcPE1yK3zSAmZAy0/0/di" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/oaOuCcX0Kv8jcPE1yK3zSAmZAy0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/oaOuCcX0Kv8jcPE1yK3zSAmZAy0/1/di" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=iPVOkVBZPt0:3FAfxhvw_Tg:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=iPVOkVBZPt0:3FAfxhvw_Tg:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=iPVOkVBZPt0:3FAfxhvw_Tg:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?i=iPVOkVBZPt0:3FAfxhvw_Tg:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=iPVOkVBZPt0:3FAfxhvw_Tg:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TimHibbard?a=iPVOkVBZPt0:3FAfxhvw_Tg:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TimHibbard?i=iPVOkVBZPt0:3FAfxhvw_Tg:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TimHibbard/~4/iPVOkVBZPt0" height="1" width="1" /&gt;</description>
      <link>http://feedproxy.google.com/~r/TimHibbard/~3/iPVOkVBZPt0/the-last-couple-months-of-our-life-via-twitter.aspx</link>
      <source url="http://geekswithblogs.net/thibbard/Default.aspx">Tim Hibbard</source>
      <comments>http://geekswithblogs.net/thibbard/archive/2009/07/17/the-last-couple-months-of-our-life-via-twitter.aspx#feedback</comments>
      <guid isPermaLink="False">http://geekswithblogs.net/thibbard/archive/2009/07/17/the-last-couple-months-of-our-life-via-twitter.aspx</guid>
      <pubDate>Fri, 17 Jul 2009 11:51:48 GMT</pubDate>
    </item>
    <item>
      <title>At client site in Sheridan, WY</title>
      <description>&lt;p&gt;I am here at &lt;a href="http://www.sheridanseniorcenter.org/transportation.htm" target="_blank"&gt;Sheridan Minibus&lt;/a&gt; and Misty took me out around town a bit after picking me up from the airport.&lt;/p&gt;  &lt;p&gt;This first pic is for Timmay!&lt;/p&gt;  &lt;p&gt;&lt;a title="Pella Windows in Sheridan!" href="http://www.flickr.com/photos/57914165@N00/3718963470/"&gt;&lt;img border="0" alt="Pella Windows in Sheridan!" src="http://static.flickr.com/3492/3718963470_d56ed9ce2b.jpg" width="400" height="301" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Then here are a few pics from the site.&lt;/p&gt;  &lt;p&gt;&lt;a title="The Sheridan BusBarn" href="http://www.flickr.com/photos/57914165@N00/3718151429/"&gt;&lt;img border="0" alt="The Sheridan BusBarn" src="http://static.flickr.com/2591/3718151429_e890eda39f.jpg" width="400" height="301" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="Interesting Wyoming Cloud" href="http://www.flickr.com/photos/57914165@N00/3718963756/"&gt;&lt;img border="0" alt="Interesting Wyoming Cloud" src="http://static.flickr.com/2578/3718963756_c5ac9ae9cd.jpg" width="400" height="301" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Very odd weather here in Wyoming :)&amp;#160; That is my hotel and it looks like it is on fire.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11607770-7368971278110061998?l=kylejarcher.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/KyleJArchersBlog?a=1NkPWFchjRM:6zL9bd3z9bI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/KyleJArchersBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/KyleJArchersBlog?a=1NkPWFchjRM:6zL9bd3z9bI:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/KyleJArchersBlog?i=1NkPWFchjRM:6zL9bd3z9bI:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/KyleJArchersBlog?a=1NkPWFchjRM:6zL9bd3z9bI:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/KyleJArchersBlog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <link>http://kylejarcher.blogspot.com/2009/07/at-client-site-in-sheridan-wy.html</link>
      <source url="http://kylejarcher.blogspot.com/">Kyle J. Archer's Blog</source>
      <author>kylejarcher@gmail.com (Kyle J. Archer)</author>
      <guid isPermaLink="False">tag:blogger.com,1999:blog-11607770.post-7368971278110061998</guid>
      <pubDate>Mon, 13 Jul 2009 13:49:02 GMT</pubDate>
    </item>
    <item>
      <title>Funny Tiger pic and caption at the U.S. Open</title>
      <description>&lt;p&gt;Saw this pic today on the official US Open &lt;a href="http://www.majorschampionships.com/usopen/2009/"&gt;website&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;a title="funny" href="http://www.flickr.com/photos/57914165@N00/3647505950/"&gt;&lt;img border="0" alt="funny" src="http://static.flickr.com/2451/3647505950_062c7e939d.jpg" width="400" height="239" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Perfect.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11607770-5295112902365573456?l=kylejarcher.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/KyleJArchersBlog?a=akNr8rETMO4:Nb40k9lv_l4:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/KyleJArchersBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/KyleJArchersBlog?a=akNr8rETMO4:Nb40k9lv_l4:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/KyleJArchersBlog?i=akNr8rETMO4:Nb40k9lv_l4:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/KyleJArchersBlog?a=akNr8rETMO4:Nb40k9lv_l4:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/KyleJArchersBlog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <link>http://kylejarcher.blogspot.com/2009/06/funny-tiger-pic-and-caption-at-us-open.html</link>
      <source url="http://kylejarcher.blogspot.com/">Kyle J. Archer's Blog</source>
      <author>kylejarcher@gmail.com (Kyle J. Archer)</author>
      <guid isPermaLink="False">tag:blogger.com,1999:blog-11607770.post-5295112902365573456</guid>
      <pubDate>Sun, 21 Jun 2009 05:17:04 GMT</pubDate>
    </item>
    <item>
      <title>Royals/Cards GNO</title>
      <description>&lt;p&gt;The old school Burns &amp;amp; Mac boys try and go to the Royals/Cards game every year for our 'Guys Night Out'.&amp;#160; We had a blast in the rain this year and even saw the Woods at Coach's after!&lt;/p&gt;  &lt;p&gt;&lt;a title="McCasky, VonBonLaFron and Rohe" href="http://www.flickr.com/photos/57914165@N00/3646700827/"&gt;&lt;img border="0" alt="McCasky, VonBonLaFron and Rohe" src="http://static.flickr.com/3372/3646700827_ac1652f120.jpg" width="400" height="301" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Andy, John Von LaFron &amp;amp; Rohe&lt;/p&gt;  &lt;p&gt;&lt;a title="BOBRALLS, Crash and Maylay" href="http://www.flickr.com/photos/57914165@N00/3647506068/"&gt;&lt;img border="0" alt="BOBRALLS, Crash and Maylay" src="http://static.flickr.com/3334/3647506068_3cde4a406c.jpg" width="400" height="301" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;bRalls, Crash and Mahlandt&lt;/p&gt;  &lt;p&gt;The Royals lost 7-1 btw.get 'em next time?!?&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11607770-1078999942722417183?l=kylejarcher.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/KyleJArchersBlog?a=mZ_9WEg9iD4:rVROS3SJ_Mk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/KyleJArchersBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/KyleJArchersBlog?a=mZ_9WEg9iD4:rVROS3SJ_Mk:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/KyleJArchersBlog?i=mZ_9WEg9iD4:rVROS3SJ_Mk:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/KyleJArchersBlog?a=mZ_9WEg9iD4:rVROS3SJ_Mk:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/KyleJArchersBlog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <link>http://kylejarcher.blogspot.com/2009/06/royalscards-gno.html</link>
      <source url="http://kylejarcher.blogspot.com/">Kyle J. Archer's Blog</source>
      <author>kylejarcher@gmail.com (Kyle J. Archer)</author>
      <guid isPermaLink="False">tag:blogger.com,1999:blog-11607770.post-1078999942722417183</guid>
      <pubDate>Sun, 21 Jun 2009 05:23:03 GMT</pubDate>
    </item>
  </channel>
</rss>