!https://transparenttextures.com/
Posts tagged: webdev
All posts with the tag "webdev"
!https://github.com/basecamp/omarchy/blob/master/install/webapps.sh
!https://stackoverflow.com/questions/56755439/modifying-hover-in-tailwindcss
!https://dbushell.com/2025/06/13/your-framework-is-showing-nextjs-error/
!https://omarabid.com/nextjs-vercel
!https://cassidoo.co/post/pocketcal-build-log/
!https://chriscoyier.net/2025/04/30/12292/
!https://www.youtube.com/watch?v=-h9rH539x1k
!https://www.youtube.com/watch
!https://www.youtube.com/watch?v=B32NKRKJ_Cc
!https://hypecp.com/
fragmention
This post is still WIP. …..
https://indieweb.org/fragmention##Challenges
I’ve been digging through David Bushell’s blog over the past day, he has some really good ideas about blogging and webdev. One really interesting post I came accross is url-fragment-text-directives. I’ve long had id’s linked on my headings, though sometimes broken, or now showing the link, I’ve done my best to include them. Fragmentions extend this to allow any text to be linkable like this.
...
I'm building in a fragmentions implementation into my blog, I wanted to add some text before the fragment to indidate...
!https://tailwindcss.com/docs/colors
!https://bsky.app/profile/jhey.dev/post/3lgoev36hps2h
I've been back to putting some images on my blog lately and thinking about making them a bit thinner through the use ...
Attrs does not like '/' characters in its classes, so to use some tailwind classes with custom values we must make ne...
hover z-index and positioning
I broke my sick wikilink hover recently in a refactor, today I did some diving in to figure out what happened.
As you can see in the screenshot below, the link is in a list of links, and when the hover image pops up it sits behind all of the other text. The z-index of the list-item is supposed to be raised above the others on hover.
Manually setting z-index to 20 in the inspector I noticed this message from devtools, “The position: static property prevents z-index from having an effect. Try setting position to something other than static.”, looking back at some of my refactoring I had relative in an old template and it was lost.
...
!https://www.youtube.com/watch?v=0rtpsJSLb44&t=624s
!https://developer.chrome.com/docs/css-ui/animate-to-height-auto/