PHP Mailer is a simple email sending PHP class that you can download it from here: https://github.com/PHPMailer/PHPMailer This blog post is showing you an example of a Contact Us page with a simple form, that if you fill the form and hit send button, it will send the form content to your email. You just…
Lipsum Cakes V3 – Free Cake Shop Online Order Website Form
Hello every body, Habibie here. in this video i’m going to introduce the the tihrd version of Lipsum Cakes website template. With this website template, you will be able to sell cakes or any similar products. You can simply view cake images, click to choose and click again if you need more than one quantity….
How to turn off LiteSpeed cache feature on CPanel
Sometimes our web hosting company enables LiteSpeed cache feature on our CPanel so if we make any change in our website, people will not see the changes directly because they are still accessing a cached version of our website for at least 30 seconds, approximately. For me this thing is annoying, I want to make…
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…
How to PHP Localize and Translate your Website UI
How to localize and translate your website UI into many different languages? How to make a language change switch buttons/links? Watch this video I will show you how:
Delicifood – A free PHP based ecommerce platform
Delicifood is a free PHP based ecommerce platform that enable you to make a very simple and yet fully functioning ecommere platform, for example a food & beverage marketplace. Features:
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…
How To Make Custom Logo Intro for Your Unity Game
Hello, let’s make our own custom intro logo for our Unity game. So, we need to make our Intro Logo scene first. Give it a name: LogoIntro. This is my logo image in PNG format. Let’s drag and drop it into Unity to import. Click the imported image to view its import settings. Set its…
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…
How to play an Mp3 audio file from URL in Unity
I’m wondering how can I play an mp3 audio file from URL in Unity. So I tried to search around and I found the solution. Watch this video below: