I’m sure you tried to export your Unity game to a WebGL version to publish it online. But it does not appear full screen. Well, you can replace your index.html code with this, but do it at your own risk: And, hey, don’t forget you need to change this “Build/WebBuild.json” according your project. In my…
Category: HTML5, CSS & JavaScript
WhatsUp Online Shop – A PHP, MySQL and WhatsApp based online store CMS for free
This tutorial teaches you how to make an online shop that works with WhatsApp for free without using WordPress or Joomla CMS. This PHP software is a lightweight and simple CMS system that allows you to post products with pictures, description, pricing, quantity and options. It has easy to use Shopping cart, add to cart…
How to prevent right click on a web browser with JavaScript
Sometimes we are so selfish enough that we feel disabling right click functionality on our website is necessary, although there are many users that will find a way to keep stealing our contents. This is a simple script to prevent context menu being displayed (to prevent right click) on our website:
How to make your own multiple answers quiz with JavaScript
What I’m going to share below is an HTML5 based multiple answers quiz web app and also it’s quiz generator. You can use the generator included in this source code to input your questions and answers including the correct answer. Then you can copy the generated JSON code and paste it on a quiz definition…
Free JavaScript QR Code and Bar Code Generator Source Code
There are two good JavaScript libraries to generate QR Code and Bar Code, I combined both libraries to make a web app that able to generate both QR and Bar Codes in single app. Check out this demo page here: https://webapps.ciihuy.com/qrbarcodegenerator/ Simply type some short text or numbers or a url then click generate to…
How to make an Mp3 Player based on HTML5 and HowlerJS
HowlerJS is a nice JavaScript library for handling audio files with JavaScript. In this blog post I’m going to share a test project that I’ve done, it is an Mp3 player web program using HowlerJS. This player has all the basic UI requirements such as a seek bar, play, pause, next and prev button and…
Basic Phaser Game Example : Tap to Make the Kitten Happy
This is a very basic Phaser game example. If you want to learn phaser game development, you can try from simple things like this. There is a cat, initially it is happy. But there is an indicator that decreases time by time. By clicking the cat’s face, the indicator increases accordingly. If the indicator is…
HTML5 Crossword Puzzle Game Template and Source Code
An Open Source HTML5 Crossword Puzzle Game based on Crossword.js that you can use it for your project, just change the word list in ttss.js file. You can randomize words to play with, toggle to show or hide correct answers, and more. This HTML5 puzzle game / web app is designed to be viewed from…
HTML5 Flip Book using TurnJS library
An example of using TurnJS library to create a flip book web app. Book pages are jpg images stored in a folder, then loaded up into this flip book nicely. Let’s say you want to make your own flip book? Convert your book pages into individual jpg images, rename them accordingly from 1 to any…
HTML5 Canvas Reflexology Map and Area
Open Source HTML5 canvas based reflexology and massage area for feet and hands available in English and Bahasa Indonesia. On the top right panel of this web app you can see 4 buttons: 1. Search Tap to find any part of your body and tap the result, then you will see massage point related to…
PHP MySQL Travel History Questionnaire during Covid19
This is a simple single page PHP and MySQL based Questionnaire regarding travel history during Covid19. You will see a questionnaire page asking you 5 questions: Your name Phone number Have you been to China in last 2 weeks? Have you travelled out of Singapore in the last 2 weeks? Body temperature When you click…
My Flip Phone – HTML5 and JavaScript colors and numbers phone game source code
Free HTML5 and JavaScript colors and numbers phone game based on HTML5 canvas. Click any number on this flip phone to play it’s audio, and click the colors to change the phone’s color. Get the source code here:
WeDefenders – HTML5 Alien Ships Shooting Game
2D Top Down Alien Ships Shooting Game Free top down alien ships shooting game based on Phaser.js This game was made to be integrated as a mobile app, but I did not continue it.
Insveculator – Free HTML5 Stock Market & Forex Like trading game
Fake Stock Market Trading Simulation Game based on JavaScript and HTML5 Canvas Stock prices in this game are generated randomly. You can play this game by buying and selling stocks, and make money from the differences between prices when you bought and when you sold them.
Free Open Source Online Quran with Translations
Online Quran with translation based on HTML5 and PHP. If you have any question, feel free to contact me ๐ It’s optimised for mobile view. Has language change feature, theme selection, and options for changing Arabic and translation text sizes. Available languages are: English, Bahasa Indonesia, Japanese and French
Making a simple and easy slider for your website with Slick
Slick is a powerful and beautiful JavaScript library to make a nice, responsive and mobile friendly slider for your websites. In this video you will see the basic use of Slick.
How to make a simple WhatsApp button for your website?
It’s easy! In this video below, you will see how to make a simple WhatsApp image button/link in HTML and JavaScript, with or without message text.
Lorem Ipsum Cakes V2 – Simple Cake Shop Online Order System
Lorem Ipsum Cakes V2 is a simple cake shop online order system using HTML5 and PHP. It simply record client’s orders on your website database and your client can simply chat with you by using WhatsApp, either web version on their desktop devices or mobile phones using installed WhatsApp app.
How to make a responsive full screen background image in HTML5
Bringing an image to a web page is easy as we can use <img src… tag. But what if we want to use an image as a background image? It is also easy. You can search for it on internet. But, there is more, how to make this background image in full screen mode, center…
Lorem Ipsum Cakes – Free Order Via WhatsApp HTML5 Template
Hello everyone. This is a Free HTML website template that I’ve made it recently for one of my projects. Let’s say we are selling cakes. People can order their cakes by filling this order form, and then the order message is being sent via WatsApp. Feel free to modify the code and change my number…