List Hits

Total Items found in Hits is 610354.
A Collection of Hits...
php check if a class exists

9:38 am, September 15, 2023
extract variables from url string php

9:24 am, September 15, 2023
Idea: Google Font Dropdown Selector Code

9:20 am, September 15, 2023
p pr vb

9:19 am, September 15, 2023
p pr vb

9:12 am, September 15, 2023
prep

9:12 am, September 15, 2023
making var_dump look nice

8:54 am, September 15, 2023
hide the first h3 tag on the page with css

8:48 am, September 15, 2023
form elements australian state list

8:48 am, September 15, 2023
template

8:48 am, September 15, 2023
p a

8:47 am, September 15, 2023
pulse map dots

8:32 am, September 15, 2023
document ready wordpress jquery

8:29 am, September 15, 2023
p pr vb

7:55 am, September 15, 2023
adv

7:30 am, September 15, 2023
page scroll indicator research

7:25 am, September 15, 2023
Google Font Embed - Play Gaming Font

7:18 am, September 15, 2023
prep

7:18 am, September 15, 2023
prep

7:09 am, September 15, 2023
bouncing loader animation in css

6:52 am, September 15, 2023
sqlite basic sql and loop results

6:45 am, September 15, 2023
prep

6:40 am, September 15, 2023
prep

6:39 am, September 15, 2023
get the value from a textarea element

6:38 am, September 15, 2023
How to Override Default Props in React

6:28 am, September 15, 2023
sqlite fetchArray into another array

6:22 am, September 15, 2023
adding react with JSX using babel

6:06 am, September 15, 2023
Unwelcome Guests Quest Guide | Runescape 3

6:04 am, September 15, 2023
Crafting - 1 - 99 guide

5:54 am, September 15, 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
There is a qualitative and quantitative difference between a day that begins with a little exercise, a book, meditation, a good meal, a thoughtful walk, and the start of a day that begins with a smartphone in bed.
Unknown
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