List Views

Total Items found in Views is 229023.
An advanced collection of page views
vimeo thumbnail generator

1:47 am, February 1, 2022
css accordion basics

1:49 am, February 1, 2022
Top 10 Terraria Houses

1:51 am, February 1, 2022
style page numbers [fixed]

1:56 am, February 1, 2022
ES5 vs ES6 Object Example

1:56 am, February 1, 2022
Factorio Blueprint Books

1:56 am, February 1, 2022
jqueryui date selector

1:56 am, February 1, 2022
Quick tool to convert time into decimal

1:57 am, February 1, 2022
Moving the cursor on iPhone 11

1:57 am, February 1, 2022
using a css grid area template

1:58 am, February 1, 2022
Leaflet Quick Start Example

1:58 am, February 1, 2022
top bar overflow issues [fixed]

1:59 am, February 1, 2022
jquery click function

1:59 am, February 1, 2022
sqlite fetchArray into another array

1:59 am, February 1, 2022
Radial Click Effect

1:59 am, February 1, 2022
Generate Sub menu using Core

1:59 am, February 1, 2022
Objects in javascript

1:59 am, February 1, 2022
meta description tag

1:59 am, February 1, 2022
Writing Arrow Functions with Parameters

2:05 am, February 1, 2022
count the elements in an array

2:05 am, February 1, 2022
recreate marquee element using css

2:09 am, February 1, 2022
using foundation 6.4 xy grid basics

2:11 am, February 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
The problem with hoarding is you end up living off your reserves. Eventually, you’ll become stale. If you give away everything you have, you are left with nothing. This forces you to look, to be aware, to replenish. . . . Somehow the more you give away, the more comes back to you.
Paul Arden
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