List Views

Total Items found in Views is 213191.
An advanced collection of page views
Python import into SQLite research

9:52 am, January 30, 2023
bootstrap dark mode

9:49 am, January 30, 2023
change file permissions to -rw-rw-r--

9:49 am, January 30, 2023
extract youtube image from video url

9:47 am, January 30, 2023
clipboard copy js

9:36 am, January 30, 2023
material design icons google font

9:31 am, January 30, 2023
basic for loop odd numbers

9:24 am, January 30, 2023
simple file cache and check in php

9:20 am, January 30, 2023
set and check a cookie using js cookie

9:19 am, January 30, 2023
Mac Useful Keyboard Shortcuts

9:17 am, January 30, 2023
google map with overlay data

9:13 am, January 30, 2023
Tim and Crunchy Location RS3

9:12 am, January 30, 2023
show the current date in javascript

9:09 am, January 30, 2023
Site Widget Controls

9:07 am, January 30, 2023
Quick tool to convert time into decimal

9:05 am, January 30, 2023
using the :user-valid CSS pseudo-class

9:03 am, January 30, 2023
Farming Guides

8:57 am, January 30, 2023
Abyssal Demons on Slayer Task Guide

8:56 am, January 30, 2023
How to use default props in React

8:53 am, January 30, 2023
submit form with javascript

8:53 am, January 30, 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
“If you just sit and observe, you will see how restless your mind is. If you try to calm it, it only makes it worse, but over time it does calm, and when it does, there’s room to hear more subtle things. You see so much more than you could see before. It’s a discipline; you have to practice it.”
Steve Jobs
Random CSS Property

@media

The @media CSS at-rule can be used to apply part of a style sheet based on the result of one or more media queries. With it, you specify a media query and a block of CSS to apply to the document if and only if the media query matches the device on which the content is being used.
@media css reference