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

How to read a file in PHP

Posted on October 3, 2020October 3, 2020 by Habibie

This simple script can be used to read a file and displaying it contents into a web browser. Watch the video here:

Read more

How to make a car controller script in Unity and set-up wheel colliders for a vehicle

Posted on September 8, 2020September 8, 2020 by Habibie

In this video below I’m showing how to make a car controller script and how to use it in order to make a movable vehicle in Unity from scratch. This is the script used in this video: If you are interested to get the entire files you see in this video, get this unity package…

Read more

Game Language Changer System for Unity Localization

Posted on August 27, 2020September 20, 2024 by Habibie

To deal with game UI languages and translations in Unity easily, you can use this very simple language localization system. Define your words translation in a script included in this package and make necessary configuration then you are done! Contact me if you have any further question. Download it for free now. Check out this…

Read more

Ciihuy FPS Character Controller System for Unity Mobile Game with Virtual Joystick and Jump Button

Posted on August 26, 2020August 26, 2020 by Habibie

This FPS controller system is very simple. You don’t need to care about coding FPS character controller system yourself, because by using this package you can just drag and drop an FPS rig prefab to your scene, then hit play button. You will see a character with camera attached, and on the screen you will…

Read more

Let’s Jump – A straightforward Unity C# script to make a Jump Button

Posted on August 26, 2020February 4, 2021 by Habibie

You have a capsule as your player placeholder, and you already added a rigid body to it. Then you need to make a jump button. What would you do? Here using this simple script you can make a jump button for your character easily. Attach this script to the capsule with rigid body in it,…

Read more

A simple Unity C# script to follow any object’s position and rotation

Posted on August 24, 2020April 9, 2021 by Habibie

I call this script “Stick with It”. With this C# script you can parent any object to an object with more options such as setting up position offsets and specifying what rotation axis is needed or not. Here is the script:

Read more

How to make Videos Website with Ciihuy Online Videos CMS

Posted on August 24, 2020August 24, 2020 by Habibie

This is a PHP based online videos website content management system. Features included: Post publishing Video file upload Video thumbnail image upload Category management Search entire content Custom logo, color and icon change ability And so on… Watch this video to see how to set it up:

Read more

How to make an Online Listing Directory Website with Delicifood 2

Posted on August 23, 2020August 24, 2020 by Habibie

Delicifood is a free PHP based ecommerce platform or online listing website system that enable you to make a very simple and yet fully functioning ecommere platform, for example a food & beverage marketplace, electronics, property and so on. Features: User login & registration Add a product with basic information, including a photo Edit and…

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

Upload and resize image with PHP before storing in upload folder

Posted on August 11, 2020August 11, 2020 by Habibie

We can not allow users to upload any files and any images to our server, we need to make rule, for example we don’t allow them to upload an image bigger than 1mb/2mb or image that its width is more than 512px. Here with this script we can prevent users to upload excessive big files…

Read more

Nice and easy PHP Social Sharing Buttons for your site

Posted on August 9, 2020August 10, 2020 by Habibie

Just include this php file then call its function to make social share buttons on any page of your site easily. Watch how to do it in this video: Get the source code used in this video from my GitHub page: https://github.com/habibieamrullah/PHP-Social-Sharing-Buttons Sharing buttons powered by https://sharingbuttons.io/ For making dynamic PHP sharing buttons that you…

Read more

How to detect user’s IP address with PHP?

Posted on August 8, 2020August 8, 2020 by Habibie

Sometimes for security reason we need to detect and capture what is our user’s IP address. To detect client’s IP address we can use this simple PHP script. Watch the video here: Click here if you want to try to get your IP address live from this example: https://thirteenov.ciihuy.com/tutorials/getclientipaddress/

Read more

How to make any url in a string into clickable links with PHP & Linkify

Posted on August 8, 2020August 8, 2020 by Habibie

Let’s say we have a string variable containing article content and there is a url but not in a link format (not in an a href tag, for example). With Linkify function in PHP we can turn that url into a clickable link automatically. This video shows you how to use that function. Get this…

Read more

Online Advertising Slots Mockup – Free Photoshop Template

Posted on August 8, 2020August 8, 2020 by Habibie

This template is useful for some of you who need to make a mockup of online advertisement slots and placings. There is a group layer with a mask. You can just place your ad designs inside this group and position them accordingly. The psd file is made by Photoshop CC 2020, make sure you can…

Read more

How to make a simple and nice EDM (Electronic Direct Mailer) design with Photoshop #2

Posted on August 7, 2020August 7, 2020 by Habibie

Hello everyone, this is my second Photoshop design tutorial. This one is also an EDM design, simple and clean, I think. This design is available for download if you want to support me by purchasing it in this link below: https://creativeshop.ciihuy.com/wp-content/uploads/2020/08/Yellow-and-Black-EDM-Design-Photoshop-Template-324×324.jpg Otherwise, you can follow what I did or at least take a look how…

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

How to design an EDM (Electronic Direct Mail) with Photoshop

Posted on August 6, 2020August 7, 2020 by Habibie

EDM or Electronic Direct Mail is often needed on online marketing world. This blog post is about how I designed an EDM from scratch with Photoshop. You can watch the progress step by step with 3x speed of original video duration here:

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

Posts pagination

  • Previous
  • 1
  • …
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • …
  • 20
  • 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

  • Hover Reveal script for Unity to show and hide object on mouse hover
  • How to Prevent UI Clicks in Unity from “Bleeding Through” to 3D Objects Behind Them
  • 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
© 2026 ThirteeNov | Powered by Superbs Personal Blog theme