Student Study Center Desk Management System using PHP (OOP) and MySQL DB Free Source Code

Submitted by oretnom23 on
This project is entitled Student Study Center Desk Management System. It is a web-based application that was mainly developed using PHP Language and MySQL Database. The project's main purpose is to provide certain study center with a platform for managing the students' assigned or allocated desks. It has a pleasant user interface using Bootstrap Framework and AdminLTE Template. The project also

Simple Tic Tac Toe Game using AngularJS in JavaScript Free Source Code

Submitted by razormist on
Simple Tic Tac Toe Game using AngularJS in JavaScript Free Source Code - A simple Arcade style game where two player competing to each other in a 3x3 board. This application uses AngularJS plugin to integrate the functionality for creating this game application. JavaScript Free Source Code.

Simple Tetris Game using Canvas in JavaScript Free Source Code

Submitted by razormist on
Simple Tetris Game using Canvas in JavaScript Free Source Code - A simple arcade style game where your objective is to align the blocks horizontally. This project tends to provide some learning material that can help beginners to learn the basic coding in making game app. JavaScript Free Source Code.

Creating a 3D Cube Effect using CSS Tutorial

Submitted by oretnom23 on

In this article, you can learn to create a simple 3D Cube Effect transition using CSS. This tutorial's main purpose is to provide students and beginners with a reference for learning some CSS techniques and tricks to build or develop creative user interfaces or designs. Here, I will be providing simple web page scripts that demonstrate the creation of a simple HTML element with a 3D Cube Effect.

Image Popup/Overlay Viewer with Zoom In and Out using CSS and JavaScript

Submitted by oretnom23 on

In this tutorial, you can learn to create an Image Overlay or Popup Viewer using HTML, CSS, and JavaScript. The tutorial aims to provide students and beginners with a reference for learning how to build a useful component of a website or web application using CSS and JS. Here, I have provided a simple program that I created that demonstrates the creation of an Image Overlay or Popup Viewer with zoom and drag features.

Creating an Auto Resizing HTML Textarea using CSS and JavaScript Tutorial

Submitted by oretnom23 on

In this tutorial, you can learn how to create an Auto Resizing HTML Textarea using CSS and JS. The tutorial aims to provide students and beginners with a reference for learning some useful CSS and JS tricks for their own website or web application projects. Here, I will be providing a web page script that demonstrates the creation of Auto Resizing textarea.

Creating a Tags Input Field using CSS and JavaScript Tutorial

Submitted by oretnom23 on

In this tutorial, you can learn how to create a simple Tags Input Field for your web forms or CMS projects. The tutorial aims to provide students and beginners with a reference for learning of building a useful website or web application component and providing them with a free web library for generating Tag Input Fields. Here, I created a simple web page script using the simple library that I created to demonstrate the main goal of this article.

How to Calculate Grade Point Average Automatically in JavaScript

Submitted by razormist on
How to Calculate Grade Point Average Automatically in JavaScript - A simple JavaScript program that will automate the calculate of the gpa for each of your student. This tutorial will teach you the easiest way to calculate the gpa for your student grade. JavaScript Free Tutorial.