微软也煽情大结局——让爱编译通过

煽情阿……认识不少程序员朋友,很有感触,借用短片最后的话:愿天下程序员,Coding、爱情两不误!

Get the Flash Player to see this content.

var params = { ‘allowfullscreen’: ‘true’, ‘allowscriptaccess’: ‘always’, ‘wmode’: ‘transparent’ };
var attributes = { ‘id’: ‘video0′, ‘name’: ‘video0′};
var flashvars = {
‘file’ : ‘http://blog.wwery.cn//wp-content/uploads/2010/04/pass.flv’,
‘width’ : ‘400′,
‘height’ : ‘280′,
‘controlbar’ : ‘bottom’,
‘dock’ : ‘false’,
‘icons’ : ‘true’,
‘logo.hide’ : ‘false’,
‘logo.position’ : ‘bottom-left’,
‘playlist’ : ‘none’,
‘autostart’ : ‘false’,
‘bufferlength’ : ‘1′,
‘item’ : ‘0′,
‘mute’ : ‘false’,
‘repeat’ : [...]

微软也煽情第四弹——为爱Debug

Get the Flash Player to see this content.

var params = { ‘allowfullscreen’: ‘true’, ‘allowscriptaccess’: ‘always’, ‘wmode’: ‘transparent’ };
var attributes = { ‘id’: ‘video1′, ‘name’: ‘video1′};
var flashvars = {
‘file’ : ‘http://blog.wwery.cn//wp-content/uploads/2010/04/debug.flv’,
‘width’ : ‘400′,
‘height’ : ‘280′,
‘controlbar’ : ‘bottom’,
‘dock’ : ‘false’,
‘icons’ : ‘true’,
‘logo.hide’ : ‘false’,
‘logo.position’ : ‘bottom-left’,
‘playlist’ : ‘none’,
‘autostart’ : ‘false’,
‘bufferlength’ : ‘1′,
‘item’ : ‘0′,
‘mute’ : ‘false’,
‘repeat’ : [...]

微软也煽情第三弹——幸福也要敏捷

Get the Flash Player to see this content.

var params = { ‘allowfullscreen’: ‘true’, ‘allowscriptaccess’: ‘always’, ‘wmode’: ‘transparent’ };
var attributes = { ‘id’: ‘video2′, ‘name’: ‘video2′};
var flashvars = {
‘file’ : ‘http://blog.wwery.cn//wp-content/uploads/2010/04/Agile.flv’,
‘width’ : ‘400′,
‘height’ : ‘280′,
‘controlbar’ : ‘bottom’,
‘dock’ : ‘false’,
‘icons’ : ‘true’,
‘logo.hide’ : ‘false’,
‘logo.position’ : ‘bottom-left’,
‘playlist’ : ‘none’,
‘autostart’ : ‘false’,
‘bufferlength’ : ‘1′,
‘item’ : ‘0′,
‘mute’ : ‘false’,
‘repeat’ : [...]

全国哀悼日,网站素装代码

最简单的办法,将下面代码加到<head>之间:

<style type=”text/css”>
html {
    FILTER: gray
}
</style>
或者直接将下面两端代码中的任意一段加到css顶部:
html {
    FILTER: gray
}
html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }
如果没有使用CSS,可以将下面的代码加到<head>之间:
<style>
html{filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);}
</style>

微软也煽情——“想做你的code”

微软将于4月12日正式发布VS2010,与以往不同的事,这次大打感情牌:

Get the Flash Player to see this content.

var params = { ‘allowfullscreen’: ‘true’, ‘allowscriptaccess’: ‘always’, ‘wmode’: ‘transparent’ };
var attributes = { ‘id’: ‘video3′, ‘name’: ‘video3′};
var flashvars = {
‘file’ : ‘http://blog.wwery.cn//wp-content/uploads/2010/03/want2bucode.flv’,
‘width’ : ‘400′,
‘height’ : ‘280′,
‘controlbar’ : ‘bottom’,
‘dock’ : ‘false’,
‘icons’ : ‘true’,
‘logo.hide’ : ‘false’,
‘logo.position’ : ‘bottom-left’,
‘playlist’ : ‘none’,
‘autostart’ : ‘false’,
‘bufferlength’ : ‘1′,
‘item’ : ‘0′,
‘mute’ : ‘false’,
‘repeat’ : [...]

Page 1 of 41234