<?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>CodeJot</title>
    <link>http://codejot.com/blog/</link>
    <description>General Jottings about Code</description>
    <language>en-us</language>
    <copyright>Doug Hill</copyright>
    <lastBuildDate>Sun, 06 Jan 2008 17:22:10 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.0.7226.0</generator>
    <managingEditor>Doug@codeJot.com</managingEditor>
    <webMaster>Doug@codeJot.com</webMaster>
    <item>
      <trackback:ping>http://codejot.com/blog/Trackback.aspx?guid=9f14c380-4662-47ab-8fd9-865dd05b44de</trackback:ping>
      <pingback:server>http://codejot.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://codejot.com/blog/PermaLink,guid,9f14c380-4662-47ab-8fd9-865dd05b44de.aspx</pingback:target>
      <dc:creator>Doug Hill</dc:creator>
      <wfw:comment>http://codejot.com/blog/CommentView,guid,9f14c380-4662-47ab-8fd9-865dd05b44de.aspx</wfw:comment>
      <wfw:commentRss>http://codejot.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=9f14c380-4662-47ab-8fd9-865dd05b44de</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
So in an <a href="http://codejot.com/blog/2007/12/22/NewDualMonitorsRequireAnEquallyImpressiveScreenSaver.aspx">earlier
post</a> I wrote about tweaking the <a href="http://www.codeplex.com/vescreensaver"><font color="#000099">Virtual
Earth Screen Saver</font></a> (VESS) code to allow it to see both of my monitors.
</p>
        <p>
After I did that I thought that maybe the VESS developer may want my code. So I contacted
him from the <a href="http://www.codeplex.com">CodePlex</a><a href="http://www.codeplex.com/vescreensaver">VESS</a> home
page and asked if he wanted my code contribution. The lead developer's name is <a href="http://blogs.msdn.com/keithkin/default.aspx">Keith
Kinnan</a> and he was very friendly and open to having me contribute on the project.
So he made me a dev on the <a href="http://www.codeplex.com/vescreensaver"><font color="#000099">Virtual
Earth Screen Saver</font></a> project.
</p>
        <p>
So far I have uploaded code to implement multi-monitor support, proxy support, conversion
to VE v6, and a few other minor changes. Once Keith looks over the code he may roll
what I did into a new release of the <a href="http://www.codeplex.com/vescreensaver"><font color="#000099">Virtual
Earth Screen Saver</font></a>. Very cool.
</p>
        <p>
It's a very small project but being the first time I have REALLY contributed to an
open source project this is probably a good thing. Just getting to communicate and
quasi-work with Keith is cool. He is a heavy hitter in the <a href="http://dev.live.com/virtualearth/">Virtual
Earth project</a>.
</p>
        <p>
This program is in C#. Not a language I program in daily. But being a .NET language
it's not too far of a leap from VB.NET which is what I use daily.
</p>
        <p>
I have leached off of and learned from open source so many times in the past that
it feels real good to finally contribute on some level.
</p>
        <p>
I'll post more as this project develops.
</p>
        <img width="0" height="0" src="http://codejot.com/blog/aggbug.ashx?id=9f14c380-4662-47ab-8fd9-865dd05b44de" />
      </body>
      <title>Helping out with Virtual Earth Screen Saver project</title>
      <guid isPermaLink="false">http://codejot.com/blog/PermaLink,guid,9f14c380-4662-47ab-8fd9-865dd05b44de.aspx</guid>
      <link>http://CodeJot.com/blog/2008/01/06/HelpingOutWithVirtualEarthScreenSaverProject.aspx</link>
      <pubDate>Sun, 06 Jan 2008 17:22:10 GMT</pubDate>
      <description>&lt;p&gt;
