How to use this blog

Explore function buttons and use the blog as an app on Mobile, PC

Last updated Jun 26, 2021   •   2 min read   •   33 views     •  Tutorial
#LaTex (2)

Contents [Show]

Layout

The reading layout has two main components: the List of Articles and Article Content.

There is also a sidebar contains buttons from Navigation group to

  1. Go back to Home page
  2. Filter List of Articles by Category
  3. List all available Tags
  4. Search all Articles

and Accessibility group to

  1. Increase Font Size
  2. Enter Fullscreen
  3. Scroll up to Top

Reading Layout with Navigation and Accessibility supports
Reading Layout with Navigation and Accessibility supports

On device screen with small width, the Navigation and Accessibility group buttons are automatically adjusted to locate at the bottom.

Support bar at the bottom on Mobile for optimal reading experience
Support bar at the bottom on Mobile for optimal reading experience

Copy code to Clipboard

Each block of code contains a Copy-to-Clipboard button located on the Top-Right Corner and it also works on Mobile. Try it below.

arduino
do{
 digVal = digitalRead(farahOut_pin);
 // Compare charging time with real time
 unsigned long u2 = micros(); t = u2 > u1 ? u2 - u1 : u1 - u2;
} while ((digVal < 1) && (t < 400000L)); // Charging, do measurement

pinMode(farahOut_pin, INPUT); // Stop measurement
cpct = analogRead(farahOut_pin); // Read measured value

Offline Mode

After the initial loading, both the Web version and PWA Version will automatically download currently reading content to your device.

This offers offline reading or read-it-later for any device or browser.

Want to save one or many articles for later? Just load them once and carry on.

Comments

Online privacy in term of tracking and personalization is an important right and you should only do so if you are comfortable with it.

The comment service is only enabled with your permission, try it at the footer of every article.

Save Website as Application

This blog is a Mobile-first Progressive Web Application (PWA) and the design follows standard compliances to support all browsers on Mobile.

For better experience on reading on Mobile, definitely try this out.

iOS App

To save the blog as an iOS App, in Safari go to the address tin.ng then

  1. Select Share Button
  2. Select “Add to Home Screen”

Add this blog as an App on iOS
Add this blog as an App on iOS

Android App

Similarly for an Android App, in Google Chrome (or your browserr) go to the address tin.ng then

  1. Select Settings (Cog/Three dots) Button
  2. Select “Install App”

Bonus: The PWA Android Version also support TRUE Fullscreen Mode

Add this blog as an App on Android

Share via
Tin Nguyen

Tin “Winston” Nguyen is a Junior Embedded Software Engineer with focuses on autonomous driving, robotics, technological advancement. This blog contains news, tutorials, portfolios with demonstrated skill sets for potentially interested employer.