Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

convert to markdown for glossary zh-TW #6578

Merged
merged 3 commits into from
Jul 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions files/zh-tw/glossary/abstraction/index.html

This file was deleted.

12 changes: 12 additions & 0 deletions files/zh-tw/glossary/abstraction/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: 抽象化
slug: Glossary/Abstraction
translation_of: Glossary/Abstraction
---
在{{Glossary("computer programming")}}領域中,抽象化可用來減少軟體系統複雜度,讓設計及使用效率提升。用簡單的{{Glossary("API", "APIs")}}隱藏背後複雜的系統機制。

## 了解更多

### 一般知識

- 維基百科上的{{interwiki("wikipedia", "Abstraction (computer science)", "Abstraction")}}
31 changes: 0 additions & 31 deletions files/zh-tw/glossary/accessibility/index.html

This file was deleted.

25 changes: 25 additions & 0 deletions files/zh-tw/glossary/accessibility/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: Accessibility
slug: Glossary/Accessibility
tags:
- 術語
translation_of: Glossary/Accessibility
---
網頁*無障礙化* (**A11Y**) 指的是儘管有物理和技術上的限制,能夠保持網站可用最佳的方法。網頁無障礙化是透過{{Glossary("WAI","Web Accessibility Initiative")}} (WAI)在{{Glossary("W3C")}}被正式定義和討論的。

## 了解更多

### 基本知識

- [資源在 MDN](/en-US/docs/Web/Accessibility)
- 維基百科上的{{Interwiki("wikipedia", "Web accessibility")}}

### 學習網頁無障礙化

