List Hits

Total Items found in Hits is 557603.
A Collection of Hits...
dropdown section

9:55 pm, August 13, 2024
React - Create a Stateful Component

10:02 pm, August 13, 2024
Create a Simple JSX Element

10:06 pm, August 13, 2024
imp

10:12 pm, August 13, 2024
Console Tips and Tricks

10:15 pm, August 13, 2024
OSRS Members Fishing Guide

10:15 pm, August 13, 2024
Greater Demons

10:17 pm, August 13, 2024
show the year with js

10:17 pm, August 13, 2024
https

10:19 pm, August 13, 2024
function causing slow load time

10:22 pm, August 13, 2024
javascript isset equivalent

10:22 pm, August 13, 2024
Date Conversion PHP

10:23 pm, August 13, 2024
p p

10:24 pm, August 13, 2024
imp

10:28 pm, August 13, 2024
bouncing loader animation in css

10:33 pm, August 13, 2024
pretty printing json with php

10:45 pm, August 13, 2024
template

10:47 pm, August 13, 2024
Alpine JS Testing

10:48 pm, August 13, 2024
check url hash using javascript

10:54 pm, August 13, 2024
adv

10:57 pm, August 13, 2024
share to twitter html link only

11:00 pm, August 13, 2024
php basic page router

11:09 pm, August 13, 2024
load content with jquery

11:10 pm, August 13, 2024
mouse outline svg

11:12 pm, August 13, 2024
Google Page Speed Cleanup and Testing

11:14 pm, August 13, 2024
adv

11:21 pm, August 13, 2024
the

11:22 pm, August 13, 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...

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
"Let us prepare our minds as if we'd come to the very end of life. Let us postpone nothing. Let us balance life's books each day ... The one who puts the finishing touches on their life each day is never short of time."
Seneca
Random CSS Property

env()

The env() CSS function can be used to insert the value of a user agent-defined environment variable into your CSS, in a similar fashion to the var() function and custom properties. The difference is that, as well as being user-agent defined rather than user-defined, environment variables are globally scoped to a document, whereas custom properties are scoped to the element(s) on which they are declared.
env() css reference