最近翻了一下HTML5的書: OReilly.HTML5.Up.and.Running.2010
就我所了解的, 與HTML4比較, 較為不同的項目有:
- Geolocation
- Canvas
- Video
- Local Storage
- Offline
- Form: New Input Type
- Extensibility: to Mark up some terms (or identity) for web browser or search engine
其中對於Local Storage, 蠻值得一看的文章是: An early walk-through of IndexedDB
Web中提到Local Storage主要是透過瀏覽器提供的, 簡單的key-value pair來存資料
有一些瀏覽器有實作Web SQL Database API, 以提供類似SQLite的介面,
Mozilla提出IndexedDB主要想提供有別於Web Database的SQL的支援,
以Object Store的物件存取資料庫設計,
來比較貼近DOM相關的程式設計.
另外發現原本之前做的研究, 也是一種NoSQL的資料庫,
多看一些NoSQL的資料再來做回顧.
沒有留言:
張貼留言