So in an &lt;a href="http://codejot.com/blog/2007/12/22/NewDualMonitorsRequireAnEquallyImpressiveScreenSaver.aspx"&gt;earlier
post&lt;/a&gt; I wrote about tweaking the &lt;a href="http://www.codeplex.com/vescreensaver"&gt;&lt;font color=#000099&gt;Virtual
Earth Screen Saver&lt;/font&gt;&lt;/a&gt;&amp;nbsp;(VESS) code to allow it to see both of my monitors.
&lt;/p&gt;
&lt;p&gt;
After I did that I thought that maybe the VESS developer may want my code. So I contacted
him from the &lt;a href="http://www.codeplex.com"&gt;CodePlex&lt;/a&gt; &lt;a href="http://www.codeplex.com/vescreensaver"&gt;VESS&lt;/a&gt; home
page and asked if he wanted my code contribution. The lead developer's name is &lt;a href="http://blogs.msdn.com/keithkin/default.aspx"&gt;Keith
Kinnan&lt;/a&gt; and he was very friendly and open to having me contribute on the project.
So he made me a dev on the &lt;a href="http://www.codeplex.com/vescreensaver"&gt;&lt;font color=#000099&gt;Virtual
Earth Screen Saver&lt;/font&gt;&lt;/a&gt;&amp;nbsp;project.
&lt;/p&gt;
&lt;p&gt;
So far I have uploaded code to implement multi-monitor support, proxy support, conversion
to VE v6, and a few other minor changes. Once Keith looks over the code he may roll
what I did into a new release of the &lt;a href="http://www.codeplex.com/vescreensaver"&gt;&lt;font color=#000099&gt;Virtual
Earth Screen Saver&lt;/font&gt;&lt;/a&gt;. Very cool.
&lt;/p&gt;
&lt;p&gt;
It's a very small project but being the first time I have REALLY contributed to an
open source project this is probably a good thing. Just getting to communicate and
quasi-work with Keith is cool. He is a heavy hitter in the &lt;a href="http://dev.live.com/virtualearth/"&gt;Virtual
Earth project&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
This program is in C#. Not a language I program in daily. But being a .NET language
it's not too far of a leap from VB.NET which is what I use daily.
&lt;/p&gt;
&lt;p&gt;
I have leached off of and learned from open source so many times in the past that
it feels real good to finally contribute on some level.
&lt;/p&gt;
&lt;p&gt;
I'll post more as this project develops.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://codejot.com/blog/aggbug.ashx?id=9f14c380-4662-47ab-8fd9-865dd05b44de" /&gt;</description>
      <comments>http://codejot.com/blog/CommentView,guid,9f14c380-4662-47ab-8fd9-865dd05b44de.aspx</comments>
      <category>Code</category>
      <category>Ramblings</category>
      <category>Virtual Earth</category>
      <category>Virtual Earth Screen Saver</category>
    </item>
    <item>
      <trackback:ping>http://codejot.com/blog/Trackback.aspx?guid=712cd4e3-ef7f-4761-8ea2-1e9ec4c09a3a</trackback:ping>
      <pingback:server>http://codejot.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://codejot.com/blog/PermaLink,guid,712cd4e3-ef7f-4761-8ea2-1e9ec4c09a3a.aspx</pingback:target>
      <dc:creator>Doug Hill</dc:creator>
      <wfw:comment>http://codejot.com/blog/CommentView,guid,712cd4e3-ef7f-4761-8ea2-1e9ec4c09a3a.aspx</wfw:comment>
      <wfw:commentRss>http://codejot.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=712cd4e3-ef7f-4761-8ea2-1e9ec4c09a3a</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I started working on a Point Of Interest (POI/P.O.I.) mapping project.
</p>
        <p>
A few months ago I bought a Garmin C550 GPS unit and absolutely LOVE it! I immediately
learned how to add custom POI files and soon had a rather big collection of POI files
I gathered from different sources on the Internet and made myself.
</p>
        <p>
I could not find a FREE/easy way to view all my POI files. So I started work on a
solution.
</p>
        <p>
My <a href="http://www.codejot.com/poiplotter/">POI Plotter</a> uses the <a href="http://dev.live.com/virtualearth/">Virtual
Earth API</a> (v5 as of this writing but I will upgrade to the current version,
v6, soon).
</p>
        <p>
The <a href="http://www.codejot.com/poiplotter/">POI Plotter</a> allows you to
upload your POI file and plot it on a map to see where your POIs are.
</p>
        <p>
It is in its infancy so expect many features to be added in the near future.
</p>
        <p>
          <a href="http://www.codejot.com/poiplotter/">POI Plotter</a>
        </p>
        <p align="center">
          <a href="http://CodeJot.com/POIPlotter">
            <img src="http://CodeJot.com/blog/images/POIPlotter.gif" />
          </a>
        </p>
        <img width="0" height="0" src="http://codejot.com/blog/aggbug.ashx?id=712cd4e3-ef7f-4761-8ea2-1e9ec4c09a3a" />
      </body>
      <title>POI Plotter</title>
      <guid isPermaLink="false">http://codejot.com/blog/PermaLink,guid,712cd4e3-ef7f-4761-8ea2-1e9ec4c09a3a.aspx</guid>
      <link>http://CodeJot.com/blog/2007/12/22/POIPlotter.aspx</link>
      <pubDate>Sat, 22 Dec 2007 18:34:30 GMT</pubDate>
      <description>&lt;p&gt;
