-
Procasti..nator: Chrome Extension Part 4
- May 16, 2022, 9:18 PM UTC
- 75 Views
- 1 Likes
- 0 Comments
Let's add the extension to the browser
-
Procasti..nator: Chrome Extension Part 3
- May 16, 2022, 9:10 PM UTC
- 116 Views
- 1 Likes
- 0 Comments
Let's start working on the manifest.json file for our extension
-
Procrasti..nator: Chrome Extension Part 2
- May 11, 2022, 5:30 AM UTC
- 130 Views
- 1 Likes
- 0 Comments
Let's go over the HTML & CSS briefly before we start coding the functionality of our extension
-
Procrasti..nator: Chrome Extension Part 1
- May 11, 2022, 5:26 AM UTC
- 456 Views
- 1 Likes
- 0 Comments
Brief introduction to the chrome extension that we will be making.
-
Chatty Chat: Part 12 - Handle form submission
- May 3, 2022, 4:09 AM UTC
- 53 Views
- 0 Likes
- 0 Comments
Let's handle the form submission when someone sends a chat message and then receive the emitted chat message on the server side and send it back across...
-
Chatty Chat: Part 11 - DOM Handler Function
- Apr 30, 2022, 5:40 AM UTC
- 113 Views
- 0 Likes
- 0 Comments
Let's work on a DOM handler function whose purpose is to insert messages into the DOM and display them in the chatbox.
-
Chatty Chat: Part 10 - Emit a Join Event to Make a User Join a Chatroom
- Apr 30, 2022, 5:33 AM UTC
- 131 Views
- 0 Likes
- 0 Comments
Let's make sure that when someone clicks on a room link they're joining that particular chatroom.
-
Chatty Chat: Part 9 - Establishing a Socket Connection Between the Client & Server
- Apr 26, 2022, 10:22 PM UTC
- 155 Views
- 0 Likes
- 0 Comments
let's establish a connection so that the client and server can communicate with each other via a socket connection.
-
Chatty Chat: Part 8 - Get started with socket.io
- Apr 26, 2022, 10:15 PM UTC
- 130 Views
- 0 Likes
- 0 Comments
Let's get set up to start using socket.io which establishes bi-directional communication between a client/clients and server.
-
Chatty Chat: Part 7 - Fix Display Link
- Apr 21, 2022, 7:29 PM UTC
- 92 Views
- 0 Likes
- 0 Comments
Let's get the room link under the "Create" button where we actually want it!