Skip to content

ThirteeNov

Source Codes & Coding Tutorials

  • My YouTube Channel
  • My GitHub Page
  • About me

Category: HTML5, CSS & JavaScript

How to make dimmer (appears darker) effect on HTML page

January 5, 2018August 4, 2020 Habibie

Learn how to make dimmer effect on HTML page to make user focused on a message that we display it on the page.

How to create and remove an HTML element with JavaScript

December 4, 2017August 4, 2020 Habibie

To create and remove an HTML element with JavaScript, we can simply call these methods respectively: appendChild() and removeChild() after accessing parent element for that new element.

HTML5 & JavaScript Contact Manager

November 1, 2017August 4, 2020 Habibie

In this video tutorial I’ll demonstrate how to create contact input to submit contact info into JavaScript contact array and how to delete it.

JavaScript simple and basic localization functionality

November 1, 2017August 4, 2020 Habibie

You want to provide localization capability to your web app? In this tutorial I’ll show you how to do it. Let’s watch this video tutorial and grab the source code below.

Replacing multiple characters case insensitively in JavaScript

November 1, 2017August 4, 2020 Habibie

By using replace() function on any string variable, we can replace character(s) with another character(s). But by default it will only replace the first occurrence. What if we want to replace all occurrence? Here I’ll show you how.

How to truncate a text with JavaScript

October 31, 2017August 4, 2020 Habibie

If we have a long long text and we only want to show our users some part of that text, well we need to truncate that text. In this tutorial I will show you how to do that with JavaScript. And here is the source...

JavaScript Object and JSON – Convertion from one to another

October 26, 2017August 4, 2020 Habibie

What is JSON and how to convert JavaScript object into JSON and from JSON to Object. In this tutorial, By calling JSON.parse() and JSON.stringify(), I’ll show you how.

Simple JavaScript Input Validation Tutorial

October 20, 2017August 4, 2020 Habibie

Make your web forms more secure by validating users input, like only allowing alphabets A to Z and numbers only, etc… Watch this tutorial to know how.

JavaScript text search tutorial

October 4, 2017August 4, 2020 Habibie

How to search text inside a page or multiple html pages in JavaScript? It’s easy, here I will share how to make it done.

HTML5 Canvas Video Tutorial Series

September 22, 2017August 4, 2020 Habibie

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

Playing looped image sequences with JavaScript

September 16, 2017August 4, 2020 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.

Morse in JavaScript

September 15, 2017August 4, 2020 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.

JavaScript setTimeout() and setInterval() tutorial

September 11, 2017August 4, 2020 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.

Creating Custom Encryption and Decryption Engine with JavaScript

September 7, 2017August 4, 2020 Habibie

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

Creating custom JavaScript alert

September 4, 2017August 4, 2020 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.

Pure HTML5 and JavaScript search engine

August 8, 2017August 4, 2020 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...

Easy JavaScript Tutorial: Splitting a string with JavaScript

August 6, 2017August 4, 2020 Habibie

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

How to display currency exchange quote from Yahoo Finance with JavaScript

May 6, 2017August 4, 2020 Habibie

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

How can we read and write a file using JavaScript

May 3, 2017August 4, 2020 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.

Creating expandable and collapsible menu list with JavaScript

May 2, 2017August 4, 2020 Habibie

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

Posts navigation

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

Recent Posts

  • Useful and free light flares for your Unity game development
  • Simple Example to begin with Photon PUN multiplayer game development
  • Super Silly Simple Unity FPS WASD player movement script
  • Super simple way to load any image from URL and show it as a UI Image in Unity
  • Blinking Marker – Unity Screen Space Marker Overlay Script
  • ThirteeNov Walk Patrol C# script for creating any patrolling game object in Unity
  • Wondering why you see Chrome Cast icons on your HTML5 videos on your website?
  • How to Install VR APK during development for Oculus Quest 2
  • Do you need an SVG code of WhatsApp logo? Here it is.
  • Unity lens flare is not working, what should I do?
  • Be careful with malicious script attacking WordPress sites
  • Useful JavaScript snippet when you are watching that online Videos
  • Some C# methods to write and read files, creating a folder and listing files inside it
  • Introducing UniCipher : encrypt your playerprefs and any string to make them unreadable
Copyright © ThirteeNov

Minimalist Theme by WPVKP.