Shubham Vora has Published 962 Articles

How to remove CSS property using JavaScript?

Shubham Vora

Shubham Vora

Updated on 28-Jun-2024 10:18:54

14K+ Views

To remove CSS property using JavaScript, it can be helpful in various aspects like removing unnecessary style property, increase the performance, can be easily maintained and and debugging becomes easier. In this article we are having a div element and in some approaches p element on which some CSS properties ... Read More

Make a div horizontally scrollable using CSS

Shubham Vora

Shubham Vora

Updated on 26-Jun-2024 17:18:47

4K+ Views

To make a div horizontally scrollable we will need to use the CSS overflow property. In this article we will show all the possible ways to make div horizontally scrollable. First, let’s understand why we need to make a div horizontally scrollable. For example, the width of the parent ... Read More

Java Program to Implement the RSA Algorithm

Shubham Vora

Shubham Vora

Updated on 31-May-2024 15:28:42

2K+ Views

The RSA name is given by their inventors which is used to encrypt the text with high security. The RSA technique is one of the most used techniques to encrypt text, as it is the asymmetric encryption algorithm. It encrypts the text by utilizing the mathematical properties of the prime ... Read More

How to take HTML form data as text and send them to html2pdf?

Shubham Vora

Shubham Vora

Updated on 23-Nov-2023 13:08:46

1K+ Views

The html2pdf is a JavaScript package that allows developers to convert the html to canvas, pdf, image, etc. It takes html as a parameter and adds that to the pdf or required document. Furthermore, it also allows users to download the document after adding the html content to that. Here, ... Read More

Responsive Card with hover effect using HTML and CSS

Shubham Vora

Shubham Vora

Updated on 21-Nov-2023 21:30:21

965 Views

While creating the responsive design for the application, it is also necessary to create a responsive card designs. Sometimes, developers require to add a hover effect on the card. So, when the user hovers over the card, it should change the style of the card. Here, we will learn ... Read More

How to Convert Date to String in TypeScript?

Shubham Vora

Shubham Vora

Updated on 31-Oct-2023 21:15:31

57K+ Views

It is common to show the date and time on the web or mobile application. As a user, have you ever seen any application which shows the date object as it is? It will never happen because it makes UX worst. So, we need to convert the date object to ... Read More

How to Create and Save text file in JavaScript?

Shubham Vora

Shubham Vora

Updated on 31-Oct-2023 12:50:40

89K+ Views

In this tutorial, we will learn to create and save the text file in JavaScript. Sometimes, developers need to get texts or content from the user and allow users to store content in a text file and allow the file to download to the local computer. Many JavaScript libraries are ... Read More

How to count JavaScript array objects?

Shubham Vora

Shubham Vora

Updated on 31-Oct-2023 03:09:02

23K+ Views

In this tutorial, we will learn to count JavaScript array objects. The array is the data structure containing the strings, numbers, objects, etc., in JavaScript. The object is the one kind of entity that contains properties and methods related to it. We can access the object's properties and invoke the ... Read More

Validating Indian vehicle number plate using Regular Expression

Shubham Vora

Shubham Vora

Updated on 27-Oct-2023 16:21:40

1K+ Views

In this problem, we will validate the Indian vehicle number plate using the regular expression. The regular expression is the search pattern created using the different characters, which we can use to match a particular pattern in the given string. Problem statement - We have given a string ... Read More

Validating UPI IDs using Regular Expressions

Shubham Vora

Shubham Vora

Updated on 27-Oct-2023 16:13:48

1K+ Views

In this problem, we will validate the UPI id using the regular expression. The UPI is the unified payment interface that is given to each customer, and other people can use it to transfer money to you. The UPI id contains alphanumeric characters. The UPI id should always contain ... Read More

1 2 3 4 5 ... 97 Next
Advertisements