Mozilla

Sunbird/Lightning 可以和 Google Calendar 雙向同步了

去年寫了一篇 Google Calendar v.s. Mozilla Calendar (Sunbird, Lightning), 那時覺得最大的問題是, 沒有辦法和 Google Calendar 雙向同步, 最近 Sunbird/Lightning 0.5 快出了, 看了一下, 有支援 Google Calendar (via the Google Calendar Provider extension)

其他:
看來 Google Calendar Provider extension 似乎是線上直接存取 Google Calendar 的資料, 如果日期範圍選擇 All Events 的時候, 似乎常常造成 CPU loading 100%, 不知道是不是還在測試版的關係, 可是已經 RC2 了.

HEMiDEMi 的各種小工具及應用整理

雖然知道 HEMiDEMi 很久了, 不過一直沒有去用他 (因為不知道和 Delicious 有何不同). 不過最近花了些時間玩了一下, 覺得還滿不錯的, HEMiDEMi 不單只是個網路書籤, 還有群組以及討論的功能, 沒事看看群組內的書籤和討論其實滿不錯的, 因此也順便整理了一下關於 HEMiDEMi 的一些小工具以及知道的一些應用了. (最近滿流行懶人包的, 這樣整理算嗎?)

Firefox 下的自動捲頁功能

Pagerization - General Auto Pager 是一個 Greasemonkey 的 script, 他可以讓使用者不需要一直點下一頁, 當畫面被捲到畫面底部時, 會自動抓取下一頁的內容顯示在畫面上, 就像是在使用 Google Reader 一樣.

另外一個 Google Auto Pager 只支援 Google, 這個 script 支援 Google (Search, Image, News, Group, Video), Yahoo, Wikipedia, Hatena, YouTube, del.icio.us, Twitter, digg ...

設定 Firefox 的最小字型

有些網站, 尤其是英文為主的, 最小字型有時後會設定成 11px 以下, 但 11px 的字型顯示中文通常會不容易閱讀, 改 css 當然是一種方法, 不過 Firefox 提供了設定最小字型的功能. 以下面的設定當例子, 設定好之後, 如果網站使用的是 11px 以下的字型, Firefox 仍然會使用 12px. 美中不足的是, 沒辦法分別設定中文及英文的最小字型.

Change Firefox's default search engine

The default search engine in Firefox 2.0RC2 is Yahoo, you can use about:config to change it.

1. Find keyword.URL
2. Modify it
Original value:
http://tw.search.yahoo.com/search?ei=UTF-8&p=

If you want to open a new Google search page, please change it to
http://www.google.com/search?q=

If you want to use Google "I'm Feeling Lucky", you can use http://www.google.com/search?<strong>btnI=I%27m+Feeling+Lucky</strong>&q=

If you want to assign language, you can use http://www.google.com/search?<strong>hl=en-US</strong>&q=

Google Calendar v.s. Mozilla Calendar (Sunbird, Lightning)

一直想換掉 Outlook 的行事曆和聯絡人 (e-mail功能沒用過), 原因無他, 不喜歡專屬格式. 前一陣子開始試用 Google Calendar, 這東西實在不錯. 不過資料畢竟是在 Google 的機器上, 萬一網路出問題, 就看不到資料了, 因此還是得想個備份或 sync 的方式.

How to change the locale of Firefix and Thunderbird

Firefox:
about:config -> general.useragent.locale
English: en-US
Traditional Chinese: zh-TW

Restart firefox and the locale will be changed.

Thunderbird:
Menu -> Tools -> Options -> Advanced -> Config Editor
general.useragent.locale
English: en-US
Traditional Chinese: zh-TW

綠色, Portable Firefox

首先是在這裡看到 Firefox 2.0 beta 2 portable, 後來才發現其實現在似乎還滿流行綠色軟體 or portable 的.

關於 firefox 的這幾個版本, 實驗了幾個才注意到, 免安裝(綠色)只是不用安裝, 但資料和 extension 還是放在 C:\Documents and Settings\. 但是 portable 版本就是直接放在 firefox 的子目錄下了.

我之前的作法是去改 C:\Documents and Settings\...\Firefox\profiles.ini, 這樣就可以避免 ghost 之後東西都不見得問題, 不過看來 portable 比較好 Smiling

How to change hot key of previous/next tab in Firefox

1. Install keyconfig extension.
2. Run Tools -> Keyconfig -> Add a new key

previous tab (left)
gBrowser.mTabContainer.advanceSelectedTab(-1);

next tab (right)
gBrowser.mTabContainer.advanceSelectedTab(1);

please reference here

* How to disable compatibility check
Firefox 2.x: Modify about:config, change "extensions.checkCompatibility" to "false"
Firefox 3.x: Modify above and change "extensions.checkUpdateSecurity" to "false"

Syndicate content