Simple Snake Game with Counter in JavaScript Free Source Code

Submitted by razormist on
Simple Snake Game with Counter in JavaScript Free Source Code - A simple JavaScript game application that clone the snake game into a web browser. The game mechanics is simple where your only goal is to eat food that appear randomly in order to gain a score. JavaScript Free Source Code.

Simple Hotel Booking Management System in C++ Free Source Code

Submitted by razormist on
Simple Hotel Booking Management System in C++ Free Source Code. A simple System that can make your booking of guest information be faster and efficient. This system contains multiple menus that can be select to access the functionality for managing the booking. C++ Free Source Code.

Simple Calculator GUI Project using Turtle in Python Free Source Code

Submitted by razormist on
Simple Calculator GUI Project using Turtle in Python Free Source Code - A basic application that display the actual calculator app that can be use for solving. This application can do basic math that can use to sum, divide multiply, etc. Python Free Source Code.

How to Create a Color Picker using jQuery in JavaScript

Submitted by razormist on
How to Create a Color Picker using jQuery in JavaScript. A simple JavaScript program that use jQuery module to create a dynamic color picker. This tutorial include several methods that use the basic jQuery events that will change the color palette of an element. JavaScript Free Tutorial.

How to Count All the Letters from a String in JavaScript

Submitted by razormist on
How to Count All the Letters from a String in JavaScript - A simple JavaScript program that can allow the user to count the letters from a string. This tutorial will show you the easiest way of counting all the letters from a string using a certain function. JavaScript Free Tutorial.