Asif Rahaman has Published 58 Articles

How to Design Digital Clock using JavaScript?

Asif Rahaman

Asif Rahaman

Updated on 17-Apr-2023 15:27:08

4K+ Views

Dealing with time is one of the most common concepts of web developers. Whether to schedule time for the subscription period or schedule email sending requires developers to deal with the time. In this article, we will learn how to design a digital clock using JavaScript. Get The Time On ... Read More

How to design combo grids using jQuery EasyUI?

Asif Rahaman

Asif Rahaman

Updated on 17-Apr-2023 15:23:29

402 Views

jQuery EasyUI is a powerful and user-friendly JavaScript library that can be used to create various UI components, including combo grids. Combo grids are a combination of drop-down lists and data grids, which allow users to select data from a list with a grid-like interface. In this article, we will ... Read More

How to Design Color Picker using jQuery UI?

Asif Rahaman

Asif Rahaman

Updated on 17-Apr-2023 15:21:50

686 Views

A color picker is a graphical user interface component used to select colors. It is a valuable tool in web development and graphic design as it allows users to choose and customize colors for various design elements such as backgrounds, text, and borders. In this article, we will explore how ... Read More

How to design a checkbox selection for a webpage using jQuery EasyUI?

Asif Rahaman

Asif Rahaman

Updated on 17-Apr-2023 15:17:27

319 Views

jQuery EasyUI is a popular open-source JavaScript library that provides a simple way to create user interfaces for web applications. One of the key features of EasyUI is the ability to create a variety of input elements, including check boxes. In this article, we will explore how to design a ... Read More

How to design buttons for mobiles using jQuery EasyUI Mobile?

Asif Rahaman

Asif Rahaman

Updated on 17-Apr-2023 15:16:10

253 Views

In today's world, mobile devices are increasingly used to access the internet. Hence, it is essential to design web pages that are mobile-friendly. One of the key components of mobile-friendly web pages is buttons. Buttons are an essential component of any mobile application or web page, and it is vital ... Read More

How to design badges for mobiles using jQuery EasyUI Mobile?

Asif Rahaman

Asif Rahaman

Updated on 17-Apr-2023 15:12:20

171 Views

Badges are a common design element used in mobile applications to convey information to users. A badge is a small visual indicator that displays information, such as the number of notifications or messages a user has. jQuery EasyUI Mobile is a framework that makes it easy to create badges in ... Read More

How to design a calendar for a web page using jQuery EasyUI?

Asif Rahaman

Asif Rahaman

Updated on 17-Apr-2023 15:09:34

598 Views

Calendars are an essential feature in any web application or website that deals with dates and events. A well-designed calendar can help users easily visualize and manage their schedules, while a poorly designed calendar can be frustrating to use and lead to confusion. jQuery EasyUI is a popular JavaScript library ... Read More

How to calculate the sum of radio button values using jQuery?

Asif Rahaman

Asif Rahaman

Updated on 17-Apr-2023 14:43:23

786 Views

How To Use jQuery To Calculate The Sum Calculating the sum of radio button values using jQuery involves selecting the radio buttons and attaching a click event listener. When a radio button is clicked, the value of each selected radio button is retrieved and added together. The resulting sum is ... Read More

How to build custom form controls using HTML?

Asif Rahaman

Asif Rahaman

Updated on 17-Apr-2023 14:35:11

409 Views

Forms components are one of the essential parts of web applications. The forms are used in the contact us pages, application page, etc. HTML offers us many different ways and options to customize the setups. This includes textarea, input, checkboxes, etc. This article will explain how to build a custom ... Read More

How to blend elements in CSS?

Asif Rahaman

Asif Rahaman

Updated on 17-Apr-2023 14:30:05

309 Views

Introduction Blending elements in CSS is a technique used to create interesting visual effects and enhance the design of a web page. With the mix-blend-mode property in CSS, you can control how an element blends with the content below it. In this article, we'll explore how to use mix-blend mode ... Read More

Advertisements