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.
This article walks through the steps of creating a simple JavaScript chat room with websockets and two server-side technologies.
This article covers creating an awesome animated gradient text effect that will wow all of your website visitors.
Set up and configure a secure websocket connection over TLS, a configuration highly recommended for production environments.
Orangeable is web development unpeeled. An informative blog designed to help give back to the development community and create a useful learning center for new and advanced developers alike.
My name is Josh Rowe. As a long time web developer, I'll be focusing on many front and backend technologies that run the web today, including development, 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 OrangeableLearn how to create a smooth animated scroll with very little code in vanilla JavaScript. No third-party libraries are required!
Create a JavaScript Equalizer that utilizes the Web Audio API, a high-level JavaScript API for processing and synthesizing audio.
Learn how to sort table data without plugins. All you need is jQuery and a few custom functions to get started!
In this tutorial, we'll explore multiple ways to sort an array of objects in JavaScript and create a custom function.
In this tutorial, you'll learn how to copy text to the clipboard using the Clipboard API in JavaScript.
Learn how to create a simple calculator with JavaScript, CSS, and HTML, with the ability to add, subtract, multiply, and divide.
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 a parallax scroll effect with pure CSS that works in all modern desktop and mobile browsers magnificently.
Learn how to create a fade in transition with CSS for text and image elements, on scroll, and on mouse hover.
A step-by-step tutorial showing how to create a before and after image slider with CSS, jQuery, and an input range slider.
Bootstrap 5 release date, important updates, features, and information you'll need to know for the latest release of Bootstrap.
Links have been around since the dawn of the internet. This article explores sending custom SMS messages using simple HTML links.
Adding Twitter Cards to your website can help you establish and present your brand to millions of potential viewers and customers.
Learn how to create color using HTML color codes, both RGB and hexadecimal, with a table referencing all the color names.
Learn how to create Jump links in HTML, allowing you to jump to specific parts of a web page without a page request.
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.
Learn how to minify HTML output with this simple PHP script to improve web page load speeds and provide a better user experience.
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 provides a quick tutorial on merging multiple PDF files into a single file programmatically using PHP and Ghostscript
In this article, we'll discover how to implement 301 permanent redirects on your site including benefits and best practices.
Learn how to work with PHP's three different array types: indexed arrays, associative arrays, and multi-dimensional arrays.
Learn how to prevent SQL injections and protect your database using a simple PHP script and connecting to MySQL via MySQLi.
In this tutorial, you'll learn how to upload files to an AWS S3 Bucket using Node.js.
Learn how to create a functioning Node.js web server with the Express framework in both development and production environments.
Learn how to create a simple user management REST API in Node.js using the Express framework and a few GET and POST methods.
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.
Learn how to create your own Minecraft Server in a Linux Ubuntu 20.04 environment so you and your friends can play together.
Learn how to create a list of schedule tasks with Cron and a Crontab file that run in the background of your Linux environment.
Learn how to set up a live video streaming server with Nginx, RTMP, and HLS on a Ubuntu 20.04 server.
This guide will teach you how to set up multiple websites within an Apache virtual hosts on a Ubuntu 18.04 Linux server.
Divide your resultsets into chunks for better page optimization and user experiences using MySQL LIMIT and OFFSET the clauses.
MySQL allows the ability to prevent accidental UPDATE and DELETE query executions by enabling a safe updates feature.
Learn how auto-increment works with primary keys and how to use them when creating and altering tables in a MySQL database.
Learn how to run a proximity search with MySQL using some built-in functions, US zip codes, latitude, and longitude.
In this tutorial, we'll cover duplicating MySQL table structures and copying all data to a new table with just a few commands.
Learn how to backup and restore MySQL databases using the mysqldump utility in the command line.
This tutorial will walk you through installing and setting up Flutter in a Windows environment using the Chrome web browser.
This tutorial shows you how to reduce a video's file size significantly with very little loss in quality using FFMPEG.