List Hits

Total Items found in Hits is 557603.
A Collection of Hits...
RS3 Leveling Progress - Maxed!

12:11 am, July 24, 2024
vimeo thumbnail generator

12:11 am, July 24, 2024
form submit override with javascript

12:11 am, July 24, 2024
using switch in a function

12:11 am, July 24, 2024
jqueryui includes css and js

1:14 am, July 24, 2024
imgur upload from php

1:25 am, July 24, 2024
Use Recursion to Count Up

1:26 am, July 24, 2024
explode a string into an array

2:06 am, July 24, 2024
change favicon with jquery

2:57 am, July 24, 2024
check box highlight text area css

3:17 am, July 24, 2024
embed and use a ttf font font face

3:49 am, July 24, 2024
CSS Only Table Stacking Solution

4:10 am, July 24, 2024
wordpress main nav dropdown fix

4:25 am, July 24, 2024
slick slider section quick add

4:41 am, July 24, 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
Don't look to be the next Facebook, try to solve a real problem instead.
Unknown
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