Firefox 2.0 launched

firefox.png

Firefox 2.0, announced for today, was “secretly” released yesterday, now available for download for all platforms. I downloaded and installed on Windows XP SP2 platform, it starts very quick! The first thing I noticed was the new toolbar with brand new icons, actually I preferred the previous version.

The tab browsing seems been improved, you can click the arrow on the right upper corner, and it shows all tabs that you’re browsing around. Each tab has a “close” button, like in IE7 and Opera.

Don’t hold back the web! Use a decent browser! Firefox +

Foobar skin[simple]

foobar_sample.jpg
很简单的skin,平时听歌都是最小化的。我想除了周某人的歌需要歌词以外,别的都是可以听明白的吧。只是使用了playlists_dropdown,single column playlist,trackinfo mod三个插件,参考了先锋Foobar版的帖子后改的。
Read the rest of this entry »

Firefox的about:config设置详解

1、accessibility.accesskeycausesactivation
accesskey 允许用户通过Alt+accesskey的方法来打开页面中的超链接。其中的accesskey需要网页编写者预先定义好,并且不能与浏览器的快捷键相冲突。比如,常见的Alt+q. 当该值设置为true时,浏览支持accesskey的网页,可以使用Alt+q打开定义好的特定链接;设为false时,则将聚焦该链接,再按一下回车打开该链接。

2、accessibility. Browsewithcaret
按下F7键,可以看到一个窗口提示,确认后看到了什么?没错,在网页中出现了一个可移动的光标。你可以用它进行一些基本的操作,比如,shift+方向键可以用来选定某段文本。accessibility. Browsewithcaret就是控制这个功能的。实际上就像上面说的,F7就可以控制这个布尔值true和false的切换。

3、accessibility. Tabfocus
用来控制tab键的切换功能。当此数值为默认的7时,你可以使用tab键在页面中所有的超链接和控件(比如表单、脚本语言生成的按钮等)中顺序切换;当此值为1时,tab键只在文本输入框控件中切换;当此值为2时,只在除文本输入框控件以外的控件中切换;此值为3,在所有控件中切换(不包括超链接);此值为 4,在超链接和链接图像间切换。

Read the rest of this entry »