List Views

Total Items found in Views is 184205.
An advanced collection of page views
wp register plugin settings admin

11:55 pm, April 23, 2023
top bar overflow issues [fixed]

11:57 pm, April 23, 2023
Core Class - Basic Core Structure

12:03 am, April 24, 2023
how to embed google fonts icons

12:06 am, April 24, 2023
RS3 Hunter Leveling Logs and Notes

12:09 am, April 24, 2023
flush dns on mac

12:10 am, April 24, 2023
Objects in javascript

12:19 am, April 24, 2023
get the value from a textarea element

12:20 am, April 24, 2023
css prefers-color-scheme example

12:21 am, April 24, 2023
keyframe animations css

12:27 am, April 24, 2023
pulsating dots - glow glowing

12:28 am, April 24, 2023
Tools

12:32 am, April 24, 2023
RS3 Slayer - Corrupted creature

12:35 am, April 24, 2023
Javascript Objects Notes

12:40 am, April 24, 2023
foundation old grid format

12:41 am, April 24, 2023
Simple Line chart with Chart.js

12:42 am, April 24, 2023
codemirror with auto preview window

12:48 am, April 24, 2023
chia mining research notes

12:49 am, April 24, 2023
set active class based on url value

12:54 am, April 24, 2023
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

Subscribe to weekly updates about things i have added to the site or thought interesting during the last week.

You could also follow me on twitter or not... does anyone even use twitter anymore?

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote
In this case my anchor this week becomes driving almost 2hrs outside of Atlanta to one of my favorite hard core gyms in the world.. MetroFlex aka The Dungeon. The gym owners turn the heat way up so it becomes a fun sweat box and the gym members just watch from afar and leave me alone. I happily drive myself long distances to find MY ANCHOR. Our anchor allows us to have balance, focus and be as productive as possible. And if you're in the middle of a heavy set and your headphones start to fall off your head, like mine did here.. well.. f*ck the headphones. Let em break and fall. You can always get a new pair, but the iron ain't ever gonna lift itself.
Unknown
Random CSS Property

:host-context()

The :host-context() CSS pseudo-class function selects the shadow host of the shadow DOM containing the CSS it is used inside (so you can select a custom element from inside its shadow DOM) — but only if the selector given as the function's parameter matches the shadow host's ancestor(s) in the place it sits inside the DOM hierarchy.
:host-context() css reference