In this video we'll be using a bestspace Cloud Server to host a web server with a FREE SSL certificate from Let's Encrypt to allow our website to use HTTPS.
Use promo code: VPS to get your first month 50% off!
In this video we'll be using a bestspace Cloud Server to host a web server with a FREE SSL certificate from Let's Encrypt to allow our website to use HTTPS.
In this video we will be creating the update() function in our Javascript code to allow us to display our retrieved messages to the user. Note: The username variable in the update() function is not...
In this video we will be creating the get-messages.php page which will allow us to retrieve messages from the database. Note: The username variable in get-messages.php isn't actually required, my b...
In this video we will be adding the Javascript to the homepage to allow us to send messages from the homepage to the update-messages.php file using Ajax.
In this video we'll be adding the Javascript to the index page that forces the login box to appear when the user hasn't logged in and the code that removes the login box whenever the user has logge...
In this video we'll be adding the template from the source code to make our messaging application more user friendly. We'll also be completing the update-messages.php file which will enable us to s...
In this video we'll be creating our database and our database username to allow us to connect to the database that we will store all of our messages in.