Skip to content
Standard
Reader
Log in
Tag
How-to
Articles and publications tagged How-to across the Atmosphere.
71
articles
7
publications
Articles
Publications
Recent
Recent
Trending
Most popular
Nora Bell
·
Aug 28, 2026
How to: Write a How-To Guide
I wrote this guide to writing how-to guides in Spring of 2026 for a Technical Communications class at Central New Mexico Community College. After receiving incredible feedback and being asked if the professor could use my guide for an example for future classes, I realized this was actually a pretty good guide, so I'm reposting...
guide
·
how-to
Gee's Sawras
·
Jun 11, 2026
Setting up macOS to suck a bit less
Where's my tiling window manager???
3
·
macos
·
tech
Michaël Vanderheyden, UX & Accessibility Lead | Th3S4mur41
·
Jun 4, 2026
headingoffset Is Coming: How to Prepare Today
With headingoffset starting to land in browsers, learn how to prepare now using polyfills, safe CSS fallbacks, and accessibility-first heading styling.
html
·
css
sprout 🔞✨⚙️💥 COMMS OPEN!
·
May 31, 2026
How to Migrate to Blacksky
A step-by-step guide for migrating to the Blacksky PDS.
Blacksky
·
How-to
Michaël Vanderheyden, UX & Accessibility Lead | Th3S4mur41
·
Feb 13, 2026
Making Scrollable Code Blocks Accessible
Fix keyboard accessibility gaps in Safari: learn why scrollable code blocks need focus and how a small polyfill makes them accessible for keyboard users.
a11y
·
how-to
Scott Spence
·
Jun 28, 2025
Shared Tailwind CSS Themes in Svelte Monorepos
I’m currently in the process of migrating a large SvelteKit monorepo from Svelte 4 to Svelte 5 with my team. The UI package is still on Svelte 4 and it’s causing a lot of headaches with svelte-check in CI and the and event delegation (UI package...
sveltekit
·
tailwind
Scott Spence
·
Apr 18, 2025
Passing data between SvelteKit server and page files
I poisoned the well! 😱 I was reviewing code the other day and saw a pattern that I posted ago! This was a quick “this is how I fixed this issue” kind of post. Thing is, it’s been slurped up by LLM scrapers and is being presented as gospel...
sveltekit
·
resource
Scott Spence
·
Feb 11, 2025
Theme Switching in SvelteKit Updated for daisyUI v5 and Tailwind v4
Aight! Let’s go over the migration from Tailwind v3 to v4 and daisyUI v3 to v5 in a SvelteKit project, I’ll not go into a massive preamble here on the improvements that Tailwind v4 brings, essentially , it good, it faster, it simpler, with modern...
sveltekit
·
daisyui
Scott Spence
·
Oct 25, 2024
Scrollbar Styling with Tailwind and daisyUI
Remember when I wrote about changing scrollbar colour with Tailwind CSS? Good times! 😅 Well, that post was ago and stuff don’t stay the same for long in modern web dev. The sitch: I noticed my scrollbar styles were being applied when the mouse...
css
·
tailwind
Scott Spence
·
Oct 20, 2024
The new Svelte (sv) CLI, adding Tailwind is simple now
Aight! With Svelte Summit Fall 2024 done with we got a load of cool new announcements, Svelte 5 being the big one along with the new site and docs! Beautiful! One of the other big announcements was the new Svelte CLI which combines with the ...
tailwind
·
svelte
Scott Spence
·
Oct 8, 2024
Updating SvelteKit Redirects - A More Robust Approach
It’s been since I last wrote about implementing redirects for changed post routes in SvelteKit. In that time, SvelteKit has evolved, and so has my approach to handling these redirects. Today, I’m sharing an update on how I’ve improved...
sveltekit
·
seo
Scott Spence
·
Mar 1, 2024
Handling Multi-Select Form Data
How to get the array of selected values from a multi-select form input? This is a short post detailing my stupidity and how I overcame it. So, here’s the sitch! I was starting again with the dopedevs.icu project I started over 4 years ago but never...
javascript
·
sveltekit
Chris McLeod
·
Jan 7, 2024
Adding Site Search to Eleventy with <pagefind-search>
site-meta
·
blogging
Scott Spence
·
Jul 16, 2023
SvelteKit Page Reaction Component with Upstash Redis
I made a reactions component in SvelteKit that uses Upstash Redis to store the user reactions. It uses a SvelteKit form action to submit the reaction to the server. It’s a nice example of how to use Upstash with SvelteKit. I’ll go through creating...
sveltekit
·
redis
Scott Spence
·
Jul 1, 2023
Customising Fonts in Tailwind CSS and daisyUI
Tailwind is awesome n’ all but what do you do when you want to change the default fonts. I’ve spent a bit of time customising this site to use local fonts above the default used in Tailwind CSS. In this post I’ll go over adding in new fonts for...
css
·
tailwind
Scott Spence
·
Jun 28, 2023
Cookie-Based Theme Selection in SvelteKit with daisyUI
This guide will cover how to add a cookie-based theme selection to a SvelteKit site using daisyUI. I’ve always liked implementing something in the way of a theme change into my sites. This often meant that I’d have to define my own theme up-front...
sveltekit
·
daisyui
Scott Spence
·
May 21, 2023
SvelteKit Contact Form Example with Airtable
This is a how-to guide for adding a contact form to your SvelteKit site using Airtable to store the submissions and notify you when there is a new submission. This is an update to the previous post I did on this, the recent changes to how you...
sveltekit
·
how-to
Scott Spence
·
Apr 14, 2023
SvelteKit Data Loading, Understanding the load function
During a workshop I was hosting at CityJS ( ago) for getting started with Svelte and SvelteKit, I received some valuable feedback from an attendee who was unclear about the role of the load function in SvelteKit. This prompted me to revisit this...
sveltekit
·
resource
Scott Spence
·
Feb 25, 2023
Passing SvelteKit +page.server.ts data to +page.ts
I came across this issue when adding real-time analytics to my site, essentially what I wanted to do was get some analytics data from a server endpoint and pass that to the page. In SvelteKit you can have different ways to get data onto a...
sveltekit
·
resource
Scott Spence
·
Feb 6, 2023
How to Implement Redirects for Changed Post Routes in Sveltekit
In this post I’ll be detailing how I implemented redirects for changed post routes in SvelteKit. I initially did this back in the Summer of 2021 but with the SvelteKit v1 release some things have changed. For the Tl;Dr skip to the solution.
sveltekit
·
seo
Andy Bundy
·
Jan 28, 2023
Finding That Group That Wants to Watch You
Building an audience can be difficult. These are my thoughts as to how you can find those people who want to watch you.
audience
·
community
Scott Spence
·
Jan 6, 2023
Gradient animations with Tailwind CSS and SvelteKit
Tailwind is cool, right? Really configurable as well, I wanted to add some gradient animation to a project of mine. So did a search and found this awesome post by Victor Yoalli on how to do it! Thanks Victor! I’ve basically taken Victor’s code and...
css
·
tailwind
Scott Spence
·
Jan 6, 2023
Get document elements from a page
Two situations over the last couple of days I’ve needed to do this and I’ve had to look up the code to do it. So I thought I’d write it down here so I can find it again. This is being left here for me primarily as it’s something I need to do...
how-to
·
browser
Scott Spence
·
Jan 6, 2023
Instagram Image Filters with Tailwind CSS and SvelteKit
Real quick! This was a dumb idea I had when I created the repo for this in 2018 and never got around to doing anything with until yesterday! 😂 Tl;Dr: It’s a list of CSS filters that you can apply to an image to see what effect they have.
css
·
how-to
Home
Latest
Discover
Search