JS tutorial

Creating a Carousel Cards using CSS and JS Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to create a simple Carousel Cards feature for your websites using HTML, CSS, and JavaScript. The tutorial aims to provide the students and beginners with a reference for learning to build a useful component using CSS and JS for developing their own websites with creative design (UI/UX). Here, I will be providing a sample web page script that demonstrates the creation of simple Carousel Cards.

Creating an Image Comparison Slider using HTML, CSS, and JavaScript Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to create a simple Image Comparison Slider using HTML, CSS, and JavaScript. The main purpose of this tutorial is to provide the students and beginners with a reference for learning to build a usable feature for websites. Here, I will be providing a simple web page source code that demonstrates the creation and functionality of an Image Comparison Slider.

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.

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.

Creating a Responsive Nav Menu using CSS, Bootstrap, and JS Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to Create a Responsive Navigation Menu using CSS, Bootstrap, and JavaScript. This tutorial aims to provide students, self-learners, or new programmers with a reference for creating a responsive interface for a website or web application. Here, I will be providing a simple source code that demonstrates the main objective of this tutorial. The sample source code zip file is also provided and is free to download.

Creating a Skeleton Loader using JavaScript and CSS Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to Create a Simple Skeleton Loader for your websites or web applications data container using JavaScript and CSS. The tutorial aims to provide the IT/CS students, self-learners, or beginners with a reference for enhancing their knowledge and skills for developing a creative web application using JS and CSS. Here, snippets will be provided so you will have a better idea of achieving the goal of this tutorial. A sample source code zip file is also provided and is free to download.

Checking Internet Connection using JavaScript Navigator API Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to Create a Connection Checker w/ Popup Message for web applications or websites using JavaScript and Bootstrap v5 Framework. This tutorial's main purpose is to provide the IT/CS students and self-learners/beginners with a reference to learning how to detect internet connection changes on the client side using the JavaScript Navigator API. Here, snippets are also included and a simple working web application source code zip file is provided and free to download.

Navigating Page w/o Leaving the Page using JS Fetch and History PushState Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to implement Page Navigation without actually leaving the page in a web application using JavaScript. This tutorial aims to provide IT/CS students and new programmers with a reference that might help them to achieve their desired web application projects. Here, step-by-step tutorials with snippets are provided. A sample application source code that demonstrates the objective of this tutorial is also provided and is free to download.

Draggable Image Slider using Pure JavaScript and CSS Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to Create a Draggable Image Slider using CSS and Pure JavaScript. The tutorial aims to provide IT/CS students and new programmers with a reference for learning and gaining some more knowledge of using CSS and JavaScript for developing a web application with a creative user interface and functionalities. Here, snippets will be provided to give you more ideas for achieving the goal of this tutorial. A sample source code zip file is also provided and is free to download.

Difference Between the JavaScript's setTimeout() and setInterval() Functions

Submitted by oretnom23 on

In this article, you will learn the Difference Between JavaScript's setTimeout() and setInterval() functions. The main purpose of this tutorial is to give the IT/CS students and new programmers a reference to understand the usage and when to use the said JavaScript Functions. Here, snippets and a sample application source code that demonstrate the functionality of setTimeout and setInterval are provided.