随笔分类 - 网站设计
网站设计
摘要: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
阅读全文
摘要: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
阅读全文
摘要: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...
阅读全文
摘要:学习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...
阅读全文
摘要:今天有同事遇到了XML中包含特殊字符"",导致XML解析出错,他的IE7解析错误,我的FF3也解析出错,但我的IE6却可以显示正常,只是状态栏提示警告信息。于是我在网上查找相关资料,发现W3C中指定不能包括这些特殊字符。对于XML,我们一般只对以下字符进行转义(避免escape这些字符):"<" "<" ">" ">" "\"" """ ...
阅读全文
摘要: 前几天开发中用Javascript脚本创建Checkbox时,发现设置checked属性有问题,后来测试得到设置checked属性在IE,Firefox,Opera中存在差异。
阅读全文