List Views

Total Items found in Views is 203602.
An advanced collection of page views
atom editor useful keyboard shortcuts

1:38 pm, September 22, 2021
add this

1:38 pm, September 22, 2021
git pull changes from a repository

1:35 pm, September 22, 2021
play a sound every # of seconds

1:34 pm, September 22, 2021
404 Error Page Codepen

1:34 pm, September 22, 2021
json test objects (or arrays)

1:32 pm, September 22, 2021
Archaeology/Level up table

1:32 pm, September 22, 2021
getting the site title vs the page name

1:31 pm, September 22, 2021
javascript update item in object

1:29 pm, September 22, 2021
emoji data

1:28 pm, September 22, 2021
Quick tool to convert time into decimal

1:27 pm, September 22, 2021
google map with overlay data

1:23 pm, September 22, 2021
favicon code meta tag

1:21 pm, September 22, 2021
using let rather than var

1:20 pm, September 22, 2021
checking if your windows pc has a TPM

1:19 pm, September 22, 2021
Mining 1-99

1:19 pm, September 22, 2021
copy file

1:19 pm, September 22, 2021
Efficient OSRS Maxing Guide

1:19 pm, September 22, 2021
RS3 Dailies Lists

1:18 pm, September 22, 2021
mithril testing

1:18 pm, September 22, 2021
change padding of element with javascript

1:16 pm, September 22, 2021
install codemirror for textareas [added]

1:16 pm, September 22, 2021
split a string into links using the comma

1:15 pm, September 22, 2021
Laptop Research - m1 mac pro vs hp omen 17

1:14 pm, September 22, 2021
What is Core?

1:14 pm, September 22, 2021
check length of element jquery

1:13 pm, September 22, 2021
filter drop shadow

1:11 pm, September 22, 2021
inline fancybox modal testing

1:10 pm, September 22, 2021
gallery carousel center mode

1:09 pm, September 22, 2021
RS3 Divination Leveling Log

1:09 pm, September 22, 2021
OSRS Optimal Quest Guide

1:08 pm, September 22, 2021
scrollbar replacement simplebar

1:07 pm, September 22, 2021
simple table stripe striping

1:07 pm, September 22, 2021
Latest from Code Widget

1:05 pm, September 22, 2021
renew all SSL certificates with certbot

12:59 pm, September 22, 2021
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
time you enjoyed wasting is not wasted time
Unknown
Random CSS Property

unset

The unset CSS keyword resets a property to its inherited value if the property naturally inherits from its parent, and to its initial value if not. In other words, it behaves like the inherit keyword in the first case, when the property is an inherited property, and like the initial keyword in the second case, when the property is a non-inherited property.
unset css reference