List Views

Total Items found in Views is 184227.
An advanced collection of page views
Objects in javascript

11:13 pm, October 22, 2023
generate a new SSH key on mac for git

11:14 pm, October 22, 2023
add this

11:16 pm, October 22, 2023
list page links function list_page_links

11:17 pm, October 22, 2023
generate a random color rgb code with php

11:17 pm, October 22, 2023
change this to a list group - other items

11:17 pm, October 22, 2023
OSRS Optimal Quest Guide

11:19 pm, October 22, 2023
Generate Random Fractions with JavaScript

11:21 pm, October 22, 2023
Farming Guides

11:23 pm, October 22, 2023
jquery jqueryui vue script includes

11:23 pm, October 22, 2023
php html template class system

11:24 pm, October 22, 2023
Radial Click Effect

11:25 pm, October 22, 2023
fancybox v3.4 - Mixed gallery

11:29 pm, October 22, 2023
convert json string to a php array

11:30 pm, October 22, 2023
load json data url with jquery

11:31 pm, October 22, 2023
jqueryui date selector

11:31 pm, October 22, 2023
install cmatrix on mac m1

11:33 pm, October 22, 2023
Twitter Post Fetcher Script

11:33 pm, October 22, 2023
using the disk free space function in php

11:33 pm, October 22, 2023
linux list all drives and partitions

11:35 pm, October 22, 2023
Complex Arrow Function Example

11:36 pm, October 22, 2023
use font awesome on elements lists ul

11:38 pm, October 22, 2023
RS3 Dailies Lists

11:40 pm, October 22, 2023
check if an item id exists in javascript

11:42 pm, October 22, 2023
simple backup to google drive fron linux

11:43 pm, October 22, 2023
Invalid argument supplied for foreach()

11:43 pm, October 22, 2023
how to decode xml in php

11:45 pm, October 22, 2023
add a jquery date picker to your text box

11:45 pm, October 22, 2023
count the elements in an array

11:46 pm, October 22, 2023
submit form with javascript

11:47 pm, October 22, 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

minecraft
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