• Common Coding Mistakes and How to Avoid Them with Code Example

  • Author : Shubham Verma
  • Date : May 5, 2023
  • idkblogs.com

Common Coding Mistakes and How to Avoid Them with Code Example

In this article, we will explore the most common coding mistakes that developers make and provide tips on how to avoid them.

idkBlogs

  • Get the difference between given two dates

  • Author : Shubham Verma
  • Date : November 2, 2022
  • idkblogs.com

Get the difference between given two dates

In this article, we will calculate and retunr the difference between two given dates.

idkBlogs

  • Disadvantages of iframes

  • Author : Shubham Verma
  • Date : April 2, 2022
  • idkblogs.com

Disadvantages of iframes

Using iFrames is not a good decision in some cases. in this article, we will see what are those cases where we don't use the iFrame.

idkBlogs

  • Iframes, How to use iframes, advantages and disadvantages of iFrames

  • Author : Shubham Verma
  • Date : April 1, 2022
  • idkblogs.com

Iframes, How to use iframes, advantages and disadvantages of iFrames

In this article, we will learn about the ifames, and will see how to use iframes in out web pages. Also we will see what are the advantages and disadvantages of using ifr...

idkBlogs

  • Create a progress bar on the header of a web page in JavaScript

  • Author : Shubham Verma
  • Date : March 29, 2022
  • idkblogs.com

Create a progress bar on the header of a web page in JavaScript

Let's create a progress bar on the top of the page that visualize the progress of web page scroll. In this article, we will learn how to create a progress bar on the head...

idkBlogs

  • Implement Blinking Loader with 3 Dots

  • Author : Shubham Verma
  • Date : February 26, 2022
  • idkblogs.com

Implement Blinking Loader with 3 Dots

Sometime we want to show the loader but we need only some specific requrement to show loader with 3 dots that should be blinking. In this article, we will implement Blink...

idkBlogs

  • Create Skeleton Loaders with HTML and CSS

  • Author : Shubham Verma
  • Date : February 14, 2022
  • idkblogs.com

Create Skeleton Loaders with HTML and CSS

In now days, there are some trending loaders which is called skelton loaders are displaying on popular web pages like facebook, youtube, twitter etc. Displaying this skel...

idkBlogs

  • Native Objects And Host Objects In JavaScript

  • Author : Shubham Verma
  • Date : September 5, 2021
  • idkblogs.com

Native Objects And Host Objects In JavaScript

In this article, we will learn about the Native Objects And Host Objects and What is the difference between native objects and host objects?

idkBlogs

  • Closures in JavaScript

  • Author : Shubham Verma
  • Date : August 27, 2021
  • idkblogs.com

Closures in JavaScript

In this tutorial, you'll have a good knowledge about the Closures and you won't have to go to any other tutorial to get about the Closures.

idkBlogs

  • Lexical Environment and Scope Chain in JavaScript

  • Author : Shubham Verma
  • Date : August 3, 2021
  • idkblogs.com

Lexical Environment and Scope Chain in JavaScript

In this tutorial, you'll have a good knowledge about the Lexical Environment and you won't have to go to any other tutorial to get about the Lexical Environment.

idkBlogs

  • Why is extending built-in javascript objects not a good idea?

  • Author : Shubham Verma
  • Date : August 1, 2021
  • idkblogs.com

Why is extending built-in javascript objects not a good idea?

Extending built-in Object/types or Array is a not a good idea in Javascript. Because other modules can be affected, this is especially true for the Object prototype in ja...

idkBlogs

  • Scope in JavaScript

  • Author : Shubham Verma
  • Date : July 29, 2021
  • idkblogs.com

Scope in JavaScript

In this tutorial, you will learn What is Scope in JavaScript? How to handle Scope in javaScript? with the help of examples.

idkBlogs

  • Hoisting in JavaScript

  • Author : Shubham Verma
  • Date : July 28, 2021
  • idkblogs.com

Hoisting in JavaScript

In this tutorial, you will learn What is Hoisting in JavaScript? How to use Hoisting? with the help of examples.

idkBlogs

  • Polyfill for bind() method in JavaScript

  • Author : Shubham Verma
  • Date : July 27, 2021
  • idkblogs.com

Polyfill for bind() method in JavaScript

How to make a polyfill for bind method in javaScript

idkBlogs

  • What is call(), bind() and apply() in JavaScript?

  • Author : Shubham Verma
  • Date : July 27, 2021
  • idkblogs.com

What is call(), bind() and apply() in JavaScript?

Let's learn about the call() bind() and apply() in details. We use call(), bind() and apply() to get the this of another function and use their properties with our functi...

idkBlogs

  • Call a function after image is loaded in javaScript

  • Author : Shubham Verma
  • Date : May 27, 2021
  • idkblogs.com

Call a function after image is loaded in javaScript

In this article, we'll learn how we can ensure that image is loaded on our webpage. We'll learn how to call a function after image is loaded in javascript? Sometime it is...

