Visual Studio 2010 Launches in Less than 2 Weeks

Just sayin…

Keep track using my handy-dandy Launch countdown timer:

Get Microsoft Silverlight

Here's the markup to use it:

    1: <div id="silverlightControlHost">
    2:     <object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="190" height="180">
    3:        <param name="initparams" value="TargetDate=04/12/10" />
    4:        <param name="source" value="https://gdtest.members.winisp.net/ClientBin/SilverCountDown.xap"/>
    5:        <param name="onError" value="onSilverlightError" />
    6:        <param name="background" value="black" />
    7:        <param name="minRuntimeVersion" value="3.0.40624.0" />
    8:        <param name="autoUpgrade" value="true" />
    9:        <a href="https://go.microsoft.com/fwlink/?LinkID=149156&v=3.0.40624.0" style="text-decoration:none">
   10:           <img src="https://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style:none"/>
   11:       </a>
   12:   </object>
   13:   <iframe id="_sl_historyFrame" style="visibility:hidden;height:0px;width:0px;border:0px"></iframe>
   14: </div>