Category: HTML

How to wait for an element to render in the DOM

If you are reading this article, chances are you are looking for a way to trigger some code when an element becomes available on the page. This has been possible for a long time using hacks such as setTimeout or third libraries (usually built on top of setTimeout anyway). In this article, we are going…


The importance of Headings element for an accessible page

If you are reading this post, chances are that you have started to think about improving your understanding of accessibility and have been trying to write pages that are semantically correct. In this article, we are going to cover one of the most common mistakes made by developers. The misuse of Heading elements (H1, H2,…


Video: 5 minutes of Dev – Flexbox Layout

The following is the first of a series of videos, designed to support developers of all levels with short recording that affects different topics. In this video we are going to define a simple flexbox layout. Due to time constraint, this video do not go in many details, but provide enough information for developers to…


From Website to Mobile App

Progressive Web App Progressive Web App is a collection of web technologies that is aimed at offering a fast, reliable and engaging  experience for application (progressive-web-app), even when the app is accessed offline. This post is going to cover one of the technologies offered by the progressive app, the “Web App Manifest”. The manifest is very powerful,…