Articles on Trending Technologies

Technical articles with clear explanations and examples

EMI : Equated Monthly Installment

Praveen Varghese Thomas
Praveen Varghese Thomas
Updated on 19-Jan-2024 459 Views

Introduction Equated Monthly Installments (EMI) is a popular and convenient method of repaying a loan. It is a fixed amount of money that a borrower pays to a lender at a set date each calendar month. The EMI is designed to repay the loan, including the interest and principal, over a specific period of time. The concept of EMI is widely used for various types of loans such as home loans, car loans, personal loans, and education loans. In this article, we will discuss the concept of EMI in detail, how it is calculated, and how it can be ...

Read More

How to add a new class to an element that already has a class using jQuery?

Yaswanth Varma
Yaswanth Varma
Updated on 19-Jan-2024 347 Views

jQuery is a well-known JavaScript library that makes it easier to manipulate HTML elements, handle events, and carry out numerous operations on web pages. Adding or changing HTML element classes can also be done using jQuery. Using it, we can easily add a new class to an element that already has one or more classes. This enables you to combine many styles or actions on a single element without deleting any already-existing classes. Let’s dive into the article to learn about adding a new class to an element that already has a class. This can be done by using the ...

Read More

How to add a list elements within an unordered list element using jQuery?

Yaswanth Varma
Yaswanth Varma
Updated on 19-Jan-2024 824 Views

A well-known JavaScript library called jQuery makes interacting with HTML documents and carrying out different operations on web sites making it more effective. Let’s dive into the article to add list elements to an unordered list. Unordered lists are frequently employed to provide a group of items in a bulleted order. Using jQuery, you may quickly add new list items to an unordered list for any purpose, such as a navigation menu or to-do list. This can be done by using the jQuery append() method. jQuery append() method jQuery's append() method enables you to add stuff, such HTML elements or ...

Read More

Difference between prop() and attr() methods in jQuery

Yaswanth Varma
Yaswanth Varma
Updated on 19-Jan-2024 1K+ Views

The prop() and attr() methods in jQuery are both used to change the attributes and properties of HTML elements, but they accomplish slightly different tasks. Although they are sometimes used interchangeably, knowing how they vary might help you decide which approach is best for your particular use case. Let’s dive into the article to learn more about the differences between the prop() and attr() methods in jQuery. jQuery prop() method Prop() is a jQuery method that is used to set or return properties and values for the selected elements. When this method is used to get a property value, it ...

Read More

Explain the working of HTTPS

Yaswanth Varma
Yaswanth Varma
Updated on 19-Jan-2024 1K+ Views

The basic protocol used to transmit data between a web browser and a website is HTTP, while HTTPS is the secure version of HTTP. To strengthen the security of data transport, HTTPS is encrypted. This is crucial when customers register into a bank account, email account, or health insurance provider and transfer sensitive data. HTTPS should be used on all websites, especially those that demand login information. Websites that do not employ HTTPS are marked differently than those which employ HTTPS. If you want to know whether a website is secure, look for a padlock in the URL bar. Google ...

Read More

How to add a class to the last paragraph element using jQuery?

Yaswanth Varma
Yaswanth Varma
Updated on 19-Jan-2024 245 Views

jQuery is a well-known JavaScript library that makes it easier to manipulate HTML elements, handle events, and carry out numerous operations on web pages. Adding or changing HTML element classes can also be done using jQuery. Using it, we can easily add a new class to the last paragraph element. Let’s dive into the article to learn more about adding a class to the last paragraph element using JQuery. This can be done by using the addclass() method and append() methods. Let’s discuss them one by one. jQuery addclass() method One or more class names are added to the ...

Read More

What is the full form of SMS?

Shirjeel Yunus
Shirjeel Yunus
Updated on 19-Jan-2024 485 Views

What is SMS? SMS stands for Short Message Service. It is also known as text messaging. You can send messages whose maximum length can be 160 characters. The messages can be sent over the mobile network which can be 2G, 3G, 4G, etc. You can use the SMS to send personal as well as business-related messages. You can send a message to a single user or a group. Types of SMS How Does SMS Work? SMS can be said to be similar to paging but it is not necessary whether the mobile of the recipient is active or not. The ...

Read More

What is the full form of XMPP?

Shirjeel Yunus
Shirjeel Yunus
Updated on 19-Jan-2024 1K+ Views

What is XMPP? XMPP stands for Extensible Messaging and Presence Protocol. This protocol can be used for voice calls, video calls, multi-party chat, instant messaging, and many more. In the beginning, the protocol was developed for Jabber open-source services. At that time the protocol was used for instant messaging. XMPP Each Letter Explained Here we will see the meaning of each character. X means extensible. XMPP is an open-source project and professionals can make changes to it as per their requirements. M means that the push mechanism in the XMPP protocol is much better in comparison to other protocols. ...

Read More

What is the full form of RSS?

Shirjeel Yunus
Shirjeel Yunus
Updated on 19-Jan-2024 1K+ Views

What is RSS? RSS stands for Really Simple Syndication. RSS is a collection of web feed formats which provides information in the form of blog entries or websites. Other formats include news headlines, audio, and video files The content of the RSS documents includes metadata, summarized or complete text, publishing and author information. RSS feeds provide a lot of advantages to publishers and subscribers as all the work is collected in an easily accessible format and can be used in different types of applications. RSS Readers RSS readers have the task of reading the RSS feeds. URLs are collected by ...

Read More

What is the full form of PID?

Shirjeel Yunus
Shirjeel Yunus
Updated on 19-Jan-2024 607 Views

What is PID? PID stands for Pelvic Inflammatory Disease. It is a disease of the female reproductive organ when the bacteria present in the vagina are transferred to the fallopian tubes, uterus, or ovaries. If the disease is not treated, it can result in the development of a scar in a tissue and infected fluid will flow in the reproductive tract. Such a condition can permanently damage the reproductive organs. If a woman suffers from this disease, she may not feel any symptoms. It can cause problems in getting pregnant and chronic pelvic pain may also occur. Symptoms of PID ...

Read More
Showing 32471–32480 of 61,299 articles
Advertisements