![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
It's time for Small Web September Check-In 4!
The loose theme of this check-in is troubleshooting! Have you run into any unexpected problems accomplishing something that you'd like to do with your project? Maybe you have a feature that you want to implement, but have no idea what you'd need to look up in order to do that. Or are there any questions that you have about the small web (maybe terms you find confusing) that you'd like to ask?
Whatever it is, add it to the comments! There's no obligation to take part in the theme, of course - you can just add a progress update for your SWS project, or share anything you want to discuss. The sky's the limit \o/
A bonus discussion-starter (optional, so no pressure to include this!): What was something you didn't know how to do when you started out on your small web project(s) that you've since learned?
(This doesn't have to be during the challenge - it can be anything you've learned while doing small web stuff).
As a reminder, this is the fourth of five ‘check-in’/comment points that will be published during the event – you can check out the schedule and dates for these posts in the event intro post. There’s no cut-off point for leaving comments on these, so you can add something at any time – you also don’t need to comment on every one or do them in order! The themes are a loose guide, but any discussion is welcome.
Also, a heads up that the date of our next check-in will be the 30th September (the last day of the challenge) - so whereas these normally go up on a Sunday/later on Saturday depending on your timezone, the last check-in will go up on Monday or late Sunday. So don't be alarmed if it hasn't arrived at the normal time!
For our last check-in with 'halfway point' goals and discussions, go here: Small Web September Check-In 3: Halfway Point
The loose theme of this check-in is troubleshooting! Have you run into any unexpected problems accomplishing something that you'd like to do with your project? Maybe you have a feature that you want to implement, but have no idea what you'd need to look up in order to do that. Or are there any questions that you have about the small web (maybe terms you find confusing) that you'd like to ask?
Whatever it is, add it to the comments! There's no obligation to take part in the theme, of course - you can just add a progress update for your SWS project, or share anything you want to discuss. The sky's the limit \o/
A bonus discussion-starter (optional, so no pressure to include this!): What was something you didn't know how to do when you started out on your small web project(s) that you've since learned?
(This doesn't have to be during the challenge - it can be anything you've learned while doing small web stuff).
As a reminder, this is the fourth of five ‘check-in’/comment points that will be published during the event – you can check out the schedule and dates for these posts in the event intro post. There’s no cut-off point for leaving comments on these, so you can add something at any time – you also don’t need to comment on every one or do them in order! The themes are a loose guide, but any discussion is welcome.
Also, a heads up that the date of our next check-in will be the 30th September (the last day of the challenge) - so whereas these normally go up on a Sunday/later on Saturday depending on your timezone, the last check-in will go up on Monday or late Sunday. So don't be alarmed if it hasn't arrived at the normal time!
For our last check-in with 'halfway point' goals and discussions, go here: Small Web September Check-In 3: Halfway Point
no subject
Date: 2024-09-24 01:43 am (UTC)CSS variables are soooo good, if they didn't have that in vanilla CSS right now I'd probably be aboard the SCSS train :P
I learned the CSS variable set for light/dark theme from this page! https://dev.to/whitep4nth3r/the-best-lightdark-mode-theme-toggle-in-javascript-368f
And there's another way to do it without any javascript: https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/light-dark
You can even do light/dark modes with just HTML and a meta tag now? https://stackoverflow.com/questions/72922557/light-dark-mode-in-html-without-css-only-html
Def gonna do more research into these lightweight methods so it's easy to recommend them to people who even more beginner level than I am!