List Views

Total Items found in Views is 215675.
An advanced collection of page views
jquery page search [testing]

1:19 am, October 1, 2024
add click event to multiple link items

1:19 am, October 1, 2024
RS3 Construction Log

1:16 am, October 1, 2024
adding pagination to custom wp_query

1:16 am, October 1, 2024
youtube search api request function

1:15 am, October 1, 2024
animated duck on footer

1:14 am, October 1, 2024
Testing

1:13 am, October 1, 2024
assign array to variables in a loop

1:12 am, October 1, 2024
What's the Point of Docker?

1:12 am, October 1, 2024
get current class name with get_class

1:07 am, October 1, 2024
Oswald Font Quick Embed

1:06 am, October 1, 2024
Create Strings using Template Literals

1:05 am, October 1, 2024
compare equality function

1:05 am, October 1, 2024
sqlite fetchArray into another array

1:04 am, October 1, 2024
open sans @import embed font quick

1:01 am, October 1, 2024
globe svg testing (broken)

1:00 am, October 1, 2024
css accordion basics

12:59 am, October 1, 2024
how to embed google fonts icons

12:57 am, October 1, 2024
RS3 Herb: Locations

12:56 am, October 1, 2024
CSS Drawing - Beach Scene

12:54 am, October 1, 2024
using clamp js to clamp lines of text

12:53 am, October 1, 2024
Quickest Slayer OSRS XP - HELP PLEASE

12:53 am, October 1, 2024
php html template class system

12:52 am, October 1, 2024
extracting the useful bits of bootstrap

12:52 am, October 1, 2024
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 mind must be given relaxation; it will arise better and keener after resting. As rich fields must not be forced-for their productiveness, the have no rest, will quickly exhaust them constantlabor will break the vigor of the mind, but if it is released and relaxed a little while, it will recover its powers
Seneca
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