随笔分类 -  Web

摘要:https://dev.twitter.com/docs/cards 阅读全文
posted @ 2012-06-30 17:11 noevil 阅读(177) 评论(0) 推荐(0)
摘要:豆娘的阿尔法城项目:http://www.slideshare.net/dexter_yy/mvc-8554206土豆网工程师写的:http://www.slideshare.net/dexter_yy/js-6228773 阅读全文
posted @ 2012-06-24 18:52 noevil 阅读(384) 评论(0) 推荐(0)
摘要:tr { height:30px;}th { text-align:left; color:#888888; background:#F7F7F7; border-top:1px solid #D2D2D2; border-bottom:1px solid #D2D2D2; font: normal 14px/20px DroidSans,Arial,sans-serif;}td { text-align:left; color:#888888; border-bottom:1px dotted #D2D2D2; font: normal 14px/20px DroidSans,Arial,. 阅读全文
posted @ 2012-04-15 02:53 noevil 阅读(205) 评论(0) 推荐(0)
摘要:http://oscargodson.github.com/EpicEditor/ 阅读全文
posted @ 2012-04-14 16:55 noevil 阅读(299) 评论(0) 推荐(0)
摘要:http://developer.yahoo.com/yui/yuidoc/ 阅读全文
posted @ 2012-04-10 05:43 noevil 阅读(405) 评论(0) 推荐(0)
摘要:http://tagsoup.com/cookbook/css/fixed/http://www.howtocreate.co.uk/fixedPosition.html 阅读全文
posted @ 2012-04-09 17:01 noevil 阅读(164) 评论(0) 推荐(0)
摘要:正需要的好东西,标记着:http://www.ruanyifeng.com/blog/2012/02/ranking_algorithm_hacker_news.htmlhttp://www.ruanyifeng.com/blog/2012/03/ranking_algorithm_reddit.htmlhttp://www.ruanyifeng.com/blog/2012/03/ranking_algorithm_stack_overflow.html 阅读全文
posted @ 2012-03-11 16:50 noevil 阅读(193) 评论(0) 推荐(0)
摘要:(记一些资料,Genosage的Sql需要好好优化一下。)Mysql分页limit 优化http://willko.iteye.com/blog/325618 阅读全文
posted @ 2012-03-10 08:04 noevil 阅读(239) 评论(0) 推荐(0)
摘要:收藏着,网上有一些的写的很不靠谱。function setCookie(name,value){ // 30DAYS var Days = 30; var exp = new Date(); //new Date("December 31, 9998"); exp.setTime(exp.getTime() + Days*24*60*60*1000); document.cookie = name + "="+ escape(value) +";expires="+ exp.toGMTString();}function getCoo 阅读全文
posted @ 2012-02-23 13:54 noevil 阅读(194) 评论(0) 推荐(0)
摘要:刚才看80Sec曾经的八卦Blog,上面提到豆瓣的技术架构非常之牛x,原文说“几台廉价的PC就构建了千万人在线的热门网站”。这里也贴一下有关豆瓣的技术架构的ppt。(Noevil: 话说你们还记得豆瓣的那个db么?还有如果不知道为什么ppt里到处都是指环王的人物,可以看看这篇文章~http://blog.douban.com/douban/2007/12/17/105/)豆瓣技术架构的发展历程 @ QCon Beijing 2009 View more presentations from Qiangning Hong 阅读全文
posted @ 2012-02-01 14:35 noevil 阅读(474) 评论(0) 推荐(1)
摘要:http://www.planeart.cn/?p=1594http://ejohn.org/blog/javascript-micro-templatinghttp://bbs.phpchina.com/thread-224712-1-1.html[ Noevil: 下面直接贴出改进好的MicroTemp,但是还是建议看一下原文,里面有详细的改进细节,和改进前后的性能对比。]/** * 微型模板引擎 tmpl 0.2 * * 0.2 更新: * 1. 修复转义字符与id判断的BUG * 2. 放弃低效的 with 语句从而最高提升3.5倍的执行效率 * 3. 使用随机内部变量防止与模板变量产 阅读全文
posted @ 2011-11-19 23:37 noevil 阅读(640) 评论(0) 推荐(0)
摘要:http://www.cnblogs.com/BearsTaR/有时间要好好学习一下,上面有不少关于高性能Web技术的文章。 阅读全文
posted @ 2011-11-19 15:32 noevil 阅读(112) 评论(0) 推荐(0)
摘要:Standalone versionThe standalone version comes with a JavaScript file to simplify configuring and embedding the player. This file includes theswfobjectlibrary.Note: the zip file includes two other files:audio-player-noswfobject.js(a version of audio-player.js without the swfobject library if you are 阅读全文
posted @ 2011-01-26 13:53 noevil 阅读(2879) 评论(0) 推荐(0)