Show tags from api
A simple CSS-only text popover
This CSS displays a small title above an element when it is hovered over. This originally intended for better anchor tag titles that are often under the mouse pointer--but it also works for other things.
JavaScript snippets, nuggets, and helpers
A collection of various JavaScript routines, links, and other resources for remembering what lurks in its nooks and crannies.
Using custom filters with Jinja
Using custom filters with Jinja
Omitting the last comma in a series in a Jinja template
Omitting the last comma in a series in a Jinja template
Managing white space with Jinja3
How to manage whitespace with the Jinja3 templating engine
Wranging PageFind with Astro to get the most out of it
PageFind is a great search engine static-content sites. This article shows how to tailor its index to your exact needs and how to customize its user interface.
PowerShell snippets
A handful of useful PowerShell shippets and tips
How to resolve file access error when restoring SQL Server DB
How to avoid the "access-defined" when attempting to restore a SQL Server DB from a *.bak file.
SQL snippets
SQL snippets
Comparing SSG versus SSR content collections
Comparing SSG versus SSR content collections
By-God-gotta-be-true programming rules
2022-06-21 Using an appsettings.json file with a C# console app
CSS relative colors
2023-04-08 Using OKLCH to create relative colors
Astro notes
2023-04-15 Astro notes
Demo page for css
2023-04-15 Astro notes
Using NPM Live Server
2023-04-15 Using NPM Live Server
Copy code in Astro to clipboard
2023-04-16 How to copy code in Astro to clipboard
Astro.glob versus getCollection
2024-04-19 Astro.glob provides two ways to collect document content. Pick one, don't mix 'n match.