List Views

Total Items found in Views is 280108.
An advanced collection of page views
PHP/SQLite - Load Random Item

7:53 am, February 1, 2022
Core Class - Basic Core Structure

7:45 am, February 1, 2022
what is a motorbus

7:43 am, February 1, 2022
using vue and json data

7:42 am, February 1, 2022
function to create a uid from html

7:40 am, February 1, 2022
Use Recursion to Count Down

7:31 am, February 1, 2022
react hello world with variable name

7:29 am, February 1, 2022
Whois Lookup

7:29 am, February 1, 2022
header type json

7:28 am, February 1, 2022
css :active pseudo-class usage

7:28 am, February 1, 2022
making var_dump look nice

7:28 am, February 1, 2022
jquery toggle menu testing

7:28 am, February 1, 2022
Farming Allotment patch locations

7:27 am, February 1, 2022
atom on mac and synchronise settings

7:27 am, February 1, 2022
Applied Accessibility - Tab Index

7:27 am, February 1, 2022
make labels or badges look better

7:27 am, February 1, 2022
parallax js scroll testing

7:27 am, February 1, 2022
Console Tips and Tricks

7:27 am, February 1, 2022
backdrop-filter: blur(10px);

7:24 am, February 1, 2022
list group card template

7:22 am, February 1, 2022
round number with js

7:21 am, February 1, 2022
Changing an array declared with const

7:17 am, February 1, 2022
commit and push changes to git repo

7:17 am, February 1, 2022
javascript update item in object

7:16 am, February 1, 2022
form elements australian state list

7:13 am, February 1, 2022
ken burns slow image zoom

7:12 am, February 1, 2022
wordpress category list sorting custom

7:10 am, February 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...

You could also follow me on twitter. I have a couple of youtube channels if you want to see some video related content. RuneScape 3, Minecraft and also a coding channel here Web Dev.

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
Be Yourself, Back Yourself
Kristie Bennett, Survivor
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