Javascript

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.

How to Retrieve your Geo Location using jQuery in JavaScript

Submitted by razormist on
How to Retrieve your Geo Location using jQuery in JavaScript - A simple JavaScript program that integrate jQuery to locate your location in real time. This tutorial will show you how to use an integrated api in jQuery to locate your actual location. JavaScript Free Tutorial.

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.

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.

Simple Space War Game in JavaScript Free Source Code

Submitted by razormist on
Simple Space War Game in JavaScript Free Source Code - A simple Arcade style game where your main objective is to destroy all the invaders to get a score. This game is very fun and entertaining try to destroy all the enemy forces in order to get the highest possible score. JavaScript Free Source Code.

Creating a Draggable HTML Element using CSS and JavaScript Tutorial

Submitted by oretnom23 on

In this tutorial, you can learn how to create a simple Draggable HTML Element using CSS and JavaScript for your dynamic websites or web applications. This tutorial aims to provide students and beginners with a reference for learning some tricks using CSS and JS to develop a creative and interactive UI/UX of a website or web application. Here, I will be providing the scripts of a simple web page that demonstrate the creation of a draggable HTML Element.

How to Convert Hex to RGB Color Code in JavaScript

Submitted by razormist on
How to Convert Hex to RGB Color Code in JavaScript - A simple JavaScript program that can convert the hex code into a new RGB color code. This tutorial will show the simplest method to convert your hex color code into a readable RGB color for your background color. JavaScript Free Tutorial.

Creating a Custom Context Menu using CSS and JavaScript Tutorial

Submitted by oretnom23 on

In this tutorial, you can learn how to create a Custom Context Menu for websites or web applications using HTML, CSS, and JavaScript. The tutorial aims to provide students and new programmers with a reference for learning to customize some of the default features of browsers when browsing websites or web applications. Here, I will be providing the scripts of a simple web page that demonstrate the creation of a simple Custom Context Menu. The source code zip file will be provided also and is free to download.