Web 開發者指引
這些文章提供了如何幫助你使用特定技術和 APIs 的資訊。
備註: 很抱歉。這個頁面在我們完成內容遷移之前會很混亂。
- Ajax
入門篇 Ajax 簡介。
- Guide to Web APIs
Here you'll find links to each of the guides introducing and explaining each of the APIs that make up the Web development architecture.
- Optimization and performance
When building modern Web apps and sites, it's important to make your content perform well. That is, to make it work quickly and efficiently. This lets it work effectively both for users of powerful desktop systems as well as for handheld devices with less power.
- Web開發入門
不論你是否是剛入門的 Web 開發者,或者只是為了拓寬視野而進入全新的 Web 領域,這裡的連結應該幫得上你。至少,我們在此有很多的連結。
- Writing forward-compatible websites
這個頁面將解釋如何撰寫在新的瀏覽器版本發布時不會遭受毀損的網頁。
- 網路開放字型格式 (WOFF)
WOFF(網頁開放字型格式)是由 Mozilla、Type Supply、LettError 和其它組織協力開發的全新網路字型格式。它使用了同為表格結構的
sfnt
壓縮版,廣泛用於 TrueType、OpenType 和開放字型格式,另外加入了中繼資料和私有資料結構,其中包含事先定義的欄位,讓有意願的廠商和製造商提供授權資訊。- 網頁上的圖像
現代網站或應用程式通常都配有圖像。我們可以很容易地使用
img
元素呈現靜態圖像 , 或藉由使用background-image
設定 HTML 的背景元素性質。你常會想要建立動態圖像或在事後操縱圖像。這些文章將讓你知道如何達成這些效果。
- JavaScript
-
JavaScript 是用來創造網頁應用程式的腳本化語言.