List Views

Total Items found in Views is 227783.
An advanced collection of page views
video embed tag

12:32 pm, March 26, 2024
Complex Arrow Function Example

12:31 pm, March 26, 2024
save string to file php

12:29 pm, March 26, 2024
video embed no controls

12:26 pm, March 26, 2024
random emojis copy and paste

12:19 pm, March 26, 2024
simple table stripe striping

12:18 pm, March 26, 2024
hide the third row in a table with css

12:16 pm, March 26, 2024
php mysql table exists function

12:14 pm, March 26, 2024
making var_dump look nice

12:11 pm, March 26, 2024
convert a string to uppercase with php

12:11 pm, March 26, 2024
list group card template

12:10 pm, March 26, 2024
get the last letter of a string

12:07 pm, March 26, 2024
del

12:05 pm, March 26, 2024
Oswald Font Quick Embed

12:05 pm, March 26, 2024
youtube embed iframe

12:02 pm, March 26, 2024
border box reset

12:01 pm, March 26, 2024
select onchange

12:00 pm, March 26, 2024
dropdown change input box on select

12:00 pm, March 26, 2024
linux list all drives and partitions

11:59 am, March 26, 2024
redirect www to non www

11:56 am, March 26, 2024
get file name from path name in php

11:54 am, March 26, 2024
js check the length of a string

11:54 am, March 26, 2024
search bug Above

11:53 am, March 26, 2024
Windows Emoji Shortcut

11:52 am, March 26, 2024
jquery clone and append elements

11:38 am, March 26, 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

minecraft
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