List Views

Total Items found in Views is 216803.
An advanced collection of page views
recreate marquee element using css

3:21 am, July 17, 2023
find all elements add class jquery

3:20 am, July 17, 2023
CSS Only Table Stacking Solution

3:19 am, July 17, 2023
mithril testing

3:17 am, July 17, 2023
redirect www to non www

3:17 am, July 17, 2023
page scroll indicator research

3:14 am, July 17, 2023
Console Tips and Tricks

3:12 am, July 17, 2023
darken background image using css

3:10 am, July 17, 2023
inline form field padding

3:07 am, July 17, 2023
Added Bootstrap Nightshade Again

3:05 am, July 17, 2023
Running Windows on pi400 notes

3:04 am, July 17, 2023
weird search results being recorded

3:00 am, July 17, 2023
javascript update item in object

2:56 am, July 17, 2023
load content with jquery

2:53 am, July 17, 2023
add an outline to everything!

2:52 am, July 17, 2023
search within files in a directory

2:51 am, July 17, 2023
js check the length of a string

2:49 am, July 17, 2023
OSRS Members Fishing Guide

2:45 am, July 17, 2023
still more comment spam

2:39 am, July 17, 2023
table scroll responsive foundation

2:38 am, July 17, 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
The mind must be given relaxation; it will arise better and keener after resting. As rich fields must not be forced-for their productiveness, the have no rest, will quickly exhaust them constantlabor will break the vigor of the mind, but if it is released and relaxed a little while, it will recover its powers
Seneca
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