List Views

Total Items found in Views is 177466.
An advanced collection of page views
header type json

2:17 am, June 3, 2023
basic for loop odd numbers

1:08 am, June 3, 2023
add this

1:06 am, June 3, 2023
Use Recursion to Count Up

12:45 am, June 3, 2023
meta keywords tag

12:18 am, June 3, 2023
dropdown section

12:03 am, June 3, 2023
mouse outline svg

12:03 am, June 3, 2023
getType function for js

12:02 am, June 3, 2023
compare non equality function

12:02 am, June 3, 2023
Use Sweet Alert rather than alert!

12:02 am, June 3, 2023
Use Recursion to Count Down

12:01 am, June 3, 2023
Get the documentURI with JS

12:01 am, June 3, 2023
down chevron and styles

12:01 am, June 3, 2023
php substr return part of a string

11:59 pm, June 2, 2023
css prefers-color-scheme example

11:59 pm, June 2, 2023
compare equality function

11:59 pm, June 2, 2023
get last month as a number with php

11:58 pm, June 2, 2023
search bug Above

11:58 pm, June 2, 2023
loop through object json javascript

11:58 pm, June 2, 2023
tinymce remove auto p tags setting

11:58 pm, June 2, 2023
target 1st td in a table with css

11:58 pm, June 2, 2023
python Install Beautiful Soup

11:58 pm, June 2, 2023
save string to file php

11:57 pm, June 2, 2023
Pikelets

11:56 pm, June 2, 2023
Shark Attack Life saving technique

11:54 pm, June 2, 2023
Clean Windows Setup

11:51 pm, June 2, 2023
pretty printing json with php

10:41 pm, June 2, 2023
keyframe animations css

8:27 pm, June 2, 2023
check length of element jquery

7:22 pm, June 2, 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
"Let us prepare our minds as if we'd come to the very end of life. Let us postpone nothing. Let us balance life's books each day ... The one who puts the finishing touches on their life each day is never short of time."
Seneca
Random CSS Property

:host()

The :host() CSS pseudo-class function selects the shadow host of the shadow DOM containing the CSS it is used inside (so you can select a custom element from inside its shadow DOM) — but only if the selector given as the function's parameter matches the shadow host.
:host() css reference