List Views

Total Items found in Views is 184227.
An advanced collection of page views
meta description tag

9:08 pm, February 24, 2023
change string to capital words ucwords

12:41 am, February 25, 2023
react basic hello world

3:55 am, February 25, 2023
embed and use a ttf font font face

9:26 am, February 25, 2023
New World - Why to Join a Faction

10:11 am, February 25, 2023
check if a file exists with php

3:29 pm, February 25, 2023
Default Parameters for Functions

9:19 am, February 26, 2023
github logo background png css

12:22 pm, February 26, 2023
document placeholder for a4 in portrait

12:01 am, February 27, 2023
bold the numbers in a ol li list

12:02 am, February 27, 2023
add click event to multiple link items

12:02 am, February 27, 2023
RS3 Slayer - Feral Dinosaurs

12:03 am, February 27, 2023
RS3 Best AFK training all skills

12:10 am, February 27, 2023
Importing CSS Reference

12:10 am, February 27, 2023
bootstrap alert template

12:13 am, February 27, 2023
atom editor useful keyboard shortcuts

12:14 am, February 27, 2023
php validate email function

12:14 am, February 27, 2023
fancybox inline auto size modal easy

12:15 am, February 27, 2023
twitter social sharing meta tags

12:19 am, February 27, 2023
javascript try catch example function

12:20 am, February 27, 2023
404 Error Page Codepen

12:21 am, February 27, 2023
Making Images Retina Display Friendly

12:24 am, February 27, 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

is backupper a word?
anytrans
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