List Views

Total Items found in Views is 184208.
An advanced collection of page views
target 1st td in a table with css

6:06 am, December 19, 2022
assign array to variables in a loop

6:10 am, December 19, 2022
pretty printing json with php

6:13 am, December 19, 2022
white space break word css

6:13 am, December 19, 2022
load random videos module using template

6:14 am, December 19, 2022
get the last letter of a string

6:18 am, December 19, 2022
Writing Arrow Functions with Parameters

6:20 am, December 19, 2022
set active class based on url value

6:21 am, December 19, 2022
Make the Welcome Text box Smaller

6:22 am, December 19, 2022
Get Current Page URL PHP

6:24 am, December 19, 2022
RS3 Dungeoneering Leveling Log

6:25 am, December 19, 2022
Whois Lookup

6:26 am, December 19, 2022
OSRS Members Fishing Guide

6:36 am, December 19, 2022
grid column and row spacing

6:39 am, December 19, 2022
using scroll-behavior: smooth css

6:42 am, December 19, 2022
add an outline to everything!

6:50 am, December 19, 2022
random emojis copy and paste

6:53 am, December 19, 2022
php convert date now into a sql timestamp

6:54 am, December 19, 2022
css :active pseudo-class usage

6:56 am, December 19, 2022
zoom background of element when active

7:05 am, December 19, 2022
scroll left animation

7:12 am, December 19, 2022
php check if url is valid with filter_var

7:13 am, December 19, 2022
install codemirror for textareas [added]

7:18 am, December 19, 2022
function to create a uid from html

7:21 am, December 19, 2022
jquery toggle menu testing

7:22 am, December 19, 2022
change the window title

7:22 am, December 19, 2022
tinymce remove auto p tags setting

7:24 am, December 19, 2022
Custom 12 Grid using CSS Grid

7:28 am, December 19, 2022
try catch test

7:29 am, December 19, 2022
Google Fonts Multiple includes

7:34 am, December 19, 2022
write to file php

7:36 am, December 19, 2022
RS3 Slayer - Ganodermic Creatures

7:37 am, December 19, 2022
my default text shadow css

7:37 am, December 19, 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
If you work on something a little bit every day, you end up with something that is massive.
Kenneth Goldsmith
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