Javascript

Keeping Notes Web App Project using JavaScript (jQuery) Free Source Code

Submitted by oretnom23 on
Introduction This is a Keeping Notes Web App Project in JavaScript. This mini-project web application manages the user notes to keep. This has a CRUD (Create, Read, Update, and Delete) Operation Functions. With this mini-project, you can learn how to create a simple JavaScript project that uses the Web Browser's Local Storage. The source code might be useful for your future Web Application project

Click My Box Game using JavaScript with Free Source Code

Submitted by razormist on
Click My Box Game using JavaScript with Free Source Code Click My Box Game with Source Code is a project that is a single-player game where your only goal is to click the box as fast as you can. The game has a basic design that contains colored text and colored shapes. The purpose of the project is to provide some challenging games with your friends, family, etc. About the System The Click My Box

Simple Bubble Shooter Game using JavaScript with Free Source Code

Submitted by razormist on
Simple Bubble Shooter Game using JavaScript with Free Source Code Simple Bubble Shooter Game with Source Code is a project that is a single-player game where your only goal burst all the bubbles. The game has a simple design that contains colored background and image sprites. The purpose of the project is to provide some fun and enjoyable game with your friends. About the System The Simple Bubble

Online Mobile Store Management System using PHP Free Source Code

Submitted by oretnom23 on
This is an Online Mobile Store Management System Project in PHP. This project is a sort of eCommerce website or an online shop/store. The application gives an online platform for the mobile store's clients or possible clients to explore, browse, and order their desired product. The project has an online payment feature using PayPal API. This system has lots of features and functionalities which

Simple Platformer Game using JavaScript with Free Source Code

Submitted by razormist on
Simple Platformer Game using JavaScript with Free Source Code Simple Platformer Game with Source Code is a project that is a single-player game where your only goal is to get all the yellow object to win the game. The game has a basic design that contains colored objects and platforms. The purpose of the project is to give a past time during class break or weekends. About the System The Simple

Online ID Generator System using PHP Free Source Code

Submitted by oretnom23 on
Introduction This is a PHP Project entitled Online ID Generator System. This project is a web-based application that has the ability to create Identification Card Templates Dynamically and Generates ID Cards using the created templates. The system user can design the ID Card using the given options such as image file upload and text fields.He/She can also manage the positions of each text field

Flappy Bird Game using JavaScript with Free Source Code

Submitted by razormist on
Flappy Bird Game using JavaScript with Free Source Code Flappy Bird Game with Source Code is a project that is a single-player game where your goal is to survive and gain a lot of score. The game has a basic design that contains image sprites. The purpose of the project is to provide some fun and entertaining time with your friends. About the System The Flappy Bird Game using JavaScript was

Creating Universal Bootstrap Modal using jQuery and Ajax Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle about How to Create a Universlal Bootstrap Modal using jQuery and Ajax. The modal that we are going to create is a modal that can be reusable or can display different content from another file. This technique is very helpful to optimize your file size and this will prevent the redundancy of writting the modal elements. The universal Bootstrap Modal that we will create, will have a dynamic title, content, and size. We will use an HTML a tag () as the button that will initiate the modal.

Inline Table Row Insert, Update, and Delete using PHP and jQuery Tutorial

Submitted by oretnom23 on

In this tutorial, you wil learn how to create an Inline Table Row Insert, Update, and Delete using PHP/OOP, MySQL Database,and JavaScript (jQuery adn Ajax). Our main goal for this tutorial is to display data from database to HTML table that can add, editm remove table row dynamically. The table cells in the table will be editable if the user add or edit a row. The source code must have a field validator for required fields and field text types.

Dynamically Generate Table Data Using jQuery Tutorial

Submitted by razormist on

In this code we will tackle about Dynamically Generate Table using jQuery. The program will let you create your own table dynamically. The code uses a jQuery plugin that shortens your native scripting by allowing you to call a single line of code. To learn more about this, just follow the steps below.

Getting started:

First, you have to download the bootstrap framework, this is the link for the bootstrap that I used for the layout design https://getbootstrap.com/.