Rabu, 31 Mei 2023

Terminal Bus Jakarta

 Daftar Terminal Bus Jakarta:

Download di Teriminal Bus Jakarta scribd

ZhuYin FuHao 1

韵 母
Yùn Mǔ

ㄚ ㄛ ㄜ ㄝ

a  o  e  e^

ㄧ ㄨㄩ 

i u u:

ㄞ ㄟ  ㄠ  ㄡ

ai ei  ao  ou

ㄢ ㄣ ㄤㄥㄦ

an en ang eng er/el

聲 母
Shēng Mǔ

ㄅ ㄆ  ㄇ ㄈ
bo po mo fo

ㄉ ㄊ ㄋ  ㄌ  ㄍ  ㄎ   ㄏ
de te ne le  ge  ke   he

ㄐ ㄑ ㄒ
ji qi xi

ㄓ  ㄔ   ㄕ ㄖ
zhi chi shi ri

ㄗㄘㄙ
ze ce se

Bibliography

https://www.yellowbridge.com/
https://pinyin.info/

Kamis, 18 Mei 2023

How to fix Component Request Pending ( VBA )

In Visual Basic 6 Or VBA

Add this code after sub procedure / function procedure:

On Error GoTo Err.Handling

Add this code before End Sub line:

Err.Handling:

Set objAccess = Nothing

Bibliography:

https://www.tek-tips.com/

support.microsoft.com

https://www.vbforums.com/


Selasa, 16 Mei 2023

JavaScript Browser Oriented


The topic to learn that specific only to each browser and each javascript version:

  • Accessibility, example: access key
  • Multimedia, example: autoplay
  • Form
  • Extension or Add ons and External Plugin
  • Variable, example: const
  • Interactive, example: event delegation
  • Web API (Application Programming Interface)
  • Web Storage

Bibliography:

oreilly.com
packtpub.com
caniuse.com
www.browserstack.com
libhunt.com

Various Other Posts