List Views

Total Items found in Views is 185730.
An advanced collection of page views
Privacy

5:26 pm, April 17, 2023
search within files in a directory

5:12 pm, April 17, 2023
recreate marquee element using css

4:50 pm, April 17, 2023
open sans @import embed font quick

4:39 pm, April 17, 2023
download icon svg

4:38 pm, April 17, 2023
find all elements add class jquery

4:25 pm, April 17, 2023
inline form field padding

4:11 pm, April 17, 2023
Google Font Embed - Play Gaming Font

4:07 pm, April 17, 2023
commit and push changes to git repo

4:04 pm, April 17, 2023
php print an array nicely

3:28 pm, April 17, 2023
RS3 Combat Bars

3:24 pm, April 17, 2023
save string to file php

3:06 pm, April 17, 2023
Using Flexbox rather than Floats

2:39 pm, April 17, 2023
rs3 rune crafting leveling stats

2:39 pm, April 17, 2023
gallery carousel center mode

2:38 pm, April 17, 2023
old browser check with javascript

2:37 pm, April 17, 2023
OSRS Notes

2:37 pm, April 17, 2023
CSS Drawing - Beach Scene

2:31 pm, April 17, 2023
youtube search api request function

2:24 pm, April 17, 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
When i was a little kid, I was really scared of the dark. But then I came to understand, dark just means the absence of photons in the visible wavelength -- 400 to 700 nanometers. Then i thought, well, its really silly to be afraid of a lack of photons. Then i wasn't afraid of the dark anymore after that.
Elon Musk
Random CSS Property

env()

The env() CSS function can be used to insert the value of a user agent-defined environment variable into your CSS, in a similar fashion to the var() function and custom properties. The difference is that, as well as being user-agent defined rather than user-defined, environment variables are globally scoped to a document, whereas custom properties are scoped to the element(s) on which they are declared.
env() css reference