Skip to content

ThirteeNov

My personal blog about coding and internet

Menu
  • About me
  • About Zofia Kreasi
  • Cart
  • Checkout
  • Making an airplane game from scratch in Unity
  • My account
  • Privacy Policy
  • Privacy Policy – zkLeaderboard
  • Sample Page
  • Shop
  • Tutorials on Learning JavaScript
  • ZKAccounts – Privacy Policy
Menu

Category: HTML5, CSS & JavaScript

How to make a Unity WebGL page appears full screen?

Posted on October 28, 2020November 30, 2020 by 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 need to change this “Build/WebBuild.json” according your project. In my…

Read more

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

Posted on October 19, 2020February 22, 2021 by 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. It has easy to use Shopping cart, add to cart…

Read more

How to prevent right click on a web browser with JavaScript

Posted on August 23, 2020August 23, 2020 by 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 prevent right click) on our website:

Read more

How to make your own multiple answers quiz with JavaScript

Posted on August 22, 2020August 22, 2020 by 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 generated JSON code and paste it on a quiz definition…

Read more

Free JavaScript QR Code and Bar Code Generator Source Code

Posted on August 12, 2020August 12, 2020 by 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 text or numbers or a url then click generate to…

Read more

How to make an Mp3 Player based on HTML5 and HowlerJS

Posted on August 6, 2020August 6, 2020 by 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 a seek bar, play, pause, next and prev button and…

Read more

Basic Phaser Game Example : Tap to Make the Kitten Happy

Posted on August 5, 2020August 5, 2020 by 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 cat’s face, the indicator increases accordingly. If the indicator is…

Read more

HTML5 Crossword Puzzle Game Template and Source Code

Posted on July 15, 2020August 4, 2020 by 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 game / web app is designed to be viewed from…

Read more

HTML5 Flip Book using TurnJS library

Posted on July 14, 2020August 4, 2020 by 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 individual jpg images, rename them accordingly from 1 to any…

Read more

HTML5 Canvas Reflexology Map and Area

Posted on July 11, 2020July 16, 2020 by 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 the result, then you will see massage point related to…

Read more

PHP MySQL Travel History Questionnaire during Covid19

Posted on June 22, 2020 by 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 in the last 2 weeks? Body temperature When you click…

Read more

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

Posted on June 11, 2020August 4, 2020 by 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:

Read more

WeDefenders – HTML5 Alien Ships Shooting Game

Posted on June 11, 2020August 4, 2020 by 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.

Read more

Insveculator – Free HTML5 Stock Market & Forex Like trading game

Posted on June 11, 2020August 4, 2020 by 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 them.

Read more

Free Open Source Online Quran with Translations

Posted on June 11, 2020August 4, 2020 by 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 Indonesia, Japanese and French

Read more

Making a simple and easy slider for your website with Slick

Posted on June 9, 2020August 4, 2020 by 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.

Read more

How to make a simple WhatsApp button for your website?

Posted on June 8, 2020June 8, 2020 by 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.

Read more

Lorem Ipsum Cakes V2 – Simple Cake Shop Online Order System

Posted on June 7, 2020June 8, 2020 by 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 phones using installed WhatsApp app.

Read more

How to make a responsive full screen background image in HTML5

Posted on June 3, 2020June 3, 2020 by 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 to make this background image in full screen mode, center…

Read more

Lorem Ipsum Cakes – Free Order Via WhatsApp HTML5 Template

Posted on May 8, 2020May 8, 2020 by 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. Feel free to modify the code and change my number…

Read more

Posts pagination

  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 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

  • Make objects like wires and cables easily in Unity using Ciihuy Curved Mesh
  • [SOLVED] Canโ€™t Add Custom Domain to Blogger After Losing CNAME Verification
  • iOS App Icon Generator by CiihuyCom
  • Advanced Blinking Marker Script to show objects position in your game canvas
  • Ciihuy Images Merger โ€“ Fast & Easy Online Image Combiner
© 2025 ThirteeNov | Powered by Superbs Personal Blog theme