List Views

Total Items found in Views is 215675.
An advanced collection of page views
Sweet Alert 2 Methods and Examples

12:29 am, April 22, 2024
loop to arr.length or array length

12:28 am, April 22, 2024
count the elements in an array

12:24 am, April 22, 2024
emoji data - version 1.0

12:20 am, April 22, 2024
Video Notes: Stop Being the Nice Guy

12:05 am, April 22, 2024
using clamp js to clamp lines of text

12:02 am, April 22, 2024
rotate an element when its selected

12:01 am, April 22, 2024
RS3 Best AFK training all skills

11:59 pm, April 21, 2024
wordpress get site url

11:54 pm, April 21, 2024
OSRS Notes

11:52 pm, April 21, 2024
Tools

11:51 pm, April 21, 2024
Windows Reinstall Again - 2022 Edition

11:51 pm, April 21, 2024
set active class based on url value

11:50 pm, April 21, 2024
fancybox inline auto size modal easy

11:46 pm, April 21, 2024
atom editor useful keyboard shortcuts

11:45 pm, April 21, 2024
Quicksand font quick install

11:37 pm, April 21, 2024
Mega Menus Collection

11:36 pm, April 21, 2024
adding react with JSX using babel

11:32 pm, April 21, 2024
mysql to sqlite notes

11:30 pm, April 21, 2024
form submit override with javascript

11:29 pm, April 21, 2024
RS3 Herb Run Notes

11:25 pm, April 21, 2024
add click event to multiple link items

11:24 pm, April 21, 2024
css accordion basics

11:23 pm, April 21, 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
"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

: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