1 / 16

WML 網頁設計

WML 網頁設計. 王振生. 課程提要. 設定 IIS 支援 WML WAP 服務應用與設計考量 WML 語法介紹. 設定 IIS 支援 WML. 在 IIS 新增 MIME Type(1). 在 IIS 新增 MIME Type(2). 在 IIS 新增 MIME Type(3). 在 IIS 新增 MIME Type(4). 在 IIS 新增 MIME Type(5). 在 IIS 新增 MIME Type(6). 在 IIS 新增 MIME Type(7). 在 IIS 新增 MIME Type(8). WAP 服務的應用. 時間

berget
Download Presentation

WML 網頁設計

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. WML網頁設計 王振生

  2. 課程提要 • 設定IIS 支援WML • WAP服務應用與設計考量 • WML語法介紹

  3. 設定IIS支援WML

  4. 在IIS新增MIME Type(1)

  5. 在IIS新增MIME Type(2)

  6. 在IIS新增MIME Type(3)

  7. 在IIS新增MIME Type(4)

  8. 在IIS新增MIME Type(5)

  9. 在IIS新增MIME Type(6)

  10. 在IIS新增MIME Type(7)

  11. 在IIS新增MIME Type(8)

  12. WAP服務的應用 • 時間 • 股市資訊查詢、票券預訂與購買、天氣查詢、金融業務、停車地點查詢、遊戲 • 地點 • 優惠券下載、尋人服務、地圖服務、停車地點查詢 • 個人資訊管理 • 通訊錄管理、會議記錄、線上字典

  13. 設計WML網頁的考量 • 低頻寬→檔案<14.4KB • 畫面大小、解析度有限→4行、12個英文字 • 輸入能力有限→使用選項或選單輸入 • 記憶體與運算能力有限→不作數學運算、資料顯示與查詢

  14. WWW與WAP的架構比較

  15. WML網頁的架構 • Well Formed XML 文件 • 每個標籤都要結束</a>、<br/> • 大小寫不同,標籤或屬性名稱都是小寫 • 必須有XML及DTD的宣告 • 每個WML檔案,代表一個deck(<wml>),deck可包含一個<head>、<template>及多個<card>標籤 • WMLScript包含在另外一個檔案(.wmls)

  16. WML語法的種類 • 宣告 • <wml>、<card>、<do>、<head>、<onevent> 、<setvar> 、 <template> • 外觀顯示 • <b>、<big>、<br>、<i>、<img>、<em>、 <p>、<small>、<strong>、<u> • 資料輸入與選擇 • <input>、<option>、<select>、<postfield>、 <fieldset> • 移動 • <a> 、<prev>、<go> 、<refresh>

More Related