2007-04-05guoshuang+搜索最新版本的 minimize
http://minimizetotray.mozdev.org/installation.html
里面的那个 for trunk 版本可用—因为我一直是 trunk(nightly) 版本。非正式版firefox thunderbird 使用第一个老是报告 binary component 错误。我很需要这样的插件,我不喜欢很拥挤的任务栏…
viafasterfox

Fasterfox - performance and network tweaks for Firefox.
* Prefetch Links
Dynamic speed increases can be obtained with Fasterfox’s unique prefetching mechanism, which recycles idle bandwidth by silently loading and caching all of the links on the page you are browsing.
* Tweak Network
Fasterfox allows you to tweak many network and rendering settings such as simultaneous connections, pipelining, cache, DNS cache, and initial paint delay.
* Page Load Timer
A millisecond accurate page load timer tests the effectiveness of your settings.
* Block Popups
A popup blocker for popups initiated by Flash plug-ins is also included.
* Locales included for Czech, Dutch, English, French, Italian, Japanese, Polish, Slovak, and Turkish.
* Users of Argentine Spanish, Brazilian Portuguese, German, and Spanish should continue using version 0.8.1 for the time being.
就地编辑以及拖动排序
Edit in Place with JavaScript and CSS
大致原理示意
123123123red text
[Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]
via http://www.rocketboom.com/vlog/archives/2005/12/rb_05_dec_02.html
rocketboom 在纽约街头的采访,浏览器选择firefox还是IE。喔,满耳朵都是 “Fire- fox”…
BTW:纽约的亚洲人可真不少啊,真是国际都市..这要是在中国大街上,估计好多人都是IE或者一阵茫然的表情吧…
原文来自 6 Places You Must Use Ajax,说的都没错,但我怎么看都觉得是废话—说的都对,但跟没说一样啊…突然想起一个搞笑般的技巧—“如何让你的收录排到delicio的popular里面”,其中第一条就是用数字做标题的第一个字(如10大方针、六大策略云云…)
适合Ajax解决的问题
# Form driven interaction.
表单驱动的交互
# Deep hierarchical tree navigation.
深层次的导航树(比如MSDN的树)
# Rapid user-to-user communication.
快速的用户短消息等
# Voting, Yes/No boxes, Ratings submissions.
投票、打分等
# Filtering and involved data manipulation.
数据过滤调用等
# Commonly entered text hints/autocompletion.
用户输入提示/自动完成
以下几个地方不要用
* Simple forms.
* Search.
* Basic navigation.
* Replacing a large amount of text.
* Display manipulation.
* Useless widgets.