2008年12月30日 星期二

Google Sites 的問題

  • GoogleSite不能放語法,如果HTML中有iframe、embed、script出現,則在存檔時會被自動移除。

移動 Google Sites 的頁面從屬關係

步驟:
  1. 在 Google Sites 開啟要被移動的頁面
  2. 執行 Google Sites 功能表 [共多動作 ▼]→[移動]
  3. 在開啟的 [移動頁面] 對話框中
    選擇要移動到哪的頁面之下
  4. Click [移動]

Google Sites 刪除 page 的注意事項

  • 注意:在 Google Sites 中刪除一個網頁(page),同時也會刪除該網頁的子網頁(subpages)
  • 如果要保留子網頁,可以先將子網頁移到 top level

2008年12月29日 星期一

Google Docs 的文件版本控制

  • In Google Docs, each saved version doesn't replace the previous saved version. Instead, Docs stamps the time and date on each save and adds it to the list of revisions.
  • 在 Google Docs 的功能表 [File]→[Revision history] 可以看到文件修訂的歷史
  • 在 [Revision history] 中可以選擇 2 個不同的版本,Click [Compare Checked] 來比較兩個版本之間的差異
  • 在 [Revision history] 會記錄修訂人的名稱,可以用來了解文件被誰修訂以及修訂的內容,並可用來釐清文件修訂的權責

Sharing and Collaborating 的問題

  • Sharing and Collaborating 是否支援每一個 collaborator 的 revision history ?
    => [ANS]: Yes (有記錄每一次修訂人的名稱)

GmailAssistant 自動載入設定檔

(節錄自 GmailAssistant Online Help)

SAVING AND LOADING PROFILES

GmailAssistant program and account settings can be saved in an AES-128 encrypted profile file for subsequent loading (File > Load Profiles/Save Profile). To load a profile file on startup, use the --load command-line switch. For example, the following command loads two profile files:

java -jar GmailAssistant.jar --load:"C:\home.ga" --load:"D:\office.ga"

When no profile files are specified on the command-line, GmailAssistant automatically loads all *.ga files in the current directory, in alphabetical order, on startup. Automatic loading of profile files can be suppressed by using the --noload command-line switch:

java -jar GmailAssistant.jar --noload


2008年12月28日 星期日

小工具:Multiple Accounts Gmail Notifier

GmailAssistant
  • 網址
    http://gmailassistant.sourceforge.net/
  • Open Source written in Java