Category: Notes

Modals for All: Making Your Website Accessible to Everyone

Hey there! Today, I want to talk to you about web accessibility and the modal component. First things first, what is web accessibility? Web accessibility refers to the practice of making websites usable by as many people as possible. This includes individuals with disabilities, such as those who are visually impaired or have mobility impairments. […]

Creating Accessible Tabs: Best Practices for Web Developers

Hello friend! As a web developer, I know that creating accessible and cross-browser compatible websites is crucial for ensuring that all users can access and use the content and features of a site. In this article, I will discuss some best practices for creating web accessibility tabs. First, let’s talk about web accessibility. One of […]

Detect AJAX requests

How to detect an Ajax event on a page

Sometimes there is a situation to perform a task after performing a Ajax request.

Detect an element is in the viewport

Detect an element is in the viewport [jQuery, HTML, CSS]

Sometimes there is a task of detect whether a block is in the viewing area on screen. So, I want to show you a simple version of the script, which detects whether a block is in the viewport.