List Views

Total Items found in Views is 222764.
An advanced collection of page views
wp register plugin settings admin

1:25 am, April 4, 2023
How to Add Comments in JSX

1:14 am, April 4, 2023
make all links target new window

1:00 am, April 4, 2023
basic for loop odd numbers

12:55 am, April 4, 2023
Running Windows on pi400 notes

12:55 am, April 4, 2023
css font style italic

12:53 am, April 4, 2023
react hello world with variable name

12:53 am, April 4, 2023
get element by id and hide it

12:52 am, April 4, 2023
meta refresh reload page

12:52 am, April 4, 2023
pre-line white space settings

12:50 am, April 4, 2023
wordpress get template directory

12:44 am, April 4, 2023
simple dropdown navigation ul li css

12:21 am, April 4, 2023
show errors in php with toggle

12:20 am, April 4, 2023
javascript window.onload

12:19 am, April 4, 2023
random string generator guid

12:17 am, April 4, 2023
using foundation 6.4 xy grid basics

12:09 am, April 4, 2023
down chevron and styles

12:00 am, April 4, 2023
Simple Line chart with Chart.js

11:59 pm, April 3, 2023
get the last letter of a string

11:53 pm, April 3, 2023
pretty printing json with php

11:49 pm, April 3, 2023
target data attribute with css

11:48 pm, April 3, 2023
Multidimensional Array

11:47 pm, April 3, 2023
table scroll responsive foundation

11:43 pm, April 3, 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
Treasure every moment that you have and treasure it more because you shared it with someone special, special enough to spend your time...and remember that time waits for no one.
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