I started working on a Point Of Interest (POI/P.O.I.) mapping project.
&lt;/p&gt;
&lt;p&gt;
A few months ago I bought a Garmin C550 GPS unit and absolutely LOVE it! I immediately
learned how to add custom POI files and soon had a rather big collection of POI files
I gathered from different sources on the Internet and made myself.
&lt;/p&gt;
&lt;p&gt;
I could not find a FREE/easy way to view all my POI files. So I started work on a
solution.
&lt;/p&gt;
&lt;p&gt;
My &lt;a href="http://www.codejot.com/poiplotter/"&gt;POI Plotter&lt;/a&gt;&amp;nbsp;uses the &lt;a href="http://dev.live.com/virtualearth/"&gt;Virtual
Earth API&lt;/a&gt;&amp;nbsp;(v5 as of this writing but I will upgrade to the current version,
v6, soon).
&lt;/p&gt;
&lt;p&gt;
The &lt;a href="http://www.codejot.com/poiplotter/"&gt;POI Plotter&lt;/a&gt;&amp;nbsp;allows you to
upload your POI file and plot it on a map to see where your POIs are.
&lt;/p&gt;
&lt;p&gt;
It is in its infancy so expect many features to be added in the near future.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.codejot.com/poiplotter/"&gt;POI Plotter&lt;/a&gt;
&lt;/p&gt;
&lt;p align=center&gt;
&lt;a href="http://CodeJot.com/POIPlotter"&gt;&lt;img src="http://CodeJot.com/blog/images/POIPlotter.gif"&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://codejot.com/blog/aggbug.ashx?id=712cd4e3-ef7f-4761-8ea2-1e9ec4c09a3a" /&gt;</description>
      <comments>http://codejot.com/blog/CommentView,guid,712cd4e3-ef7f-4761-8ea2-1e9ec4c09a3a.aspx</comments>
      <category>Code</category>
      <category>GPS</category>
      <category>POI Plotter</category>
    </item>
    <item>
      <trackback:ping>http://codejot.com/blog/Trackback.aspx?guid=5a74c412-f23e-4fc9-b6fc-6af2e893304b</trackback:ping>
      <pingback:server>http://codejot.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://codejot.com/blog/PermaLink,guid,5a74c412-f23e-4fc9-b6fc-6af2e893304b.aspx</pingback:target>
      <dc:creator>Doug Hill</dc:creator>
      <wfw:comment>http://codejot.com/blog/CommentView,guid,5a74c412-f23e-4fc9-b6fc-6af2e893304b.aspx</wfw:comment>
      <wfw:commentRss>http://codejot.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=5a74c412-f23e-4fc9-b6fc-6af2e893304b</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
So, as seen in the previous blog post, my employer sent me 2 new 19" Dell monitors.
I was very upset to see that my all time favorite screen saver did not support dual
monitors. 
</p>
        <p>
I have been using This <a href="http://www.codeplex.com/vescreensaver">Virtual Earth
Screen Saver</a>. It's a screen saver using Virtual Earth APIs which reads RSS
feeds to show interesting Virtual Earth birdseye and satellite images from users with
information about those images. 
</p>
        <p>
The good news is that the <a href="http://www.codeplex.com/vescreensaver">Virtual
Earth Screen Saver</a> is hosted on <a href="http://www.codeplex.com/">CodePlex</a> and
the source code is available. I went and checked it out. The code is written in C#
and I'm a VB.NET developer but I can usually find my way around C# just fine. I downloaded
the code, figured out how to add dual monitor support and BAM! My favorite screen
saver now uses both of my beautiful new monitors. Love it. I'll try and contact the <a href="http://www.codeplex.com/vescreensaver">Virtual
Earth Screen Saver</a> developer team to see of they want my changes.
</p>
        <p align="center">
          <img src="http://codejot.com/blog/images/DualMon.jpg" />
        </p>
        <img width="0" height="0" src="http://codejot.com/blog/aggbug.ashx?id=5a74c412-f23e-4fc9-b6fc-6af2e893304b" />
      </body>
      <title>New dual monitors require an equally impressive screen saver!</title>
      <guid isPermaLink="false">http://codejot.com/blog/PermaLink,guid,5a74c412-f23e-4fc9-b6fc-6af2e893304b.aspx</guid>
      <link>http://CodeJot.com/blog/2007/12/22/NewDualMonitorsRequireAnEquallyImpressiveScreenSaver.aspx</link>
      <pubDate>Sat, 22 Dec 2007 18:08:02 GMT</pubDate>
      <description>&lt;p&gt;
