plopslop

David Walsh Blog

davidwalsh.nameadded August 2026

JavaScript SpeechSynthesis API

David Walsh Blog20 Nov 2025

JavaScript SpeechSynthesis API As the web continues to be the medium for all users, standards bodies need to continue to provide new APIs to enrich user experience and accessibility.

0

How to Add a Header to a curl Request

David Walsh Blog3 Aug 2024

How to Add a Header to a curl Request curl is one of those great utilities that's been around seemingly forever and has endless use cases.

0

How to Set Date Time from Mac Command Line

David Walsh Blog17 Jun 2024

How to Set Date Time from Mac Command Line Working on a web extension that ships to an app store and isn't immediately modifiable, like a website, can be difficult.

0

How to Retrieve WiFi Password on Windows

David Walsh Blog13 May 2024

How to Retrieve WiFi Password on Windows Remembering the WiFi password when on a guest network is never easy. Even worse is when it's no longer posted and someone else is asking you for it.

0

HTML popover Attribute

David Walsh Blog15 Apr 2024

HTML popover Attribute Modals have been an important part of websites for two decades. Stacking contents and using fetch to accomplish tasks are a great way to improve UX on both desktop and...

0

Detect Caps Lock with JavaScript

David Walsh Blog6 Feb 2024

Detect Caps Lock with JavaScript Anyone is capable of having their caps lock key on at any given time without realizing so.

0

Date.now()

David Walsh Blog17 Jan 2024

Date.now() Ask any software engineer and they'll tell you that coding date logic can be a nightmare. Developers need to consider timezones, weird date defaults, and platform-specific date formats.

0