List Views

Total Items found in Views is 214446.
An advanced collection of page views
generate a new SSH key on mac for git

9:08 am, November 11, 2024
convert a string to uppercase with php

9:20 am, November 11, 2024
simple php ip blocker

9:27 am, November 11, 2024
bootstrap basic grid layout

9:28 am, November 11, 2024
fancybox modal popup example

9:30 am, November 11, 2024
Runescape 3 110 Mining Ore Locations Map

9:31 am, November 11, 2024
disable recall on windows 11

10:05 am, November 11, 2024
save string to file php

10:12 am, November 11, 2024
using vue and json data

10:19 am, November 11, 2024
foundation includes cdnjs

10:37 am, November 11, 2024
video embed no controls

10:41 am, November 11, 2024
Input Suggestions using a datalist

10:42 am, November 11, 2024
how to find what version pi you are using

10:45 am, November 11, 2024
using switch with multiple identical cases

10:47 am, November 11, 2024
card counting example from fcc

10:47 am, November 11, 2024
bootstrap alert template

10:48 am, November 11, 2024
easy twitter embed code

10:48 am, November 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

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