List Views

Total Items found in Views is 185730.
An advanced collection of page views
using a css grid area template

4:59 am, January 1, 2023
Laptop Thoughts and Options Jul 2021

4:58 am, January 1, 2023
Search Duplicating Bugs

4:58 am, January 1, 2023
generate a new SSH key on mac for git

4:55 am, January 1, 2023
A short unsplash image url

4:54 am, January 1, 2023
Love Like Dislike API and Javascript

4:51 am, January 1, 2023
javascript add class to element

4:51 am, January 1, 2023
encode url with javascript

4:49 am, January 1, 2023
Added Bootstrap Nightshade Again

4:46 am, January 1, 2023
use an emoji on your list items ul li

4:44 am, January 1, 2023
php save csv from array to file

4:41 am, January 1, 2023
my default text shadow css

4:40 am, January 1, 2023
assign array to variables in a loop

4:39 am, January 1, 2023
Date Conversion PHP

4:37 am, January 1, 2023
download icon svg

4:35 am, January 1, 2023
Move any element with css offsets

4:35 am, January 1, 2023
How to use default props in React

4:33 am, January 1, 2023
load the latest single item only

4:33 am, January 1, 2023
set active class based on url value

4:32 am, January 1, 2023
weird search results being recorded

4:32 am, January 1, 2023
round number with js

4:30 am, January 1, 2023
transform rotate a hexagon in css

4:28 am, January 1, 2023
check length of element jquery

4:28 am, January 1, 2023
make all links target new window

4:27 am, January 1, 2023
jquery check if a sub element exists

4:27 am, January 1, 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
"We're tight-fisted with property and money, yet think too little of wasting time, the one thing about which we should all be the toughest misers.”
Seneca
Random CSS Property

::before (:before)

In CSS, ::before creates a pseudo-element that is the first child of the selected element. It is often used to add cosmetic content to an element with the content property. It is inline by default.
::before (:before) css reference