HTML5 Web Storage by Eduonix Learning Solutions

video locked

About the Lecture

The lecture HTML5 Web Storage by Eduonix Learning Solutions is from the course HTML 5 Advanced Features. It contains the following chapters:

  • What is Web Storage?
  • Detecting HTML 5 Storage Support
  • Types of Web Storage
  • Syntax for Web Storage
  • Newsletter
  • Implementing Java Script
  • Show E-Mail

Included Quiz Questions

  1. Web storage is faster and more secure.
  2. Web storage doesn't need to be sent with every HTTP request like Cookies does.
  3. Cookies are able to store a larger amount of data
  1. localStorage()
  2. sessionStorage()
  3. remoteStorage()
  4. browserStorage()
  1. localStorage.setItem("key1", "value1");
  2. localStorage["key1"] = "value1";
  3. localStorage.set ("key1", "value1");
  4. localStorage(‘key1’ => ‘value1’); 
  5. None of the above
  1. sessionStorage() is gone when the browser closes, Local is there until its removed
  2. localStorage() is gone when the browser closes, sessionStorage() is there until its removed
  3. localStorage() and sessionStorage() have completely different Interfaces
  4. sessionStorage() can hold strings only while localStorage() can hold any data type

Author of lecture HTML5 Web Storage

 Eduonix Learning Solutions

Eduonix Learning Solutions


Customer reviews

(1)
5,0 of 5 stars
5 Stars
5
4 Stars
0
3 Stars
0
2 Stars
0
1  Star
0


Excerpts from the accompanying material

... can store data on a users local computer. No more cookies we had to ...

... request. It only is included when asked for. This gives a big advantage over cookies ...

... web storage objects, local and session difference: localStorage – Stores data with no ...

... They are stored as strings but can be ...

... Remove a value: removeItem("key1"); remove all values: localStorage.clear(); ...

or
Unlock lecture 4.90
USD5.53
GBP4.17