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