Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Client-Side Data Storage Ultimate Guide, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:07
    Course Overview
  2. Урок 2. 00:01:45
    Setting up the Working Environment
  3. Урок 3. 00:03:18
    An Introduction to Client-Side Storage
  4. Урок 4. 00:05:32
    What are Cookies?
  5. Урок 5. 00:08:36
    Creating Cookies
  6. Урок 6. 00:13:29
    Retrieving Cookies
  7. Урок 7. 00:16:52
    Lab Session: Login Using Cookies
  8. Урок 8. 00:02:41
    Updating Cookies
  9. Урок 9. 00:05:01
    Lab Session: Extend Login Expiration
  10. Урок 10. 00:02:54
    Deleting Cookies
  11. Урок 11. 00:04:44
    Lab Session: Logout Removing Cookies
  12. Урок 12. 00:11:51
    Creating the Project Structure
  13. Урок 13. 00:11:04
    Creating Cookie Function
  14. Урок 14. 00:06:36
    Retrieving Cookie Function
  15. Урок 15. 00:03:42
    Updating Cookie Function
  16. Урок 16. 00:02:19
    Deleting Cookie Function
  17. Урок 17. 00:05:03
    Other Cookie Functions
  18. Урок 18. 00:03:34
    Module Support
  19. Урок 19. 00:10:20
    Publish to Github
  20. Урок 20. 00:13:26
    Readme.md - Documentation
  21. Урок 21. 00:02:44
    What is Web Storage?
  22. Урок 22. 00:13:47
    The LocalStorage Object
  23. Урок 23. 00:07:50
    Lab Session: Storing Objects in LocalStorage
  24. Урок 24. 00:04:32
    The SessionStorage Object
  25. Урок 25. 00:09:32
    Lab Session: Storing Dates and Numbers in SessionStorage
  26. Урок 26. 00:07:35
    Building the Project Structure
  27. Урок 27. 00:10:43
    Listing Items
  28. Урок 28. 00:14:58
    Adding Items to Cart
  29. Урок 29. 00:14:33
    Creating the Cart Page
  30. Урок 30. 00:02:10
    Project Design Overview
  31. Урок 31. 00:08:46
    Adding To-Dos
  32. Урок 32. 00:08:27
    Listing To-Dos
  33. Урок 33. 00:06:33
    Checking/Unchecking To-Dos
  34. Урок 34. 00:04:50
    Removing To-Dos
  35. Урок 35. 00:02:30
    What is Web SQL?
  36. Урок 36. 00:06:20
    SQL Basics
  37. Урок 37. 00:04:42
    Web SQL Core Methods
  38. Урок 38. 00:06:29
    Creating Table
  39. Урок 39. 00:05:39
    Inserting Item to Table
  40. Урок 40. 00:03:47
    Fetching from Table
  41. Урок 41. 00:02:45
    Updating Item from Table
  42. Урок 42. 00:02:24
    Deleting Item from Table
  43. Урок 43. 00:01:42
    Removing Table
  44. Урок 44. 00:05:32
    What is IndexedDB?
  45. Урок 45. 00:10:27
    Opening IndexedDB Database
  46. Урок 46. 00:10:44
    Working with Object Stores
  47. Урок 47. 00:09:38
    Start the Transaction
  48. Урок 48. 00:13:21
    Adding Data
  49. Урок 49. 00:05:10
    Lab Session: Calculating the Item Count
  50. Урок 50. 00:10:03
    Fetching Data
  51. Урок 51. 00:07:19
    Lab Session: Displaying All Data in the Store
  52. Урок 52. 00:15:12
    Updating Data
  53. Урок 53. 00:08:21
    Deleting Data
  54. Урок 54. 00:03:21
    Lab Session: Removing All Data in the Store
  55. Урок 55. 00:03:14
    Deleting Object Stores
  56. Урок 56. 00:02:58
    Deleting IndexedDB Database
  57. Урок 57. 00:12:16
    Creating Indexes
  58. Урок 58. 00:07:16
    Indexes More
  59. Урок 59. 00:11:16
    Iterating with Cursors
  60. Урок 60. 00:08:38
    Lab Session: Limiting Cursor Queries
  61. Урок 61. 00:11:15
    Working with Key Ranges
  62. Урок 62. 00:00:55
    What is next?