给雪深的博客整几张宣传图片

奥巴马也看雪深的blog 高清谍照 http://xueshen.net/wp-content/uploads/aobaoma.jpg
全文阅读 »
努力!工作+学习=理想的明天

奥巴马也看雪深的blog 高清谍照 http://xueshen.net/wp-content/uploads/aobaoma.jpg
全文阅读 »
各位blogger:你想不想将自己的blogger页面转换成pdf文档来留作纪念,或者拿来yy.恩,雪深有此想法!
雪深现在就推荐两个能够将html文件转换成pdf文档的软件,也就是本文的主角:VeryPDF HTML Converter和HTML2PDF两个html转换pdf软件。VeryPDF VeryPDF HTML Converter和HTML2PDF的功能基本相同:
可以将流行的html网页文件转换成pdf(废话),
可以设置字体属性, 全文阅读 »
博客自从注册域名以来已经8个月了,断断续续写了一下!昨天认为被百度降权后优化了一下!
继而今天的ip突破400,主要是昨天分析百度降权的原因,随后我又优化了几个关键词!因为以前的ip都在200到350之间,主要的来源是百度和Google博客搜索!因为pr4的原因吧,Google博客搜索很多都排在前面!可是没有想到是今天百度降权的时候竟然是雪深博客突破400ip的日子,这个就证明,我可以不依靠百度,流量同样不错! 全文阅读 »
总有点感觉自己写博客不知道在做什么?连个分类自己都觉得很难似的,今天就重新分类以下!以免有时侯自己也不知道该选那个分类好!这下希望比以前好点!
不经意将,博客的pr值已经为4了,恭喜自己!不但是xueshen.net pr4 ,连www.xueshen.net也4!真是进步了不少!以前还因为被百度k,Googlek,还以为我已经被他们抛弃了!xueshen.net申请还不到半年,能升到这样pr值,对于很多人来说有点奇怪,我也觉得,不过看着搜狗的网页评级,我也就不怎么奇怪了,原创的魅力所在,即使是一个标题,也要比垃圾站强!(虽然我不是完整原创,但是原创至少占很大比例,非常大) 全文阅读 »
我的博客首页我是比较满意的,不知道朋友们对次有什么意见或者建议,欢迎提出!
不管大家认为怎么样,我现在就把首页的源文件分享,有点垃圾!不要嘲笑。
首页的导航栏代码
/*- ………………………………………………………*/
/*\*//*/
#navigation ul li a {
display: inline-block;
white-space: nowrap;
width: 1px;
}
#navigation ul {
padding-bottom: 0;
margin-bottom: -1px;
}
/**/
/*\*/
* html #navigation ul li a {
padding: 0;
}
/**/
–>
</style>
</head>
<body>
<div id=”navigation”>
<ul>
<!– …………………… –>
<li><a href=”index.htm”><span>首页</span></a></li>
<li><a href=”xueshen/xinwen.htm”><span>新闻</span></a></li>
<li><a href=”xueshen/rizhi”><span>日志</span></a></li>
<li><a href=”xueshen/tupian.htm”><span>图片</span></a></li>
<li id=”current”><a href=”xueshen/shipin.htm”><span>视频</span></a></li>
<li><a href=”xueshen/shenghuo.htm”><span>生活</span></a></li>
<li><a href=”logo”><span>邮箱logo制作</span></a></li>
<li><a href=”xueshen/sucai”><span>素材下载</span></a></li>
<li><a href=”xueshen/ruanjian”><span></span>源码下载</a></li>
<li><a href=”xueshen/youqing.htm”><span>友情连接</span></a></li>
<li><a href=”xueshen/qita.htm”><span>其它</span></a></li>
<li><a href=”xueshen/liuyan”><span>给我留言</span></a></li>
<li><a href=”xueshen/mingyan”><span>很多名言 </span></a></li>
</ul>
</div>
</body>
雪花背景效果源代码
Amount=20; //Smoothness! depends on image file size, the smaller the size the more you can use!
//Pre-load your image below!
Image0=new Image();
Image0.src=”sto/flake1.gif”;
Image1=new Image();
Image1.src=”sto/flake2.gif”;
Image2=new Image();
Image2.src=”sto/flake3.gif”;
Image3=new Image();
Image3.src=”sto/flake4.gif”;
Image4=new Image();
Image4.src=”sto/flake5.gif”;
grphcs=new Array(5)
grphcs[0]=”雪花图片地址”
grphcs[1]=”雪花图片地址”
grphcs[2]=”雪花图片地址”
grphcs[3]=”雪花图片地址”
grphcs[4]=”雪花图片地址”
Ypos=new Array();
Xpos=new Array();
Speed=new Array();
Step=new Array();
Cstep=new Array();
ns=(document.layers)?1:0;
if (ns){
for (i = 0; i < Amount; i++){
var P=Math.floor(Math.random()*grphcs.length);
rndPic=grphcs[P];
document.write(“<LAYER NAME=’sn”+i+”‘ LEFT=0 TOP=0><img src=”+rndPic+”></LAYER>”);
}
}
else{
document.write(‘<div style=”position:absolute;top:0px;left:0px”><div style=”position:relative”>’);
for (i = 0; i < Amount; i++){
var P=Math.floor(Math.random()*grphcs.length);
rndPic=grphcs[P];
document.write(‘<img id=”si” src=”‘+rndPic+’” style=”position:absolute;top:0px;left:0px”>’);
}
document.write(‘</div></div>’);
}
WinHeight=(document.layers)?window.innerHeight:window.document.body.clientHeight;
WinWidth=(document.layers)?window.innerWidth:window.document.body.clientWidth;
for (i=0; i < Amount; i++){
Ypos[i] = Math.round(Math.random()*WinHeight);
Xpos[i] = Math.round(Math.random()*WinWidth);
Speed[i]= Math.random()*3+2;
Cstep[i]=0;
Step[i]=Math.random()*0.1+0.05;
}
function fall(){
var WinHeight=(document.layers)?window.innerHeight:window.document.body.clientHeight;
var WinWidth=(document.layers)?window.innerWidth:window.document.body.clientWidth;
var hscrll=(document.layers)?window.pageYOffset:document.body.scrollTop;
var wscrll=(document.layers)?window.pageXOffset:document.body.scrollLeft;
for (i=0; i < Amount; i++){
sy = Speed[i]*Math.sin(90*Math.PI/180);
sx = Speed[i]*Math.cos(Cstep[i]);
Ypos[i]+=sy;
Xpos[i]+=sx;
if (Ypos[i] > WinHeight){
Ypos[i]=-60;
Xpos[i]=Math.round(Math.random()*WinWidth);
Speed[i]=Math.random()*5+2;
}
if (ns){
document.layers['sn'+i].left=Xpos[i];
document.layers['sn'+i].top=Ypos[i]+hscrll;
}
else{
si[i].style.pixelLeft=Xpos[i];
si[i].style.pixelTop=Ypos[i]+hscrll;
}
Cstep[i]+=Step[i];
}
setTimeout(‘fall()’,10);
}
fall();
//–>
</script>
背景图片代码
背景音乐是: 《剑侠情缘2)
浏览器灰色边框:
日志调用:前面已经说过