Standard Search
About 92 results
https://www.coryd.dev/posts/2024/building-out-a-books-page · 3 Jul 2024
I had a ton of fun reading about how Melanie put together her reading page that I thought I'd write up a quick post on how I built mine.
https://www.coryd.dev/posts/2024/structured-styling-with-custom-properties · 1 Jul 2024
I keep tweaking the CSS for this site but the tweaks have become smaller and smaller. I removed Tailwind. I added a bunch of features[for my own amusement and then circled back to clean things up.
https://www.coryd.dev/posts/2024/building-a-contact-form-with-a-cloudflare-worker · 1 Jul 2024
Moving my site to Cloudflare meant I lost access to Netlify's forms functionality. I wanted to keep my contact form and have implemented a Cloudflare worker to handle submissions.
https://www.coryd.dev/posts/2024/building-a-responsive-menu-with-css-and-no-javascript · 18 Jun 2024
For much of the time I've spent fiddling with the code for this site, I kept my navigation for desktop and mobile nearly identical. A horizontal row of labels and icons: on desktop, displayed next to my name and, on mobile, those same items under my name. ...
https://www.coryd.dev/posts/2024/its-not-just-a-blog · 11 Jun 2024
Lately, one of the things I've most enjoyed doing on this site has been expanding on the facets of it that aren't strictly related to the blog. I've been working around the edges on filling out music, movie, TV and book related functionality.
https://www.coryd.dev/posts/2024/integrating-a-somewhat-custom-cms-with-eleventy · 3 Jun 2024
I've spent the last, uh, month or so inching my way towards leveraging a CMS to manage the content on this site. It started with improving my self-hosted scrobbling setup, importing yet more of my personal data and then looking around at friendlier options...
https://www.coryd.dev/posts/2024/access-to-data-isnt-a-grant-to-exploit-it · 4 Apr 2024
As the AI hype cycle continues and continues to take on ever more characteristics of a bubble, we should be making an ever more concerted effort to block, confound and frustrate the crawlers they use to trawl the public internet for data. They've operated ...
https://mikebifulco.com/newsletter/tiny-tips-for-better-seo · 12 Mar 2024
I hear from a lot of devs that they don't know where to start with SEO. Here are 3 tiny tips about to get you started.
https://ayc0.github.io/posts/how-does-css-work-the-specificity · 30 Jan 2023
When writing CSS selectors, they sometimes don’t seem to be following the order of the code. Indeed they don’t: they also follow the specificity of each selectors. But what is the specificity and how does it work?
https://ayc0.github.io/posts/css-before-vs-before · 17 Jan 2023
Is there a difference in CSS between `:before` and `::before`? Which one is valid? What about similar syntaxes like `:hover` and `::first-child`?