List Views

Total Items found in Views is 213191.
An advanced collection of page views
wp register plugin settings admin

8:14 pm, July 31, 2023
lorem ipsum

7:41 pm, July 31, 2023
using scroll-behavior: smooth css

7:38 pm, July 31, 2023
wordpress get site url

7:37 pm, July 31, 2023
favicon code meta tag

7:36 pm, July 31, 2023
assign array to variables in a loop

7:36 pm, July 31, 2023
Drop Down Nav Opacity

7:35 pm, July 31, 2023
basic for loop

7:34 pm, July 31, 2023
test php bundle write

7:27 pm, July 31, 2023
link to an external stylesheet

7:26 pm, July 31, 2023
Easy Meta Tags

7:25 pm, July 31, 2023
margin padding framework

7:22 pm, July 31, 2023
get the last letter of a string

7:22 pm, July 31, 2023
Default Parameters for Functions

7:21 pm, July 31, 2023
Site Widget Controls

7:17 pm, July 31, 2023
Create a Complex JSX Element

7:16 pm, July 31, 2023
Use Recursion to Count Up

7:14 pm, July 31, 2023
twitter icon font awesome

7:13 pm, July 31, 2023
Generate a Random User Name

7:11 pm, July 31, 2023
write to file php

7:09 pm, July 31, 2023
using multiple text shadow

7:08 pm, July 31, 2023
add a user to a group

6:49 pm, July 31, 2023
install cmatrix on mac m1

6:48 pm, July 31, 2023
goodbye old grid theme

6:44 pm, July 31, 2023
Date Conversion PHP

6:29 pm, July 31, 2023
add user to sudo group in ubuntu

6:20 pm, July 31, 2023
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


Bajo
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