Skip to content

ThirteeNov

Source Codes & Coding Tutorials

  • My YouTube Channel
  • My GitHub Page
  • About me

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.

Showing an image in Android using ImageView

October 11, 2017August 4, 2020 Habibie

Android’s ImageView helps us a lot in working with images. In this example we can show an image from drawable folder after we click a button.

Android notification example and source code

October 11, 2017August 4, 2020 Habibie

In this example we have a button and if we click it it will call createNotification function inside MainActivity.java to show a notification. Then, if we click the notification, it brings second activity up.

How to draw a rectangle on a canvas in Android

October 10, 2017August 4, 2020 Habibie

Instead of showing default activity layout, we can create our custom class. Here in this example I’m going to share a script to draw a rectangle on a canvas in Android.

How to show Yes No dialog on Android

October 10, 2017August 4, 2020 Habibie

To show a Yes No dialog in Android, first create a new project, drag and drop a button to your layout file. Then, use this source code for your Main Activity file:

How to create simple timer in Unity

October 7, 2017August 4, 2020 Habibie

With this timer, we can load a scene and run this timer, that if this timer reaches it’s end, another scene will be loaded.

How to load html file in Android WebView from SD Card

October 6, 2017August 4, 2020 Habibie

This script demonstrates how to load an html file located in SD Card in “SomeFolder” directory (you can change the folder’s name) into Android WebView.

How to switch between pages (activities) in Android

October 6, 2017August 4, 2020 Habibie

What if you have multiple activities in your Android app and how do you switch/navigate between those activities?

How to read and write a file in Android?

October 5, 2017August 4, 2020 Habibie

This source code shows you how to write a text into a file and also how to read it.

How to take screenshot programmatically in Android

October 5, 2017August 4, 2020 Habibie

Here I share Android source code to take a screenshot of whole screen and save it in device gallery. There is two buttons, one for taking screenshot and the second for opening last screenshot.

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.

How to use AdMob Rewarded Video Ad on Android

September 15, 2017August 4, 2020 Habibie

Here I share my experience to bring AdMob Rewarded Video Ad into my apps. This kind of app works well because users will watch the ads completely to get rewarded, for example to get virtual coins, gems, etc.

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.

How to make page separated Word files from a Word document

September 3, 2017August 4, 2020 Habibie

For example I have 100 pages of a Microsoft Word document and I want to extract each page’s contents into one file (page_1.doc for first page, page_2.doc for second page and so on), so how should I do it? Fortunately I can run a simple...

Posts navigation

Previous 1 … 12 13 14 15 16 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.