Creating a Responsive Custom Admin Template using HTML, CSS, JS, and Bootstrap 5.3

Submitted by oretnom23 on

In this tutorial, I will show you how to create a Simple and Responsive Admin Template using HTML, CSS, JavaScript, and Bootstrap 5.3 Framework. The purpose of this tutorial is to provide the students, self-learners, and beginners with a reference to learn how to build a simple and responsive template using the said languages and CSS Framework. Here, snippets and source codes of a sample web application page that demonstrates a Responsive Admin Template are provided. The source code is also provided on this site and it is free to download.

Creating a Form Validation Before and Upon Submission using JavaScript Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to create a Form Validation before and upon the submission of the form in JavaScript without using any other JS library. The tutorial aims to provide the students, self-learners, and new programmers with a reference as their guide for enhancing their JS programming capabilities for building their current and future web applications. Here, snippets and source code scripts are provided to give you a better understanding of achieving our goal in this tutorial. A sample source code zip file is also provided and is free to download.

Creating a Simple Vertical Infographic Timeline using HTML and CSS Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn to create a Simple Vertical Infographic Timeline for your site using HTML and Pure CSS. The tutorial aims to provide the students, self-learners, and new programmers with a reference to guide them in creating their own timeline design using only CSS. Here, snippets and source code scripts for creating a vertical timeline are provided. The complete source code zip file is also provided and is free to download.

Creating a Parallax Website Design using Pure CSS Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn to Create a Parallax Website Design using Pure CSS. The tutorial aims to provide students, self-learners, and new programmers with a reference for learning some new things that can be used to build a creative and interactive website design using Cascading Stylesheets Scripts. Here, I will be providing a simple web page source code or script that demonstrates the creation of a simple Parallax Effect/Design.

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.

How To Write and Call Function in Python

Submitted by admin on

Functions are blocks of reusable code in Python that perform a specific task. They take inputs, process them, and return outputs. Functions can be called from anywhere in your code, allowing you to avoid duplicating the same code in multiple places. Functions make code more modular, easier to read and maintain, and allow for better code organization.

How To Write A Function

Here is an example of a simple Python function that takes in two arguments and returns their sum:

Online Pizza Ordering System in PHP Free Source Code

Submitted by oretnom23 on
This is a PHP Project called Online Pizza Ordering System. It is a web-based application developed in PHP and MYSQL databases. The main purpose of this project is to provide Pizza Businesses with an online platform for their customer to order desired menus or pizzas that are available in their shop. It has a simple and pleasant user interface with the help of Bootstrap Framework for the designs

Getting the Similar and Difference Between Arrays in PHP Tutorial

Submitted by oretnom23 on

This tutorial tackles getting the Similar and Difference Between Arrays in PHP Language. The purpose of this article is to give an idea to students, self-learners, or those who are new to PHP Language on how they can capture or get the different or similar values or keys between 2 arrays. Here, other PHP built-in functions for arrays are also explained.

Password Hashing in PHP

Submitted by oretnom23 on

In this tutorial, you will how to use the Different built-in functions of PHP for encrypting or hashing passwords. The tutorial aims to provide a reference for students or self-learners that are learning and planning to develop an application using PHP Language. The tutorial can help you to secure your application's user password. Here, snippets and a sample login and registration source code that demonstrates the password hashing or encryption are provided and free to download.