• Desktop Notification in Javascript/Web App

  • Author : Shubham Verma
  • Date : April 26, 2020
  • idkblogs.com

Desktop Notification in Javascript/Web App


js

In this article, we will learn how to show desktop notification in javascript. we will attach an icon to our desktop notification and we will show this notification on our web server. This notification will work only with HTTP /HTTPS URL, So here we need to create a sma...

idkBlogs

  • What is Blink tag in HTML? Implement the Blink Tag. Create your own Blink effects

  • Author : Shubham Verma
  • Date : April 8, 2020
  • idkblogs.com

What is Blink tag in HTML? Implement the Blink Tag. Create your own Blink effects


others

The Blink tag in HTML is used to make the content of the that tag is blinkable and slowly flash.

idkBlogs

  • How to implement Internalization (i18n) in react app?

  • Author : Shubham Verma
  • Date : April 3, 2020
  • idkblogs.com

How to implement Internalization (i18n) in react app?


react

Internalization or i18n is the process or technique of describing something according to the end-users in many countries or you can say in many languages. Here, Internalization means constructing a web app with the support of multiple languages according to the geolocat...

idkBlogs