List Views

Total Items found in Views is 184209.
An advanced collection of page views
Factorio Blueprint Books

1:41 pm, January 22, 2024
python import and print url

1:58 pm, January 22, 2024
Get the documentURI with JS

2:01 pm, January 22, 2024
Creating an NFT - bbyalienyodi

2:01 pm, January 22, 2024
get file name from path name in php

2:01 pm, January 22, 2024
card counting example from fcc

2:06 pm, January 22, 2024
basic for loop

2:09 pm, January 22, 2024
list a functions variables or arguments

2:13 pm, January 22, 2024
RS3 Herb Locations

2:14 pm, January 22, 2024
renew all SSL certificates with certbot

2:16 pm, January 22, 2024
Generate a random title from an array

2:22 pm, January 22, 2024
keyframe animations css

2:23 pm, January 22, 2024
target 1st td in a table with css

2:25 pm, January 22, 2024
Generate Sub menu using Core

2:28 pm, January 22, 2024
border box reset

2:30 pm, January 22, 2024
mouse outline svg

2:31 pm, January 22, 2024
uniqid random string

2:31 pm, January 22, 2024
random number using rand

2:44 pm, January 22, 2024
Change link target with JQuery

3:07 pm, January 22, 2024
chevron left

3:12 pm, January 22, 2024
KruXoR - October 2022 - Newsletter

3:26 pm, January 22, 2024
tools i still want to create

3:30 pm, January 22, 2024
php return json header and content

4:38 pm, January 22, 2024
search bug Above

4:39 pm, January 22, 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
For a long time it had seemed to me that life was about to begin - real life. But there was always some obstacle in the way, something to be gotten through first, some unfinished business, time still to be served, or a debt to be paid. Then life would begin. At last it dawned on me that these obstacles were my life.
Alfred D. Souza
Random CSS Property

unset

The unset CSS keyword resets a property to its inherited value if the property naturally inherits from its parent, and to its initial value if not. In other words, it behaves like the inherit keyword in the first case, when the property is an inherited property, and like the initial keyword in the second case, when the property is a non-inherited property.
unset css reference