List Views

Total Items found in Views is 213191.
An advanced collection of page views
ES6 Nested Object Example

3:30 am, March 1, 2024
basic for loop

3:29 am, March 1, 2024
flems embed in url

3:23 am, March 1, 2024
using let and const example

3:23 am, March 1, 2024
get current url with php

3:23 am, March 1, 2024
encode url with javascript

3:22 am, March 1, 2024
timeline class and function

3:19 am, March 1, 2024
easy section wrap in foundation

3:19 am, March 1, 2024
Footer Design and Redesign

3:19 am, March 1, 2024
fancybox load iframe inline

3:18 am, March 1, 2024
CSS Grid Frame Work

3:18 am, March 1, 2024
Testing Playwrite on for Node

3:16 am, March 1, 2024
load json data url with jquery

3:16 am, March 1, 2024
php basic page router

3:16 am, March 1, 2024
Robocopy Options /? help

3:16 am, March 1, 2024
change the window title

3:14 am, March 1, 2024
Leaflet Quick Start Example

3:13 am, March 1, 2024
set active class based on url value

3:13 am, March 1, 2024
How do Self-Closing JSX Tags Work?

3:13 am, March 1, 2024
random string generator guid

3:09 am, March 1, 2024
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
Interesting...

Me
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