List Views

Total Items found in Views is 185730.
An advanced collection of page views
youtube search api request function

1:46 pm, January 9, 2023
check length of element jquery

1:46 pm, January 9, 2023
twitter social sharing meta tags

1:43 pm, January 9, 2023
Whois Lookup

1:38 pm, January 9, 2023
check url hash using javascript

1:33 pm, January 9, 2023
css grid for layouts and how to use it

1:28 pm, January 9, 2023
jquery click function

1:24 pm, January 9, 2023
How to add jquery to squarespace site

1:23 pm, January 9, 2023
javascript isset equivalent

1:18 pm, January 9, 2023
detect window scroll position jquery

1:18 pm, January 9, 2023
Crafting - 1 - 99 guide

1:11 pm, January 9, 2023
Quick Links

1:10 pm, January 9, 2023
page scroll indicator research

1:06 pm, January 9, 2023
dropdown section

1:06 pm, January 9, 2023
vimeo thumbnail generator

1:05 pm, January 9, 2023
RS3 Slayer - Ganodermic Creatures

12:58 pm, January 9, 2023
card counting example from fcc

12:54 pm, January 9, 2023
Prevent Object Mutation

12:47 pm, January 9, 2023
Runescape Questing Notes and Log

12:40 pm, January 9, 2023
using switch in a function

12:39 pm, January 9, 2023
select onchange

12:38 pm, January 9, 2023
design nice block header

12:32 pm, January 9, 2023
javascript page redirect

12:29 pm, January 9, 2023
animated duck on footer

12:26 pm, January 9, 2023
what is a motorbus

12:23 pm, January 9, 2023
search within files in a directory

12:22 pm, January 9, 2023
document placeholder for a4 in portrait

12:10 pm, January 9, 2023
favicon code meta tag

12:08 pm, January 9, 2023
landscape image document placeholder

12:07 pm, January 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
Nothing, to my way of thinking, is a better proof of a well ordered mind than a man's ability to stop just where he is and pass some time in his own company.
Seneca
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