Creating an Infinity Loader using HTML and CSS Tutorial

Submitted by oretnom23 on

In this tutorial, you can learn how to create a simple Infinity Loader using HTML and CSS. The main purpose of this tutorial is to provide the students and beginners with a reference for understanding how the animated loader is made using CSS only, Here, I will be providing a script that demonstrates the infinity loader using only CSS and HTML.

Creating a Responsive Tabs and Accordion using HTML, CSS, and JavaScript Tutorial

Submitted by oretnom23 on

This is a simple tutorial on how to create Responsive Tabs and Accordion using HTML, CSS, and JavaScript. The tutorial aims to provide the students and beginners with a reference for learning some usable user interfaces and functionality for building a responsive website. Here, snippets and scripts of a sample web page that demonstrate this tutorial's topic is provided and the source code zip file is also available and is free to download.

How to Convert Decimal to Hexadecimal Number in JavaScript

Submitted by razormist on
How to Convert Decimal to Hexadecimal Number in JavaScript - A simple JavaScript program that can convert decimal number you inputted into a hexadecimal format. This tutorial will show the simplest way to convert a number into hexadecimal using several JavaScript function. JavaScript Free Tutorial.

Creating a Layered Image Effect using HTML and CSS Tutorial

Submitted by oretnom23 on

This tutorial will help you to learn how to Create a Layered Image Effect using HTML and CSS. The purpose of this tutorial is to provide the students and beginners with a reference to enhance their knowledge and skills in terms of developing a website with a creative user interface. Here, snippets and scripts of a sample web page that demonstrate the said 3D effect of an image are provided. I have also provided the complete source code files that I created for this tutorial.

Create Switch using HTML, CSS, and JavaScript Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn to create a Toggle Switch using HTML, CSS, and JavaScript. The tutorial aims to provide the students and new programmers with a reference for building a usable component for web applications using HTML, CSS, and JS from scratch. Here, a sample source code that demonstrates a simple toggle switch with functionality is provided. The complete source code zip file is also provided and is free to download.

Different Ways of Populating HTML Select Options from MySQL Database using PHP, JS, and jQuery Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to Populate the HTML's Select box with options from the MySQL Database. The main purpose of this tutorial is to provide the students and beginners with a reference for learning some techniques for building an application using PHP, MySQL DB, JS, and jQuery Library. Here, snippets and scripts are provided to give you a better understanding of the possible ways to achieve the said goal of this tutorial. A sample source code zip file is also provided and is free to download.