List Views

Total Items found in Views is 215675.
An advanced collection of page views
RS3 Combat Bars

10:21 am, March 28, 2022
wordpress category list sorting custom

10:20 am, March 28, 2022
page load timer class

10:14 am, March 28, 2022
rounded click me button with icon

10:14 am, March 28, 2022
php substr return part of a string

10:14 am, March 28, 2022
human_filesize php

10:14 am, March 28, 2022
php return json header and content

10:12 am, March 28, 2022
Generate a random title from an array

10:12 am, March 28, 2022
uniqid random string

10:10 am, March 28, 2022
Date Conversion PHP

10:08 am, March 28, 2022
form submit override with javascript

10:06 am, March 28, 2022
load content with jquery

10:04 am, March 28, 2022
get element by id with javascript

9:56 am, March 28, 2022
git pull changes from a repository

9:37 am, March 28, 2022
border box reset

9:35 am, March 28, 2022
youtube embed iframe

9:32 am, March 28, 2022
Pikelets

9:31 am, March 28, 2022
Creating an NFT - bbyalienyodi

9:25 am, March 28, 2022
js check the length of a string

9:25 am, March 28, 2022
compare non equality function

9:25 am, March 28, 2022
wordpress get template directory

9:24 am, March 28, 2022
checking for spam comments function

9:13 am, March 28, 2022
php get file and save it

9:11 am, March 28, 2022
round number with js

9:10 am, March 28, 2022
white space pre-wrap formatting

9:09 am, March 28, 2022
wordpress get site url

9:08 am, March 28, 2022
getType function for js

8:54 am, March 28, 2022
php html template class system

8:49 am, March 28, 2022
transform rotate an element in css

8:44 am, March 28, 2022
github logo background png css

8:40 am, March 28, 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
Old programmers never die; they just lose some of their functions.
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