舊文件

此處文件僅供參考,請自行考量時效性與適用程度,其他庫藏文件請參考文件頁面
我們亟需您的協助,進行共筆系統搬移、及文件整理工作,詳情請查閱參與我們

「使用者:Dken/dkenwork」修訂間的差異

出自 MozTW Wiki

slide
current
 
(未顯示由 2 位使用者於中間所作的 34 次修訂)
行 1: 行 1:
 +
== main ==
 
[http://dir.xiph.org/listen.php?pid=1059642&file=listen.m3u 倫敦大學學生即時電台]
 
[http://dir.xiph.org/listen.php?pid=1059642&file=listen.m3u 倫敦大學學生即時電台]
  
 
[http://www.bluesea.idv.tw/wow/ARIALN.rar MS UTF fonts]
 
[http://www.bluesea.idv.tw/wow/ARIALN.rar MS UTF fonts]
  
*[http://www.cyut.edu.tw/~ckhung/z/lishin.shtml 自由軟體教師研習]
 
 
*[http://www.ncit.edu.tw/admin/cycc/train_web/train2005/index.htm 中小學城鄉數位落差學習營]
 
*[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 ==
 
== slide ==
* WEB 的歷史
+
http://mail.ntust.edu.tw/~B8802046/webstd/webstandard.html
** 1989 - [http://www.w3.org/People/Berners-Lee/ Tim Berners-Lee]
+
 
** URL, HTML
+
== show ==
** 1994 - [http://www.w3.org/Consortium/ W3C]
+
web site:
** [http://upload.wikimedia.org/wikipedia/commons/b/b9/WorldWideWebAroundWikipedia.png HyperText]
+
*http://www.arcinspirations.com/trio/ xhtml
** [http://www.w3.org/2005/01/timelines/timeline-2500x998.png W3C 發展圖]
+
*http://www.sevenzest.com/ xhtml
* 瀏覽器大戰
+
*http://www.hicksdesign.co.uk/journal/ xhtml
**1990 - WorldWideWeb
+
*http://www.vh1.com/ pure css
**1993 - Mosaic
+
 
**1994 - Netscape
+
css power:
**1995 - IE
+
*http://www.frankmanno.com/ideas/css-imagemap/ css image
**[http://en.wikipedia.org/wiki/Image:Netscape_Navigator_usage_share.png Netscape 使用者情形]
+
*http://www.dzinelabs.com/index.php css exprimentation
* W3C 網頁標準
+
*http://www.designdetector.com/tips/3DBorderDemo2.html house
** 願景
+
*http://www.meyerweb.com/eric/css/edge/ css master
** 1996 年 8 月 - PNG
+
 
** 1996 年 12 月  - CSS1
+
== 自由軟體快照 ==
** 1997 年 2 月 - WAI (Web Accessibility Initiative)
+
*CDex
** 1999 年 12 月  - HTML4.01
+
 
** [http://www.w3.org/2004/10/RecsFigure.png W3C 技術架構圖]
+
 
* 為什麼需要網頁標準?
+
== 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中文化專案
** Firefox
+
PyZope專案
** Mozilla
+
Creative Commons -Taiwan專案:數位內容時代的新授權模式
** Opera
+
媒體改造學社專案
** Caminio
+
svk version control system專案
** Netscape 8 - http://sillydog.org/narchive/
+
威盛電子 PadLockZIP專案
** 其他
+
Nachos 專案
* W3C HTML4.01
+
OpenWebMail專案
** applet -> object
+
 
** font -> span
+
== current ==
** b -> strong
+
# aboutoss.html (1)
** center, bgcolor, u, dir, embed, layer
+
# aboutossf.html (3)
* 網頁無障礙
+
# index.html layout
** 網頁標準 = 網頁無障礙?
+
# all webpage
** 對象
+
 
** 語法
+
 
** 細節
+
內容
*W3C CSS2
+
* 企業應用多增加內容(waitting)
*W3C DOM
+
* 企業應用增加類別(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

倫敦大學學生即時電台

MS UTF fonts

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:

css power:

自由軟體快照

  • 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

  1. aboutoss.html (1)
  2. aboutossf.html (3)
  3. index.html layout
  4. 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>
個人工具