List Views

Total Items found in Views is 185730.
An advanced collection of page views
KruXoR - October 2022 - Newsletter

12:08 am, January 1, 2024
how to copy the folder path in finder

12:08 am, January 1, 2024
Windows CIFS Optional Features Network

12:08 am, January 1, 2024
Console Tips and Tricks

12:08 am, January 1, 2024
truncate string using jquery

12:06 am, January 1, 2024
fancybox inline auto size modal easy

12:06 am, January 1, 2024
list group bootstrap template

12:05 am, January 1, 2024
windows 10 snipping experience

12:05 am, January 1, 2024
Search Duplicating Bugs

12:04 am, January 1, 2024
top bar overflow issues [fixed]

12:04 am, January 1, 2024
Monitoring Visible Objects on Screen

12:02 am, January 1, 2024
Leaflet Quick Start Example

12:02 am, January 1, 2024
video embed no controls

12:02 am, January 1, 2024
react basic hello world

12:02 am, January 1, 2024
card.html template

12:01 am, January 1, 2024
RS3 Dailies Lists

12:01 am, January 1, 2024
basic for loop odd numbers

12:01 am, January 1, 2024
fancybox modal popup example

12:01 am, January 1, 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
You want to be the best, you MUST put the long yards in! Nothing comes easy in life so stop wishing and start DOING! So many people would rather bitch and moan than help themselves. Dont be one of those negative drainers, start today, make a small change and keep going forwards with this attitude!
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