|
游客,本帖隐藏的内容需要积分高于 1 才可浏览,您当前积分为 0
资源信息:
中文名: Lynda.com出品HTML5本地存储与离线应用视频教程
英文名: Lynda.com HTML5 Local Storage and Offline Applications in Depth
资源格式: 光盘镜像
学校: Lynda.com
主讲人: Bill Weinman
发行日期: 2011年
对白语言: 英语
文字语言: 英文
概述:
语言:英语
网址:http://www.lynda.com/HTML-5-tutorials/HTML5-Local-Storage-and-Offline-Applications-in-Depth/80441-2.html
类别:教程
(xuehui@TLF)
Lynda.com 出品的时长2小时21分钟的 HTML5: 深入学习本地存储与离线应用 视频教程。由Bill Weinman讲述怎样能够把网站信息数据存储到本地的计算机上,并能以后需要的时候使用它,包括离线执行。内容涵盖HTML5的各种本地存储方式(如本地存储和session存储),Web SQL和索引数据库(Indexed Database APIs),以及实例演示怎样创建并维护一个数据库的详细讲解等。本教程附带练习文件。
HTML5: Local Storage and Offline Applications in Depth describes how to save application data such as preferences or form data in the client's browser and use it in applications, including those run offline. Author and programmer Bill Weinman covers the various local storage options provided in HTML5, including local storage, session storage, and the Web SQL and Indexed Database APIs, with practical examples that show how to create and maintain a database in each scenario. The course also covers the use of storage events for change tracking and the cache manifest for using web applications offline. Exercise files are included with the course.
Topics include:
Understanding storage components of the HTML5 architecture
Providing client-side storage
Understanding the Storage() interface
Keeping context with sessionStorage
Understanding the Web SQL and Indexed Database APIs
Creating a local storage database
Reading, writing, editing, and deleting storage data
Handling storage events with local storage
Running applications offline
Course name: HTML5: Local Storage and Offline Applications in Depth
Author: Bill Weinman
Duration: 02h 21m
Released on: 6/1/2011
目录:
Introduction
Welcome 01m 08s
Using the exercise files 01m 17s
08m 33s
1. Overview Four types of storage 04m 32s
Understanding the architecture 02m 31s
Running applications offline 01m 30s
20m 18s
2. The Web Storage Interface Providing client-side storage 00m 59s
Understanding the Storage() interface 07m 56s
Persistent storage with localStorage 07m 25s
Keeping context with sessionStorage 03m 58s
40m 41s
3. Web SQL Storage The state of Web SQL Storage 01m 42s
Understanding the Web SQL API 04m 42s
Creating a database 10m 07s
Inserting and reading rows of data 09m 25s
Editing rows of data 07m 26s
Deleting rows of data 07m 19s
47m 41s
4. The Indexed Database API The state of IndexedDB storage 02m 13s
Understanding the IndexedDB API 07m 57s
Create an IndexedDB database 14m 57s
Adding and reading data in an IndexedDB database 09m 14s
Editing data in an IndexedDB database 07m 51s
Deleting data from an IndexedDB database 05m 29s
10m 16s
5. Storage Events Understanding storage events 01m 18s
Handling storage events with local storage 08m 58s
10m 49s
6. Offline Applications Overview of offline web applications 01m 30s
Using applications offline 09m 19s
00m 43s
7. Conclusion Goodbye 00m 43s
代码
.· ░░░ ·■. ▀ ▓▄■ ■ ▄░ ■▄░ ▀▄ zk ■
▄▓█████▓▄ ▀▄ · ▄▓ ▄███▄░ ▄▄▄▄████ ░▄███▄ ▀▓█▄▄▄▄▄▄░ ·
████▀▀▀███▄ ██▄ ▄██ █████████▄ ▒█████▀▀██ ▄█████████▄ ██████████▄
▒███ ▓██░███ ███ ▓██▀ ▀██▓ ▓██▓ ▓██░███▀ ▓███ ███ ▀██▓
▓███ ▓██▓███░ ███░███░ ▓██░███░ ▄██▀ ██▓ ░███░███ ▓█▓
▓███ ▓██████░ ███████ ▀██████ ▀ ██▀ ███▓███░ ▄▓█▓
▓██▓ ███████░ ████████████████████████████████████████████████▀▀
▒██▓ ░▄ ███▓███░ ███░██▀▀▀▀▀▀▀██▓▀▀▀▀▀▀▀▀███▓██▀▀▀▀▀▀▀██▀███▀▀▀▀███▄
███▄ ▓█▄███░███░ ███░███░ ▓██░ ▄▄▄■ ███░██▓░ ░███ ▓██ ███░
▀█████████░ ███▓░ ▄███ ██▀ ▀██ ███ ░██▓ ██▀ ▓██ ▓██ ▓██▓
▀▀▓▓░███▄ ▀█████████▀ █▀ ▀█ ████▄▄▄███▒▄▀ ▀█▓███ ░███
▀██▄ ▀▀▓▓░▀▀ ▀ ▀ ▀▀█████▀▀ .░ ▓██
▀ .· ▄█▀
▀ ▀
QUASAR PROUDLY PRESENTS
· ───────────────────────────────────────────────────────────────────────── ·
HTML5 Local Storage and Offline Applications in Depth
(c) Lynda.com
Supplier . : QUASAR Size ..... : 19 x 15MB
Cracker .. : QUASAR Protection : Condom
Packager . : QUASAR Type ..... : Brain Enhancement
Date ..... : 06–02–2011 OS ....... : Win/Mac
· ───────────────────────────────────────────────────────────────────────── ·
HTML5 Local Storage and Offline Applications in Depth
Author: Bill Weinman
HTML5: Local Storage and Offline Applications in Depth describes
how to save application data such as preferences or form data in
the client's browser and use it in applications, including those
run offline. Author and programmer Bill Weinman covers the various
local storage options provided in HTML5, including local storage,
session storage, and the Web SQL and Indexed Database APIs, with
practical examples that show how to create and maintain a database
in each scenario. The course also covers the use of storage events
for change tracking and the cache manifest for using web
applications offline. Exercise files are included with the course.
Topics include:
* Understanding storage components of the HTML5 architecture
* Providing client–side storage
* Understanding the Storage() interface
* Keeping context with sessionStorage
* Understanding the Web SQL and Indexed Database APIs
* Creating a local storage database
* Reading, writing, editing, and deleting storage data
* Handling storage events with local storage
* Running applications offline
· ───────────────────────────────────────────────────────────────────────── ·
INSTALLATION
────────────
Unpack, burn or mount and enjoy.
· ───────────────────────────────────────────────────────────────────────── ·
GREETINGS
─────────
We salute our friends, our loyal members and our fair competitors.
· ───────────────────────────────────────────────────────────────────────── ·
░▓██████████████▓░ ··· THE ALMIGHTY QUASAR · 2011 ··· ░▓██████████████▓░
· ───────────────────────────────────────────────────────────────────────── ·
下载链接来自TLF
未经过安装测试与安全检测,使用者后果自负与本论坛无关
软体版权归原作者及其公司所有,如果你喜欢,请购买正版
|