Aileen Rae

Aileen Rae @aileenr

About: A web developer with a particular fondness for VueJS. She/her.

Location:
Edinburgh, UK
Joined:
Jun 28, 2020

Aileen Rae
articles - 10 total

Bookmarks: February 2023

A collection of online reading I enjoyed in February of 2023

Learn More 0 0Mar 12 '23

Bookmarks: January 2023

A collection of interesting things I found around the interwebs this last month.

Learn More 0 0Feb 4 '23

Checking and unchecking a checkbox with JavaScript: a quick lesson on HTML IDL attributes

A snippet to check and uncheck an HTML checkbox with vanilla JavaScript. Plus an introduction to content attributes versus IDL attributes on HTML elements.

Learn More 2 0Jan 6 '23

Fixing overflow: scroll padding in Firefox

Padding at the end of an overflow:scroll element doesn't work in Firefox. Here's how to work around it.

Learn More 6 1Aug 1 '22

Pokémon as HTML list bullets using SASS functions

How to use numbered image URLs as the bullets of an HTML ordered list.

Learn More 4 0Jul 25 '22

GitHub Actions: Fixing the 'Permission Denied' error for shell scripts

How to run a bash script in a GitHub Action.

Learn More 12 0Apr 4 '22

Sticky Section Headers

An HTML and CSS example of sticky positioned headers, aligned to the left of content.

Learn More 8 0Oct 10 '21

Let's Build a HTML and CSS Landing Page with Parcel

An intro tutorial to Parcel by building and deploying a static website with HTML, SASS and JavaScript for free. Includes starter templates.

Learn More 10 2Aug 6 '21

How to spoof your timezone in Google Chrome

How to spoof your timezone in Google Chrome without updating your system settings.

Learn More 17 7Mar 6 '21

TIL: You can watch for nested properties changing in React's useEffect() hook

You can use nested properties in React's useEffect() dependency array.

Learn More 14 4Feb 17 '21