List Views

Total Items found in Views is 179411.
An advanced collection of page views
favicon code meta tag

6:38 am, February 20, 2024
Facebook HTML for Sharing a Link

6:34 am, February 20, 2024
load json data url with jquery

6:09 am, February 20, 2024
goodbye old grid theme

5:50 am, February 20, 2024
play a sound every # of seconds

5:44 am, February 20, 2024
chevron down

5:41 am, February 20, 2024
for loop with a 5 increment

5:16 am, February 20, 2024
down chevron and styles

5:15 am, February 20, 2024
Complex Arrow Function Example

3:50 am, February 20, 2024
php mysql table exists function

3:33 am, February 20, 2024
Applied Accessibility - Tab Index

3:01 am, February 20, 2024
Tim and Crunchy Location RS3

2:52 am, February 20, 2024
RS3 Post 99 Leveling Log

2:27 am, February 20, 2024
drop shadow text class easy drop shadow

2:25 am, February 20, 2024
css responsive max and min targets @media

1:59 am, February 20, 2024
stack a table using css responsive

1:56 am, February 20, 2024
php check if url is valid with filter_var

1:45 am, February 20, 2024
border box reset

1:43 am, February 20, 2024
Clean Windows Setup

1:39 am, February 20, 2024
simple table stripe striping

1:37 am, February 20, 2024
duplicate a line in vscode shortcut

1:16 am, February 20, 2024
add chevrons to a ul list

1:12 am, February 20, 2024
keyframe animations css

12:52 am, February 20, 2024
css grid sidebar main content fluid layout

12:45 am, February 20, 2024
use an emoji on your list items ul li

12:37 am, February 20, 2024
javascript update item in object

12:25 am, February 20, 2024
checking for spam comments function

12:18 am, February 20, 2024
basic for loop odd numbers

12:06 am, February 20, 2024
Get Current Page URL PHP

12:00 am, February 20, 2024
change string to capital words ucwords

11:57 pm, February 19, 2024
human_filesize php

11:26 pm, February 19, 2024
fancybox v3.4 - Mixed gallery

11:19 pm, February 19, 2024
react hello world with variable name

11:00 pm, February 19, 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

Please dont do this! 😜


Unknown Web Developer
Random CSS Property

content-visibility

The content-visibility CSS property controls whether or not an element renders its contents at all, along with forcing a strong set of containments, allowing user agents to potentially omit large swathes of layout and rendering work until it becomes needed. Basically it enables the user agent to skip an element's rendering work (including layout and painting) until it is needed — which makes the initial page load much faster.
content-visibility css reference