List Views

Total Items found in Views is 229023.
An advanced collection of page views
add paging to wp list query

9:16 am, July 4, 2022
get element by id and hide it

9:16 am, July 4, 2022
bootstrap form basic

9:19 am, July 4, 2022
filter drop shadow

9:19 am, July 4, 2022
Leaflet Quick Start Example

9:26 am, July 4, 2022
layout homepage

9:30 am, July 4, 2022
bootstrap toggle element collapse

9:33 am, July 4, 2022
jquery load wait function

9:38 am, July 4, 2022
card counting example from fcc

9:54 am, July 4, 2022
jquery document ready

9:56 am, July 4, 2022
select onchange

9:58 am, July 4, 2022
Welcome Widget Card - Toggle

10:01 am, July 4, 2022
Kahlil Gibran on Marriage

10:08 am, July 4, 2022
using scroll-behavior: smooth css

10:10 am, July 4, 2022
IP Address

10:10 am, July 4, 2022
make all links target new window

10:10 am, July 4, 2022
show errors in php with toggle

10:11 am, July 4, 2022
using multiple text shadow

10:16 am, July 4, 2022
add an outline to everything!

10:18 am, July 4, 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
For a long time it had seemed to me that life was about to begin - real life. But there was always some obstacle in the way, something to be gotten through first, some unfinished business, time still to be served, or a debt to be paid. Then life would begin. At last it dawned on me that these obstacles were my life.
Alfred D. Souza
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