网站制作技术
对于设计站点,照顾能让所有人看得high时,同时本人觉得不能忘的一条还有你的站点是不是对常用广告位尺寸通栏,侧边栏也很合身呢?从阿里妈妈整理出来, 方便自己查找信息及时注意。
横幅广告
760×90 468×60 250×60 728×90 950×90 658×60
垂直广告
120×600 120×240 160×600
巨幅广告
180×250 250×300 360×190 250×250 200×200 336×280 300×250 290×200
小幅广告
120×60 100×100
横幅广告
760×90 468×60 250×60 728×90 950×90 658×60
垂直广告
120×600 120×240 160×600
巨幅广告
180×250 250×300 360×190 250×250 200×200 336×280 300×250 290×200
小幅广告
120×60 100×100
Sothink SWF Decompiler v4.4 汉化版
[
2008/09/24 09:10 | by sunle ]
2008/09/24 09:10 | by sunle ]

软件名称:Sothink SWF Decompiler
软件版本:v4.4(80916)
适用平台:2000/2003/XP/Vista
官方网站:http://www.sothink.com
功能简介:
Sothink SWF Decompiler 是一款用于浏览和解析 Flash 动画(.swf 文件和 .exe 文件)的工具。它能够将 flash 动画中的图片、矢量图、字体、文字、按钮、影片片段、帧等基本元素完全分解,还可以对flash 影片动作(Action)进行解析,清楚的显示其动作的代码,让您对 Flash 动画的构造一目了然。
新版更新:
优化多重文件导出。
在预览窗口添加导航栏。
下载地址:http://www.filedisk.cn/download.php?file=643ha-SSW...
XHTML校验的几个注意事项
[
2008/09/23 13:23 | by sunle ]
2008/09/23 13:23 | by sunle ]
1.标签“p”不能在“span”中使用。它只能在 applet, blockquote, body, button, center, dd, del, div, fieldset, form, iframe, ins, li, map, noframes, noscript, object, td, th 中使用。 [XHTML 1.0 Transitional]
2.在标签之间发现 &。请考虑使用等式实体(& a m p = '&'、& l t = '<'、& g t = '>'、& q u o t = 问号)。 [XHTML 1.0 Transitional]
3.标签 script 中缺少以下必需属性:type[XHTML 1.0 Transitional]
4.标签“p”不能在“dt”中使用。它只能在 applet, blockquote, body, button, center, dd, del, div, fieldset, form, iframe, ins, li, map, noframes, noscript, object, td, th 中使用。[XHTML 1.0 Transitional]
5.标签 P 不符合大小写要求。[XHTML 1.0 Transitional]
6.标签“li”不能在这里使用。它只能在 dir, menu, ol, ul 中使用。[XHTML 1.0 Transitional]
2.在标签之间发现 &。请考虑使用等式实体(& a m p = '&'、& l t = '<'、& g t = '>'、& q u o t = 问号)。 [XHTML 1.0 Transitional]
3.标签 script 中缺少以下必需属性:type[XHTML 1.0 Transitional]
4.标签“p”不能在“dt”中使用。它只能在 applet, blockquote, body, button, center, dd, del, div, fieldset, form, iframe, ins, li, map, noframes, noscript, object, td, th 中使用。[XHTML 1.0 Transitional]
5.标签 P 不符合大小写要求。[XHTML 1.0 Transitional]
6.标签“li”不能在这里使用。它只能在 dir, menu, ol, ul 中使用。[XHTML 1.0 Transitional]
cn域名各个状态说明
[
2008/09/23 13:11 | by sunle ]
2008/09/23 13:11 | by sunle ]
cn域名各个状态说明:
以client开头的状态表示由客户端(注册商)可以增加的状态
以server开头的状态表示服务器端(CNNIC)操作增加的状态
既不以client开头也不以server开头的状态由服务器端管理
域名的状态解释:
ok 正常状态
以client开头的状态表示由客户端(注册商)可以增加的状态
以server开头的状态表示服务器端(CNNIC)操作增加的状态
既不以client开头也不以server开头的状态由服务器端管理
域名的状态解释:
ok 正常状态
js代码复制文章粘贴后带网址
[
2008/09/22 10:10 | by sunle ]
2008/09/22 10:10 | by sunle ]
<script type="text/javascript">
document.body.oncopy = function () { setTimeout( function () { var text = clipboardData.getData("text"); if (text) { text = text + "rn本篇文章来源于 宠物迷|www.petsfans.cn 原文链接:"+location.href; clipboardData.setData("text", text); } }, 100 ) }
</script>
document.body.oncopy = function () { setTimeout( function () { var text = clipboardData.getData("text"); if (text) { text = text + "rn本篇文章来源于 宠物迷|www.petsfans.cn 原文链接:"+location.href; clipboardData.setData("text", text); } }, 100 ) }
</script>
查看网页更新日期的JS代码
[
2008/09/20 08:52 | by sunle ]
2008/09/20 08:52 | by sunle ]
1.打开你要查询日期的网页
2.在地址栏里输入如下JS代码
javascript:alert(document.lastModified)
1.只取小数点后两位:
<script>
alert(("156782.1234").replace(/^(.*\..{2}).*$/,"$1"));
</script>
2.取小数点后的位数:
<script>
alert(("156782.12346").replace(/(\d*\.?)/,"").length);
</script>
3.只取小数点后两位,四舍五入:
<script>
alert(3.1415926.toFixed(3));
</script>
<script type="text/javascript">
var num = new Number(13.37);
document.write (num.toFixed(1))
</script>
<script>
alert(("156782.1234").replace(/^(.*\..{2}).*$/,"$1"));
</script>
2.取小数点后的位数:
<script>
alert(("156782.12346").replace(/(\d*\.?)/,"").length);
</script>
3.只取小数点后两位,四舍五入:
<script>
alert(3.1415926.toFixed(3));
</script>
<script type="text/javascript">
var num = new Number(13.37);
document.write (num.toFixed(1))
</script>







