List Views

Total Items found in Views is 179353.
An advanced collection of page views
using let and const example

12:30 pm, July 11, 2023
meta keywords tag

12:19 pm, July 11, 2023
layout homepage

12:16 pm, July 11, 2023
count the elements in an array

12:07 pm, July 11, 2023
wordpress get template directory

11:56 am, July 11, 2023
share to twitter html link only

11:54 am, July 11, 2023
Pikelets

11:51 am, July 11, 2023
wordpress main nav dropdown fix

11:26 am, July 11, 2023
random emojis copy and paste

10:31 am, July 11, 2023
add this

10:08 am, July 11, 2023
react basic hello world

8:45 am, July 11, 2023
Random Links for December 2022

8:39 am, July 11, 2023
header type json

8:29 am, July 11, 2023
grid column and row spacing

7:13 am, July 11, 2023
flex shorthand css

7:01 am, July 11, 2023
border box reset

6:27 am, July 11, 2023
Use Recursion to Count Up

6:04 am, July 11, 2023
parallax js scroll testing

5:28 am, July 11, 2023
round number with js

5:02 am, July 11, 2023
python Install Beautiful Soup

5:00 am, July 11, 2023
PHP/SQLite - Load Random Item

4:51 am, July 11, 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
A person who never made a mistake never tried anything new.
Albert Einstein
Random CSS Property

:focus-within

The :focus-within CSS pseudo-class matches an element if the element or any of its descendants are focused. In other words, it represents an element that is itself matched by the :focus pseudo-class or has a descendant that is matched by :focus. (This includes descendants in shadow trees.)
:focus-within css reference