List Views

Total Items found in Views is 216803.
An advanced collection of page views
Generate Sub menu using Core

3:42 am, July 1, 2022
add this

3:41 am, July 1, 2022
play a sound every # of seconds

3:40 am, July 1, 2022
bouncing loader animation in css

3:40 am, July 1, 2022
Mining 1-99

3:38 am, July 1, 2022
get current url with php

3:38 am, July 1, 2022
codemirror htmlmixed textarea

3:35 am, July 1, 2022
bootstrap form basic

3:29 am, July 1, 2022
jquery clone and append elements

3:29 am, July 1, 2022
load content with jquery

3:29 am, July 1, 2022
bootstrap dark mode

3:26 am, July 1, 2022
old browser check with javascript

3:24 am, July 1, 2022
Quicksand font quick install

3:21 am, July 1, 2022
chevron right

3:17 am, July 1, 2022
windows 10 snipping experience

3:14 am, July 1, 2022
Running Windows on pi400 notes

3:13 am, July 1, 2022
tiny mce editor tinymce

3:11 am, July 1, 2022
Mac Useful Keyboard Shortcuts

3:10 am, July 1, 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
Ever tried. Ever failed. No matter. Try again. Fail again. Fail better. You won't believe what you can accomplish by attempting the impossible with the courage to repeatedly fail better.
Unknown
Random CSS Property

:host()

The :host() 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.
:host() css reference