List Views

Total Items found in Views is 179739.
An advanced collection of page views
search bug Above

8:19 pm, August 7, 2023
favicon code meta tag

7:28 pm, August 7, 2023
css prefers-color-scheme example

5:44 pm, August 7, 2023
php substr return part of a string

5:27 pm, August 7, 2023
chevron up

5:07 pm, August 7, 2023
add a gtag.js pdf click event

4:37 pm, August 7, 2023
php print an array nicely

4:18 pm, August 7, 2023
get the current url in javascript

4:17 pm, August 7, 2023
Get the documentURI with JS

4:16 pm, August 7, 2023
add a user to a group

4:03 pm, August 7, 2023
get the current month as a number

3:46 pm, August 7, 2023
Whois Lookup

3:19 pm, August 7, 2023
compare equality function

3:11 pm, August 7, 2023
my default text shadow css

3:07 pm, August 7, 2023
Default Parameters for Functions

3:05 pm, August 7, 2023
Create a Simple JSX Element

2:54 pm, August 7, 2023
for loop with a 5 increment

2:33 pm, August 7, 2023
check column exists in table sqlite

2:16 pm, August 7, 2023
grid column and row spacing

2:12 pm, August 7, 2023
using let rather than var

2:02 pm, August 7, 2023
using scroll-behavior: smooth css

1:56 pm, August 7, 2023
js function to calculate golf scores

1:54 pm, August 7, 2023
Complex Arrow Function Example

1:54 pm, August 7, 2023
Applied Accessibility - Tab Index

1:50 pm, August 7, 2023
cycle color using background

1:50 pm, August 7, 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
time you enjoyed wasting is not wasted time
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