List Views

Total Items found in Views is 185730.
An advanced collection of page views
video embed no controls

12:59 am, March 6, 2023
mithril testing

12:59 am, March 6, 2023
linux list all drives and partitions

12:56 am, March 6, 2023
Importing CSS Reference

12:52 am, March 6, 2023
bootstrap basic grid layout

12:51 am, March 6, 2023
Some New String tools

12:48 am, March 6, 2023
A short unsplash image url

12:46 am, March 6, 2023
stack a table using css responsive

12:43 am, March 6, 2023
OSRS Notes

12:43 am, March 6, 2023
Lynx Titan

12:38 am, March 6, 2023
detect window scroll position jquery

12:33 am, March 6, 2023
css slow zoom in animation

12:30 am, March 6, 2023
Sweet Alert 2 Methods and Examples

12:29 am, March 6, 2023
OSRS Members Fishing Guide

12:24 am, March 6, 2023
Efficient OSRS Maxing Guide

12:23 am, March 6, 2023
RS3 Herb Run Notes

12:23 am, March 6, 2023
Quick Links

12:22 am, March 6, 2023
KruXoR Site Updates June 2022

12:21 am, March 6, 2023
imgur upload from php

12:15 am, March 6, 2023
python getting started notes

12:00 am, March 6, 2023

9:31 pm, March 2, 2023
my old hunter in wow

1:27 pm, March 2, 2023
Easy Meta Tags

1:27 pm, March 2, 2023
rs3 runespan experience rates

1:26 pm, March 2, 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
“If you just sit and observe, you will see how restless your mind is. If you try to calm it, it only makes it worse, but over time it does calm, and when it does, there’s room to hear more subtle things. You see so much more than you could see before. It’s a discipline; you have to practice it.”
Steve Jobs
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