Javascript

Pisay Online E-Learning System using PHP/MySQL

Submitted by donbermoy on
This is an Online E-Learning System for Philippine Science High School - Caraga Region Campus. This system uses PHP, JavaScript, Bootstrap templates, JQuery and MYSQL database. In the admin side, they can create their list of lessons, upload, edit, and delete the lessons or the contents. It has a module also for creating exercises with lists of questions with adding, editing, and deleting the

The Snake Game Using JavaScript

Submitted by razormist on
The Snake Game with Source Code is a JavaScript project that is a single-player game which is very popular and enjoyable game. The program was created using jQuery, CSS and HTML. The program is very easy to play, the player has to control the three green square shaped box (the snake) to play. You just have to press the arrow keys to move the snake, your goal is to eat those green boxes to grow

Display Days In A Week Using JavaScript

Submitted by razormist on
In this tutorial we will create a Display Days In A Week using JavaScript. This code will display a days in a week when user submit the form input. The code use onclick() to call a function that will display a list of arrays that consist of days using for loop to loop through the index position of arrays in a form of weekdays. This a free program feel free to modify it and use it in your system. JavaScript is a scripting or programming language that allows you to implement complex things on web pages.