Reading List
The most recent articles from a list of feeds I subscribe to.
What people think that web developers do vs. what we really do
What people think web developers do: Code, deploy and use, with coding being the main task What web developers really do: Coding Require random 3rd party framework code Updating Node/NPM Try the last command again with `sudo` Checking on mobile Shaking fist towards Cupertino Looking things up on the web Pasting Stack Overflow solutions Resize […]
A teleprompter script for video recordings
Currently I am recording a lot of videos and I found the fastest way to do them is to write the script and read it out to my camera and then record screencasts and edit them to fit the narration. In order to make sure I read from the top of the screen and reading […]
Global Accessbility Awareness Day – Does your web product support the needs of the many?
You never create one product on the web – you create a product that people can change to their needs. At least you should. I’ve been working on the web since 1997 and one thing I realised early on is a big basic idea of the web: You do not control how your web product […]
Fixing the accessibility of Inspection overlays
The Inspect tool is a great way to get information about different page elements before selecting then. Once it is enabled, it shows an information overlay as you move from element to element. The main problem with the tool is that sometimes it is tough to get the information about the right element, as they […]
A “Quick Edit” bookmarklet to make changes to any web site
Using the Quick edit bookmarklet you can make any web site editable. Drag it to your favourites toolbar, click it and you get into edit mode. You can edit, copy and paste, delete and anything else. Hitting `ESC` will end edit mode. You can use this to quickly edit web sites before taking a screenshot, […]