List Views

Total Items found in Views is 229023.
An advanced collection of page views
link to an external stylesheet

3:54 pm, June 1, 2022
how to decode xml in php

4:10 pm, June 1, 2022
using the kbd html tag

4:24 pm, June 1, 2022
RS3 Leveling Progress - Maxed!

4:27 pm, June 1, 2022
windows 10 snipping experience

4:28 pm, June 1, 2022
Change link target with JQuery

4:36 pm, June 1, 2022
Thieving training : 1 - 99

4:43 pm, June 1, 2022
Tim and Crunchy Location RS3

4:49 pm, June 1, 2022
php mysql table exists function

4:52 pm, June 1, 2022
bootstrap styled buttons

4:55 pm, June 1, 2022
Creating an NFT - bbyalienyodi

5:00 pm, June 1, 2022
enable dark mode in tinymce

5:14 pm, June 1, 2022
Pikelets

5:40 pm, June 1, 2022
javascript add class to element

5:42 pm, June 1, 2022
Easy Meta Tags

6:17 pm, June 1, 2022
easy twitter embed code

6:33 pm, June 1, 2022
test php bundle write

7:00 pm, June 1, 2022
count the elements in an array

7:48 pm, June 1, 2022
basic for loop odd numbers

7:49 pm, June 1, 2022
RS3 Divination Leveling Log

8:30 pm, June 1, 2022
rs3 rune crafting leveling stats

8:31 pm, June 1, 2022
rs3 runespan experience rates

8:32 pm, June 1, 2022
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
Old programmers never die; they just lose some of their functions.
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