List Views

Total Items found in Views is 216796.
An advanced collection of page views
assign array to variables in a loop

7:11 am, April 2, 2022
Do While Loop

7:09 am, April 2, 2022
Create a Simple JSX Element

6:59 am, April 2, 2022
Use Recursion to Count Up

6:56 am, April 2, 2022
basic for loop odd numbers

6:11 am, April 2, 2022
start ssh and add key git

5:35 am, April 2, 2022
using scroll-behavior: smooth css

4:51 am, April 2, 2022
filter drop shadow

4:22 am, April 2, 2022
how to unzip in linux

4:11 am, April 2, 2022
down chevron and styles

4:11 am, April 2, 2022
Moving the cursor on iPhone 11

4:04 am, April 2, 2022
white space pre-wrap formatting

4:02 am, April 2, 2022
Change link target with JQuery

3:57 am, April 2, 2022
twitter icon font awesome

3:55 am, April 2, 2022
explode a string into an array

3:49 am, April 2, 2022
php print an array nicely

3:39 am, April 2, 2022
Get the documentURI with JS

3:30 am, April 2, 2022
how to json encode an array in php

3:09 am, April 2, 2022
react basic hello world

3:09 am, April 2, 2022
mithril testing

3:06 am, April 2, 2022
jquery enable and disable attribute

2:43 am, April 2, 2022
simple table stripe striping

2:36 am, April 2, 2022
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
time you enjoyed wasting is not wasted time
Unknown
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