Use Jump Links to Scroll to Specific Parts of a Page
Learn how to create Jump links in HTML, allowing you to jump to specific parts of a web page without a page request.
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, React, Vue.js, 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 Jump links in HTML, allowing you to jump to specific parts of a web page without a page request.
Instruct browsers to force-download files using anchor links in HTML with the download attribute.
This 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.
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!
Learn how to implement the Google Translate in JavaScript for translating page content into many different languages.
Learn how to alter and manipulate JavaScript arrays when using the push(), pop(), shift(), unshift(), and splice() methods.
Learn how to smooth scroll with JavaScript. Clean scrolling animations with no third-party libraries required.
A step-by-step tutorial showing how to create a before and after image slider with CSS, jQuery, and an input range slider.
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 fade in transition with CSS for text and image elements, on scroll, and on mouse hover.
Fixed table headers are the perfect solution for retaining the column and row header views for tables with large amounts of data.
Learn how to create a parallax scroll effect with pure CSS that works magnificently in all modern desktop and mobile browsers.
Create an animated text gradient with CSS that will wow all of your website visitors.
Links have been around since the dawn of the internet. This article explores sending custom SMS messages using simple HTML links.
Explore the HTML5 video tag and its features from autoplay and playback controls to JavaScript events and accessibility options.
Learn how to create color using color codes in HTML, both RGB and hexadecimal, with a table referencing all the color names.
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.
Learn how to minify HTML output with this simple PHP script to improve web page load speeds and provide a better user experience.
Variables in PHP are pieces of data identified by a name and have the ability to store data of many types.
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
PHP allows you to include other PHP files using four different statements: include, include_once, require, and require_once.
Use Memcached with PHP to improve web page load times, especially with database-intensive and dynamically driven applications.
In this tutorial, we'll cover the basics of React Router and how to set it up in your React application.
React components are the building blocks of modern UI, enabling developers to create modular, reusable, and maintainable code.
In this tutorial, we'll cover the basics of React Hooks and show you how to use them in your React applications.
Learn how to set up a development environment and create your first React app with this quick and easy tutorial.
In this tutorial, we'll walk through the fundamentals of React Context API and how to use it effectively in your application.
Build your first VueJS web application with this Hello World tutorial. A barebones example for learning the basics of VueJS.
In this tutorial, you'll learn how to create an Electron app, run it, and package it on Windows, Mac OS, and Linux environments.
In this tutorial, you'll learn how to upload files to an AWS S3 Bucket using NodeJS.
Explore the inner workings of a package.json file and how you can modify the configuration keys to fit the needs of your project.
This tutorial will teach you how to uninstall an NPM package locally and globally from your environment.
This tutorial will teach you how to save text to a file in Node.js using the built-in File System module.
Learn how to create a functioning NodeJS web server with the Express framework in both development and production environments.
Set up and configure a secure websocket connection over TLS, a configuration highly recommended for production environments.
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.
In this tutorial, you'll learn how to remove files and directories using the command line in Ubuntu Linux.
MySQL allows the ability to prevent accidental UPDATE and DELETE query executions by enabling a safe updates feature.
Learn how to define a custom ORDER BY statement in MySQL with the ORDER BY FIELD clause.
This tutorial will show you how to create a MySQL database using the command line and MySQL Workbench.
Divide your resultsets into chunks for better page optimization and user experiences using MySQL LIMIT and OFFSET the clauses.
Learn how to run a proximity search with MySQL using some built-in functions, US zip codes, latitude, and longitude.
This tutorial will teach you how to format dates in many different ways with MySQL and the DATE_FORMAT() function.
Explore the top basic Git commands to help you set up, manage, and organize your next project.
This tutorial shows you how to reduce a video's file size significantly with very little loss in quality using FFMPEG.
This article will discuss DS_Store files, why they're important, how to create them, and how to manage them on your computer.
The iOS 17 Beta 8, part of the Apple Beta Software Program, is here and ready for you to install.
This tutorial will show you some of the most common regular expressions you can use in your web applications.
Learn how to build and execute database queries with CFML in this expansive tutorial with in-depth explanations and code examples.
ColdFusion is a rapid application development platform used to create powerful and highly functional server-side web applications.
Learn how to prevent issues with data modification by implementing process control using the cflock tag in CFML.
Learn how to create and work with CFCs (ColdFusion Components) and invoke methods in CFML.
In this tutorial, you'll learn how to create variables and set values with the cfset tag in CFML.
Discover how to create and manage client-side and server-side cookies with the cfcookie tag in CFML, with code examples.
This tutorial will walk you through installing and setting up Flutter in a Windows environment using the Chrome web browser.