List Views

Total Items found in Views is 213190.
An advanced collection of page views
wordpress get template directory

11:31 am, August 26, 2024
Windows Emoji Shortcut

11:15 am, August 26, 2024
adding an item to an array with php

11:15 am, August 26, 2024
easy twitter embed code

11:09 am, August 26, 2024
simple dropdown navigation ul li css

11:06 am, August 26, 2024
test love like dislike script from api

11:03 am, August 26, 2024
linux list all drives and partitions

11:03 am, August 26, 2024
Archaeology/Level up table

11:00 am, August 26, 2024
Input Suggestions using a datalist

10:52 am, August 26, 2024
chevron down

10:50 am, August 26, 2024
Quick Embed - Google Font - Fira Sans

10:42 am, August 26, 2024
bootstrap list group card with footer

10:40 am, August 26, 2024
install atom editor on ubuntu

10:40 am, August 26, 2024
compare non equality function

10:38 am, August 26, 2024
php print an array nicely

10:37 am, August 26, 2024
old browser check with javascript

10:36 am, August 26, 2024
function causing slow load time

10:31 am, August 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
“If you just sit and observe, you will see how restless your mind is. If you try to calm it, it only makes it worse, but over time it does calm, and when it does, there’s room to hear more subtle things. You see so much more than you could see before. It’s a discipline; you have to practice it.”
Steve Jobs
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