Skip to content

ThirteeNov

My personal blog about coding and internet

  • My YouTube Channel
  • My GitHub Page
  • About me

Category: HTML5, CSS & JavaScript

How to make a Unity WebGL page appears full screen?

October 28, 2020November 30, 2020 Habibie

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...

WhatsUp Online Shop – A PHP, MySQL and WhatsApp based online store CMS for free

October 19, 2020February 22, 2021 Habibie

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....

How to prevent right click on a web browser with JavaScript

August 23, 2020August 23, 2020 Habibie

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...

How to make your own multiple answers quiz with JavaScript

August 22, 2020August 22, 2020 Habibie

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...

Free JavaScript QR Code and Bar Code Generator Source Code

August 12, 2020August 12, 2020 Habibie

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...

How to make an Mp3 Player based on HTML5 and HowlerJS

August 6, 2020August 6, 2020 Habibie

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...

Basic Phaser Game Example : Tap to Make the Kitten Happy

August 5, 2020August 5, 2020 Habibie

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...

HTML5 Crossword Puzzle Game Template and Source Code

July 15, 2020August 4, 2020 Habibie

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...

HTML5 Flip Book using TurnJS library

July 14, 2020August 4, 2020 Habibie

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...

HTML5 Canvas Reflexology Map and Area

July 11, 2020July 16, 2020 Habibie

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...

PHP MySQL Travel History Questionnaire during Covid19

June 22, 2020 Habibie

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...

My Flip Phone – HTML5 and JavaScript colors and numbers phone game source code

June 11, 2020August 4, 2020 Habibie

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

June 11, 2020August 4, 2020 Habibie

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

June 11, 2020August 4, 2020 Habibie

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...

Free Open Source Online Quran with Translations

June 11, 2020August 4, 2020 Habibie

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...

Making a simple and easy slider for your website with Slick

June 9, 2020August 4, 2020 Habibie

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?

June 8, 2020June 8, 2020 Habibie

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

June 7, 2020June 8, 2020 Habibie

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...

How to make a responsive full screen background image in HTML5

June 3, 2020June 3, 2020 Habibie

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...

Lorem Ipsum Cakes – Free Order Via WhatsApp HTML5 Template

May 8, 2020May 8, 2020 Habibie

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....

Posts pagination

Previous 1 2 3 4 … 6 Next
ciihuy2020

Welcome!

  • My YouTube Channel
  • My GitHub Page
  • About me

Categories

  • 3DVista
  • Android
  • Apache
  • C#
  • Cordova
  • Electron & Node JS
  • HTML5, CSS & JavaScript
  • iOS
  • Let's Make Unity Games
  • Misc
  • Photoshop
  • PHP
  • Python
  • Uncategorized
  • Unity
  • WordPress

Recent Posts

  • How to delete all .meta (or any extensions) files in your folder with single click
  • Ciihuy Files Packer and Unpacker – Keep Your Files Neat, Packed, and Lightly Protected
  • Building a JavaScript ↔ C# Bridge with WebView2 in .NET 8
  • Web App Player by CiihuyCom – Turn Your Web App into a Windows Desktop App — No Coding Needed!
  • How to find large files that is used and referenced in your Unity project
Copyright © ThirteeNov

Minimalist Theme by WPVKP.