Tag: html

What Happened to Web Components?

What happened to web components?

Dev

Web components are a great tool to increase efficiency for frontend development. But unnecessary obstacles for users are slowing their adoption and use.

Anna Monus
Jan 20, 2021 ⋅ 7 min read
CMS Platforms Publishing Content on Different Devices

Coupled, decoupled, and headless CMS platforms

Dev

Here, you can learn the definition, pros and cons, and examples of the following types of CMS platforms: coupled, decoupled, and headless.

Nebojsa Radakovic
Jan 11, 2021 ⋅ 5 min read
HTML 5 Logo Over Water Background

HTML tags every frontend developer should know

Dev

Here, you can learn about the HTML tags every frontend developer should know, what each tag does, and how it works.

David Atanda
Dec 25, 2020 ⋅ 6 min read
localForage

localForage: Managing offline browser storage

Dev

Here, you can learn how to set up localForage and perform basic CRUD actions with it, just like with any other database.

Linda Ikechukwu
Dec 25, 2020 ⋅ 9 min read
HTML 5 Logo

HTML 5 drag and drop API: A tutorial

Dev

Here, you can learn about the HTML 5 drag and drop API and how to build a simple Kanban board using Vue.js.

James James
Dec 24, 2020 ⋅ 12 min read
HTML logo over an ocean background.

A deep dive into the HTML form input element

Dev

Get a complete run-down of the HTML form input element in this comprehensive tutorial.

Adebiyi Adedotun
Nov 11, 2020 ⋅ 22 min read
HTML5 Node Cheat Sheet: 21 APIs You Should Know in 2020

HTML5 Node cheat sheet: 21 APIs you should know in 2020

Dev

Every developer should have a foundational understanding of these HTML DOM Node APIs before taking on web frameworks.

Chidume Nnamdi
Sep 17, 2020 ⋅ 13 min read
A Practical Guide To Accessibility For Forms

A practical guide to accessibility for forms

Dev

Forms are a critical part of the web, and we need to ensure that they’re fully accessible to all users.

Adewale Abati
Nov 25, 2019 ⋅ 5 min read
A Quick Introduction To Progressive Enhancement

A quick introduction to progressive enhancement

Dev

As you go on to build new web solutions, it will be important to keep progressive enhancements in mind.

Adewale Abati
Oct 11, 2019 ⋅ 5 min read
semantichtml

How to do semantics the right way

Dev

This article will show you why semantics on the web is important, what kind of semantic elements are built into HTML, and how you can use them in your apps.

Kristofer Selbekk
Sep 21, 2019 ⋅ 5 min read

Real-time processing with web workers

Dev

As a JavaScript developer, you should already know its single-threaded processing model: all of your JavaScript code is executed within […]

Andrea Chiarelli
Jun 19, 2019 ⋅ 9 min read
Using The Dialog Element For Modal Windows

The dialog element: The way to create tomorrow’s modal windows

Dev

Overview The dialog box is a common user interface design pattern that comes up over and over again on websites — so […]

Abishek Jakhar
Apr 17, 2019 ⋅ 6 min read