Blog开了几个月,我也不是很勤快的,今天打开后发现pagerank升到3了
Archive for 十月, 2007
SlideImage — 图片滑动效果
Posted by 小鹅 on 十月 11th, 2007
发现ajaxrain有分类页
Posted by 小鹅 on 十月 5th, 2007

ajaxrain有好多酷效果,不过也因为东西太多了,有时候要找个效果要找很久,现在好了,有明细的分类页面,这样比原来方便多 ![]()
点击查看
国人翻译的Mootools中文手册
Posted by 小鹅 on 十月 3rd, 2007
刚才在google搜索一些mootools的问题,无意中发现这个好东西,下载来看了看,PDF版本除了语言外几乎就是和官方一样,很感谢翻译doc的这位兄弟。
点击查看
mootools的浏览器判断
Posted by 小鹅 on 十月 1st, 2007
查看mootools的源码,里面有如下一段代码,不难看出就是用来判断浏览器的,很方便
if (window.ActiveXObject) window.ie = window[window.XMLHttpRequest ? 'ie7' : 'ie6'] = true; else if (document.childNodes && !document.all && !navigator.taintEnabled) window.webkit = window[window.xpath ? 'webkit420' : 'webkit419'] = true; else if (document.getBoxObjectFor != null) window.gecko = true;

Posted in
Tags: