posts - 13,  comments - 15,  trackbacks - 0
  2007年9月24日
     摘要: This is a little trick picked up from book "Prctical Javascript DOM Scripting and Ajax Projects".  阅读全文
posted @ 2007-09-24 16:34 PureEviL 阅读(24) | 评论 (0)编辑
  2007年4月27日
Stuff about IE7: new feature, incompatibility, Bug etc. (Updating...)
1. IE7 newly supports the 'title' attribute of select and option
<select title="I'm a select">
  
<option title="I'm option 1">option 1</option1>
  
<option title="I'm option 2">option 2</option1>
  
<option title="I'm option 3">option 3</option1>
</select>
   Demo: Please review in IE 7
2.Div can now mark onto a select control. IE6- doesn't.
3.Newly support position:fixed.
4.Star html selector hack(bug) is fixed in IE7. star html hack (Tan hack)
    
posted @ 2007-04-27 14:56 PureEviL 阅读(36) | 评论 (0)编辑
  2007年4月11日
     摘要: Javascript Tips
1.判断一个object的类型
2. javascript中的字符串连接  阅读全文
posted @ 2007-04-11 19:23 PureEviL 阅读(62) | 评论 (0)编辑
  2007年4月9日
     摘要: ASP.NET 2.0 life cycle  阅读全文
posted @ 2007-04-09 09:41 PureEviL 阅读(109) | 评论 (1)编辑
  2007年4月5日
innerText 跟 innerHTML是两个非DOM标准的方法
其区别如图所示:
(图中应该为innerText)


在IE中 innerText 跟 inner HTML 两个方法都能正常运行

但是FF里面的innerText不可用,但是有一个替代方法: textContent

IE: oDiv.innerText = aString; oDiv.innerHTML = aString;
FF: oDiv.textContent = aString; oDiv.innerHTML = aString;

Ajax in action 的作者之一Eric 用正则表达式 实现了 一个兼容方法,比较有趣
Hope this helps

http://radio.javaranch.com/pascarello/2005/01/14/1105721395000.html
posted @ 2007-04-05 11:27 PureEviL 阅读(183) | 评论 (0)编辑
  2007年4月4日
     摘要: 切换鼠标左右键的小程序  阅读全文
posted @ 2007-04-04 17:19 PureEviL 阅读(93) | 评论 (0)编辑
     摘要: 实现多个版本IE共存  阅读全文
posted @ 2007-04-04 13:47 PureEviL 阅读(283) | 评论 (6)编辑
  2007年4月2日

近来用MS的网络,终于可以访问Wikipedia了。。。

前日搜索AVL树, 在Wiki找到不错的解释
http://zh.wikipedia.org/wiki/AVL%E6%A0%91

后来发现,百度百科,也有AVL树
http://baike.baidu.com/view/414610.htm

哇靠,果然是一摸一样啊!

这玩意儿,存活着还有必要吗?
貌似是有,因为中国一般都上不了Wikipedia

posted @ 2007-04-02 15:52 PureEviL 阅读(78) | 评论 (0)编辑
  2006年11月16日
     摘要: 2006-11-14 (星期二) 15:49,CPU回俺的执导函,关于C++入门图书的  阅读全文
posted @ 2006-11-16 09:15 PureEviL 阅读(33) | 评论 (1)编辑
  2006年9月20日
     摘要: NHibernate遇到问题总结(Updating)  阅读全文
posted @ 2006-09-20 13:07 PureEviL 阅读(168) | 评论 (1)编辑
<2008年8月>
272829303112
3456789
10111213141516
17181920212223
24252627282930
31123456

与我联系

搜索

 

我参加的小组

随笔分类

文章分类

阅读排行榜

评论排行榜