List Hits

Total Items found in Hits is 535138.
A Collection of Hits...
template

3:56 am, February 7, 2023
console dir usage

3:57 am, February 7, 2023
flush dns on mac

4:21 am, February 7, 2023
ES5 vs ES6 Object Example

4:45 am, February 7, 2023
otherwise

4:46 am, February 7, 2023
New World - Why to Join a Faction

4:59 am, February 7, 2023
osrs fairy ring codes

4:59 am, February 7, 2023
chocolatey command line for windows

4:59 am, February 7, 2023
javascript page redirect

4:59 am, February 7, 2023
using the kbd html tag

4:59 am, February 7, 2023
validate email address from string

4:59 am, February 7, 2023
jquery enable and disable attribute

4:59 am, February 7, 2023
javascript get content from element

5:00 am, February 7, 2023
renew all SSL certificates with certbot

5:00 am, February 7, 2023
sqlite check table name exists

5:11 am, February 7, 2023
Dropdown Box with Searchable Text

5:11 am, February 7, 2023
Google Page Speed Cleanup and Testing

5:11 am, February 7, 2023
php print an array nicely

5:13 am, February 7, 2023
loop through $_GET in php

5:15 am, February 7, 2023
pulse map dots

5:21 am, February 7, 2023
Source on Overwolf ASCII Art

5:23 am, February 7, 2023
border box reset

5:38 am, February 7, 2023
javascript window.onload

5:44 am, February 7, 2023
dropdown change input box on select

6:07 am, February 7, 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
"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

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