howCode

Rank: 2557 / 4486

10 selected videos

New Social Network - Part 1 - Getting Started

In this brand new series we'll be learning how to create our own social network from scratch using PHP and MySQL.

This series makes the old howCode Social Network series obsolete.

We'll be using modern web development best-practices throughout this series to ensure that our social network is secure, easy-to-maintain and efficiently uses resources.

Link to DigitalOcean: http://howco.de/d_ocean

Link to video 1 source code: http://howco.de/sn1-source

Link to series playlist:...

View more

Related topics : social network php mysql

How to Make a Social Network from Scratch: Part 2 - Editing the Design (remake)

How to create a social network from scratch using HTML, CSS, Javascript, PHP and MySQL.

I decided to edit the design because I didn't like the old one. I'd like to see what you all think in the comments.

Full source code:

http://howco.de/181hgHf

(Watch this video to find out why: http://www.youtube.com/watch?v=mvVLwn2-wQ0)

Subscribe for more.

View more

Related topics : social network php mysql

How to Make a Social Network from Scratch: Part 1 - Begining the Design (remake)

How to create a social network from scratch using HTML, CSS, Javascript, PHP and MySQL.

Full source code:

http://howco.de/181hgHf

(Watch this video to find out why: http://www.youtube.com/watch?v=mvVLwn2-wQ0)

Subscribe for more.

View more

Related topics : social network php mysql

New Social Network - Part 33 - Sending Emails

In this video we'll be learning how to use the high-level PHPMailer library to send emails to users of our social network.

We'll be using an external email server to send the emails. We'll be using Gmail in this series.

Link to DigitalOcean: http://howco.de/d_ocean

Link to video 33 source code: http://howco.de/sn33-source

Link to series playlist: http://howco.de/sn-playlist

Link to howCode Facebook: http://howco.de/fb

Link to howCode Twitter: http://howco.de/twitter

Link to /r/howCode:...

View more

Related topics : social network email

How to Make a Social Network from Scratch: Part 4 - Creating the Menu (remake)

In this episode we will be adding a menu to the top right hand side of our website.

Full source code:

http://howco.de/181hgHf

(Watch this video to find out why: http://www.youtube.com/watch?v=mvVLwn2-wQ0)

Subscribe for more.

View more

Related topics : creating a social network website from scratch

How to Make a Social Network from Scratch: Part 3 - Adding a Search Box (remake)

In this episode we're adding a fancy CSS search box to our social network.

Full source code:

http://howco.de/181hgHf

(Watch this video to find out why: http://www.youtube.com/watch?v=mvVLwn2-wQ0)

Subscribe for more.

View more

Related topics : social network search

New Social Network - Part 6 - Token Swap & Email Check

In this video we'll be enabling our social network to securely re-generate new login tokens without the user knowing. This means that the user can remain logged in indefinitely.

We'll also be adding additional validation to the registration form to ensure duplicate email addresses are avoided.

Link to DigitalOcean: http://howco.de/d_ocean

Link to video 6 source code: http://howco.de/sn6-source

Link to series playlist: http://howco.de/sn-playlist

Link to howCode Facebook:...

View more

Related topics : social network email

New Social Network - Part 5 - Login Tokens

In this video we'll be generating the login tokens that securely log the user into our social network.

We'll be generating the login token, hashing it, storing it in our database and storing the un-hashed version of the token in a cookie in the users browser.

Link to DigitalOcean: http://howco.de/d_ocean

Link to video 5 source code: http://howco.de/sn5-source

Link to series playlist: http://howco.de/sn-playlist

Link to howCode Facebook: http://howco.de/fb

Link to howCode Twitter:...

View more

Related topics : social network users

How to Make a Social Network from Scratch: Part 7 - Making the Register form work (remake)

In this episode we will be making our registration form work using PHP and MySQL

Full source code:

http://howco.de/181hgHf

(Watch this video to find out why: http://www.youtube.com/watch?v=mvVLwn2-wQ0)

Subscribe for more.

View more

Related topics : make a social network

Social Network Source Code (Link in Description)

The source code from the original social network series without any files that I didn't create myself.

LINK TO DOWNLOAD BELOW:

http://howco.de/181hgHf

Enjoy the code and don't forget to like, comment and subscribe for more! :D

View more

Related topics : creating a social network