List Views

Total Items found in Views is 179187.
An advanced collection of page views
load json data url with jquery

11:11 pm, April 12, 2024
search bug Above

8:09 am, April 12, 2024
make all links target new window

4:16 am, April 12, 2024
jquery check if a sub element exists

1:13 am, April 12, 2024
Python import into SQLite research

1:06 am, April 12, 2024
Core Class - Basic Core Structure

7:02 pm, April 11, 2024
jquery enable and disable attribute

6:54 pm, April 11, 2024
react basic hello world

6:21 pm, April 11, 2024
try catch test

4:59 pm, April 11, 2024
checking for spam comments function

4:55 pm, April 11, 2024
basic for loop odd numbers

4:51 pm, April 11, 2024
Whois Lookup

4:51 pm, April 11, 2024
Default Parameters for Functions

4:46 pm, April 11, 2024
simple table stripe striping

4:46 pm, April 11, 2024
FCC - Basic: Profile Lookup

4:41 pm, April 11, 2024
lorem ipsum

4:40 pm, April 11, 2024
flex shorthand css

4:38 pm, April 11, 2024
add a user to a group

4:36 pm, April 11, 2024
check if something is an array

4:35 pm, April 11, 2024
check if a ul contains a ul li

4:33 pm, April 11, 2024
Move any element with css offsets

4:00 pm, April 11, 2024
explode a string into an array

3:52 pm, April 11, 2024
ES6 Nested Object Example

1:52 pm, April 11, 2024
Site Widget Controls

1:49 pm, April 11, 2024
keyframe animations css

1:18 pm, April 11, 2024
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
A person who never made a mistake never tried anything new.
Albert Einstein
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