Learn how to build a user-friendly BMI Calculator using just HTML, CSS, and JavaScript. Dive deep into the code with explanations, best practices, and get a minimalistic design.
Tag: JavaScript

How to optimize a wesbite? What are the necessary steps and measure to speedup wordpress website? Why it is important to optimize a website?

The bootstrap carousel doesn’t come with the swipe by default, this feature is not so good for mobile users. You can achieve a swipe by adding a trick that will hook in the swipe feature in the bootstrap carousel.

Creating mobile first website? one of the gestures you can add is to create a pull-to-refresh effect on the website when opened in mobile.

Scaling up or down a text in a div. In this article, we will see how to create responsive text in a div using the fitty.js library.

Sometimes we have to execute the logic in the application based on the device type, device orientation (portrait/landscape), or operating systems.

When we have a long web page, it is recommended to create a scroll to the top button. This button is normally placed at the right bottom corner of the website. When a user clicks it, it will take the user to the top of the page with a scroll.

When you work on projects you will have to create a progress timer bar to make UX (user-experience) better. For longer actions, we can introduce a progress bar that will not only show the current progress to users but also let them wait until the action is completed. In this article, we will see how to create a progress timer bar using Bootstrap and jQuery.

QR Codes are a popular type of 2 Dimensional bar code and are also known as physical world links. In this article, we will see how to generate a simple QR Code using Google Chart API.

When you migrate a site from one domain to another it is very important to move your traffic from your older domain to the new domain.
In this article, we will see 5 methods to redirect an old domain to new a domain.