List Views

Total Items found in Views is 216794.
An advanced collection of page views
php mysql table exists function

6:21 am, February 20, 2023
check if a ul contains a ul li

6:19 am, February 20, 2023
convert all images into base64 encoded

6:19 am, February 20, 2023
get tomorrows date with javascript

6:07 am, February 20, 2023
round number with js

6:07 am, February 20, 2023
How do Self-Closing JSX Tags Work?

6:06 am, February 20, 2023
get yesterdays date with javascript

6:04 am, February 20, 2023
enable dark mode in tinymce

6:01 am, February 20, 2023
Create a Simple JSX Element

6:01 am, February 20, 2023
pi hole and hassio

6:01 am, February 20, 2023
Factorio Blueprint Books

6:01 am, February 20, 2023
use font awesome on elements lists ul

5:56 am, February 20, 2023
js check the length of a string

5:56 am, February 20, 2023
highlight a button with an animation css

5:55 am, February 20, 2023
OSRS Members Fishing Guide

5:55 am, February 20, 2023
json jquery ajax request

5:53 am, February 20, 2023
material design icons google font

5:53 am, February 20, 2023
rs3 runespan experience rates

5:51 am, February 20, 2023
video embed tag

5:47 am, February 20, 2023
adding react to a website in 3 steps

5:42 am, February 20, 2023
Generate a random title from an array

5:39 am, February 20, 2023
Welcome Widget Card - Toggle

5:38 am, February 20, 2023
cycle color using background

5:35 am, February 20, 2023
bold the numbers in a ol li list

5:31 am, February 20, 2023
making var_dump look nice

5:29 am, February 20, 2023
Console Tips and Tricks

5:27 am, February 20, 2023
center mode slick zoom testing

5:27 am, February 20, 2023
Javascript Objects Notes

5:24 am, February 20, 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
You drown not by falling in the river, but by staying submerged.
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