List Views

Total Items found in Views is 215675.
An advanced collection of page views
get current url with php

12:37 am, February 6, 2023
check url hash using javascript

12:36 am, February 6, 2023
using parse_url to extract parts of a url

12:35 am, February 6, 2023
Create Strings using Template Literals

12:34 am, February 6, 2023
certbot add a certificate for one domain

12:30 am, February 6, 2023
get current year in javascript

12:30 am, February 6, 2023
youtube extract thumbnail from video link

12:28 am, February 6, 2023
emoji data - version 1.0

12:26 am, February 6, 2023
Quick tool to convert time into decimal

12:24 am, February 6, 2023
get yesterdays date with javascript

12:24 am, February 6, 2023
get tomorrows date with javascript

12:24 am, February 6, 2023
atom editor useful keyboard shortcuts

12:23 am, February 6, 2023
css slow zoom in animation

12:22 am, February 6, 2023
How to Override Default Props in React

12:21 am, February 6, 2023
load content with jquery

12:20 am, February 6, 2023
codemirror htmlmixed textarea

12:19 am, February 6, 2023
enable tinymce on a target textarea by id

12:16 am, February 6, 2023
404 Error Page Codepen

12:11 am, February 6, 2023
Load fancybox modal on hash check

12:08 am, February 6, 2023
Efficient OSRS Maxing Guide

12:06 am, February 6, 2023
RS3 Best AFK training all skills

12:00 am, February 6, 2023
Easy Meta Tags

7:34 pm, February 4, 2023

9:10 am, February 2, 2023
my old hunter in wow

3:03 pm, February 1, 2023
windows 10 snipping experience

9:40 am, February 1, 2023
checking if your windows pc has a TPM

6:49 am, February 1, 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

counters()

The counters() CSS function enables nested counters, returning a concatenated string representing the current values of the named counters, if there are any. The counters() function has two forms: counters(name, string) or counters(name, string, style). It is generally used with pseudo-elements, but can be used, theoretically, anywhere a <string> value is supported. The generated text is the value of all counters with the given name, from outermost to innermost, separated by the specified string. The counters are rendered in the style indicated, defaulting to decimal if no style is specified.
counters() css reference