You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
💭
Meh.
deadflowers
deadflowers
💭
Meh.
Founder, entrepreneur, serial prototyper and experiment-ooor.
Absolutely not Ray Kooyenga.
target: readmore class | test root: phone.html | date: 02-05-2025
Testing some changes to typical phone (cough iphone) issues on hover/click/select events and pseudos.
To elaborate current theme is a clean monochrome and there are select styling transitions taking place that are unpleasant as the property changes are clashing and stacking up. remove nearly anything not designed by us. Well, figuratively. Like the royal "we" ? OK just me.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A test that dynamically loads the Three.js library and then creates a simple 3D scene with a rotating green cube, rendering it directly into the webpage using the browser's WebGL capability.
To identify all unique ids used in the current document's DOM, here’s the ES6+ code for extracting unique id values:
// Function to find all unique IDs in the documentconstuniqueIds=unique([...document.querySelectorAll('*')]// Get all elements.map(elt=>elt.id)// Map to their id.filter(id=>id)// Filter out empty strings);
CSS has evolved considerably in recent years offering improved flexibility, maintainability, and design possibilities. While it's exciting to be constantly presented with new solutions, the changes are coming fast. Maybe even too fast! It can be a lot just keeping up with everything. Some would even say overwhelming. Especially if you aren't a full time designer. I think the best way to handle that is 1st, remind yourself nobody is 100% on top of all of it at all times. So you're probably nowhere near as far behind as you think.
In any case step 2 is is going to help and that is, seek out some new CSS to experiment with! Do you know if you're employing obsolete functions in current day projects? I don't but want to know if I am. Are there far simpler ways to do things we've many of us long struggled with? Speaking for myself I'd be shocked if there wasn't! So here's 30 of the bigger changes to be knowledgeable of and experiment with to get your old libraries up to date and ke
Script to launch by URL that scrubs a page of most color and graphics including many ads. Useful for trying to read a page that;s throwing so many ads it's locking up your device or otherwise providing a difficult experience.
new in this version:
DIV background should be white unless it's already a shade of grey.