List Views

Total Items found in Views is 226560.
An advanced collection of page views
Changing an array declared with const

8:57 am, October 14, 2024
adding react to a website in 3 steps

8:57 am, October 14, 2024
make labels or badges look better

8:57 am, October 14, 2024
Invalid argument supplied for foreach()

8:57 am, October 14, 2024
Making Images Retina Display Friendly

8:57 am, October 14, 2024
convert all images into base64 encoded

8:57 am, October 14, 2024
css grid for layouts and how to use it

8:57 am, October 14, 2024
bootstrap list group card with footer

8:57 am, October 14, 2024
Install PHP without Apache on Ubuntu

8:57 am, October 14, 2024
Viewport width and height calculations

8:57 am, October 14, 2024
verify the google recapture server php

8:57 am, October 14, 2024
Use the parseInt Function with a Radix

8:57 am, October 14, 2024
Use Recursion to Return a Range Array

8:58 am, October 14, 2024
fancybox inline auto size modal easy

8:59 am, October 14, 2024
add a moving chevron to your href link

9:01 am, October 14, 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


Me
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