List Views

Total Items found in Views is 280108.
An advanced collection of page views
simple javascript no library accordion

12:03 am, January 22, 2024
get the value from a textarea element

12:03 am, January 22, 2024
get tomorrows date with javascript

12:03 am, January 22, 2024
Console Tips and Tricks

12:03 am, January 22, 2024
using flexbox to align elements in a row

12:03 am, January 22, 2024
show the browsers name in javascript

12:03 am, January 22, 2024
Using Flexbox rather than Floats

12:04 am, January 22, 2024
Writing Arrow Functions with Parameters

12:04 am, January 22, 2024
table border collapse

12:04 am, January 22, 2024
css using perspective for transforms

12:04 am, January 22, 2024
generate a random color rgb code with php

12:04 am, January 22, 2024
using a css grid area template

12:05 am, January 22, 2024
show the year with js

12:05 am, January 22, 2024
Javascript Objects Notes

12:05 am, January 22, 2024
Date Conversion PHP

12:06 am, January 22, 2024
jquery toggle menu testing

12:06 am, January 22, 2024
get current year in javascript

12:06 am, January 22, 2024
weird search results being recorded

12:06 am, January 22, 2024
checking for spam comments function

12:07 am, January 22, 2024
mithril testing

12:07 am, January 22, 2024
Alpine JS Testing

12:07 am, January 22, 2024
old browser check with javascript

12:07 am, January 22, 2024
css grid for layouts and how to use it

12:08 am, January 22, 2024
javascript page redirect

12:09 am, January 22, 2024
RS3 Construction Log

12:09 am, January 22, 2024
Leaflet Quick Start Example

12:09 am, January 22, 2024
windows robocopy /? help and usage

12:09 am, January 22, 2024
php basic page router

12:09 am, January 22, 2024
jqueryui date selector

12:10 am, January 22, 2024
vimeo thumbnail generator

12:10 am, January 22, 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...

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
Ever tried. Ever failed. No matter. Try again. Fail again. Fail better. You won't believe what you can accomplish by attempting the impossible with the courage to repeatedly fail better.
Unknown
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