del.icio.us 美味书签
收藏到 icio Blog 复制到我的网摘
用del.icio.us有一段时间了,但是一直只是简单的使用,作为参考资料的一个备份的索引。 因为今天开始用新的电脑了,突然发现IE里面没有常用的添加书签到del.icio.us的快速连接,鼠标右键里面也少一个快捷菜单,因为忘了怎么做这个快速连接了,所以google一下,才突然发现了一些好东西。
时间: 2005-11-21 15:24:37   点击: 18   [发表评论]
原文地址: http://www.blogjava.net/kukoo/archive/2005/09/01/11788.html
10 Killer Post Ideas
收藏到 Blog 复制到我的网摘
Ever get writer's block? 'Course you do, we all do at one time. Have you ever posted what you thought was a killer post only to get no response at all? We have all posted stinkers that were greeted with tumble weeds, I know I have. Here are ten proven post formulas to get your creative juices, and your traffic, flowing.
时间: 2005-11-20 2:29:47   点击: 53   [发表评论]
原文地址: http://performancing.com/node/169
How to call scripts - Unobtrusive Javascript
收藏到 Javascript 复制到我的网摘
The main technique we use to keep our Javascript unobtrusive is to keep it in a single file rather that messing up the markup of the page. To execute the functions in our .js file, we need to call them when the page has loaded. This can be achieved in various ways, each with its benefits and problems
时间: 2005-11-20 2:18:31   点击: 6   [发表评论]
原文地址: http://www.onlinetools.org/articles/unobtrusivejavascript/chapter4.html