Tag: html

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

When to use HTML5’s canvas

Dev

The HTML5 canvas has the potential to become a staple of the web, enjoying ubiquitous browser and platform support in […]

Alvin Wan
Apr 8, 2019 ⋅ 7 min read

Discovering the Shadow DOM

Dev

We are all fully aware of the Document Object Model (DOM). Thanks to it, we can manipulate the structure and […]

Andrea Chiarelli
Nov 22, 2018 ⋅ 7 min read

You’re using〈em〉wrong

Dev

Learn how to correctly emphasize and italicize words in HTML5.

Facundo Corradini
Oct 25, 2018 ⋅ 8 min read

The easiest way to keep your web apps accessible: Just use text

Dev

The easiest way to keep your web apps accessible: Just use text The web is no longer just a collection of […]

Jason Rodriguez
Aug 15, 2018 ⋅ 7 min read

Submitting HTML forms using JavaScript frameworks (Vue, React, Hyperapp)

Dev

HTML forms can send an HTTP request declaratively while submitting forms and awaiting response. However, you have to wait for […]

Ogundipe Samuel
Jun 12, 2018 ⋅ 8 min read

What every developer needs to know about HTML email

Dev

HTML email: you may love it, you may hate it — but you have heard of it. I bet you have an […]

Jason Rodriguez
Jun 11, 2018 ⋅ 10 min read

The most controversial HTML5 extension

Dev

  Encrypted Media Extensions (EMEs) are a hotly debated, recently added extension to the HTML5 specification. They are meant to […]

Dhaivat Pandya
Feb 14, 2018 ⋅ 5 min read