JohnLee
JohnLee is on the road.
posts - 5,comments - 0,trackbacks - 0
  1. $和$$只能用于document,如果可以自己传入element参数就好了
  2. Array和Enumerable的each方法,不可以使用调用类的this变量,如果可以有第三个参数作为调用类就好了

posted @ 2007-04-11 11:24 JohnLee 阅读(158) | 评论 (0)编辑 收藏
HTML is a technology that handles structure. CSS is a technology that handles decoration. Use them in right way and make your code better.
posted @ 2007-03-06 20:07 JohnLee 阅读(105) | 评论 (0)编辑 收藏
HTML, who knows it? The web server, the app server or the browser? Have you ever thought of this? Web server knows nothing. App server only knows Java, C# or other dynamic language code. That is browser who knows the HTML. So what we do is just to generate the HTML formated stream and send it to browser.
posted @ 2007-03-05 13:25 JohnLee 阅读(104) | 评论 (0)编辑 收藏