List Views

Total Items found in Views is 299308.
An advanced collection of page views
show the browsers name in javascript

3:22 am, August 19, 2024
using let rather than var

3:25 am, August 19, 2024
getType function for js

3:28 am, August 19, 2024
Tools

3:28 am, August 19, 2024
submit form with javascript

3:28 am, August 19, 2024
load the latest single item only

3:29 am, August 19, 2024
Source on Overwolf ASCII Art

3:32 am, August 19, 2024
still more comment spam

3:33 am, August 19, 2024
save string to file php

3:34 am, August 19, 2024
install cmatrix on mac m1

3:34 am, August 19, 2024
ES5 vs ES6 Object Example

3:36 am, August 19, 2024
load content with jquery

3:37 am, August 19, 2024
Creating an NFT - bbyalienyodi

3:37 am, August 19, 2024
target 1st td in a table with css

3:37 am, August 19, 2024
simple php ip blocker

3:37 am, August 19, 2024
Custom 12 Grid using CSS Grid

3:40 am, August 19, 2024
get current class name with get_class

3:42 am, August 19, 2024
find all elements add class jquery

3:42 am, August 19, 2024
jquery document ready

3:43 am, August 19, 2024
Facebook HTML for Sharing a Link

3:44 am, August 19, 2024
youtube embed iframe

3:45 am, August 19, 2024
play a sound every # of seconds

3:50 am, August 19, 2024
json loop load elements

3:50 am, August 19, 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
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-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