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

HTML5 Canvas Video Tutorial Series

Posted on September 22, 2017August 4, 2020 by Habibie

Here in these series of video tutorials I explained how to use HTML5 Canvas to draw graphics. This tutorial is started from basics.

Read more

Playing looped image sequences with JavaScript

Posted on September 16, 2017August 4, 2020 by Habibie

If you have a sprite image (image sequences that merged into one file) and you want to play it in your website, you can use this script.

Read more

Morse in JavaScript

Posted on September 15, 2017August 4, 2020 by Habibie

I’ve created simple JavaScript & HTML5 morse application. With this application you can enter a text then convert it into morse codes (dots and dashes) and vice versa.

Read more

JavaScript setTimeout() and setInterval() tutorial

Posted on September 11, 2017August 4, 2020 by Habibie

If you want to call a function after a specific amount of time, just like using a timer, you can call setTimeout() or setInterval() function.

Read more

Creating Custom Encryption and Decryption Engine with JavaScript

Posted on September 7, 2017August 4, 2020 by Habibie

In this video tutorial I will show you how to create a simple Encryption and Decryption engine in JavaScript.

Read more

Creating custom JavaScript alert

Posted on September 4, 2017August 4, 2020 by Habibie

Simple JavaScript alert that you usually call like this alert(“Hai!”); may be little bit boring. So here come an idea to create custom alert that you can style it as you wish.

Read more

Pure HTML5 and JavaScript search engine

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

This idea comes to my head to create a simple search engine without any database and server side script. In this tutorial (well, I didn’t really mean tutorial, I just want to share my script) I tried to use only HTML5 and JavaScript to make this search engine.

Read more

Easy JavaScript Tutorial: Splitting a string with JavaScript

Posted on August 6, 2017August 4, 2020 by Habibie

When we create a variable in JavaScript with string value, in fact this variable contains arrays, each string character inside one array element.

Read more

How to display currency exchange quote from Yahoo Finance with JavaScript

Posted on May 6, 2017August 4, 2020 by Habibie

In this tutorial I want to show you how to retrieve currency exchange rate quote from Yahoo Finance using JavaScript.

Read more

How can we read and write a file using JavaScript

Posted on May 3, 2017August 4, 2020 by Habibie

Basically, JavaScript can not read and write a file. But it should be clearer: JavaScript can not read and write a file “on server”. What about on client side? Yes, JavaScript can read and write file on client side.

Read more

Creating expandable and collapsible menu list with JavaScript

Posted on May 2, 2017August 4, 2020 by Habibie

Here is JavaScript & HTML source code to show you how to make expandable and collapsible menu list.

Read more

How to save, retrieve and remove data with JavaScript and HTML5

Posted on May 1, 2017August 4, 2020 by Habibie

Thanks to localStorage. Saving, retrieving and removing temporary data is very easy. To save data, we call this function: localStorage.setItem(); To retrieve data, we call localStorage.getItem(); and to remove it we call localStorage.removeItem();.

Read more

JavaScript thousand separator

Posted on April 15, 2017August 4, 2020 by Habibie

This is simple script will convert any raw number into string format with thousand separator. It is useful if you want to show a currency formatted number. Remember, converted value is string, not number.

Read more

JavaScript and comma separated string

Posted on April 14, 2017August 4, 2020 by Habibie

We can create a single variable that contains string data, which this string data holds several data separated by comma. For example, I create this string: “Andy,New York,28,Journalist”. This single string contains 4 data separated by comma. Now the problem is how to extract this 4 data from it?

Read more

Easy HTML5 video tutorials

Posted on March 29, 2017August 4, 2020 by Habibie

In this YouTube playlist we share some video tutorials for you to learn HTML5 easily.

Read more

Easy JavaScript Video Tutorials

Posted on March 22, 2017March 20, 2025 by Habibie

By watching videos in this playlist you can learn JavaScript easily. We show step by step example in our tutorials. We will add next videos in this playlist regularly by the time.

Read more

Counting how much time elapsed using JavaScript

Posted on February 22, 2017August 4, 2020 by Habibie

If we have two variables A and B, and the both of their values is time, how do we measure the distance between those variables?

Read more

How to make HTML5 Canvas goes full screen

Posted on February 13, 2017August 4, 2020 by Habibie

Sometime you want to create HTML5 with specific dimension, and then you make browser zooms on it to full screen.

Read more

How to include HTML script by using JavaScript

Posted on February 13, 2017August 4, 2020 by Habibie

You know HTML pages is static. We can create dynamic website by mixing HTML and another language, such as PHP.

Read more

Creating JavaScript toggle button

Posted on February 7, 2017August 4, 2020 by Habibie

In this video I will show how simple is to make JavaScript toggle button to hide or show an element on HTML document.

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

  • 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