<?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 - Virtual Earth Screen Saver</title>
    <link>http://codejot.com/blog/</link>
    <description>General Jottings about Code and Stuff</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>
  </channel>
</rss>