List Views

Total Items found in Views is 226560.
An advanced collection of page views
wp register plugin settings admin

11:55 pm, April 23, 2023
top bar overflow issues [fixed]

11:57 pm, April 23, 2023
Core Class - Basic Core Structure

12:03 am, April 24, 2023
how to embed google fonts icons

12:06 am, April 24, 2023
RS3 Hunter Leveling Logs and Notes

12:09 am, April 24, 2023
flush dns on mac

12:10 am, April 24, 2023
Objects in javascript

12:19 am, April 24, 2023
get the value from a textarea element

12:20 am, April 24, 2023
css prefers-color-scheme example

12:21 am, April 24, 2023
keyframe animations css

12:27 am, April 24, 2023
pulsating dots - glow glowing

12:28 am, April 24, 2023
Tools

12:32 am, April 24, 2023
RS3 Slayer - Corrupted creature

12:35 am, April 24, 2023
Javascript Objects Notes

12:40 am, April 24, 2023
foundation old grid format

12:41 am, April 24, 2023
Simple Line chart with Chart.js

12:42 am, April 24, 2023
codemirror with auto preview window

12:48 am, April 24, 2023
chia mining research notes

12:49 am, April 24, 2023
set active class based on url value

12:54 am, April 24, 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
"We're tight-fisted with property and money, yet think too little of wasting time, the one thing about which we should all be the toughest misers.”
Seneca
Random CSS Property

clamp()

The clamp() CSS function clamps a value between an upper and lower bound. clamp() enables selecting a middle value within a range of values between a defined minimum and maximum. It takes three parameters: a minimum value, a preferred value, and a maximum allowed value. The clamp() function can be used anywhere a <length>, <frequency>, <angle>, <time>, <percentage>, <number>, or <integer> is allowed.
clamp() css reference