Tarun Singh has Published 103 Articles

How to Merge “Not Matching” Time Series with Pandas?

Tarun Singh

Tarun Singh

Updated on 31-Jul-2023 10:02:40

947 Views

Time series data is a crucial part of many business operations, especially those in the finance and manufacturing industries. These datasets often come in multiple tables or files, with each table containing a specific subset of the data. Merging these tables can be a challenging task, mainly when the tables ... Read More

How to merge images with same size using the Python 3 module pillow?

Tarun Singh

Tarun Singh

Updated on 31-Jul-2023 09:59:26

216 Views

The pillow or PIL is a powerful Python library for handling and manipulating images. One of the most common tasks in image processing is merging multiple images into a single image. It provides a range of functions for loading, manipulating, and saving images in various formats. One of the main ... Read More

How are the JavaScript window and JavaScript document different from one another?

Tarun Singh

Tarun Singh

Updated on 24-Jul-2023 10:17:41

116 Views

In JavaScript, the window object represents the current web browser window, while the document object represents the web page that is currently loaded in the window. The window object in JavaScript provides access to the browser's history, location, and other properties and methods that allow us to interact with the ... Read More

How to remove indentation from an unordered list item using CSS?

Tarun Singh

Tarun Singh

Updated on 14-Jul-2023 16:03:04

4K+ Views

When it comes to style unordered lists using CSS, indentation is a common feature used to give a visual hierarchy to the list items. However, in some cases, you may want to remove the indentation from a specific list item or from the entire list altogether. An unordered list, ... Read More

How to Upload Image into Database and Display it using PHP

Tarun Singh

Tarun Singh

Updated on 14-Jul-2023 15:57:52

11K+ Views

In modern web applications, it is common to store images in databases for various reasons, such as security, easy management, and scalability. PHP, being a popular server-side scripting language, provides an easy way to upload images to databases and display them on the web pages. In this article, we will ... Read More

How to set the background color for an element using jQuery?

Tarun Singh

Tarun Singh

Updated on 10-May-2023 13:26:28

979 Views

jQuery- a very popular JavaScript tool that helps in simplifying the process of web development consists of various tools that can be used to manipulate the HTML elements, CSS properties, and even event handling. Adding new or modifying styles of an HTML element dynamically is one such task that requires ... Read More

How to set background color of a particular div in jQuery?

Tarun Singh

Tarun Singh

Updated on 10-May-2023 13:14:44

962 Views

jQuery is a very popular and widely used JavaScript library used in the process of writing and manipulating HTML documents, handling events, and adding dynamic effects and animations to web pages. Sometimes we need to style a particular div in our web page but don’t know which method to use ... Read More

How to set a Variable to equal nothing in SASS?

Tarun Singh

Tarun Singh

Updated on 10-May-2023 13:10:42

337 Views

SASS or Syntactically Awesome Style Sheets, is a very popular preprocessor scripting language among developers that are used to enhance the functionality of CSS. SASS allows the developers to use variables, nesting, mixins, and some other advanced features that are not available in CSS. One of the key features of ... Read More

How to select values from a JSON object using jQuery?

Tarun Singh

Tarun Singh

Updated on 10-May-2023 13:01:39

4K+ Views

JSON or JavaScript Object Notation is a lightweight format used for data interchange between web applications and servers. It provides a simple and easy-to-read structure that can be parsed and generated easily by machines. JSON is often used as an alternative to XML because it is more compact and easier ... Read More

How to scroll the page up or down using anchor element in jQuery?

Tarun Singh

Tarun Singh

Updated on 10-May-2023 12:58:20

2K+ Views

jQuery is a popular JavaScript library that simplifies the process of manipulating HTML documents, handling events, and creating animations. In this article, we'll see how to scroll the page up or down using the anchor elements in jQuery. We sometimes encounter large content pages on websites and to go to ... Read More

Previous 1 ... 5 6 7 8 9 ... 11 Next
Advertisements