List Views

Total Items found in Views is 213191.
An advanced collection of page views
testing chartjs

2:01 am, October 9, 2023
Create Strings using Template Literals

2:01 am, October 9, 2023
fancybox inline auto size modal easy

2:01 am, October 9, 2023
add new random image with button

1:56 am, October 9, 2023
simple file cache and check in php

1:56 am, October 9, 2023
random string generator guid

1:54 am, October 9, 2023
jquery click function

1:48 am, October 9, 2023
inline form field padding

1:46 am, October 9, 2023
flexbox layout template

1:44 am, October 9, 2023
check box highlight text area css

1:39 am, October 9, 2023
Quicksand font quick install

1:36 am, October 9, 2023
wordpress main nav dropdown fix

1:36 am, October 9, 2023
CSS Filter Generator from Hex Code

1:26 am, October 9, 2023
jquery clone and append elements

1:25 am, October 9, 2023
Google Fonts Multiple includes

1:25 am, October 9, 2023
Get the documentURI with JS

1:25 am, October 9, 2023
Video Notes: Stop Being the Nice Guy

1:24 am, October 9, 2023
mysql to sqlite notes

1:23 am, October 9, 2023
Testing AI in Notion

1:23 am, October 9, 2023
css :active pseudo-class usage

1:22 am, October 9, 2023
Random Links for December 2022

1:21 am, October 9, 2023
Some New String tools

1:20 am, October 9, 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
Old programmers never die; they just lose some of their functions.
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