「使用者:Dken/dkenwork」修訂間的差異
出自 MozTW Wiki
< 使用者:Dken
小 (重點活動狀況先刪了,那一頁沒有人負責更新) |
(→current) |
||
(未顯示由 2 位使用者於中間所作的 51 次修訂) | |||
行 1: | 行 1: | ||
− | + | == main == | |
− | + | [http://dir.xiph.org/listen.php?pid=1059642&file=listen.m3u 倫敦大學學生即時電台] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | [http://www.bluesea.idv.tw/wow/ARIALN.rar MS UTF fonts] | |
− | |||
− | |||
− | + | *[http://www.ncit.edu.tw/admin/cycc/train_web/train2005/index.htm 中小學城鄉數位落差學習營] | |
− | + | *[http://www.iana.org/assignments/character-sets 標準的網編碼名稱] | |
− | + | http://mail.ntust.edu.tw/~B8802046/NVU/NVU_index.html | |
− | + | http://163.20.160.21/xoops22/index.php | |
− | * | ||
− | |||
− | |||
− | + | == slide == | |
− | + | http://mail.ntust.edu.tw/~B8802046/webstd/webstandard.html | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | == show == | |
− | + | web site: | |
− | * | + | *http://www.arcinspirations.com/trio/ xhtml |
− | * | + | *http://www.sevenzest.com/ xhtml |
− | * | + | *http://www.hicksdesign.co.uk/journal/ xhtml |
− | + | *http://www.vh1.com/ pure css | |
− | |||
− | |||
− | + | css power: | |
− | + | *http://www.frankmanno.com/ideas/css-imagemap/ css image | |
− | + | *http://www.dzinelabs.com/index.php css exprimentation | |
− | + | *http://www.designdetector.com/tips/3DBorderDemo2.html house | |
− | + | *http://www.meyerweb.com/eric/css/edge/ css master | |
− | |||
− | |||
− | |||
− | + | == 自由軟體快照 == | |
+ | *CDex | ||
− | |||
− | |||
− | |||
− | |||
− | == | + | == temp == |
− | {{ | + | Elder Stranglethorn Tiger 31-35 1.3 Stranglethorn Vale |
+ | King Bangalash 41-60 fastrun Stranglethorn Vale | ||
+ | Bhag'thera 40 1.5 Stranglethorn Vale | ||
+ | Broken Tooth 37 1.0 | ||
+ | |||
+ | Mozilla中文化 | ||
+ | 中文輸入法專案(空白鍵酷音、香草) | ||
+ | Wordpress中文化專案 | ||
+ | PyZope專案 | ||
+ | Creative Commons -Taiwan專案:數位內容時代的新授權模式 | ||
+ | 媒體改造學社專案 | ||
+ | svk version control system專案 | ||
+ | 威盛電子 PadLockZIP專案 | ||
+ | Nachos 專案 | ||
+ | OpenWebMail專案 | ||
+ | |||
+ | == current == | ||
+ | # aboutoss.html (1) | ||
+ | # aboutossf.html (3) | ||
+ | # index.html layout | ||
+ | # all webpage | ||
+ | |||
+ | |||
+ | 內容 | ||
+ | * 企業應用多增加內容(waitting) | ||
+ | * 企業應用增加類別(waitting) | ||
+ | *中介軟體選單增加一個"中介軟體概論"(waitting) | ||
+ | |||
+ | == search-plugins javascript code == | ||
+ | <pre> | ||
+ | <script language="javascript" type="text/javascript"> | ||
+ | <!-- | ||
+ | function errorMsg() | ||
+ | { | ||
+ | alert("這些搜尋引擎 plugin 只能安裝在 Mozilla 或 Firefox 上面"); | ||
+ | } | ||
+ | function addEngine(name,ext) | ||
+ | { | ||
+ | // name: search plugin 的名稱 | ||
+ | // ext: 圖檔的副檔名 | ||
+ | // cat: 分類(預設是 "Genral") | ||
+ | if ((typeof window.sidebar == "object") && (typeof | ||
+ | window.sidebar.addSearchEngine == "function")) | ||
+ | { | ||
+ | cat="General"; | ||
+ | |||
+ | window.sidebar.addSearchEngine( | ||
+ | "http://foo.foo.foo/" + name + ".src", | ||
+ | "http://foo.foo.foo/" + name + "." + ext, name, cat ); | ||
+ | |||
+ | alert("搜尋引擎 plugin 安裝程序結束。"); | ||
+ | }else{ | ||
+ | errorMsg(); | ||
+ | } | ||
+ | } | ||
+ | //--> | ||
+ | </script> | ||
+ | </pre> |
於 2005年9月27日 (二) 17:41 的最新修訂
main
http://mail.ntust.edu.tw/~B8802046/NVU/NVU_index.html http://163.20.160.21/xoops22/index.php
slide
http://mail.ntust.edu.tw/~B8802046/webstd/webstandard.html
show
web site:
- http://www.arcinspirations.com/trio/ xhtml
- http://www.sevenzest.com/ xhtml
- http://www.hicksdesign.co.uk/journal/ xhtml
- http://www.vh1.com/ pure css
css power:
- http://www.frankmanno.com/ideas/css-imagemap/ css image
- http://www.dzinelabs.com/index.php css exprimentation
- http://www.designdetector.com/tips/3DBorderDemo2.html house
- http://www.meyerweb.com/eric/css/edge/ css master
自由軟體快照
- CDex
temp
Elder Stranglethorn Tiger 31-35 1.3 Stranglethorn Vale King Bangalash 41-60 fastrun Stranglethorn Vale Bhag'thera 40 1.5 Stranglethorn Vale Broken Tooth 37 1.0
Mozilla中文化 中文輸入法專案(空白鍵酷音、香草) Wordpress中文化專案 PyZope專案 Creative Commons -Taiwan專案:數位內容時代的新授權模式 媒體改造學社專案 svk version control system專案 威盛電子 PadLockZIP專案 Nachos 專案 OpenWebMail專案
current
- aboutoss.html (1)
- aboutossf.html (3)
- index.html layout
- all webpage
內容
- 企業應用多增加內容(waitting)
- 企業應用增加類別(waitting)
- 中介軟體選單增加一個"中介軟體概論"(waitting)
search-plugins javascript code
<script language="javascript" type="text/javascript"> <!-- function errorMsg() { alert("這些搜尋引擎 plugin 只能安裝在 Mozilla 或 Firefox 上面"); } function addEngine(name,ext) { // name: search plugin 的名稱 // ext: 圖檔的副檔名 // cat: 分類(預設是 "Genral") if ((typeof window.sidebar == "object") && (typeof window.sidebar.addSearchEngine == "function")) { cat="General"; window.sidebar.addSearchEngine( "http://foo.foo.foo/" + name + ".src", "http://foo.foo.foo/" + name + "." + ext, name, cat ); alert("搜尋引擎 plugin 安裝程序結束。"); }else{ errorMsg(); } } //--> </script>