List Views

Total Items found in Views is 213191.
An advanced collection of page views
Applied Accessibility - Tab Index

2:03 am, October 10, 2023
wp register plugin settings admin

1:42 am, October 10, 2023
jquery document ready

1:37 am, October 10, 2023
card counting example from fcc

1:30 am, October 10, 2023
bootstrap alert template

1:28 am, October 10, 2023
using the :user-valid CSS pseudo-class

1:28 am, October 10, 2023
javascript basic test array and loop

1:27 am, October 10, 2023
add a moving chevron to your href link

1:26 am, October 10, 2023
loop to arr.length or array length

1:20 am, October 10, 2023
pretty printing json with php

1:04 am, October 10, 2023
turn on or off error reporting php

1:02 am, October 10, 2023
Applied Accessibility - Access Keys

12:59 am, October 10, 2023
php mysql table exists function

12:56 am, October 10, 2023
meta keywords tag

12:53 am, October 10, 2023
Multidimensional Array

12:50 am, October 10, 2023
center something with css not using flex

12:42 am, October 10, 2023
keyframe animations css

12:25 am, October 10, 2023
use an image to replace bullet in ul list

12:25 am, October 10, 2023
convert json string to a php array

12:15 am, October 10, 2023
tinymce remove auto p tags setting

12:14 am, October 10, 2023
add a gtag.js pdf click event

12:01 am, October 10, 2023
getting the site title vs the page name

12:01 am, October 10, 2023
Regions of New Zealand - In Dropdown Form

12:00 am, October 10, 2023
duplicate a line in vscode shortcut

11:52 pm, October 9, 2023
Use Recursion to Count Down

11:51 pm, October 9, 2023
white space pre-wrap formatting

11:49 pm, October 9, 2023
simple dropdown navigation ul li css

11:48 pm, October 9, 2023
dropdown change input box on select

11:47 pm, October 9, 2023
Use Recursion to Count Up

11:45 pm, October 9, 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


Me
Random CSS Property

@supports

The @supports CSS at-rule lets you specify declarations that depend on a browser's support for one or more specific CSS features. This is called a feature query. The rule may be placed at the top level of your code or nested inside any other conditional group at-rule.
@supports css reference