So, as seen in the previous blog post, my employer sent me 2 new 19" Dell monitors.
I was very upset to see that my all time favorite screen saver did not support dual
monitors. 
&lt;/p&gt;
&lt;p&gt;
I have been using This &lt;a href="http://www.codeplex.com/vescreensaver"&gt;Virtual Earth
Screen Saver&lt;/a&gt;. It's&amp;nbsp;a screen saver using Virtual Earth APIs which reads RSS
feeds to show interesting Virtual Earth birdseye and satellite images from users with
information about those images. 
&lt;/p&gt;
&lt;p&gt;
The good news is that the &lt;a href="http://www.codeplex.com/vescreensaver"&gt;Virtual
Earth Screen Saver&lt;/a&gt;&amp;nbsp;is hosted on &lt;a href="http://www.codeplex.com/"&gt;CodePlex&lt;/a&gt;&amp;nbsp;and
the source code is available. I went and checked it out. The code is written in C#
and I'm a VB.NET developer but I can usually find my way around C# just fine. I downloaded
the code, figured out how to add dual monitor support and BAM! My favorite screen
saver now uses both of my beautiful new monitors. Love it. I'll try and contact the &lt;a href="http://www.codeplex.com/vescreensaver"&gt;Virtual
Earth Screen Saver&lt;/a&gt;&amp;nbsp;developer team to see of they want my changes.
&lt;/p&gt;
&lt;p align=center&gt;
&lt;img src="http://codejot.com/blog/images/DualMon.jpg"&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://codejot.com/blog/aggbug.ashx?id=5a74c412-f23e-4fc9-b6fc-6af2e893304b" /&gt;</description>
      <comments>http://codejot.com/blog/CommentView,guid,5a74c412-f23e-4fc9-b6fc-6af2e893304b.aspx</comments>
      <category>Code</category>
      <category>Ramblings</category>
    </item>
    <item>
      <trackback:ping>http://codejot.com/blog/Trackback.aspx?guid=9b2a3fd4-d8b2-4fb4-86a5-72e36f1417f7</trackback:ping>
      <pingback:server>http://codejot.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://codejot.com/blog/PermaLink,guid,9b2a3fd4-d8b2-4fb4-86a5-72e36f1417f7.aspx</pingback:target>
      <dc:creator>Doug Hill</dc:creator>
      <wfw:comment>http://codejot.com/blog/CommentView,guid,9b2a3fd4-d8b2-4fb4-86a5-72e36f1417f7.aspx</wfw:comment>
      <wfw:commentRss>http://codejot.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=9b2a3fd4-d8b2-4fb4-86a5-72e36f1417f7</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I don't blog much but today is a good day! The FAA just sent me 2 new 19" Dell monitors.
I love this set up. Watch my productivity go through the roof! It hard to tell from
the photos but these things are HUGE. They take up most of my desk. Love 'em though.
</p>
        <!-- Start of Flickr Badge -->
        <style type="text/css">
#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_www {display:block; text-align:left; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {background-color:#ffffff;border: solid 1px #000000}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}
</style>
        <table id="flickr_badge_uber_wrapper" cellspacing="10" cellpadding="0" border="0">
          <tbody>
            <tr>
              <td>
                <a id="flickr_www" href="http://www.flickr.com">www.<strong style="COLOR: #3993ff">flick<span style="COLOR: #ff1c92">r</span></strong>.com</a>
                <table id="flickr_badge_wrapper" cellspacing="10" cellpadding="0" border="0">
                  <tbody>
                    <tr>
                    </tr>
                    <script src="http://www.flickr.com/badge_code_v2.gne?show_name=1&amp;count=3&amp;display=latest&amp;size=t&amp;layout=h&amp;source=user_set&amp;user=17205363%40N00&amp;set=72157603519161962&amp;context=in%2Fset-72157603519161962%2F" type="text/javascript">
                    </script>
                    <td id="flickr_badge_source" valign="center" align="middle">
                      <table cellspacing="0" cellpadding="0" border="0">
                        <tbody>
                          <tr>
                            <td id="flickr_icon_td" width="10">
                              <a href="http://www.flickr.com/photos/dugrhill/tags/office/">
                                <img id="flickr_badge_icon" height="48" alt="dugrhill's Doug's Home office photoset" src="http://farm3.static.flickr.com/2244/buddyicons/17205363@N00.jpg?1198345981" width="48" align="left" />
                              </a>
                            </td>
                            <td id="flickr_badge_source_txt">
