2008年6月30日
摘要: Using Certificate-based Authentication and Protection with Windows Communication Foundation (WCF) 很有 阅读全文
posted @ 2008-06-30 21:47 guojin 阅读(226) 评论(0) 推荐(0) 编辑
  2008年6月15日
摘要: 做了几周的js兼容性,多少总结了几条经验,下面把ff下常用的替代写法和区别列举出来,大家共享。1,document.getElementById替代document.all(ie适用)2,集合[]替代()(ie适用)3,target替代srcElement;parentNode替代parentElement(parentNode ie适用)4,node.parentNode.removeChild... 阅读全文
posted @ 2008-06-15 22:39 guojin 阅读(392) 评论(0) 推荐(0) 编辑
摘要: 给document全局文档的动作检测添加事件,这是禁止右键、禁止复制的页面的方式之一 try{ document.attachEvent("onclick",function(){onclick();},false); // IE使用这个 }catch(e){ document.addEventListener("onclick",function(){onclick();},false)... 阅读全文
posted @ 2008-06-15 22:16 guojin 阅读(1582) 评论(0) 推荐(0) 编辑
  2008年6月4日
摘要: 如何加速web page加载的速度,一直是个值得考虑的问题。 在Yahoo给出了一个很好的总结,英文原文地址是Best Practices for Speeding Up Your Web Site。 阅读全文
posted @ 2008-06-04 14:44 guojin 阅读(337) 评论(0) 推荐(0) 编辑
  2008年6月2日
摘要: IE和FF兼容性问题,网上搜集的较全版本 阅读全文
posted @ 2008-06-02 13:55 guojin 阅读(492) 评论(0) 推荐(0) 编辑
  2008年5月23日
摘要: 在ASP.NET中要实现页面的部分回发,除了使用AJAX外还可以使用客户端回调。 使用场景举例:一个很大的TreeView,初始化时只加载根节点,点击节点时加载子结点。 阅读全文
posted @ 2008-05-23 10:30 guojin 阅读(367) 评论(1) 推荐(0) 编辑
  2008年5月22日
摘要: IE与FireFox的js和css几处不同点,浏览器兼容性相关。 阅读全文
posted @ 2008-05-22 14:56 guojin 阅读(259) 评论(0) 推荐(0) 编辑
  2008年5月20日
摘要: CSS控制input元素样式。包括input焦点、响应键盘回车事件等,非常实用的javascript、css代码片段 阅读全文
posted @ 2008-05-20 16:30 guojin 阅读(742) 评论(0) 推荐(0) 编辑
  2008年5月18日
摘要: 一个巨量的电子书网站,全是免费的CHM和PDF格式的地址是: http://www.chmpdf.com 列表在这里:http://www.chmpdf.com/archives/ebooks/addison wesley/ 另外oreilly公司出的书的源码,这里基本上都有 http://www.oreilly.com.cn/codeexample/ 国内的 http://www.in... 阅读全文
posted @ 2008-05-18 18:34 guojin 阅读(380) 评论(0) 推荐(0) 编辑
  2008年4月20日
摘要: 也许燕子已经飞去,很美丽的一篇E文 阅读全文
posted @ 2008-04-20 17:09 guojin 阅读(716) 评论(0) 推荐(0) 编辑