Build a Social Network from Scratch: JavaScript PHP + MySQL
Build a Social Network from Scratch: JavaScript PHP + MySQL, available at $109.99, has an average rating of 4.55, with 183 lectures, based on 2932 reviews, and has 14047 subscribers.
You will learn about Create a full scale social networking website like Facebook or Twitter, including features such as newsfeeds, profiles, friend system, chat system, trending posts and much more! Program proficiently in PHP, HTML and CSS Program using an OO (Object Oriented) approach Know how to easily use MySQL databases with your website Understand how to register domain names and put your new site on the web! This course is ideal for individuals who are In this course you will use HTML, CSS, PHP, MySQL, JavaScript and JQuery. Although we will use all of these skills, no prior experience with them is needed. Of course, you may pick things up a little faster if you have used them before, but at the start of the course, things are explained in ways that target people who have never used the skill before. Because this course appeals to beginners as well as as experienced users, it may seem a little slow paced at the start especially if you have prior programming experience. Bare with it though because it does pick up. If you are an experienced programmer, you may not learn much about the skills but you may learn how to structure a social media website. Some of the techniques and methods used are not the most efficient way to do things (e.g. we use procedural MySQLI statements), but in my opinion, they are the easiest to teach in a short amount of time and easiest to pick up having never used the skills before. Feel free to swap bits of code with your preferred methods. It is particularly useful for In this course you will use HTML, CSS, PHP, MySQL, JavaScript and JQuery. Although we will use all of these skills, no prior experience with them is needed. Of course, you may pick things up a little faster if you have used them before, but at the start of the course, things are explained in ways that target people who have never used the skill before. Because this course appeals to beginners as well as as experienced users, it may seem a little slow paced at the start especially if you have prior programming experience. Bare with it though because it does pick up. If you are an experienced programmer, you may not learn much about the skills but you may learn how to structure a social media website. Some of the techniques and methods used are not the most efficient way to do things (e.g. we use procedural MySQLI statements), but in my opinion, they are the easiest to teach in a short amount of time and easiest to pick up having never used the skills before. Feel free to swap bits of code with your preferred methods. .
Enroll now: Build a Social Network from Scratch: JavaScript PHP + MySQL
Summary
Title: Build a Social Network from Scratch: JavaScript PHP + MySQL
Price: $109.99
Average Rating: 4.55
Number of Lectures: 183
Number of Published Lectures: 182
Number of Curriculum Items: 183
Number of Published Curriculum Objects: 182
Original Price: £44.99
Quality Status: approved
Status: Live
What You Will Learn
- Create a full scale social networking website like Facebook or Twitter, including features such as newsfeeds, profiles, friend system, chat system, trending posts and much more!
- Program proficiently in PHP, HTML and CSS
- Program using an OO (Object Oriented) approach
- Know how to easily use MySQL databases with your website
- Understand how to register domain names and put your new site on the web!
Who Should Attend
- In this course you will use HTML, CSS, PHP, MySQL, JavaScript and JQuery. Although we will use all of these skills, no prior experience with them is needed. Of course, you may pick things up a little faster if you have used them before, but at the start of the course, things are explained in ways that target people who have never used the skill before. Because this course appeals to beginners as well as as experienced users, it may seem a little slow paced at the start especially if you have prior programming experience. Bare with it though because it does pick up. If you are an experienced programmer, you may not learn much about the skills but you may learn how to structure a social media website. Some of the techniques and methods used are not the most efficient way to do things (e.g. we use procedural MySQLI statements), but in my opinion, they are the easiest to teach in a short amount of time and easiest to pick up having never used the skills before. Feel free to swap bits of code with your preferred methods.
Target Audiences
- In this course you will use HTML, CSS, PHP, MySQL, JavaScript and JQuery. Although we will use all of these skills, no prior experience with them is needed. Of course, you may pick things up a little faster if you have used them before, but at the start of the course, things are explained in ways that target people who have never used the skill before. Because this course appeals to beginners as well as as experienced users, it may seem a little slow paced at the start especially if you have prior programming experience. Bare with it though because it does pick up. If you are an experienced programmer, you may not learn much about the skills but you may learn how to structure a social media website. Some of the techniques and methods used are not the most efficient way to do things (e.g. we use procedural MySQLI statements), but in my opinion, they are the easiest to teach in a short amount of time and easiest to pick up having never used the skills before. Feel free to swap bits of code with your preferred methods.
Join over 5,000 students and be a part of this Udemy rated BEST SELLING course!
Do you want to become an expert in JavaScript, PHP and MySQL?
Do you want to build a social network just like Facebook?
If so, you’re in the right place! This course will guide you step by step in creating your own social network COMPLETELYfrom scratch.
We’re talking the kind of website that will amazeanybody that sees it. The kind of website that will get you hiredin no time!
Why let me teach you?
I work as a Software Engineer at Microsoft where I build products used by millions of people all over the world! I want to take the skills I’ve gained through years of working with some of the best developers in the world and transfer them directly to you!
I’ve taught thousands of students here on Udemy and created some of the most popular development courses on Udemy!
Okay so what’s the course about?
I will personally guide you, step by step, in creating your ownsocial network site just like Facebook complete with:
-
Status posts
-
Newsfeeds
-
User profiles
-
Chat/messaging systems
-
Friend systems
-
And much more
Whether you are a complete beginner* or an experienced programmer, this course will be massively beneficial to you.
Why should I take the course?
In the programming world, the “big 4” often consists of Google, Microsoft, Facebook and Amazon. To get a job at any of these companies, you absolutely MUSTknow the essentials: HTML, CSS, PHP, JQuery, JavaScript and MySQL.
If you take this course, you will have nothing to worry about because we use allof these skills extensively!
Support:
By enrolling in this course, you will have the COMPLETE support of a Microsoft Software Engineer (me). I’m always ready to answer any question you may have. Programming issues, errors, feature requests, general programming advice – it doesn’t matter, I’m always happy to help! I always aim to respond to questions within a few hours and it’s also worth noting that I’ve answered EVERY SINGLE question asked so far.
Future course discounts:
By enrolling in this course, you will get access to ALLof my current and future courses for the lowest possible discount we as instructors are capable of offering on Udemy – FOREVER.
Project portfolio:
The site you create in this course will be the highlight of your project portfolio! Any potential employer who see’s this project on your resume will want to hear all about it. The reason? They know that a project like this means you’re familiar with the wide range of technical skills they need their employees to know.
Fun!
Finally, this project is a lot of fun and I know you’ll have a great time implementing your own unique ideas as well as the ones we implement together. What are you waiting for?
Course Curriculum
Chapter 1: Welcome! Info and Setup
Lecture 1: Intro (same as course landing page video)
Lecture 2: Installing Xampp – Mac / Linux
Lecture 3: Installing Xampp – Windows
Lecture 4: Installing a text editor
Lecture 5: Creating the index page
Lecture 6: Creating our database
Lecture 7: Connecting to our database with PHP
Chapter 2: Register / Sign Up Form
Lecture 1: Let's create the register form!
Lecture 2: Getting values from the form
Lecture 3: Checking that the Emails Match
Lecture 4: Creating the Users Table
Lecture 5: Checking that the Email Hasn't Already Been Used
Lecture 6: Validating Remaining Values
Lecture 7: Storing Values in Session Variables
Lecture 8: Storing the Error Messages
Lecture 9: Displaying the Error Messages to the User
Lecture 10: Generating a Unique Username
Lecture 11: Giving the User a Random Profile Picture
Lecture 12: Inserting the Values into our Database
Lecture 13: Finishing touches – Finally!
Chapter 3: Login Form
Lecture 1: Improving efficiency – Only 2 extra lines of code!
Lecture 2: Creating the login form
Lecture 3: Writing the Login Handler
Lecture 4: Handling Login Errors
Lecture 5: Reopening a Closed Account
Chapter 4: Styling the Register/Login Page
Lecture 1: Setup and Introduction to CSS
Lecture 2: Adding our Page Background Image
Lecture 3: White Panel Background
Lecture 4: Panel Header
Lecture 5: Using Custom Fonts
Lecture 6: Styling the Input Boxes
Lecture 7: Showing and Hiding the Register/Login Forms
Lecture 8: Register Page Finishing Touch
Chapter 5: Building the Foundation of Our Site
Lecture 1: Header Page and Redirecting Users not Logged in
Lecture 2: Adding Twitter Bootstrap
Lecture 3: Creating the Blue Top Bar
Lecture 4: Making a Simple Site Logo
Lecture 5: Navigation Bar Icons
Chapter 6: Starting the Index Page
Lecture 1: Creating the Main User Details Column Structure
Lecture 2: Styling the User Details Panel
Lecture 3: Adding Data to the User Details Panel
Lecture 4: Creating the Newsfeed Column – Part 1
Lecture 5: Creating the Newsfeed Column – Part 2
Lecture 6: The HTAccess File
Lecture 7: Creating our Newsfeed Database Tables
Lecture 8: Object Oriented Programming – The User Class
Lecture 9: Posting Status Updates – Part 1
Lecture 10: Posting Status Updates – Part 2
Lecture 11: Allowing line breaks in our posts
Lecture 12: Stop the form resubmitting on refresh
Lecture 13: The Forgotten Logout Button
Chapter 7: Newsfeed – Getting Posts
Lecture 1: Loading Posts – Part 1
Lecture 2: Loading Posts – Part 2 Checking if Account is Closed
Lecture 3: Loading Posts – Part 3 Getting the Timestamp
Lecture 4: Loading Posts – Part 4 Output to Newsfeed
Lecture 5: Styling the Posts
Lecture 6: Infinite Scrolling (Auto Load Posts) – Part 1
Lecture 7: Infinite Scrolling (Auto Load Posts) – Part 2
Lecture 8: Infinite Scrolling (Auto Load Posts) – Part 3
Lecture 9: Infinite Scrolling (Auto Load Posts) – Part 4
Lecture 10: Our Infinite Scrolling System – Explained!
Chapter 8: Newsfeed – Extra Features
Lecture 1: 'isFriend' function – Is user 'A' friends with user 'B'
Lecture 2: Only Showing Posts from Friends
Lecture 3: Posting Comments – Part 1
Lecture 4: Posting Comments – Part 2
Lecture 5: Displaying the Comment Section – (Posting our First Comment)
Lecture 6: Loading comments – Part 1
Lecture 7: Loading comments – Part 2
Lecture 8: Styling the Comments – Part 1
Lecture 9: Styling the Comments – Part 2
Lecture 10: Bug fix – "Cannot modify header information…"
Lecture 11: Displaying Number of Comments for Each Post
Lecture 12: When Link is Clicked, Don't Show Comments
Lecture 13: Like Button – Part 1
Lecture 14: Like Button – Part 2
Lecture 15: Like Button Handler
Lecture 16: Unlike Button Handler (Undoing a Like)
Lecture 17: Like Button Styling
Chapter 9: Profile Page
Lecture 1: Creating the Left Profile Bar
Lecture 2: Styling the Left Profile Bar
Lecture 3: Add Friend Buttons – Part 1
Lecture 4: Add Friend Buttons – Part 2
Lecture 5: Friend Button Styling
Lecture 6: Remove Friend Functionality
Lecture 7: Add Friend Functionality
Lecture 8: Creating the Friend Requests Page
Lecture 9: Accepting and Ignoring Friend Requests
Lecture 10: Styling the Friend Request Buttons
Lecture 11: Showing the Popup Post Form
Lecture 12: Creating our Main JavaScript File
Lecture 13: Submit Post Ajax Form
Instructors
-
Reece Kenney
Software Engineer at Microsoft
Rating Distribution
- 1 stars: 31 votes
- 2 stars: 46 votes
- 3 stars: 181 votes
- 4 stars: 740 votes
- 5 stars: 1934 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Language Learning Courses to Learn in November 2024
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024