<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Keith Kinnan's Blog : MIX09</title><link>http://blogs.msdn.com/keithkin/archive/tags/MIX09/default.aspx</link><description>Tags: MIX09</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Virtual Earth Silverlight Map Control CTP – Put Scalable Content on the Map</title><link>http://blogs.msdn.com/keithkin/archive/2009/04/03/virtual-earth-silverlight-map-control-ctp-put-scalable-content-on-the-map.aspx</link><pubDate>Sat, 04 Apr 2009 01:35:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9531027</guid><dc:creator>keithkin</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/keithkin/comments/9531027.aspx</comments><wfw:commentRss>http://blogs.msdn.com/keithkin/commentrss.aspx?PostID=9531027</wfw:commentRss><description>&lt;p&gt;In the &lt;a href="http://blogs.msdn.com/keithkin/archive/2009/04/03/virtual-earth-silverlight-map-control-ctp-how-to-create-simple-pushpins.aspx"&gt;previous post&lt;/a&gt; I showed how to position Silverlight UIElements at a Location to create pushpins with the &lt;a href="http://connect.microsoft.com/silverlightmapcontrolctp"&gt;Virtual Earth Silverlight Map Control CTP&lt;/a&gt;.&amp;#160; You can also position content in a scalable manner using the &lt;strong&gt;MapLayer.MapRectangle &lt;/strong&gt;attached property. For example, the following code will position a scalable video on the Map by specifying the bounding box in &lt;strong&gt;LocationRect&lt;/strong&gt; coordinates – by specifying the Location of the corners of the bounding box. The video is from the MIX’09 conference and it is being mapped to the roof of the Venetian:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&amp;lt;m:Map Mode=&amp;quot;Aerial&amp;quot; Center=&amp;quot;36.12135,-115.165998&amp;quot; ZoomLevel=&amp;quot;17&amp;quot;&amp;gt;      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; &amp;lt;m:Map.Children&amp;gt;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;MediaElement Source=&amp;quot;&lt;a href="http://mschannel9.vo.msecnd.net/o9/mix/09/wmv/key01.wmv&amp;quot;"&gt;http://mschannel9.vo.msecnd.net/o9/mix/09/wmv/key01.wmv&amp;quot;&lt;/a&gt; &lt;strong&gt;m:MapLayer.MapRectangle=&amp;quot;36.122098,-115.167745,36.120414,-115.164390&amp;quot;&lt;/strong&gt; Opacity=&amp;quot;0.75&amp;quot;/&amp;gt;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; &amp;lt;/m:Map.Children&amp;gt;       &lt;br /&gt;&amp;lt;/m:Map&amp;gt; &lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Here is a screenshot and a link to the running sample:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://krkinnan.members.winisp.net/samples/silverlight/VirtualEarthSilverlightMapControlCTP/ScalableVideoSample/ScalableVideoSample.html"&gt;&lt;img title="Virtual Earth Silverlight Map Control CTP - Scalable Video Sample" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="329" alt="Virtual Earth Silverlight Map Control CTP - Scalable Video Sample" src="http://blogs.msdn.com/blogfiles/keithkin/WindowsLiveWriter/VirtualEarthSilverlightMapControlCTPPutS_9C1B/scalablevideo01_3.jpg" width="504" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://krkinnan.members.winisp.net/samples/silverlight/VirtualEarthSilverlightMapControlCTP/ScalableVideoSample/ScalableVideoSample.html"&gt;Virtual Earth Silverlight Map Control CTP – Scalable Video Sample&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Notice as you zoom in and out the video will scale with the Map since it was mapped to the bounding box. This can be done with any Silverlight UIElement including images and other user controls. Here are 2 screenshots showing how the video scales with the Map as you zoom in:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://krkinnan.members.winisp.net/samples/silverlight/VirtualEarthSilverlightMapControlCTP/ScalableVideoSample/ScalableVideoSample.html"&gt;&lt;img title="Virtual Earth Silverlight Map Control CTP - Scalable Video Sample" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="204" alt="Virtual Earth Silverlight Map Control CTP - Scalable Video Sample" src="http://blogs.msdn.com/blogfiles/keithkin/WindowsLiveWriter/VirtualEarthSilverlightMapControlCTPPutS_9C1B/scalablevideo02a_3.jpg" width="316" border="0" /&gt;&lt;/a&gt; &lt;a href="http://krkinnan.members.winisp.net/samples/silverlight/VirtualEarthSilverlightMapControlCTP/ScalableVideoSample/ScalableVideoSample.html"&gt;&lt;img title="Virtual Earth Silverlight Map Control CTP - Scalable Video Sample" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="204" alt="Virtual Earth Silverlight Map Control CTP - Scalable Video Sample" src="http://blogs.msdn.com/blogfiles/keithkin/WindowsLiveWriter/VirtualEarthSilverlightMapControlCTPPutS_9C1B/scalablevideo02b_3.jpg" width="343" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;For more details on using the Virtual Earth Silverlight Map Control, &lt;a href="http://connect.microsoft.com/silverlightmapcontrolctp"&gt;install the Virtual Earth Silverlight Map Control CTP SDK&lt;/a&gt; or see the &lt;a href="https://sharepoint.connect.microsoft.com/silverlightmapcontrolctp/iSDK/default.htm"&gt;interactive SDK&lt;/a&gt; online.&lt;/p&gt;  &lt;p&gt;(Note: This post is also available on the &lt;a href="http://blogs.msdn.com/veplatform"&gt;Virtual Earth Platform Team Blog&lt;/a&gt;)&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9531027" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/keithkin/archive/tags/Virtual+Earth/default.aspx">Virtual Earth</category><category domain="http://blogs.msdn.com/keithkin/archive/tags/Virtual+Earth+API/default.aspx">Virtual Earth API</category><category domain="http://blogs.msdn.com/keithkin/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.msdn.com/keithkin/archive/tags/MIX09/default.aspx">MIX09</category></item><item><title>Virtual Earth at MIX09 – Day 3</title><link>http://blogs.msdn.com/keithkin/archive/2009/03/21/virtual-earth-at-mix09-day-3.aspx</link><pubDate>Sun, 22 Mar 2009 00:52:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9496585</guid><dc:creator>keithkin</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/keithkin/comments/9496585.aspx</comments><wfw:commentRss>http://blogs.msdn.com/keithkin/commentrss.aspx?PostID=9496585</wfw:commentRss><description>&lt;p&gt;Thanks everyone who came to the session and to those who stopped by and visited with us at MIX throughout the week! We enjoyed launching the &lt;a href="http://connect.microsoft.com/silverlightmapcontrolctp"&gt;Virtual Earth Silverlight Map Control CTP&lt;/a&gt; and meeting with you.&amp;#160; Here are some pictures from Day 3:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/keithkin/WindowsLiveWriter/VirtualEarthatMIX09Day3_D119/mixday3_01_2.jpg"&gt;&lt;img title="Max, Keith, and Train at MIX09" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="184" alt="Max, Keith, and Train at MIX09" src="http://blogs.msdn.com/blogfiles/keithkin/WindowsLiveWriter/VirtualEarthatMIX09Day3_D119/mixday3_01_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt;&amp;#160; &lt;a href="http://blogs.msdn.com/blogfiles/keithkin/WindowsLiveWriter/VirtualEarthatMIX09Day3_D119/mixday3_02_2.jpg"&gt;&lt;img title="3rd Place UnSessions Area at MIX09" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="184" alt="3rd Place UnSessions Area at MIX09" src="http://blogs.msdn.com/blogfiles/keithkin/WindowsLiveWriter/VirtualEarthatMIX09Day3_D119/mixday3_02_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt; &lt;a href="http://blogs.msdn.com/blogfiles/keithkin/WindowsLiveWriter/VirtualEarthatMIX09Day3_D119/mixday3_03.jpg"&gt;&lt;img title="3rd Place at MIX09" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="184" alt="3rd Place at MIX09" src="http://blogs.msdn.com/blogfiles/keithkin/WindowsLiveWriter/VirtualEarthatMIX09Day3_D119/mixday3_03_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt; &lt;a href="http://blogs.msdn.com/blogfiles/keithkin/WindowsLiveWriter/VirtualEarthatMIX09Day3_D119/mixday3_04_2.jpg"&gt;&lt;img title="Virtual Earth at 3rd Place at MIX09" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="184" alt="Virtual Earth at 3rd Place at MIX09" src="http://blogs.msdn.com/blogfiles/keithkin/WindowsLiveWriter/VirtualEarthatMIX09Day3_D119/mixday3_04_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt; &lt;a href="http://blogs.msdn.com/blogfiles/keithkin/WindowsLiveWriter/VirtualEarthatMIX09Day3_D119/mixday3_05_2.jpg"&gt;&lt;img title="Chris Pendleton gives his session talk" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="184" alt="Chris Pendleton gives his session talk" src="http://blogs.msdn.com/blogfiles/keithkin/WindowsLiveWriter/VirtualEarthatMIX09Day3_D119/mixday3_05_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt; &lt;a href="http://blogs.msdn.com/blogfiles/keithkin/WindowsLiveWriter/VirtualEarthatMIX09Day3_D119/mixday3_06_2.jpg"&gt;&lt;img title="Virtual Earth Silverlight Map Control CTP demo at session" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="184" alt="Virtual Earth Silverlight Map Control CTP demo at session" src="http://blogs.msdn.com/blogfiles/keithkin/WindowsLiveWriter/VirtualEarthatMIX09Day3_D119/mixday3_06_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The &lt;a href="http://sessions.visitmix.com/MIX09/T34F"&gt;&lt;strong&gt;Introducing the Microsoft Virtual Earth Silverlight Map Control &lt;/strong&gt;session video&lt;/a&gt; is now available on the MIX09 site. &lt;/p&gt;  &lt;p&gt;The CTP bits also went live at the &lt;a href="http://connect.microsoft.com/silverlightmapcontrolctp"&gt;Microsoft Connect Portal&lt;/a&gt; yesterday, so you can &lt;a href="http://connect.microsoft.com/silverlightmapcontrolctp"&gt;download the SDK&lt;/a&gt; and build some cool apps! We look forward to seeing what you can do with it!&amp;#160; &lt;/p&gt; &lt;a href="http://sessions.visitmix.com/MIX09/T34F"&gt;&lt;img title="Introducing the Microsoft Virtual Earth Silverlight Map Control Session Video" style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" height="244" alt="Introducing the Microsoft Virtual Earth Silverlight Map Control Session Video" src="http://blogs.msdn.com/blogfiles/keithkin/WindowsLiveWriter/VirtualEarthatMIX09Day3_D119/T34F_3.jpg" width="324" border="0" /&gt;&lt;/a&gt;  &lt;p&gt;(Note: this post is also available on &lt;a href="http://blogs.msdn.com/veplatform/"&gt;the Virtual Earth Platform Team Blog&lt;/a&gt;)&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9496585" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/keithkin/archive/tags/Virtual+Earth/default.aspx">Virtual Earth</category><category domain="http://blogs.msdn.com/keithkin/archive/tags/Virtual+Earth+API/default.aspx">Virtual Earth API</category><category domain="http://blogs.msdn.com/keithkin/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.msdn.com/keithkin/archive/tags/MIX09/default.aspx">MIX09</category></item><item><title>Virtual Earth Silverlight Map Control CTP Demo at MIX09!</title><link>http://blogs.msdn.com/keithkin/archive/2009/03/20/virtual-earth-silverlight-map-control-ctp-demo-at-mix09.aspx</link><pubDate>Fri, 20 Mar 2009 21:42:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9493161</guid><dc:creator>keithkin</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/keithkin/comments/9493161.aspx</comments><wfw:commentRss>http://blogs.msdn.com/keithkin/commentrss.aspx?PostID=9493161</wfw:commentRss><description>&lt;P&gt;Chris Pendleton &lt;A href="http://blogs.msdn.com/virtualearth/archive/2009/03/20/mix-day-2-the-guys-who-make-virtual-earth-light-up-silver.aspx" mce_href="http://blogs.msdn.com/virtualearth/archive/2009/03/20/mix-day-2-the-guys-who-make-virtual-earth-light-up-silver.aspx"&gt;recorded a video&lt;/A&gt; with me, Train Chiou, and Max Artemov at MIX09 yesterday as we demoed the new &lt;A href="http://connect.microsoft.com/silverlightmapcontrolctp" mce_href="http://connect.microsoft.com/silverlightmapcontrolctp"&gt;Virtual Earth Silverlight Map Control CTP&lt;/A&gt; at 3rd Place.&amp;nbsp; Check out the &lt;A href="http://blogs.msdn.com/virtualearth/archive/2009/03/20/mix-day-2-the-guys-who-make-virtual-earth-light-up-silver.aspx" mce_href="http://blogs.msdn.com/virtualearth/archive/2009/03/20/mix-day-2-the-guys-who-make-virtual-earth-light-up-silver.aspx"&gt;video&lt;/A&gt;:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/virtualearth/archive/2009/03/20/mix-day-2-the-guys-who-make-virtual-earth-light-up-silver.aspx" mce_href="http://blogs.msdn.com/virtualearth/archive/2009/03/20/mix-day-2-the-guys-who-make-virtual-earth-light-up-silver.aspx"&gt;&lt;IMG title='"MIX: Day 2 – The Guys Who Make Virtual Earth Light Up Silver" Video' style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; DISPLAY: inline; BORDER-LEFT: 0px; WIDTH: 504px; BORDER-BOTTOM: 0px; HEIGHT: 342px" height=342 alt='"MIX: Day 2 – The Guys Who Make Virtual Earth Light Up Silver" Video' src="http://blogs.msdn.com/blogfiles/keithkin/WindowsLiveWriter/VirtualEarthSilverlightMapControlCTPDemo_A4A8/veslmcvideo_3.jpg" width=504 border=0 mce_src="http://blogs.msdn.com/blogfiles/keithkin/WindowsLiveWriter/VirtualEarthSilverlightMapControlCTPDemo_A4A8/veslmcvideo_3.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;There will be a session on the Virtual Earth Silverlight Map Control diving deeper into the control capabilities today at 12:30 PM with Chris Pendleton in Lando 4201.&amp;nbsp; See you there!&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9493161" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/keithkin/archive/tags/Virtual+Earth/default.aspx">Virtual Earth</category><category domain="http://blogs.msdn.com/keithkin/archive/tags/Virtual+Earth+API/default.aspx">Virtual Earth API</category><category domain="http://blogs.msdn.com/keithkin/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.msdn.com/keithkin/archive/tags/MIX09/default.aspx">MIX09</category></item><item><title>Virtual Earth at MIX09 – Day 2</title><link>http://blogs.msdn.com/keithkin/archive/2009/03/20/virtual-earth-at-mix09-day-2-3.aspx</link><pubDate>Fri, 20 Mar 2009 20:32:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9492947</guid><dc:creator>keithkin</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/keithkin/comments/9492947.aspx</comments><wfw:commentRss>http://blogs.msdn.com/keithkin/commentrss.aspx?PostID=9492947</wfw:commentRss><description>&lt;P&gt;We had a fun time at MIX09 On Day 2! Thanks to everyone who stopped by at 3rd Place. It was fun talking with you and demoing the Virtual Earth Silverlight Map Control CTP.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/keithkin/WindowsLiveWriter/VirtualEarthatMIX09Day23_934B/mix06.jpg" mce_href="http://blogs.msdn.com/blogfiles/keithkin/WindowsLiveWriter/VirtualEarthatMIX09Day23_934B/mix06.jpg"&gt;&lt;IMG title="Train and Max at MIX09" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; WIDTH: 324px; HEIGHT: 244px; BORDER-RIGHT-WIDTH: 0px" height=244 alt="Train and Max at MIX09" src="http://blogs.msdn.com/blogfiles/keithkin/WindowsLiveWriter/VirtualEarthatMIX09Day23_934B/mix06_thumb.jpg" width=324 border=0 mce_src="http://blogs.msdn.com/blogfiles/keithkin/WindowsLiveWriter/VirtualEarthatMIX09Day23_934B/mix06_thumb.jpg"&gt;&lt;/A&gt; &lt;A href="http://blogs.msdn.com/blogfiles/keithkin/WindowsLiveWriter/VirtualEarthatMIX09Day23_934B/mix05.jpg" mce_href="http://blogs.msdn.com/blogfiles/keithkin/WindowsLiveWriter/VirtualEarthatMIX09Day23_934B/mix05.jpg"&gt;&lt;IMG title="Virtual Earth whiteboard at 3rdPlace area at MIX09" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; WIDTH: 324px; HEIGHT: 244px; BORDER-RIGHT-WIDTH: 0px" height=244 alt="Virtual Earth whiteboard at 3rdPlace area at MIX09" src="http://blogs.msdn.com/blogfiles/keithkin/WindowsLiveWriter/VirtualEarthatMIX09Day23_934B/mix05_thumb.jpg" width=324 border=0 mce_src="http://blogs.msdn.com/blogfiles/keithkin/WindowsLiveWriter/VirtualEarthatMIX09Day23_934B/mix05_thumb.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Don’t forget to come to the Virtual Earth Session today at 12:30 PM in Lando 4201 to come learn more about the &lt;A href="http://connect.microsoft.com/silverlightmapcontrolctp" mce_href="http://connect.microsoft.com/silverlightmapcontrolctp"&gt;Virtual Earth Silverlight Map Control CTP&lt;/A&gt;! We look forward to seeing you there!&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9492947" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/keithkin/archive/tags/Virtual+Earth/default.aspx">Virtual Earth</category><category domain="http://blogs.msdn.com/keithkin/archive/tags/Virtual+Earth+API/default.aspx">Virtual Earth API</category><category domain="http://blogs.msdn.com/keithkin/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.msdn.com/keithkin/archive/tags/MIX09/default.aspx">MIX09</category></item><item><title>Learn about the Virtual Earth Silverlight Map Control CTP at MIX09</title><link>http://blogs.msdn.com/keithkin/archive/2009/03/18/learn-about-the-virtual-earth-silverlight-map-control-ctp-at-mix09.aspx</link><pubDate>Thu, 19 Mar 2009 00:54:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9488208</guid><dc:creator>keithkin</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/keithkin/comments/9488208.aspx</comments><wfw:commentRss>http://blogs.msdn.com/keithkin/commentrss.aspx?PostID=9488208</wfw:commentRss><description>&lt;P&gt;We &lt;A href="http://blogs.msdn.com/keithkin/archive/2009/03/18/virtual-earth-silverlight-map-control-ctp-announced-at-mix.aspx" mce_href="http://blogs.msdn.com/keithkin/archive/2009/03/18/virtual-earth-silverlight-map-control-ctp-announced-at-mix.aspx"&gt;announced the Virtual Earth Silverlight Map Control CTP&lt;/A&gt; this morning at the MIX09 keynote. We also just announced that the &lt;A href="http://blogs.msdn.com/keithkin/archive/2009/03/18/virtual-earth-silverlight-map-control-ctp-announced-at-mix.aspx" mce_href="http://blogs.msdn.com/keithkin/archive/2009/03/18/virtual-earth-silverlight-map-control-ctp-announced-at-mix.aspx"&gt;Virtual Earth Silverlight Map Control CTP Interactive SDK is available online&lt;/A&gt;, and the bits will be available for download on Friday&amp;nbsp; &lt;/P&gt;
&lt;P&gt;If you want to learn more about the Virtual Earth Silverlight Map Control CTP, come see the &lt;A href="http://blogs.msdn.com/keithkin/archive/2009/03/18/virtual-earth-session-at-mix-updated-introducing-the-microsoft-virtual-earth-silverlight-map-control.aspx" mce_href="http://blogs.msdn.com/keithkin/archive/2009/03/18/virtual-earth-session-at-mix-updated-introducing-the-microsoft-virtual-earth-silverlight-map-control.aspx"&gt;Virtual Earth session on Friday given by Chris Pendleton&lt;/A&gt;.&amp;nbsp; Also, Train Chiou, Max Artemov and I will be around to answer any questions.&amp;nbsp; We will be at Chris’s session as well as attending other MIX09 sessions and hanging out at 3rd Place sometimes. So don’t be shy to come chat with us.&amp;nbsp; We’ll also be at Tao tonight. See you there!&lt;/P&gt;
&lt;P align=center&gt;&lt;IMG title="Train, Max, and Keith at MIX09" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; DISPLAY: block; FLOAT: none; MARGIN-LEFT: auto; BORDER-LEFT: 0px; WIDTH: 404px; MARGIN-RIGHT: auto; BORDER-BOTTOM: 0px; HEIGHT: 304px" height=304 alt="Train, Max, and Keith at MIX09" src="http://blogs.msdn.com/blogfiles/keithkin/WindowsLiveWriter/LearnabouttheVirtualEarthSilverlightMapC_D1A8/pdc03_thumb.jpg" width=404 border=0 mce_src="http://blogs.msdn.com/blogfiles/keithkin/WindowsLiveWriter/LearnabouttheVirtualEarthSilverlightMapC_D1A8/pdc03_thumb.jpg"&gt;Train, Max, and Keith at MIX09&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9488208" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/keithkin/archive/tags/Virtual+Earth/default.aspx">Virtual Earth</category><category domain="http://blogs.msdn.com/keithkin/archive/tags/Virtual+Earth+API/default.aspx">Virtual Earth API</category><category domain="http://blogs.msdn.com/keithkin/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.msdn.com/keithkin/archive/tags/MIX09/default.aspx">MIX09</category></item><item><title>Virtual Earth Silverlight Map Control CTP Interactive SDK Available</title><link>http://blogs.msdn.com/keithkin/archive/2009/03/18/virtual-earth-silverlight-map-control-ctp-interactive-sdk-available.aspx</link><pubDate>Thu, 19 Mar 2009 00:39:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9488154</guid><dc:creator>keithkin</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/keithkin/comments/9488154.aspx</comments><wfw:commentRss>http://blogs.msdn.com/keithkin/commentrss.aspx?PostID=9488154</wfw:commentRss><description>&lt;P&gt;The &lt;A href="http://blogs.msdn.com/keithkin/archive/2009/03/18/virtual-earth-silverlight-map-control-ctp-announced-at-mix.aspx" mce_href="http://blogs.msdn.com/keithkin/archive/2009/03/18/virtual-earth-silverlight-map-control-ctp-announced-at-mix.aspx"&gt;Virtual Earth Silverlight Map Control CTP was announced at this morning’s keynote&lt;/A&gt;.&amp;nbsp; You can now access the &lt;A href="http://connect.microsoft.com/silverlightmapcontrolctp" mce_href="http://connect.microsoft.com/silverlightmapcontrolctp"&gt;Virtual Earth Silverlight Map Control CTP&lt;/A&gt; Interactive SDK at the &lt;A href="http://connect.microsoft.com/silverlightmapcontrolctp" mce_href="http://connect.microsoft.com/silverlightmapcontrolctp"&gt;Microsoft Connect&lt;/A&gt; site! Here is a screenshot of the Interactive SDK:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://connect.microsoft.com/silverlightmapcontrolctp" mce_href="http://connect.microsoft.com/silverlightmapcontrolctp"&gt;&lt;IMG title="Virtual Earth Silverlight Map Control Interactive SDK" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; WIDTH: 604px; HEIGHT: 314px; BORDER-RIGHT-WIDTH: 0px" height=314 alt="Virtual Earth Silverlight Map Control Interactive SDK" src="http://blogs.msdn.com/blogfiles/keithkin/WindowsLiveWriter/VirtualEarthSilverlightMapControlCTPInte_CD13/SLMC01_3.jpg" width=604 border=0 mce_src="http://blogs.msdn.com/blogfiles/keithkin/WindowsLiveWriter/VirtualEarthSilverlightMapControlCTPInte_CD13/SLMC01_3.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;If you are not yet part of the Virtual Earth Silverlight Map Control CTP program yet or have not registered with Connect, you will be presented with a page with instructions on how to sign up.&amp;nbsp; Once you sign up you will have access to the interactive SDK which shows a how to use the Virtual Earth Silverlight Map Control CTP with some code samples.&amp;nbsp; &lt;STRONG&gt;The actual Virtual Earth Silverlight Map Control CTP bits will available for download to the public this Friday, March 21st at 12PM Pacific Time. Please return to the site at that time to download the installer.&lt;/STRONG&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9488154" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/keithkin/archive/tags/Virtual+Earth/default.aspx">Virtual Earth</category><category domain="http://blogs.msdn.com/keithkin/archive/tags/Virtual+Earth+API/default.aspx">Virtual Earth API</category><category domain="http://blogs.msdn.com/keithkin/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.msdn.com/keithkin/archive/tags/MIX09/default.aspx">MIX09</category></item><item><title>Virtual Earth Session at MIX Updated: “Introducing the Microsoft Virtual Earth Silverlight Map Control”</title><link>http://blogs.msdn.com/keithkin/archive/2009/03/18/virtual-earth-session-at-mix-updated-introducing-the-microsoft-virtual-earth-silverlight-map-control.aspx</link><pubDate>Wed, 18 Mar 2009 23:59:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9488031</guid><dc:creator>keithkin</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/keithkin/comments/9488031.aspx</comments><wfw:commentRss>http://blogs.msdn.com/keithkin/commentrss.aspx?PostID=9488031</wfw:commentRss><description>&lt;P&gt;The content of the Virtual Earth session at MIX has now been updated with some more details since the &lt;A href="http://blogs.msdn.com/keithkin/archive/2009/03/18/virtual-earth-silverlight-map-control-ctp-announced-at-mix.aspx" mce_href="http://blogs.msdn.com/keithkin/archive/2009/03/18/virtual-earth-silverlight-map-control-ctp-announced-at-mix.aspx"&gt;announcement of the Virtual Earth Silverlight Map Control CTP&lt;/A&gt; at the MIX09 keynote this morning.&amp;nbsp;&amp;nbsp; &lt;A href="http://blogs.msdn.com/virtualearth/" mce_href="http://blogs.msdn.com/virtualearth/"&gt;Chris Pendleton&lt;/A&gt; will be presenting the session. Here are the updated details:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://content.visitmix.com/2009/Sessions/" mce_href="https://content.visitmix.com/2009/Sessions/"&gt;Introducing the Microsoft Virtual Earth Silverlight Map Control CTP MIX09-T34F&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;ABBR&gt;Friday March 20 |12:30 PM&lt;/ABBR&gt;-&lt;ABBR&gt;1:45 PM&lt;/ABBR&gt; | Lando 4201&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Come see the new Virtual Earth Silverlight Map Control CTP, and dive deep into how to build the next generation of mapping applications with Virtual Earth and Silverlight.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9488031" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/keithkin/archive/tags/Virtual+Earth/default.aspx">Virtual Earth</category><category domain="http://blogs.msdn.com/keithkin/archive/tags/Virtual+Earth+API/default.aspx">Virtual Earth API</category><category domain="http://blogs.msdn.com/keithkin/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.msdn.com/keithkin/archive/tags/MIX09/default.aspx">MIX09</category></item><item><title>Virtual Earth Silverlight Map Control CTP Announced at MIX!</title><link>http://blogs.msdn.com/keithkin/archive/2009/03/18/virtual-earth-silverlight-map-control-ctp-announced-at-mix.aspx</link><pubDate>Wed, 18 Mar 2009 23:48:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9488015</guid><dc:creator>keithkin</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/keithkin/comments/9488015.aspx</comments><wfw:commentRss>http://blogs.msdn.com/keithkin/commentrss.aspx?PostID=9488015</wfw:commentRss><description>&lt;P&gt;The Virtual Earth Silverlight Map Control CTP was announced at this morning’s &lt;A href="http://live.visitmix.com/" mce_href="http://live.visitmix.com/"&gt;MIX09&lt;/A&gt; keynote by Scott Guthrie.&amp;nbsp; Here are some screenshots of the announcement:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/keithkin/WindowsLiveWriter/VirtualEarthSilverlightMapControlCTPAnno_C18A/pdc01_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/keithkin/WindowsLiveWriter/VirtualEarthSilverlightMapControlCTPAnno_C18A/pdc01_2.jpg"&gt;&lt;IMG title="MIX09 Keynote" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; DISPLAY: inline; BORDER-LEFT: 0px; WIDTH: 304px; BORDER-BOTTOM: 0px; HEIGHT: 229px" height=229 alt="MIX09 Keynote" src="http://blogs.msdn.com/blogfiles/keithkin/WindowsLiveWriter/VirtualEarthSilverlightMapControlCTPAnno_C18A/pdc01_thumb.jpg" width=304 border=0 mce_src="http://blogs.msdn.com/blogfiles/keithkin/WindowsLiveWriter/VirtualEarthSilverlightMapControlCTPAnno_C18A/pdc01_thumb.jpg"&gt;&lt;/A&gt; &lt;A href="http://blogs.msdn.com/blogfiles/keithkin/WindowsLiveWriter/VirtualEarthSilverlightMapControlCTPAnno_C18A/pdc02_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/keithkin/WindowsLiveWriter/VirtualEarthSilverlightMapControlCTPAnno_C18A/pdc02_2.jpg"&gt;&lt;IMG title="MIX09 Keynote" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; DISPLAY: inline; BORDER-LEFT: 0px; WIDTH: 304px; BORDER-BOTTOM: 0px; HEIGHT: 229px" height=229 alt="MIX09 Keynote" src="http://blogs.msdn.com/blogfiles/keithkin/WindowsLiveWriter/VirtualEarthSilverlightMapControlCTPAnno_C18A/pdc02_thumb.jpg" width=304 border=0 mce_src="http://blogs.msdn.com/blogfiles/keithkin/WindowsLiveWriter/VirtualEarthSilverlightMapControlCTPAnno_C18A/pdc02_thumb.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;The CTP bits will be available Friday for download!&amp;nbsp; Come see the Virtual Earth Session on Friday with Chris Pendleton for more details. I will post more details soon!&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9488015" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/keithkin/archive/tags/Virtual+Earth/default.aspx">Virtual Earth</category><category domain="http://blogs.msdn.com/keithkin/archive/tags/Virtual+Earth+API/default.aspx">Virtual Earth API</category><category domain="http://blogs.msdn.com/keithkin/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.msdn.com/keithkin/archive/tags/MIX09/default.aspx">MIX09</category></item><item><title>Virtual Earth at MIX09</title><link>http://blogs.msdn.com/keithkin/archive/2009/03/16/virtual-earth-at-mix09.aspx</link><pubDate>Tue, 17 Mar 2009 00:35:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9482018</guid><dc:creator>keithkin</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/keithkin/comments/9482018.aspx</comments><wfw:commentRss>http://blogs.msdn.com/keithkin/commentrss.aspx?PostID=9482018</wfw:commentRss><description>&lt;p&gt;Team members from the Virtual Earth Platform team will be at &lt;a href="http://2009.visitmix.com/"&gt;MIX09&lt;/a&gt; this week in Las Vegas March 18-20.&amp;#160; I will be attending along with Max Artemov our SDE Test Lead and Train Chiou one of our Program Managers.&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/virtualearth"&gt;Chris Pendleton&lt;/a&gt;, our Virtual Earth Tech Evangelist, will be presenting a session on “The Next Generation of Microsoft Virtual Earth” on Friday, March 20th. Here’s a description of the session:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;&lt;strong&gt;The Next Generation of Microsoft Virtual Earth MIX09-T34F&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;    &lt;p&gt;&lt;em&gt;&lt;strong&gt;&lt;abbr&gt;Friday March 20 |12:30 PM&lt;/abbr&gt;-&lt;abbr&gt;1:45 PM&lt;/abbr&gt; | Lando 4201&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;    &lt;p&gt;&lt;em&gt;&lt;strong&gt;Come see and experience new and exciting offerings from Virtual Earth. We cannot release specific details about this session until after the MIX keynotes, so please check this abstract again after MIX keynotes for more complete details.&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Go to the session to see some cool Virtual Earth demos of the latest stuff we have been working on.&amp;#160; Also, look for us in the &lt;a href="http://2009.visitmix.com/Agenda/UnSessions.aspx"&gt;MIX09 Third Place UnSessions Area&lt;/a&gt;. We hope to see you there!&lt;/p&gt;  &lt;p&gt;&lt;a href="http://2009.visitmix.com/"&gt;&lt;img src="http://krkinnan.members.winisp.net/i/mix09.jpg" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9482018" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/keithkin/archive/tags/Virtual+Earth/default.aspx">Virtual Earth</category><category domain="http://blogs.msdn.com/keithkin/archive/tags/MIX09/default.aspx">MIX09</category></item></channel></rss>