List Views

Total Items found in Views is 229023.
An advanced collection of page views
Use Recursion to Count Down

5:46 am, December 1, 2022
change file permissions to -rw-rw-r--

5:46 am, December 1, 2022
Use Recursion to Count Up

5:46 am, December 1, 2022
Use Recursion to Return a Range Array

5:46 am, December 1, 2022
Use Sweet Alert rather than alert!

5:46 am, December 1, 2022
Use the parseInt Function with a Radix

5:46 am, December 1, 2022
add a gtag.js pdf click event

5:47 am, December 1, 2022
add new random image with button

5:47 am, December 1, 2022
add years as options to select dropdown

5:48 am, December 1, 2022
adding a new line in javascript

5:48 am, December 1, 2022
basic for loop odd numbers

5:48 am, December 1, 2022
check if something is an array

5:50 am, December 1, 2022
codemirror htmlmixed textarea

5:51 am, December 1, 2022
compare equality function

5:51 am, December 1, 2022
compare non equality function

5:51 am, December 1, 2022
console dir usage

5:51 am, December 1, 2022
dropdown change input box on select

5:52 am, December 1, 2022
enable dark mode in tinymce

5:52 am, December 1, 2022
form submit override with javascript

5:53 am, December 1, 2022
get element by id and hide it

5:53 am, December 1, 2022
get element by id with javascript

5:54 am, December 1, 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
When i was a little kid, I was really scared of the dark. But then I came to understand, dark just means the absence of photons in the visible wavelength -- 400 to 700 nanometers. Then i thought, well, its really silly to be afraid of a lack of photons. Then i wasn't afraid of the dark anymore after that.
Elon Musk
Random CSS Property

:nth-last-of-type()

The :nth-last-of-type() CSS pseudo-class matches elements based on their position among siblings of the same type (tag name), counting from the end.
:nth-last-of-type css reference