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 switch between pages (activities) in Android

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

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

Read more

How to read and write a file in Android?

Posted on October 5, 2017August 4, 2020 by Habibie

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

Read more

How to take screenshot programmatically in Android

Posted on October 5, 2017August 4, 2020 by 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.

Read more

JavaScript text search tutorial

Posted on October 4, 2017August 4, 2020 by 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.

Read more

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

How to use AdMob Rewarded Video Ad on Android

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

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

How to make page separated Word files from a Word document

Posted on September 3, 2017August 4, 2020 by 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 macros script to do it. Watch this tutorial: Here is…

Read more

Python Tutorials – Deleting files inside multiple folders

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

How to delete files using Python? Files inside folders can be deleted easily in this tutorial.

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 build/export .apk (Android App) from Unity

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

In this tutorial I will show you how to build an Android app game from Unity. Many people face an error when exporting Android .apk file from Unity and me too. In this video I will show you how did I solve it.

Read more

How to create a seamless texture with Photoshop

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

In this video tutorial I’ll show you how to create a seamless tileable texture from any images with Photoshop.

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

Posts pagination

  • Previous
  • 1
  • …
  • 16
  • 17
  • 18
  • 19
  • 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

  • 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
  • Advanced Blinking Marker Script to show objects position in your game canvas
  • Ciihuy Images Merger – Fast & Easy Online Image Combiner
© 2025 ThirteeNov | Powered by Superbs Personal Blog theme