List Hits

Total Items found in Hits is 610296.
A Collection of Hits...
Testing

3:36 am, February 8, 2024
FCC - Basic: Profile Lookup

3:36 am, February 8, 2024
javascript get content from element

3:35 am, February 8, 2024
submit form with javascript

3:35 am, February 8, 2024
get text between tags

3:23 am, February 8, 2024
add a gtag.js pdf click event

3:23 am, February 8, 2024
Testing

3:23 am, February 8, 2024
open sans @import embed font quick

3:23 am, February 8, 2024
sublime text find and replace style tag

3:23 am, February 8, 2024
Use Recursion to Count Down

3:22 am, February 8, 2024
Nginx Server Block with Rewrite

3:22 am, February 8, 2024
4 box custom grid with responsive

3:22 am, February 8, 2024
timeline class and function

3:22 am, February 8, 2024
border box reset

3:21 am, February 8, 2024
What is Core?

3:20 am, February 8, 2024
add this

2:49 am, February 8, 2024
make labels or badges look better

2:49 am, February 8, 2024
Running Windows on pi400 notes

2:48 am, February 8, 2024
pulsating dots - glow glowing

2:48 am, February 8, 2024
wordpress get site url

2:48 am, February 8, 2024
fancybox load iframe inline

2:47 am, February 8, 2024
PHP/SQLite - Load Random Item

2:47 am, February 8, 2024
bootstrap form basic

2:47 am, February 8, 2024
checking for spam comments function

2:46 am, February 8, 2024
sqlite check table name exists

2:46 am, February 8, 2024
javascript try catch example function

2:46 am, February 8, 2024
bouncing loader animation in css

2:41 am, February 8, 2024
json loop load elements

2:40 am, February 8, 2024
Footer Design and Redesign

2:40 am, February 8, 2024
Top 10 Terraria Houses

2:40 am, February 8, 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
When i was a little kid, I was really scared of the dark. But then I came to understand, dark just means the absence of photons in the visible wavelength -- 400 to 700 nanometers. Then i thought, well, its really silly to be afraid of a lack of photons. Then i wasn't afraid of the dark anymore after that.
Elon Musk
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