2010-02-11
前端性能优化:ie7&& ie8 {css文件 }
栏目:css+xhtml , javascript , web performance , web前端share
537 views
2010-02-11
栏目:css+xhtml , javascript , web performance , web前端share
537 views
栏目:css+xhtml , javascript , web前端share
431 views
9个实用的基于javascript的语法高亮脚本
原文:http://www.webdesignbooth.com/9-useful-javascript-syntax-highlighting-scripts/
翻译:yapollo.li@gmail.com
在我们的blog中通常有很多的代码要show给我们的client看,而且我们周围也有很多的语法高亮的脚本,其中大多是基于javascript的,当然也有基于python和Ruby的
阅读全文——共995字
2009-09-24
栏目:小憩随笔
397 views
JavaScript写法
Javascript我们通常会写为
错误 <script type=”text/javascript”>// <![CDATA[
W3C标准必须为程式指定类型type=text/javascript,所以要写为
阅读全文——共1048字