Search In This Website

Kamis, 21 Mei 2026

Markdown Editor In Android Smartphone

  • Atito Equation Editor by Atito Labs.
  • Code Editor by Rhythm Software.
  • Equation Editor and Q&A Forum by Tinku Tara. (*)
  • Markdown Editor by Adeeteya.
  • Markdown editor - PocketMark by ZetaDevs. (*)
  • Markdown Editor & MD Viewer by CosmoVex.
  • Markdown Viewer Editor by OpenIoTHub.
  • Math Editor by IBastawisi.  (*)
  • QuickEdit Text Editor by Rhythm Software.
  • Zettel Notes : Markdown App by dax7. (*)

Notes

(*) File sharing has never been so easy and simple.


Jumat, 15 Mei 2026

All File Access In Android Smartphone Office Suite

If you have recently installed or updated Android Office Suite on your Android device, you might have been see a toaster alert dialogue asking for permission to "Allow management of all files."

Notes

The direction of All file access in Android Smartphone are:

  • You can browse and manage your saved files from these following apps by using any other file manager.
  • Your saved file stay safe even you uninstall these following apps.
  • You must make a backup save on the other storage than your working storage to make more safe.

These are tutorial about Android App, such as,

  • "WPS Office-PDF,Word,Sheet,PPT" by WPS SOFTWARE PTE. LTD., 
  • "Files by Google" by Google LLC, 
  • "Office Reader - PDF,Word,Excel" by nTools.
  • "ZArchiver" in by ZDevs.
  • "MobiOffice: Word, Sheets, PDF" by MobiSystems. 
  • "PDF Tools – PDF Utilities" by Neno Tech.
  • "Oojao Files Manager" by Byte Mobile.

Preparation:

  1. Go to "Settings" > "Apps" > "Special app access" 
    Go to "Settings"

    Swipe downward if need it, to found "Apps" setting row.


    Tap "Apps" setting row.


    Tap "Special app access" row.

  2. Tap "All file access" row. 

Rabu, 13 Mei 2026

Membuat Daftar Buku Dengan Ajax

Tujuan Pembelajaran

  • Menerapkan HTTPRequest dengan memanfaatkan file "books.xml". 
  • Menampilkan data buku-buku dari file XML ke dalam table HTML.

Rencana Pembelajaran

Menerapkan HTTPRequest dengan melibatkan:
  • Satu file HTML (listbooks.html) + JavaScript (listbooks.js).
  • Satu file XML (books.xml).
  • Menggunakan "Code Editor - Compiler & IDE by Rhythm Software" di Android smartphone, selanjutnya akan disebut Code Editor saja.

Klik link "baca selengkapnya" di bawah ini untuk membaca dan mempraktikkan langkah-langkah praktik:

Selasa, 12 Mei 2026

Simple Ecommerce Website Navigation Diagram In Plant UML

Simple Ecommerce Website Navigation Diagram Or Simple Ecommerce Website Structure Or Simple Ecommerce Site Map

E-commerce Website Navigation Diagram similar to E-commerce Website Structure similar to E-commerce Website Site Map use to help each user ( for example consumer, customer, seller, etc ) to find all required pages to work in e-commerce activity.

This following e-commerce website navigation diagram example in PlantUML file ( save as ecommerceNavigationDiagram.puml ). You can use plantuml editor or text editor
/' License: 
 Creately Desktop - End User License Agreement (EULA)  
 PlantUML is GNU General Public License as published by the Free Software Foundation, either version 3 of the License.
'/
@startwbs
*(a) Home
**(b) "view\n products"
**(c) Login
***(g) profile
***(h) settings
**(d) shop now
**(e) view cart
**(f) checkout
*** Login
****(i) payment
@endwbs