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

Toggling visibility of an element with jQuery

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

By calling .toggle() or .fadeToggle() with jQuery we can toggle visibility of an element easily.

Read more

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

Posted on January 5, 2018August 4, 2020 by Habibie

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

Read more

Calling Swift function from JavaScript and JS function from Swift

Posted on December 23, 2017August 4, 2020 by Habibie

When we develop a web app for iOS devices, we need to know how to call JavaScript function from Swift and also how to call Swift function from JavaScript.

Read more

How to create and remove an HTML element with JavaScript

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

Read more

Find anything between two words in Notepad++

Posted on December 4, 2017June 16, 2021 by Habibie

If you want to find anything between two words in Notepad++, you should use regular expression. For example, if you want to find “h1” tag in your html file, you can find it like this:

Read more

Custom error page for Android’s WebView

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

When you develop Android Web App, you may want to show loading bar or anything when the web view is still loading a page, so your web app looks nice.

Read more

Pick an image from Android gallery and load it on ImageView & Webview together

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

I’m developing an app that the user should choose an image from Android gallery and then automatically loaded into Android ImageView and WebView together.

Read more

Using okhttp3 to send http request in Android

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

Just googling around and find useful Java library, okhttp3, to send http request in from Android app.

Read more

HTML5 & JavaScript Contact Manager

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

Read more

JavaScript simple and basic localization functionality

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

Read more

Replacing multiple characters case insensitively in JavaScript

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

Read more

How to truncate a text with JavaScript

Posted on October 31, 2017August 4, 2020 by 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 code: <!DOCTYPE html> <html> <head> <title>ZK Tutorials</title> </head> <body> <h1>Truncating…

Read more

JavaScript Object and JSON – Convertion from one to another

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

Read more

Simple JavaScript Input Validation Tutorial

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

Read more

Showing an image in Android using ImageView

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

Read more

Android notification example and source code

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

Read more

How to draw a rectangle on a canvas in Android

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

Read more

How to show Yes No dialog on Android

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

Read more

How to create simple timer in Unity

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

Read more

How to load html file in Android WebView from SD Card

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

Read more

Posts pagination

  • Previous
  • 1
  • …
  • 15
  • 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