rogerpence.com
Posts
Links
About
Show tags from api
A simple CSS-only text popover
Draft
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
Draft
A collection of various JavaScript routines, links, and other resources for remembering what lurks in its nooks and crannies.
Using custom filters with Jinja
Draft
Using custom filters with Jinja
Omitting the last comma in a series in a Jinja template
Draft
Omitting the last comma in a series in a Jinja template
Managing white space with Jinja3
Draft
How to manage whitespace with the Jinja3 templating engine
Wranging PageFind with Astro to get the most out of it
Draft
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
Draft
A handful of useful PowerShell shippets and tips
How to resolve file access error when restoring SQL Server DB
Draft
How to avoid the "access-defined" when attempting to restore a SQL Server DB from a *.bak file.
SQL snippets
Draft
SQL snippets
Comparing SSG versus SSR content collections
Draft
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.