Overview for 'original-content'
Written by Bram.us
/ Original link
on Sep. 13, 2021
One of the problems on mobile devices is that the keyboard can hide some things. The VirtualKeyboard API aims to solve this. ~ The Problem The current behavior on mobile devices is that as the keyboa…
Written by Bram.us
/ Original link
on Sep. 2, 2021
If you have multiple accounts that you must use with Git — such as a personal and a work account — you can have your Git Config (typically ~/.gitconfig) conditionally include other configs depending…
Written by Bram.us
/ Original link
on Sep. 1, 2021
Mid-August the WICG published a (unofficial) specification for a Native Eye Dropper — a tool you can use to get the color from the pixel that’s underneath the cursor — on the web. Let’s take a look ……
Written by Bram.us
/ Original link
on Jul. 29, 2021
In What’s New In DevTools (Chrome 93), DevTools Developer Advocate Jecelyn Yeen details the new features that are shipping with Chrome DevTools in the upcoming Chrome 93. The feature that stands out…
Written by Bram.us
/ Original link
on Jul. 27, 2021
Jonathan Neal shared this little snippet on Twitter: Execute JavaScript modules like: bash ./command.js 1. Add the funky header.2. Optional: Omit the extension to not write `.js`.3. Optional: `chmod…
Written by Bram.us
/ Original link
on Jul. 23, 2021
A side-effect when showing scrollbars on the web is that the layout of the content might change depending on the type of scrollbar. The scrollbar-gutter CSS property —which will soon ship with Chromi…