List Views

Total Items found in Views is 213191.
An advanced collection of page views
Google Fonts Multiple includes

7:07 am, August 15, 2023
list group card template

6:55 am, August 15, 2023
add user to sudo group in ubuntu

6:53 am, August 15, 2023
php check if a class exists

6:53 am, August 15, 2023
get current url with php

6:47 am, August 15, 2023
share to twitter html link only

5:59 am, August 15, 2023
Get the documentURI with JS

5:57 am, August 15, 2023
github logo background png css

5:42 am, August 15, 2023
mithril testing

5:28 am, August 15, 2023
Core - File Structure

4:52 am, August 15, 2023
using let rather than var

4:28 am, August 15, 2023
embed and use a ttf font font face

4:28 am, August 15, 2023
duplicate a line in vscode shortcut

4:20 am, August 15, 2023
extract youtube image from video url

4:16 am, August 15, 2023
Generate a random title from an array

4:13 am, August 15, 2023
css prefers-color-scheme example

4:12 am, August 15, 2023
stop overscrolling on responsive ios

4:10 am, August 15, 2023
goodbye old grid theme

4:07 am, August 15, 2023
Enabling SSH on Ubuntu

3:34 am, August 15, 2023
testing equality

3:14 am, August 15, 2023
javascript page redirect

3:06 am, August 15, 2023
filter drop shadow

3:02 am, August 15, 2023
check column exists in table sqlite

3:00 am, August 15, 2023
change the window title

2:38 am, August 15, 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