随笔分类 -  网站设计

网站设计
摘要:http://plentyoffish.wordpress.com/2011/12/27/32-billion-images-a-month/December 27, 2011 at 4:46 am 发表:In November plentyoffish got nearly 6 billion pageviews and served out nearly 32 billion images in addition to that our IM servers handle about 30 billion pageviews a month.另外网上资料说(转自:http://www.it 阅读全文
posted @ 2011-12-29 15:18 Net205 Blog 阅读(266) 评论(0) 推荐(0)
摘要:AN “Always Visible” area with JavaScript转自:http://www.msjoe.com/2011/03/an-always-visible-area-with-javascript/CSS:#stickydiv { position: fixed; visibility: hidden; height: 100px; width: 200px; background-color: Yellow; } HTML:<div id="stickydiv"> This is always visible</div> J 阅读全文
posted @ 2011-03-18 21:48 Net205 Blog 阅读(207) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2009-04-03 18:22 Net205 Blog 阅读(5) 评论(0) 推荐(0)
摘要:Iused keywords "asp.net develop Interview Questions and answer" to search in google, this is a list of results,some links is very good and have answers。may be,i can search for asp.net Interview Questi... 阅读全文
posted @ 2009-03-23 00:48 Net205 Blog 阅读(313) 评论(0) 推荐(0)
摘要:学习jQuery了,很high很亢奋。官网上的东西当然是好东西啦:http://jquery.comhttp://docs.jquery.com/Main_Pagehttp://docs.jquery.com/Tutorials老外的一篇文章:http://www.west-wind.com/presentations/jQuery/default.aspxhttp://www.west-wind... 阅读全文
posted @ 2009-03-18 19:00 Net205 Blog 阅读(251) 评论(0) 推荐(0)
摘要:今天有同事遇到了XML中包含特殊字符"",导致XML解析出错,他的IE7解析错误,我的FF3也解析出错,但我的IE6却可以显示正常,只是状态栏提示警告信息。于是我在网上查找相关资料,发现W3C中指定不能包括这些特殊字符。对于XML,我们一般只对以下字符进行转义(避免escape这些字符):"<" "&lt;" ">" "&gt;" "\"" "&quot;" ... 阅读全文
posted @ 2009-03-17 17:54 Net205 Blog 阅读(1294) 评论(0) 推荐(0)
摘要: 前几天开发中用Javascript脚本创建Checkbox时,发现设置checked属性有问题,后来测试得到设置checked属性在IE,Firefox,Opera中存在差异。 阅读全文
posted @ 2008-08-31 03:02 Net205 Blog 阅读(44994) 评论(2) 推荐(0)
摘要:后一个有点问题 阅读全文
posted @ 2007-09-26 15:26 Net205 Blog 阅读(528) 评论(1) 推荐(0)