- [Web Accessibility In Mind](http://webaim.org/)

### 技術參考

- [The ARIA documentation on MDN](/en-US/docs/Web/Accessibility/ARIA)
- [The Web Accessibility Initiative homepage](http://www.w3.org/WAI/)
- [The WAI-ARIA recommendation](http://www.w3.org/TR/wai-aria/)
28 changes: 0 additions & 28 deletions files/zh-tw/glossary/adobe_flash/index.html

This file was deleted.

19 changes: 19 additions & 0 deletions files/zh-tw/glossary/adobe_flash/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Adobe Flash
slug: Glossary/Adobe_Flash
tags:
- Flash
- 術語表
- 過時技術
translation_of: Glossary/Adobe_Flash
---
Flash 是一個由 Adobe 開發的過時網路技術。它能展現出富有表現力的 Web 程式、向量圖形、還有各種多媒體。Adobe Flash 需要在{{Glossary("瀏覽器")}}安裝相對應的擴充套件後才能使用。

自 2021 年起,Adobe 或任何主要網絡瀏覽器不再支援 Flash。

## 參見

- [Adobe Flash end-of-life announcement](https://blog.adobe.com/en/publish/2017/07/25/adobe-flash-update#gs.g8mmgf)
- [Saying goodbye to Flash in Chrome](https://www.blog.google/products/chrome/saying-goodbye-flash-chrome/)
- [Firefox Roadmap for Flash End-of-Life](https://blog.mozilla.org/futurereleases/2017/07/25/firefox-roadmap-flash-end-life/)
- [Microsoft Windows Flash Player removal](https://blogs.windows.com/msedgedev/2020/09/04/update-adobe-flash-end-support/)
25 changes: 0 additions & 25 deletions files/zh-tw/glossary/ajax/index.html

This file was deleted.

21 changes: 21 additions & 0 deletions files/zh-tw/glossary/ajax/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: AJAX
slug: Glossary/AJAX
tags:
- AJAX
- 術語表
translation_of: Glossary/AJAX
---
AJAX(Asynchronous {{glossary("JavaScript")}} And {{glossary("XML")}}、非同步 JavaScript 與 XML)是結合了 {{glossary("HTML")}}、{{glossary("CSS")}}、JavaScript 、{{glossary("DOM")}}、還有 `XMLHttpRequest` {{glossary("object")}},以建立更複雜的網頁程式實做。AJAX 可以允許網頁只更新需要的部分,而無須重新載入整個頁面。另外,AJAX 也能讓你非同步工作,意思是說程式碼能在網頁試圖重新載入時持續運行(與同步(synchronously)相對比 ── 它會在運行的時候封鎖程式碼運作,直到網頁重新載入成功為止)。

## 了解更多

### 基本知識

- 維基百科的 {{interwiki("wikipedia", "AJAX")}}
- [Synchronous vs. Asynchronous Communications](http://peoplesofttutorial.com/difference-between-synchronous-and-asynchronous-messaging/)

### 技術資訊

- {{domxref("XMLHttpRequest")}} 物件。
- [MDN 的 AJAX 文件](/zh-TW/docs/AJAX)
6 changes: 0 additions & 6 deletions files/zh-tw/glossary/algorithm/index.html

This file was deleted.

6 changes: 6 additions & 0 deletions files/zh-tw/glossary/algorithm/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: 演算法
slug: Glossary/Algorithm
translation_of: Glossary/Algorithm
---
演算法(algorithm)是包含了程式功能該如何執行的一連串指示。
34 changes: 0 additions & 34 deletions files/zh-tw/glossary/api/index.html

This file was deleted.

28 changes: 28 additions & 0 deletions files/zh-tw/glossary/api/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: API
slug: Glossary/API
tags:
- API
- 術語表
translation_of: Glossary/API
---
一個 API (Application Programming Interface)是指存在于軟體程式中為軟體與其他項目,如其他軟體或硬體,實現互動的一系列功能和規則。

在網頁開發,一個 API 通常指的是一系列的代碼功能(如:{{glossary("method","methods")}}, {{Glossary("property","properties")}}, events, and {{Glossary("URL","URLs")}})爲了方便程式開發者使用他們的 apps 通過用戶的網頁瀏覽器組件,或與用戶計算機上的其他軟體或硬件,或與第三方網站和服務實現互動。

例如:

- [getUserMedia](/en-US/docs/Web/API/MediaDevices/getUserMedia) API 可用於從用戶的攝像頭抓取音頻和視頻,甚至給提供開發者其他的用途,如:錄製視頻和音頻,與其他用戶一起開視訊會議,或是從視頻中捕捉靜態圖像。
- [Geolocation API](/en-US/docs/Web/API/Geolocation) 可從用戶的設備中通過任意服務獲取定位信息 (如:GPS), 然後可以使用 [Google Maps APIs](https://developers.google.com/maps/) 關連。如:在用戶地圖上繪製用戶的定位並向他們展示附近的旅游景點。
- [Twitter APIs](https://dev.twitter.com/overview/api) 可從用戶的賬戶上拿取數據,如:在網頁上展示他們最新的 tweets。
- [Web Animations API](/en-US/docs/Web/API/Web_Animations_API) 可用於製作網頁的動畫部分,如:讓圖片動起來或旋轉。

## 了解更多

### 基本知識

- 維基百科上的 {{Interwiki("wikipedia", "Application_programming_interface", "API")}}

### 技術參考

- [Web API reference](/en-US/docs/Web/API)
27 changes: 0 additions & 27 deletions files/zh-tw/glossary/apple_safari/index.html

This file was deleted.

23 changes: 23 additions & 0 deletions files/zh-tw/glossary/apple_safari/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: Apple Safari
slug: Glossary/Apple_Safari
tags:
- Safari
- 瀏覽器
- 術語表
translation_of: Glossary/Apple_Safari
---
[Safari](http://www.apple.com/safari/) 是一個來自蘋果開發的網頁瀏覽器({{Glossary("Browser","Web browser")}})同時被捆綁發行在 Mac OS X 和 IOS 平臺。它是基於開源的 [WebKit](http://www.webkit.org/)  引擎.

## 了解更多

### 基礎知識

- 維基百科上的 {{Interwiki("wikipedia", "Safari (web browser)", "Safari")}}
- [Safari on apple.com](http://www.apple.com/safari/)

### 技術資訊

- [WebKit 的項目](http://www.webkit.org/)
- [WebKit 每晚構建](http://nightly.webkit.org/)
- [向 Safari 報告 bug](https://bugs.webkit.org/)
24 changes: 0 additions & 24 deletions files/zh-tw/glossary/argument/index.html

This file was deleted.

20 changes: 20 additions & 0 deletions files/zh-tw/glossary/argument/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: 引數
slug: Glossary/Argument
tags:
- CodingScripting
- JavaScript
- 術語表
translation_of: Glossary/Argument
---
**引數**(argument)是作爲{{Glossary("function","函式")}}輸入的{{Glossary("primitive","原始型別")}}{{glossary("value","值")}}或著{{Glossary("object","物件")}}。

## 了解更多

### 基礎知識

- {{Interwiki("wikipedia", "Parameter_(computer_programming)", "Difference between Parameter and Argument")}} on Wikipedia

### 技術參考

- {{glossary("JavaScript")}} 的 {{jsxref("Functions/arguments","arguments")}} 物件
17 changes: 0 additions & 17 deletions files/zh-tw/glossary/aria/index.html

This file was deleted.

15 changes: 15 additions & 0 deletions files/zh-tw/glossary/aria/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: ARIA
slug: Glossary/ARIA
tags:
- 無障礙化
- 術語表
translation_of: Glossary/ARIA
---
**ARIA**(Accessible Rich {{glossary("Internet")}} Applications,可訪問的富網際網路應用程式)是一個 {{Glossary("W3C")}} 規範,用已對 {{Glossary("HTML")}} 添加語義和元數據,以迎合需要輔助技術的用戶。

例如:你可以給一個 {{HTMLElement("p")}} {{glossary("tag","標籤")}}添加 `role="alert"` 屬性提醒視覺障礙用戶,這裏的訊息很重要並對時間敏感(針對非視覺障礙用戶,你可能本來會用文字顔色傳達這種事)。

## 了解更多

- [ARIA](/zh-TW/docs/Web/Accessibility/ARIA)
Loading