Pong the Game(Multiplayer) using jQuery in JavaScript Free Source Code

Submitted by razormist on
Pong the Game(Multiplayer) using jQuery in JavaScript Free Source Code - A simple game application that can be played by two players to compete. The gameplay is so simple each player must hit the ball back to the opponent goal in order to win this round. JavaScript Free Source Code.

Inserting New Element Before or After Existing Element using Pure JavaScript Tutorial

Submitted by oretnom23 on

In this tutorial, you can learn how to Insert a New Element Before or After existing elements using JavaScript. The main purpose of this tutorial is to provide students and beginners with a reference for learning some techniques and usage using the JavaScript built-in methods. Here, I will be providing a sample web application that demonstrates the usage of JavaScript insertBefore and after methods.

Login and Registration using PHP and SQLite3 Tutorial Source Code

Submitted by oretnom23 on
In this article, I have provided a Simple PHP source code that demonstrates the creation of a Login and Registration Feature of a Web Application using PHP Language and SQLite3 database. The source code I provided contains some comments that can help you understand it more. The source code results in a simple web application that contains a login form, registration form, and home page. About the

Simple Number System Conversion App in JavaScript Free Source Code

Submitted by razormist on
Simple Number System Conversion App in JavaScript Free Source Code - A simple application that can convert your decimal number to any type of number system. The application only includes the following conversion such as (decimal, binary, octal, hexadecimal). JavaScript Free Source Code.

Creating a Simple Input Masking using JavaScript Tutorial

Submitted by oretnom23 on

In this tutorial, you can learn how to create a simple Input Masking for formatting the HTML input values using only JavaScript. The tutorial aims to provide students and beginners with a reference for learning to create a useful component using JavaScript. Here, I will be providing a simple web page script that demonstrates the creation of a simple form with the masked input field.

Creating a Stopwatch Web Application using JavaScript Tutorial

Submitted by oretnom23 on

In this tutorial, you can learn to create a simple Stopwatch web application using JavaScript. This tutorial aims to provide students and beginners with a reference for learning to create a Stopwatch. Here, I will be providing a simple web page script that demonstrates the creation of a simple Stopwatch Web Application.

Dino Clone Game using Turtle in Python Free Source Code

Submitted by razormist on
Dino Clone Game using Turtle in Python Free Source Code - A simple Arcade style game where your main objective is to stay alive to continue gaining score. The application is a clone of the original game from the google chrome browser only appear when the internet is down. Python Free Source Code.