List Hits

Total Items found in Hits is 610365.
A Collection of Hits...
php basic page router

12:28 am, May 11, 2022
compare equality function

12:27 am, May 11, 2022
using let rather than var

12:16 am, May 11, 2022
bootstrap basic grid layout

12:11 am, May 11, 2022
check url hash using javascript

12:09 am, May 11, 2022
set active class based on url value

11:54 pm, May 10, 2022
Core Class - Basic Core Structure

11:13 pm, May 10, 2022
get the current url in javascript

11:07 pm, May 10, 2022
above

10:59 pm, May 10, 2022
the

10:29 pm, May 10, 2022
animate css

10:22 pm, May 10, 2022
mithril testing

10:20 pm, May 10, 2022
the

10:09 pm, May 10, 2022
get element by id and hide it

10:09 pm, May 10, 2022
add new random image with button

9:29 pm, May 10, 2022
media

8:56 pm, May 10, 2022
RS3 Herb Run Notes

8:54 pm, May 10, 2022
twitter json feed testing

8:54 pm, May 10, 2022
favicon code meta tag Referrer

8:46 pm, May 10, 2022
jquery

8:41 pm, May 10, 2022
css prefers-color-scheme example

8:27 pm, May 10, 2022
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
A.A. Milne’s Winnie-the-Pooh: “If you live to be a hundred, I want to live to be a hundred minus one day so I never have to live without you.”
A.A. Milne
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