Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Create a Netflix clone from Scratch: JavaScript PHP + MySQL, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:36
    Intro video
  2. Урок 2. 00:05:36
    Xampp installation
  3. Урок 3. 00:00:40
    Downloading a text editor
  4. Урок 4. 00:03:58
    Creating our index page
  5. Урок 5. 00:06:37
    Creating the users table
  6. Урок 6. 00:05:51
    Creating the register page
  7. Урок 7. 00:07:12
    Styling our form column
  8. Урок 8. 00:06:05
    Creating the input fields
  9. Урок 9. 00:03:50
    Quick preview of handling the form submission
  10. Урок 10. 00:06:29
    Styling the input fields
  11. Урок 11. 00:09:34
    Creating the title section
  12. Урок 12. 00:05:56
    Adding a site logo
  13. Урок 13. 00:05:30
    Styling the login link
  14. Урок 14. 00:02:01
    Creating the login page
  15. Урок 15. 00:09:22
    Sanitising the user's first name
  16. Урок 16. 00:05:29
    Form sanitizer class
  17. Урок 17. 00:05:01
    Sanitation methods
  18. Урок 18. 00:04:59
    Config file
  19. Урок 19. 00:07:49
    Connecting to the database
  20. Урок 20. 00:04:39
    Creating the Account class
  21. Урок 21. 00:04:24
    Validating the first name
  22. Урок 22. 00:05:04
    Displaying errors to the user
  23. Урок 23. 00:03:38
    Using constants for our error messages
  24. Урок 24. 00:05:31
    Validating the last name
  25. Урок 25. 00:06:50
    Validating the username
  26. Урок 26. 00:08:19
    Validating the email
  27. Урок 27. 00:04:27
    Validating the passwords
  28. Урок 28. 00:02:17
    Stying the error messages
  29. Урок 29. 00:07:52
    Inserting the users details to the table
  30. Урок 30. 00:05:12
    Let's try the insert query out!
  31. Урок 31. 00:03:35
    How to debug MySQL queries
  32. Урок 32. 00:06:40
    Writing the login function
  33. Урок 33. 00:03:49
    Let's try the login function out!
  34. Урок 34. 00:05:37
    Storing the session
  35. Урок 35. 00:04:02
    Remembering the last entered values
  36. Урок 36. 00:03:08
    Remembering the values entered on the register page
  37. Урок 37. 00:05:16
    Setting up our tables
  38. Урок 38. 00:04:38
    Adding sample video files and images
  39. Урок 39. 00:04:27
    Explanation of the tables
  40. Урок 40. 00:04:57
    Creating the preview provider class
  41. Урок 41. 00:05:37
    Getting a random entity from the table
  42. Урок 42. 00:05:44
    Creating the entity class
  43. Урок 43. 00:05:09
    Entity 'getter' functions
  44. Урок 44. 00:03:33
    Showing the preview video
  45. Урок 45. 00:03:46
    Splitting code into a header file
  46. Урок 46. 00:05:47
    Creating the preview overlay
  47. Урок 47. 00:04:47
    Preview details element
  48. Урок 48. 00:06:47
    Styling the buttons
  49. Урок 49. 00:06:02
    Font Awesome icons
  50. Урок 50. 00:01:40
    Button hover state
  51. Урок 51. 00:05:45
    Muting and unmuting the preview video
  52. Урок 52. 00:03:14
    Changing the icon on mute/unmute
  53. Урок 53. 00:02:27
    Showing the image when the preview has ended
  54. Урок 54. 00:02:30
    Adding some style to the page background
  55. Урок 55. 00:05:24
    Creating the category container class
  56. Урок 56. 00:05:13
    Showing all categories
  57. Урок 57. 00:10:14
    Creating the Entity provider class
  58. Урок 58. 00:05:06
    Looping over each entity
  59. Урок 59. 00:04:38
    Outputting the html for each entity
  60. Урок 60. 00:04:38
    Styling the entity previews
  61. Урок 61. 00:04:10
    Styling the category sections
  62. Урок 62. 00:07:00
    Creating the entity page
  63. Урок 63. 00:06:33
    Error message class
  64. Урок 64. 00:05:05
    Creating the season provider
  65. Урок 65. 00:03:54
    Getting the seasons
  66. Урок 66. 00:04:50
    Creating the video class
  67. Урок 67. 00:07:16
    Creating the season class
  68. Урок 68. 00:07:53
    Outputting the season numbers
  69. Урок 69. 00:04:12
    Getting the video properties
  70. Урок 70. 00:03:59
    Outputting the episodes
  71. Урок 71. 00:04:39
    Styling the episodes
  72. Урок 72. 00:07:32
    Showing 'you might also like' section
  73. Урок 73. 00:08:05
    Incrementing the video views
  74. Урок 74. 00:04:48
    Displaying the video
  75. Урок 75. 00:03:47
    Creating the back button
  76. Урок 76. 00:06:29
    Back button functionality
  77. Урок 77. 00:01:05
    Hiding the video controls after 2 seconds
  78. Урок 78. 00:04:45
    Video progress table
  79. Урок 79. 00:02:17
    Initialising the video
  80. Урок 80. 00:03:17
    Making an ajax call
  81. Урок 81. 00:05:22
    Passing data in our ajax call
  82. Урок 82. 00:05:19
    Inserting the initial video progress into the table
  83. Урок 83. 00:06:39
    Creating the video progress timer
  84. Урок 84. 00:04:28
    Updating the video progress as the video plays
  85. Урок 85. 00:06:36
    Marking the video as 'seen'
  86. Урок 86. 00:04:13
    Resume playing where we left off
  87. Урок 87. 00:09:29
    Getting the 'up next' video
  88. Урок 88. 00:07:28
    'Up next' video when there's no more episodes
  89. Урок 89. 00:04:00
    'Up next' title
  90. Урок 90. 00:06:20
    Displaying the season and episode number
  91. Урок 91. 00:03:04
    The 'play next video' button
  92. Урок 92. 00:01:23
    Styling the up next controls
  93. Урок 93. 00:03:16
    Restart video button
  94. Урок 94. 00:02:49
    Play button functionality
  95. Урок 95. 00:02:00
    Showing the overlay when the video ends
  96. Урок 96. 00:02:00
    Getting the entity id for a video
  97. Урок 97. 00:01:58
    Getting the next video for that entity
  98. Урок 98. 00:07:16
    Hooking up the play button on the video preview
  99. Урок 99. 00:06:22
    Subtitle of the video preview
  100. Урок 100. 00:06:22
    Play button text
  101. Урок 101. 00:03:45
    Displaying a check mark on 'seen' videos
  102. Урок 102. 00:04:08
    Navigation bar html
  103. Урок 103. 00:05:34
    Styling the navigation bar
  104. Урок 104. 00:05:36
    Changing the background color on scroll
  105. Урок 105. 00:05:18
    Hiding the navigation on the watch page
  106. Урок 106. 00:07:04
    TV shows page
  107. Урок 107. 00:05:37
    TV show preview video
  108. Урок 108. 00:03:14
    TV show categories
  109. Урок 109. 00:06:16
    Movies page preview video
  110. Урок 110. 00:04:33
    Movies page categories
  111. Урок 111. 00:04:09
    Category page preview video
  112. Урок 112. 00:03:27
    Category page entities
  113. Урок 113. 00:02:00
    Creating the search page html
  114. Урок 114. 00:03:42
    Searching after 500 milliseconds
  115. Урок 115. 00:00:47
    Implementing the search ajax
  116. Урок 116. 00:04:53
    Creating the search results provider
  117. Урок 117. 00:04:27
    Writing the search query
  118. Урок 118. 00:04:27
    Outputting the search results
  119. Урок 119. 00:03:19
    Profile page html
  120. Урок 120. 00:04:59
    Pre filling the text box values
  121. Урок 121. 00:03:32
    Styling the forms
  122. Урок 122. 00:05:52
    Handling the user details form submission
  123. Урок 123. 00:08:08
    Checking if the data is valid
  124. Урок 124. 00:06:04
    Updating the user's details
  125. Урок 125. 00:06:55
    Showing a success/error message
  126. Урок 126. 00:04:18
    Password form submission
  127. Урок 127. 00:03:11
    Updating the password
  128. Урок 128. 00:05:13
    Logging out
  129. Урок 129. 00:03:08
    The 'subscribe' html code
  130. Урок 130. 00:06:42
    Adding the PayPal SDK
  131. Урок 131. 00:02:37
    PayPal configuration credentials
  132. Урок 132. 00:04:36
    Creating a billing plan
  133. Урок 133. 00:01:19
    Creating a billing agreement
  134. Урок 134. 00:05:23
    Testing out the payment system
  135. Урок 135. 00:07:54
    Executing the billing agreement
  136. Урок 136. 00:05:54
    Charging a setup fee
  137. Урок 137. 00:04:26
    Showing an error message
  138. Урок 138. 00:04:46
    Storing the transaction details
  139. Урок 139. 00:05:59
    Setting the user's account to 'subscribed'
  140. Урок 140. 00:01:53
    What about cancellations?
  141. Урок 141. 00:06:43
    Preventing users watching videos if not subscribed