Walk by faith code, hack, curious

V8 JavaScript Engine

V8是Google开发的一个javascript引擎。它是用C++写的,然后用于google开源的浏览器chr…

Read more...

固定一个div

很多时候,总想一个比较有意义的div功能块始终显示在用户的眼前,也就是说当用户往下滚动网页的时候,也不会随着页…

Read more...

使用Mustache模板系统

https://github.com/janl/mustache.js http://mustache.git…

Read more...

YUI Compressor

之前说到了JSLint,不过在实际的工作中间到底是否能够完全遵循标准来实现就是另一说了. According …

Read more...

何为Lint

前些日子知道了Douglas Crockford大师开发的一个javascript代码检测工具JSLint,然…

Read more...

JSMin

http://crockford.com/javascript/jsmin JSMin the javascr…

Read more...