新聞動態

From LemonWiki共筆
Jump to navigation Jump to search

Wiki Journal (personal news)

Monthly Archive: 2004-05, 09, 10 or more at the WikiJournal


2004-11-02

SlideShow Wish List

  • 模組化: 內容的重覆使用, title的階層的彈性
  • 樣式的選擇
  • 版本控制
  • 友善列印模式


2004-11-03

Wiki Applications

  • ResumeWiki 讓大家對你的履歷表提供意見,或進行修改。
  • Wiki on the intranet
    • jotspot 提到多數企業內部網路是呆滯不變的(Most intranets is dead)!因為要修正內部網路的錯誤是種痛苦,當你要修正錯誤時,需要(1)陳述問題、(2)弄清楚誰有權限修改、(3)說服他們去修改、(4)等待他們去修改。人們發現錯誤不值得花費這樣的等待與功夫,所以內部網路逐漸地失去生氣。
    • 資料輸入並透過固定欄位的表格與模板,來使資料一致與標準化。see also applcation gallery

參考 Jan: Wiki的應用 2004-11-03

2004-11-08

改變Mozilla Firefox 暫存檔(cache, temporary internet files)的路徑位置

  1. 網址列輸入 about:config
  2. 滑鼠右鍵選單, 新增字串值 browser.cache.disk.parent_directory
  3. 輸入想要改變的資料夾位置 例如 S:\cache_of_firefox (路徑不需包含雙引號)
  4. 重新開啟 firefox, 在 S:\cache_of_firefox 會自動新增 cache 子目錄
  5. (選擇性執行)複製原始cache檔 C:\Documents and Settings\帳號名稱\Application Data\Mozilla\Firefox\Profiles\default.xxx\Cache 至新的暫存目錄 (注意xxx是隨機產生的字串)

參考:moztw中文討論區

Using Mozilla Firefox with RamDisk

browser.cache.memory.enable: true (default)

if turn off, you will see nothing!

參考: Mozilla: Networking Preferences


2004-11-15

blog desktop tool

related websites and articles


related topic


2004-11-27

Mozilla/Firefox and MathML: Missing MathML Fonts

To properly display the MathML on this page you need to installing the following fonts:
CMSY10, CMEX10, Math1, Math2, Math4.
For futher information see:
http://www.mozilla.org/projects/mathml/fonts

the above message came from Firefox


2004-12-02

面對族群與未來 來自民間的對話

自我表述(看相片說故事) -> 議題討論(身分認同、本土教育、兩岸之間、聽到最討厭的一句話(政治暴力語言或幽默)) -> 和平電影(山有多高、尋找228散落遺族兩部紀錄片)
PM 22:00開始 播出長度: 90 分鐘
和平工作坊(泛紫聯盟?) 使用 開放空間論壇 方式進行會議


2004-12-06

線上檔案管理/網路硬碟(WebHD)

個人知識管理(Personal Knowledge Management, PKM)

2004-12-08

線上問卷

2004-12-09

CopyURL of APA Style(extension of FireFox)

the following is my user.js

user_pref('copyurlplus.menus.1.label', 'Copy URL (APA Style)');
user_pref('copyurlplus.menus.1.copy', 'Author () %TITLE%. Retrieved %LOCAL_TIME%, from %URL%');
user_pref('copyurlplus.menus.2.label', 'Copy URL + Title + Sel (HREF + Tooltip)');
user_pref('copyurlplus.menus.2.copy', '<a href="%URL%" title="%SEL%">%TITLE%</a>');
user_pref('copyurlplus.menus.3.label', 'Copy URL + Title (MediaWiki)');
user_pref('copyurlplus.menus.3.copy', '[%URL% %TITLE%]');

Firefox Help: Keyboard Shortcuts為例, Copy URL擴充套件設定的APA Style結果如下

Author () Firefox Help: Keyboard Shortcuts. Retrieved Friday, December 10, 2004 10:22:53, from http://www.mozilla.org/support/firefox/keyboard

缺點是無法設定詳細的時間標籤格式,所以會顯示到秒的資料。

參考網址: mozdev.org - copyurlplus: customize via Jan's Tech Blog: CopyURL+ for Firefox