idkBlogs

  • What are the Micro Frontends?

  • Author : Shubham Verma
  • Date : May 8, 2021
  • idkblogs.com

What are the Micro Frontends?

In this article, we'll learn about the Micro Frontends like What are the Micro Frontends? How Micro Frontends works? and what is the Micro-frontend Architecture? Micro Fr...

idkBlogs

  • Detect the Internet connection is offline or online using JavaScript

  • Author : Shubham Verma
  • Date : January 29, 2021
  • idkblogs.com

Detect the Internet connection is offline or online using JavaScript

In this article, we'll learn how to detect our internet connection. Sometime we need to determine wether our browser is connected with internet or not. Here we'll see how...

idkBlogs

  • Convert date to milliseconds in javascript (Multiple Ways)

  • Author : Shubham Verma
  • Date : August 29, 2020
  • idkblogs.com

Convert date to milliseconds in javascript (Multiple Ways)

Sometime we need to compare the two date in our project or we need to store the date into db, then we need to convert this date into milliseconds. Because storing millise...

idkBlogs

  • Create and install a basic Chrome Extension in your chrome browser

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

Create and install a basic Chrome Extension in your chrome browser

In this article, we'll learn how we can create a basic chrome extension and how to use this extension in our chrome browser.

idkBlogs

  • Detect the user browser using JavaScript

  • Author : Shubham Verma
  • Date : August 24, 2020
  • idkblogs.com

Detect the user browser using JavaScript

In this article, we'll learn how we can detect the current browser in which our page has opened. Some time in our project we need to check the user browser and based on t...

idkBlogs

  • Detect the browser closing or tab closing in javascript

  • Author : Shubham Verma
  • Date : August 23, 2020
  • idkblogs.com

Detect the browser closing or tab closing in javascript

In the javascript, A browser or tab closing can be detected by the beforeunload event. This is basically use to alert the user for data save on the page or user has mista...

idkBlogs

  • How to convert base64 data into PDF document in javascript using viewport?

  • Author : Shubham Verma
  • Date : August 21, 2020
  • idkblogs.com

How to convert base64 data into PDF document in javascript using viewport?

In this article, we'll learn how to convert basee64 data into a sample PDF in javascript using viewport.

idkBlogs

  • Blob in javascript. Convert base64 data into blob using javascript

  • Author : Shubham Verma
  • Date : August 19, 2020
  • idkblogs.com

Blob in javascript. Convert base64 data into blob using javascript

In the javascript, the blobs are immutable objects that represent the raw data. the file in javascript is a derivation of Blob that describe the data from file system. Yo...

idkBlogs

  • Open a new popup browser window with given HTML content using javascript

  • Author : Shubham Verma
  • Date : August 19, 2020
  • idkblogs.com

Open a new popup browser window with given HTML content using javascript

Sometime we need to open the browser popup window dynamically using javascript. In this article, we'll write the code to open a new popup window of any browser with given...

idkBlogs

  • Convert base64 data into pdf using javascript

  • Author : Shubham Verma
  • Date : August 17, 2020
  • idkblogs.com

Convert base64 data into pdf using javascript

In this article, we will convert base64 data into pdf and will show this pdf in a new popup window. We'll convert base64 into blob data and after we will show this blob i...

idkBlogs

  • Desktop Notification in Javascript/Web App

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

Desktop Notification in Javascript/Web App

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 ou...

idkBlogs

  • Convert image file into base64 in javascript

  • Author : Shubham Verma
  • Date : January 17, 2020
  • idkblogs.com

Convert image file into base64 in javascript

Sometime it is required to upload images on the server, and it is required to upload the image into base64. Here in this blog, we will learn how to convert image into bas...

idkBlogs

  • Secure your app data in localStorage

  • Author : Shubham Verma
  • Date : January 9, 2020
  • idkblogs.com

Secure your app data in localStorage

Sometime, we need to save our app's data in browser's storage, So we simply use this memory to store our data. Now, in this article, we'll learn, how we can secure our lo...

idkBlogs

  • Event Delegation in JavaScript- A better understanding

  • Author : Shubham Verma
  • Date : October 14, 2019
  • idkblogs.com

Event Delegation in JavaScript- A better understanding

Event delegation is a better technique to handle events in our web app. This is possible because JavaScript has an event bubbled up (propagated) in the hierarchy in the D...

idkBlogs

  • Event Bubbling in Javascript

  • Author : Shubham Verma
  • Date : October 12, 2019
  • idkblogs.com

Event Bubbling in Javascript

In this article, you will know how we attach an HTML element with events? and how event bubbling works? To know about event bubbling first you should know ( in this artic...

idkBlogs

  • Add google MAP in javascript application

  • Author : Shubham Verma
  • Date : April 23, 2018
  • idkblogs.com

Add google MAP in javascript application

Integrating google map is very easy in angular2+ applications, In thi article, you will learn how you can integrate the google map ( google APIs ) in your angular2+ appli...

idkBlogs