List Hits

Total Items found in Hits is 610330.
A Collection of Hits...
Default Parameters for Functions

5:55 pm, April 4, 2024
Chat GPT slick slider code testing

5:55 pm, April 4, 2024
RS3 Summoning Quick Oblesque

5:54 pm, April 4, 2024
codemirror htmlmixed textarea

5:36 pm, April 4, 2024
Bootstrap Darkmode Switch

5:36 pm, April 4, 2024
Efficient OSRS Maxing Guide

5:35 pm, April 4, 2024
php countries array

5:33 pm, April 4, 2024
basic for loop odd numbers

5:24 pm, April 4, 2024
RS3 Combat Bars

5:14 pm, April 4, 2024
testing chartjs

5:10 pm, April 4, 2024
timeline class and function

5:07 pm, April 4, 2024
bootstrap alert template

5:02 pm, April 4, 2024
wordpress get template directory

5:02 pm, April 4, 2024
javascript add class to element

5:01 pm, April 4, 2024
human_filesize php

4:59 pm, April 4, 2024
chia mining research notes

4:56 pm, April 4, 2024
Alpine JS Testing

4:56 pm, April 4, 2024
add paging to wp list query

4:56 pm, April 4, 2024
top bar overflow issues [fixed]

4:56 pm, April 4, 2024
random number using rand

4:52 pm, April 4, 2024
php substr return part of a string

4:46 pm, April 4, 2024
RS3 Dailies Lists

4:44 pm, April 4, 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
There is a qualitative and quantitative difference between a day that begins with a little exercise, a book, meditation, a good meal, a thoughtful walk, and the start of a day that begins with a smartphone in bed.
Unknown
Random CSS Property

url()

The url() CSS function is used to include a file. The parameter is an absolute URL, a relative URL, a blob URL, or a data URL. The url() function can be passed as a parameter of another CSS functions, like the attr() function. Depending on the property for which it is a value, the resource sought can be an image, font, or a stylesheet. The url() functional notation is the value for the <url> data type.
<url> css reference