List Views

Total Items found in Views is 226560.
An advanced collection of page views
Graceful outfit

5:47 am, October 1, 2023
php return json header and content

5:51 am, October 1, 2023
explode a string into an array

6:13 am, October 1, 2023
RS3 Quick Daily Run Logs

6:14 am, October 1, 2023
Applied Accessibility - Tab Index

6:14 am, October 1, 2023
show the browsers name in javascript

6:18 am, October 1, 2023
detect window scroll position jquery

6:29 am, October 1, 2023
Making Images Retina Display Friendly

6:34 am, October 1, 2023
php validate email function

6:38 am, October 1, 2023
checking if your windows pc has a TPM

6:44 am, October 1, 2023
javascript try catch example function

6:45 am, October 1, 2023
my default text shadow css

6:49 am, October 1, 2023
Prevent Object Mutation

6:56 am, October 1, 2023
fancybox image popout easy

7:04 am, October 1, 2023
zoom background of element when active

7:10 am, October 1, 2023
get the value from a textarea element

7:16 am, October 1, 2023
loop through $_GET in php

7:33 am, October 1, 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