css

Traffic Race Game in jQuery Free Source Code

Submitted by razormist on
Traffic Race Game in jQuery Free Source Code - A simple Arcade style game where your goal is to gain score as long as you play. The game is quite difficult because their are hindrance that will prevent you from getting a score. Try to get the highest score and become the king of the road. JavaScript Free Source Code.

Ball Breaker Game in JavaScript Free Source Code

Submitted by razormist on
Ball Breaker Game in JavaScript Free Source Code - A simple arcade style game where your goal is to break all the bricks to gain a score. You need to survive the ball in order to get into the next level after destroying all the bricks and hit the required score. JavaScript Free Source Code.

Block Inserter for Dynamic Content using PHP Demo Source Code

Submitted by oretnom23 on
Introduction This is a simple web application called Block Inserter. The application was developed using PHP and MySQL Database. The application inserts block/blocks to the site page with dynamic contents. It was inspired by the famous WordPress Plugin called Ad Inserter. The source code provided is only built for educational and demonstration purposes only. Technologies Here is the list of

Upload and Display Image using jQuery

Submitted by razormist on
Learn on how to create Upload and Display Image using jQuery. A simple program that can allow you to upload an image and display it in a div content. This could help you if you want to have your account have a profile image. This will teach a the simplest technique for uploading image. JavaScript Free Tutorial.

Sanitization Management System Project in PHP and MySQL Free Source Code

Submitted by oretnom23 on
Introduction This project is entitled Sanitization Management System. It is a web application developed in PHP and MySQL Database that serves as the sanitization service company's website. The site contains dynamic content and forms for both management and the public/visitor side. It has a pleasant user interface with the help of the Bootstrap Framework and AdminLTE Template. It consists of user

How to Merge Two JSON into One Array Object in JavaScript

Submitted by razormist on
Learn on how to create How to Merge Two JSON into One Array Object in JavaScript - A simple program that will dynamically merge the two JSON array into one array object. This is a useful program when you are working with an arrays in your working project. JavaScript Free Tutorial.