dugrhill's <a href="http://www.flickr.com/photos/dugrhill/tags/office/">Doug's Home
office</a> photoset</td>
                          </tr>
                        </tbody>
                      </table>
                    </td>
                  </tbody>
                </table>
              </td>
            </tr>
          </tbody>
        </table>
        <!-- End of Flickr Badge -->
        <img width="0" height="0" src="http://codejot.com/blog/aggbug.ashx?id=9b2a3fd4-d8b2-4fb4-86a5-72e36f1417f7" />
      </body>
      <title>New dual monitor set up!</title>
      <guid isPermaLink="false">http://codejot.com/blog/PermaLink,guid,9b2a3fd4-d8b2-4fb4-86a5-72e36f1417f7.aspx</guid>
      <link>http://CodeJot.com/blog/2007/12/18/NewDualMonitorSetUp.aspx</link>
      <pubDate>Tue, 18 Dec 2007 14:57:21 GMT</pubDate>
      <description>&lt;p&gt;
I don't blog much but today is a good day! The FAA just sent me 2 new 19" Dell monitors.
I love this set up. Watch my productivity go through the roof! It hard to tell from
the photos but these things are HUGE. They take up most of my desk. Love 'em though.
&lt;/p&gt;
&lt;!-- Start of Flickr Badge --&gt;
&lt;style type=text/css&gt;
#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_www {display:block; text-align:left; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {background-color:#ffffff;border: solid 1px #000000}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}
&lt;/style&gt;
&lt;table id=flickr_badge_uber_wrapper cellspacing=10 cellpadding=0 border=0&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;a id=flickr_www href="http://www.flickr.com"&gt;www.&lt;strong style="COLOR: #3993ff"&gt;flick&lt;span style="COLOR: #ff1c92"&gt;r&lt;/span&gt;&lt;/strong&gt;.com&lt;/a&gt; 
&lt;table id=flickr_badge_wrapper cellspacing=10 cellpadding=0 border=0&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;script src="http://www.flickr.com/badge_code_v2.gne?show_name=1&amp;amp;count=3&amp;amp;display=latest&amp;amp;size=t&amp;amp;layout=h&amp;amp;source=user_set&amp;amp;user=17205363%40N00&amp;amp;set=72157603519161962&amp;amp;context=in%2Fset-72157603519161962%2F" type=text/javascript&gt;&lt;/script&gt;
&lt;td id=flickr_badge_source valign=center align=middle&gt;
&lt;table cellspacing=0 cellpadding=0 border=0&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td id=flickr_icon_td width=10&gt;
&lt;a href="http://www.flickr.com/photos/dugrhill/tags/office/"&gt;&lt;img id=flickr_badge_icon height=48 alt="dugrhill's Doug's Home office photoset" src="http://farm3.static.flickr.com/2244/buddyicons/17205363@N00.jpg?1198345981" width=48 align=left&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td id=flickr_badge_source_txt&gt;
dugrhill's &lt;a href="http://www.flickr.com/photos/dugrhill/tags/office/"&gt;Doug's Home
office&lt;/a&gt; photoset&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&gt;
&gt;
&gt;&gt;
&lt;!-- End of Flickr Badge --&gt;&lt;img width="0" height="0" src="http://codejot.com/blog/aggbug.ashx?id=9b2a3fd4-d8b2-4fb4-86a5-72e36f1417f7" /&gt;</description>
      <comments>http://codejot.com/blog/CommentView,guid,9b2a3fd4-d8b2-4fb4-86a5-72e36f1417f7.aspx</comments>
      <category>Ramblings</category>
    </item>
  </channel>
</rss>