Visual Studio 2010:カウントダウン

ジェフビーラーは、Microsoftの新しいバージョンのVSを楽しみにしている人のために、ブログにガジェットウィジェットを投稿していることがわかりました



新しいバージョンは2010年3月22日に発表されます。 興味深い日付:ここでも番号22が表示されます(10月22日を思い出してください)。 Office 2010も22日にリリースされるようです。 何月かを理解するだけです:)



スタジオのエディションの3つの新しい名前のうち、痛々しいほどよく知られているProfessionalとUltimateの2つにまだ驚きました





そして、ここにカウントダウンカウンターコード(スタイル付き)があります。



< style type ="text/css" >

div#widget { position: relative; width: 250px; height: 155px; }



body ul#cntdwn { width: 250px; height: 80px; background: transparent url(http://toysfortweets.com/visualstudiowidget/cntdwn-bg.png)

no-repeat scroll left top; list-style-type: none; text-align: center; padding:

74px 0 0 0; margin: 0; font-family: "Helvetica Neue", Helvetica, Arial,

sans-serif; }



body ul#cntdwn li { float: left; margin: 0 8px 0 0; background: transparent url(http://toysfortweets.com/visualstudiowidget/number-bg.png)

no-repeat scroll left top; padding: 0 0 5px 7px; }



body ul#cntdwn li.first { margin-left: 20px; }



body ul#cntdwn li em { display: block; color: #111; font-size: 1.6em; font-style:

normal; font-weight: bold; background: transparent url(http://toysfortweets.com/visualstudiowidget/number-cap.png)

no-repeat scroll right top; padding: 3px 7px 0 0; height: 35px; margin-bottom:

-5px; }



div#widget a#link { display: block; width: 250px; height: 155px; position:

absolute; top: 0; left: 0; }



</ style >

< script language ="javascript" src ="http://toysfortweets.com/visualstudiowidget/countdown.js" ></ script >








彼のライブの様子は、ジェフのブログまたはここで見ることができます



忘れないでください:Internet Explorerは特別です;-)このブラウザで何も消えないように、 DOCTYPEの登録を忘れないでください



PS:VS 2010のリリースを個人的に楽しみにしています。これは主に、本格的なHelp3



All Articles