List Hits

Total Items found in Hits is 574116.
A Collection of Hits...
javascript get content from element

2:07 pm, October 2, 2022
stop overscrolling on responsive ios

2:06 pm, October 2, 2022
Prevent Object Mutation

1:59 pm, October 2, 2022
bold the numbers in a ol li list

1:38 pm, October 2, 2022
Cobra Hill (HILL)

1:22 pm, October 2, 2022
inline fancybox modal testing

1:20 pm, October 2, 2022
Mount Lofty (HILL)

1:19 pm, October 2, 2022
Sweet Alert 2 Methods and Examples

1:07 pm, October 2, 2022
https

12:54 pm, October 2, 2022
https

12:54 pm, October 2, 2022
https

12:54 pm, October 2, 2022
https

12:54 pm, October 2, 2022
https

12:54 pm, October 2, 2022
set active class based on url value

12:17 pm, October 2, 2022
Generate a random title from an array

11:40 am, October 2, 2022
extract variables from url string php

11:34 am, October 2, 2022
MySQL to Sqlite converter Referrer

11:29 am, October 2, 2022
Use Recursion to Count Up

11:06 am, October 2, 2022
What's the Point of Docker?

11:03 am, October 2, 2022
flems embed in url

10:51 am, October 2, 2022
white space pre-wrap formatting

10:37 am, October 2, 2022
Other

10:27 am, October 2, 2022
opener

10:27 am, October 2, 2022
open

10:27 am, October 2, 2022
Probably

10:27 am, October 2, 2022
other

10:27 am, October 2, 2022
embed

10:27 am, October 2, 2022
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
The happiest People don't have the best of everything, they just make the best of everything.
Unknown
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