「使用者:Xacid」修訂間的差異
出自 MozTW Wiki
小 (monobook) |
小 (→亂七八糟) |
||
(未顯示由 2 位使用者於中間所作的 10 次修訂) | |||
行 4: | 行 4: | ||
就放著用起來比較方便啊... | 就放著用起來比較方便啊... | ||
* 文件、專案 | * 文件、專案 | ||
− | *# [[ | + | *# [[Nvu 中文化 - Nvu 0.90 中文化]] |
− | *# [[ | + | *# [[MozLCDB Manual]] |
− | *# [[ | + | *# [[製作 Mozilla 佈景主題]] |
* 社群朋友 | * 社群朋友 | ||
*# [[User:BobChao]] | *# [[User:BobChao]] | ||
行 16: | 行 16: | ||
== Nvu 0.90 中文化 == | == Nvu 0.90 中文化 == | ||
− | 持續進行中,並且已經移到 [[ | + | 持續進行中,並且已經移到 [[Nvu 中文化 - Nvu 0.90 中文化]]。 |
+ | === 相關連結 === | ||
+ | * 一天學會網頁設計 Nvu 校園應用研習 (教學影片), http://www.ossacc.org/Download/movie/nvu/nvu-1 | ||
+ | * 軟件介紹:NVU 免費又功能完整網頁編輯軟體, http://www.sun-club.org/newsdetails.asp?NewsID=316 | ||
+ | * NVU 使用手冊, http://www.cyut.edu.tw/~s9314616/doc/nvu/index.html | ||
+ | * localizing_nvu, http://dirty.csie.ntu.edu.tw/dokuwiki/doku.php?id=localizing_nvu | ||
+ | * 免費的文字型網頁編輯軟體, http://linshi.twbbs.org/blog/MilchFlasche&postid=3933 | ||
+ | * Why you should switch to Nvu!, http://nvu.com/features.html | ||
+ | |||
+ | === 時程表 === | ||
以我自己來算的預定時間表,應該只會提前吧... 要是考試都順利就不會留下個爛攤子啦... | 以我自己來算的預定時間表,應該只會提前吧... 要是考試都順利就不會留下個爛攤子啦... | ||
* 4/05: editor/a-e | * 4/05: editor/a-e | ||
行 25: | 行 34: | ||
* 4/24: global* | * 4/24: global* | ||
* 5/08: 包起來檢查完釋出 | * 5/08: 包起來檢查完釋出 | ||
+ | |||
+ | === 協助的朋友 === | ||
+ | * [[User:Blishs]], [[User:BobChao]], [[User:Dken]], [[User:Kourge]], [[User:MilchFlasche]], [[User:路人乙]] | ||
+ | * Forum: yufa, rail02000, CyrusLai | ||
== 關於網頁技術 == | == 關於網頁技術 == | ||
行 121: | 行 134: | ||
</pre> | </pre> | ||
− | == monobook == | + | == 亂七八糟 == |
+ | === openUILink() === | ||
+ | openUILink( url, event, false, true ) 是在 browser/utilityOverlay.js 裡面看到的 function , | ||
+ | 可是在 google 查不到什麼資料,功能就是在視窗內開啟連結而已。例如這樣用可以左鍵開連結,中鍵開分頁: | ||
+ | <pre> | ||
+ | oncommand="openUILink('about', event, false, true);" | ||
+ | onclick="ceckForMiddleClick(this, event);" | ||
+ | </pre> | ||
+ | 如果 false 改成 true 中鍵就無法開分頁,而最後一個參數似乎沒影響? | ||
+ | |||
+ | === 更改 Firefox 的設定 === | ||
+ | ; [[設定檔詳解|設定檔 (profile) ]]的位置 : firefox -ProfileManager | ||
+ | ; 網頁快取 (Cache) 的位置 : browser.cache.disk.parent_directory ([http://forum.moztw.org/viewtopic.php?p=31300#31300 Forum]) | ||
+ | ; Compact Menu 的鯊魚圖示 : userChrome.css 這樣改 ([http://forum.moztw.org/viewtopic.php?p=27967#27967 Forum]): | ||
+ | <pre> | ||
+ | /*更改 compact menu 的圖示,也就是 url("") 寫上你要用的圖檔路徑*/ | ||
+ | #menu-button { | ||
+ | list-style-image: url("/path/of/the/firefox_logo-24x24.png") !important; | ||
+ | } | ||
+ | </pre> | ||
+ | |||
+ | === monobook === | ||
[[User:Xacid/monobook.css]], [[User:Xacid/monobook.js]] 都是抄 bob 的...^^ | [[User:Xacid/monobook.css]], [[User:Xacid/monobook.js]] 都是抄 bob 的...^^ | ||
+ | * 我錯了... 最近 100 個變動全都是被我玩 CSS 玩出來的... 好可怕啊... 下次用 import 玩好了... |
於 2006年4月30日 (日) 14:38 的最新修訂
其實不知道要寫什麼,就隨便放一些筆記。
內容大綱
我的書簽
就放著用起來比較方便啊...
- 文件、專案
- 社群朋友
- User:BobChao
- User:Dken
- User:Josesun
- User:MilchFlasche
- User:Kourge
- 族繁不及備載... 自己加吧...
Nvu 0.90 中文化
持續進行中,並且已經移到 Nvu 中文化 - Nvu 0.90 中文化。
相關連結
- 一天學會網頁設計 Nvu 校園應用研習 (教學影片), http://www.ossacc.org/Download/movie/nvu/nvu-1
- 軟件介紹:NVU 免費又功能完整網頁編輯軟體, http://www.sun-club.org/newsdetails.asp?NewsID=316
- NVU 使用手冊, http://www.cyut.edu.tw/~s9314616/doc/nvu/index.html
- localizing_nvu, http://dirty.csie.ntu.edu.tw/dokuwiki/doku.php?id=localizing_nvu
- 免費的文字型網頁編輯軟體, http://linshi.twbbs.org/blog/MilchFlasche&postid=3933
- Why you should switch to Nvu!, http://nvu.com/features.html
時程表
以我自己來算的預定時間表,應該只會提前吧... 要是考試都順利就不會留下個爛攤子啦...
- 4/05: editor/a-e
- 4/05: editor/p-u
- 4/10: en-US/cascades/
- 4/24: en-US/navigator*
- 4/24: global*
- 5/08: 包起來檢查完釋出
協助的朋友
- User:Blishs, User:BobChao, User:Dken, User:Kourge, User:MilchFlasche, User:路人乙
- Forum: yufa, rail02000, CyrusLai
關於網頁技術
使用 getElementById("") 做選單
其實應該可以完全用 CSS 寫,可是用 CSS 好像就沒辦法點一次開、再點一次收。 這只是一個簡單的範例,有些地方怪怪的,實際用的時候可能需要用 CSS 美化。
<html> <head> <script language="JavaScript"> function modifyMenu(menuId){ menu=document.getElementById(menuId); if( menu.style.display == "none") menu.style.display = "block"; else menu.style.display = "none"; } </script> <style type="text/css"> #menu1, #menu2{ display:none; } </style> </head> <body> <div onmousedown="modifyMenu('menu1')">選單之一 <ul id="menu1"> <li>次選單一</li> <li>次選單二</li> <li>次選單三</li> </ul></div> <div onmousedown="modifyMenu('menu2')">選單之二 <ul id="menu2"> <li>次選單一</li> <li>次選單二</li> <li>次選單三</li> </ul></div> </body> </html>
position:fixed 的使用
看到一個關於固定圖層的討論,麻煩的是 IE 不能用 position:fixed ,還會把 body 多加空的捲軸;而 Firefox 不能使用滑鼠滾輪捲動 overflow:scroll 製造的捲軸。於是很 dirty 的利用 IE 不能用的 selector ,製造出固定的圖層,而且在 Firefox 中也可以用滑鼠捲動。其實根本是純粹無聊, IE 沒有的東西不要管他就好了。
<html> <head> <style type="text/css"> <!-- body{ padding:0; margin:0; overflow:auto; } #main{ position:absolute; height:100%; width:100%; overflow:auto; } body > div#main{ height:auto; overflow:visible; } #fixed{ position:absolute; top:100px; right:100px; z-index:100; background-color:#aaaaff; } body > div#fixed{ position:fixed; } --> </style> </head> <body> <div id="fixed"> <h1>Fixed!</h1> </div> <div id="main"> *********************<br /> *********************<br /> *********************<br /> *********************<br /> (repeats) </div> </body> </html>
亂七八糟
openUILink()
openUILink( url, event, false, true ) 是在 browser/utilityOverlay.js 裡面看到的 function , 可是在 google 查不到什麼資料,功能就是在視窗內開啟連結而已。例如這樣用可以左鍵開連結,中鍵開分頁:
oncommand="openUILink('about', event, false, true);" onclick="ceckForMiddleClick(this, event);"
如果 false 改成 true 中鍵就無法開分頁,而最後一個參數似乎沒影響?
更改 Firefox 的設定
- 設定檔 (profile) 的位置
- firefox -ProfileManager
- 網頁快取 (Cache) 的位置
- browser.cache.disk.parent_directory (Forum)
- Compact Menu 的鯊魚圖示
- userChrome.css 這樣改 (Forum):
/*更改 compact menu 的圖示,也就是 url("") 寫上你要用的圖檔路徑*/ #menu-button { list-style-image: url("/path/of/the/firefox_logo-24x24.png") !important; }
monobook
User:Xacid/monobook.css, User:Xacid/monobook.js 都是抄 bob 的...^^
- 我錯了... 最近 100 個變動全都是被我玩 CSS 玩出來的... 好可怕啊... 下次用 import 玩好了...