Sunday, November 01, 2009

Visual Studio 2010 countdown widget in Silverlight

.NET Devhammer has come up with a nice Visual Studio 2010 Countdown Widget in Silverlight. I have just put this widget on my blog, if you also want to put it on your blog or site, just add the following code to your page or blog:

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=03/22/10" />
4: <param name="source" value="http://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="http://go.microsoft.com/fwlink/?LinkID=149156&v=3.0.40624.0" style="text-decoration:none">
10: <img src="http://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>




vs2010wid

(Source: Countdown to Visual Studio 2010)

1 comment:

Ramesh Kumar said...

Thats preety nice!!! Thanks Vasu :)
I'll definitely put this on my weblog.