新聞動態: Difference between revisions
Jump to navigation
Jump to search
| Line 128: | Line 128: | ||
user_pref('copyurlplus.menus.3.copy', '[%URL% %TITLE%]'); | user_pref('copyurlplus.menus.3.copy', '[%URL% %TITLE%]'); | ||
以[http://www. | 以[http://www.mozilla.org/support/firefox/keyboard Firefox Help: Keyboard Shortcuts]為例, Copy URL擴充套件設定的APA Style結果如下 | ||
Author () | Author () Firefox Help: Keyboard Shortcuts. Retrieved Friday, December 10, 2004 10:22:53, from http://www.mozilla.org/support/firefox/keyboard | ||
缺點是無法設定詳細的時間標籤格式,所以會顯示到秒的資料。 | 缺點是無法設定詳細的時間標籤格式,所以會顯示到秒的資料。 | ||
參考網址: [http://copyurlplus.mozdev.org/customize.html mozdev.org - copyurlplus: customize] via [http://www.azuremedia.net/tech/history/software/000881.html Jan's Tech Blog: CopyURL+ for Firefox] | 參考網址: [http://copyurlplus.mozdev.org/customize.html mozdev.org - copyurlplus: customize] via [http://www.azuremedia.net/tech/history/software/000881.html Jan's Tech Blog: CopyURL+ for Firefox] | ||
Revision as of 10:22, 10 December 2004
Wiki Journal (personal news)
Monthly Archive: 2004-05, 09, 10 or more at the WikiJournal
2004-11-02
SlideShow Wish List
- 模組化: 內容的重覆使用, title的階層的彈性
- 樣式的選擇
- 版本控制
- 友善列印模式
- Jedi: 用 MovableType 製作 S5 站台 2004-11-01
2004-11-03
Wiki Applications
- ResumeWiki 讓大家對你的履歷表提供意見,或進行修改。
- Wiki on the intranet
- jotspot 提到多數企業內部網路是呆滯不變的(Most intranets is dead)!因為要修正內部網路的錯誤是種痛苦,當你要修正錯誤時,需要(1)陳述問題、(2)弄清楚誰有權限修改、(3)說服他們去修改、(4)等待他們去修改。人們發現錯誤不值得花費這樣的等待與功夫,所以內部網路逐漸地失去生氣。
- 資料輸入並透過固定欄位的表格與模板,來使資料一致與標準化。see also applcation gallery
- Socialtext's wiki software
參考 Jan: Wiki的應用 2004-11-03
2004-11-08
改變Mozilla Firefox 暫存檔(cache, temporary internet files)的路徑位置
- 網址列輸入 about:config
- 滑鼠右鍵選單, 新增字串值 browser.cache.disk.parent_directory
- 輸入想要改變的資料夾位置 例如 S:\cache_of_firefox (路徑不需包含雙引號)
- 重新開啟 firefox, 在 S:\cache_of_firefox 會自動新增 cache 子目錄
- (選擇性執行)複製原始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
- OSS:
- Deepest Sender : LiveJournal for Mozilla
- MozBlog support blogger.com
related websites and articles
- BlogClients.Info wiki maintained by Dmitry Chestnykh and yysun
- The way we web: 你用什么工具写BLOG?我来推荐一个 2004-10-21
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
- 漫談科技性文件的寫作 by EdwardLee 2004-11-18
- 參考網頁
- TUG(TEX User Group)
- 轉換DTD 為XML Schema
- DSSSL(Document Style Semantics and Specification Language)
- Opejade
- JadeTEX
- DocBook
- W3C MathML Home
- MathML Software 列表
- XML(Extensible Markup Language)
- XML Schema
- DTD Tutorial
- 語意網頁(SemanticWeb)
- DB2LATEX(DocBook to LATEX 的工具)
- Hermes(LATEX to MathML 的工具)
2004-12-02
面對族群與未來 來自民間的對話
- 公共電視: 面對族群與未來 來自民間的對話
- 自我表述(看相片說故事) -> 議題討論(身分認同、本土教育、兩岸之間、聽到最討厭的一句話(政治暴力語言或幽默)) -> 和平電影(山有多高、尋找228散落遺族兩部紀錄片)
- PM 22:00開始 播出長度: 90 分鐘
- 和平工作坊(泛紫聯盟?) 使用 開放空間論壇 方式進行會議
2004-12-06
線上檔案管理/網路硬碟(WebHD)
- QuiXplorer - Quick (PHP) Explorer (中文:Big5 OK) 中文安裝說明 by Lakers 2004-03-03
- CFFM - Coldfusion File Manager via Kyle
個人知識管理(Personal Knowledge Management, PKM)
2004-12-08
線上問卷
- PHPSurveyor req:php+mysql 中文相容(Big5), 支援的題型
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