List Views

Total Items found in Views is 298042.
An advanced collection of page views
youtube embed no controls auto play iframe

10:15 pm, September 19, 2022
basic for loop

10:15 pm, September 19, 2022
Applied Accessibility - Tab Index

10:15 pm, September 19, 2022
using multiple text shadow

10:16 pm, September 19, 2022
white space pre-wrap formatting

10:16 pm, September 19, 2022
javascript add class to element

10:18 pm, September 19, 2022
using let rather than var

10:19 pm, September 19, 2022
stop overscrolling on responsive ios

10:20 pm, September 19, 2022
foundation responsive tables

10:21 pm, September 19, 2022
using scroll-behavior: smooth css

10:23 pm, September 19, 2022
meta refresh reload page

10:24 pm, September 19, 2022
chevron right thick and pointy edges base64

10:31 pm, September 19, 2022
using switch with multiple identical cases

10:32 pm, September 19, 2022
Quick tool to convert time into decimal

10:34 pm, September 19, 2022
pre-line white space settings

10:35 pm, September 19, 2022
for loop with a 5 increment

10:35 pm, September 19, 2022
goodbye old grid theme

10:37 pm, September 19, 2022
function to create a uid from html

10:39 pm, September 19, 2022
form elements australian state list

10:40 pm, September 19, 2022
wordpress main nav dropdown fix

10:42 pm, September 19, 2022
how to decode xml in php

10:42 pm, September 19, 2022
use an emoji on your list items ul li

10:43 pm, September 19, 2022
convert json string to a php array

10:44 pm, September 19, 2022
zoom background of element when active

10:44 pm, September 19, 2022
wordpress include jquery in theme functions

10:45 pm, September 19, 2022
How to Write a React Component from Scratch

10:45 pm, September 19, 2022
add a divider to your dropdown nav toggles

10:47 pm, September 19, 2022
css double page document preview with shadow

10:48 pm, September 19, 2022
add a tag to wordpress header from a plugin

10:51 pm, September 19, 2022
using flexbox to align elements in a row

10:52 pm, September 19, 2022
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...

You could also follow me on twitter. I have a couple of youtube channels if you want to see some video related content. RuneScape 3, Minecraft and also a coding channel here Web Dev.

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