List Views

Total Items found in Views is 216864.
An advanced collection of page views
Pikelets

5:53 pm, March 14, 2022
ES5 vs ES6 Object Example

6:18 pm, March 14, 2022
Applied Accessibility - Access Keys

6:19 pm, March 14, 2022
layout homepage

6:41 pm, March 14, 2022
Do While Loop

7:59 pm, March 14, 2022
commit and push changes to git repo

8:05 pm, March 14, 2022
jquery enable and disable attribute

8:21 pm, March 14, 2022
transform rotate an element in css

8:25 pm, March 14, 2022
dropdown change input box on select

8:54 pm, March 14, 2022
for loop with a 5 increment

8:59 pm, March 14, 2022
margin padding framework

9:00 pm, March 14, 2022
transform rotate a hexagon in css

9:04 pm, March 14, 2022
get the current month as a number

9:36 pm, March 14, 2022
convert a string to uppercase with php

11:15 pm, March 14, 2022

11:31 pm, March 14, 2022
assign array to variables in a loop

11:41 pm, March 14, 2022
Thieving training : 1 - 99

12:41 am, March 15, 2022
Use Recursion to Count Up

2:57 am, March 15, 2022
javascript add class to element

3:35 am, March 15, 2022
Love Like Dislike API and Javascript

4:06 am, March 15, 2022
get the last letter of a string

6:57 am, March 15, 2022
basic for loop odd numbers

6:57 am, March 15, 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...

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
Be Yourself, Back Yourself
Kristie Bennett, Survivor
Random CSS Property

:only-child

The :only-child CSS pseudo-class represents an element without any siblings. This is the same as :first-child:last-child or :nth-child(1):nth-last-child(1), but with a lower specificity.
:only-child css reference