How to Create a Simple Chat Room with JavaScript
This article walks through the steps of creating a simple JavaScript chat room with websockets and two server-side technologies.
If you're brand new to web development, then this is the perfect place to start! HTML
is the foundation of every web page, and learning it will give you a good understanding of how web pages are built and structured.
Click the guide to the right to get started on your journey into the world of web development!
This article will teach you the basics of HTML, page structure, and how to create a simple website in just ten minutes.
Orangeable is Web Development Unpeeled
- An informative blog designed to help give back to the community and create a useful learning spot for new and advanced developers alike.
My name is Josh Rowe. As a long time web developer, I'll be focusing on many client-side and server-side technologies that run the web today, including coding, best practices, technical write-ups, and news for languages like JavaScript, CSS, HTML, PHP, SQL, and much more.
It takes a lot of work and practice to become proficient but, above all, it's most important to remember to have fun with it! My goal is to keep web development fun and exciting while you embark on this amazing journey!
Feel free to reach out and say hello or share any projects you're working on. I love seeing new creations and passion projects! Take care and enjoy!
More About OrangeableThis article walks through the steps of creating a simple JavaScript chat room with websockets and two server-side technologies.
In this tutorial, we'll explore three different ways to check if a value is a number in JavaScript.
Set up and configure a secure websocket connection over TLS, a configuration highly recommended for production environments.
Create a JavaScript Equalizer that utilizes the Web Audio API, a high-level JavaScript API for processing and synthesizing audio.
Learn how to smooth scroll with JavaScript. Clean scrolling animations with no third-party libraries required.
Learn how to sort table data without plugins. All you need is jQuery and a few custom functions to get started!
Learn how to implement the Google Translate in JavaScript for translating page content into many different languages.
In this tutorial, you'll learn how to copy to the clipboard in JavaScript with the Clipboard API.
Learn how to alter and manipulate JavaScript arrays when using the push(), pop(), shift(), unshift(), and splice() methods.
Create an animated text gradient with CSS that will wow all of your website visitors.
A step-by-step tutorial showing how to create a before and after image slider with CSS, jQuery, and an input range slider.
Learn how to create a fade in transition with CSS for text and image elements, on scroll, and on mouse hover.
Learn how to create a parallax scroll effect with pure CSS that works in all modern desktop and mobile browsers magnificently.
Fixed table headers are the perfect solution for retaining the column and row header views for tables with large amounts of data.
Learn the art of styling scrollbars with CSS in most modern browsers, width different customization options for width, color, etc.
Learn how to create Jump links in HTML, allowing you to jump to specific parts of a web page without a page request.
Links have been around since the dawn of the internet. This article explores sending custom SMS messages using simple HTML links.
This article will teach you the basics of HTML, page structure, and how to create a simple website in just ten minutes.
HTML input types provide some of the most complex and powerful functionality available on the web. This article cover all of them.
Explore the HTML5 video tag and its features from autoplay and playback controls to JavaScript events and accessibility options.
Instruct browsers to force-download files using anchor links in HTML with the download attribute.
PHP allows you to include other PHP files using four different statements: include, include_once, require, and require_once.
Learn how to minify HTML output with this simple PHP script to improve web page load speeds and provide a better user experience.
This article provides a quick tutorial on merging multiple PDF files into a single file programmatically using PHP and Ghostscript
Learn how to set up a PHP PEAR Mail Library installation on a Ubuntu server with the ability to send HTML emails via SMTP.
This article explains what web scraping is and how to accomplish it either using a library or regular expressions within PHP.
What is PHP? Learn how PHP works, what it's used for, and how to create a script in this descriptive and in-depth article.
In this tutorial, you'll learn how to upload files to an AWS S3 Bucket using NodeJS.
This tutorial will teach you how to uninstall an NPM package locally and globally from your environment.
Learn how to create a functioning NodeJS web server with the Express framework in both development and production environments.
Learn how to create a simple user management REST API in NodeJS using the Express framework and a few GET and POST methods.
Learn how to set up a live video streaming server with Nginx, RTMP, and HLS on a Ubuntu 20.04 server.
This quick tutorial will show you how to update packages on your Ubuntu server via the command line.
Learn how to install and set up an Apache virtual host on Ubuntu Linux to utilize the HTTPS protocol with an SSL certificate.
Installing Memcached in your Window or Linux environment allows you to leverage memory caching for faster application load times.
This guide will teach you how to set up multiple websites within an Apache virtual hosts on a Ubuntu 18.04 Linux server.
Learn how to create a list of schedule tasks with Cron and a Crontab file that run in the background of your Linux environment.
MySQL allows the ability to prevent accidental UPDATE and DELETE query executions by enabling a safe updates feature.
This tutorial will show you how to create a MySQL database using the command line and MySQL Workbench.
Learn how to run a proximity search with MySQL using some built-in functions, US zip codes, latitude, and longitude.
Divide your resultsets into chunks for better page optimization and user experiences using MySQL LIMIT and OFFSET the clauses.
This tutorial will teach you how to format dates in many different ways with MySQL and the DATE_FORMAT() function.
Learn how auto-increment works with primary keys and how to use them when creating and altering tables in a MySQL database.
This tutorial will show you some of the most common regular expressions you can use in your web applications.
This tutorial shows you how to reduce a video's file size significantly with very little loss in quality using FFMPEG.
Explore the top basic Git commands to help you set up, manage, and organize your next project.
This article will discuss DS_Store files, why they're important, how to create them, and how to manage them on your computer.
This article will teach you the basics of HTML, page structure, and how to create a simple website in just ten minutes.
Dive into a detailed overview of how JavaScript works, including details on the engine, runtime, call stack, and event queue.
What is PHP? Learn how PHP works, what it's used for, and how to create a script in this descriptive and in-depth article.
Learn how to create a functioning NodeJS web server with the Express framework in both development and production environments.
This guide will teach you how to set up multiple websites within an Apache virtual hosts on a Ubuntu 18.04 Linux server.
This tutorial will walk you through installing and setting up Flutter in a Windows environment using the Chrome web browser.
Build your first VueJS web application with this Hello World tutorial. A barebones example for learning the basics of VueJS.
ColdFusion is a rapid application development platform used to create powerful and highly functional server-side web applications.
The iOS 16.5 Public Beta 2, part of the Apple Beta Software Program, is here and ready for you to install.