List Views

Total Items found in Views is 229023.
An advanced collection of page views
bootstrap dark mode

12:52 am, November 29, 2021
Archaeology/Level up table

12:52 am, November 29, 2021
Adding HTML Templates into TinyMCE Editor

12:58 am, November 29, 2021
404 Error Page Codepen

1:01 am, November 29, 2021
Date Conversion PHP

1:01 am, November 29, 2021
del

1:02 am, November 29, 2021
creating a button creator in javascript

1:02 am, November 29, 2021
RS3 Quick Daily Run Logs

1:04 am, November 29, 2021
function to create a uid from html

1:08 am, November 29, 2021
Moving the cursor on iPhone 11

1:08 am, November 29, 2021
Nginx Server Block with Rewrite

1:09 am, November 29, 2021
scroll to top html css and js

1:14 am, November 29, 2021
python import and print url

1:15 am, November 29, 2021
scrollbar replacement simplebar

1:15 am, November 29, 2021
Animal Crossing House Design's

1:16 am, November 29, 2021
inline fancybox modal testing

1:20 am, November 29, 2021
adding pagination to custom wp_query

1:21 am, November 29, 2021
CSS Grid Frame Work

1:21 am, November 29, 2021
verify the google recapture server php

1:22 am, November 29, 2021
How to Override Default Props in React

1:25 am, November 29, 2021
Create a Complex JSX Element

1:31 am, November 29, 2021
top bar overflow issues [fixed]

1:32 am, November 29, 2021
center mode slick zoom testing

1:36 am, November 29, 2021
css slow zoom in animation

1:39 am, November 29, 2021
xcopy backup full directory windows bat

1:42 am, November 29, 2021
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
I believe that in order to better your knowledge base, it takes a lot of failing in order to succeed. I don't consider anything a failure as long as you get back up and you learn from your own mistakes.
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