This simple script can be used to read a file and displaying it contents into a web browser. Watch the video here:
How to make a car controller script in Unity and set-up wheel colliders for a vehicle
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…
Game Language Changer System for Unity Localization
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…
Ciihuy FPS Character Controller System for Unity Mobile Game with Virtual Joystick and Jump Button
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…
Let’s Jump – A straightforward Unity C# script to make a Jump Button
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,…
A simple Unity C# script to follow any object’s position and rotation
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:
How to make Videos Website with Ciihuy Online Videos CMS
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:
How to make an Online Listing Directory Website with Delicifood 2
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…
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…
Upload and resize image with PHP before storing in upload folder
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…
Nice and easy PHP Social Sharing Buttons for your site
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…
How to detect user’s IP address with PHP?
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/
How to make any url in a string into clickable links with PHP & Linkify
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…
Online Advertising Slots Mockup – Free Photoshop Template
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…
How to make a simple and nice EDM (Electronic Direct Mailer) design with Photoshop #2
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…
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…
How to design an EDM (Electronic Direct Mail) with Photoshop
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:
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…