How to Install MongoDB on Windows 10

In this article, we will learn how to install and configure MongoDB on Windows 10. Follow the described steps to install MongoDB effortlessly. What is MongoDB? MongoDB is a collection and document-based non-relational database. Every document is stored in a collection. And every collection can store lots of documents. MongoDB is a non-relational database. Thus, […]

How to Apply Ripple Effect to On Button With CSS

The Ripple effect is the most commonly used effect on websites and applications. Also, this effect makes our website more liquid and makes it feel elegant. We can easily apply the Ripple effect on any element of a website using CSS. Here we have given an example on how to create a ripple effect on […]

Onhover Effect With Inline CSS and JavaScript

In most of the sites, you have noticed that when you hover the cursor on that text, it changes the text’s color. Hover Effect Using CSS CSS hover selector is used for making the hover effect on some text or link. It makes the page interactive and user friendly. This method changes the color of […]

How to Convert Str to Int in PHP

Sometimes you require to convert the string into the number like int, float, or any other type. It is needed when you get a number as a string; then, it is necessary to convert this string into a number for performing further operations on that string type number. Convert Str to Int in PHP In […]

HTML Code to Change Text Color on Mouseover

As a regular user, you have noticed on most websites that when you click on some text or link, it changes the text’s color or link on mouseover. When you visit that link page and come back, it may also have changed the link’s color. Change Text Color on Mouseover This method is used to […]