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