List Views

Total Items found in Views is 278825.
An advanced collection of page views
show errors in php with toggle

12:30 pm, July 25, 2023
Complex Arrow Function Example

12:34 pm, July 25, 2023
js check the length of a string

12:39 pm, July 25, 2023
jquery toggle menu testing

12:46 pm, July 25, 2023
Site Widget Controls

12:51 pm, July 25, 2023
jquery clone and append elements

12:58 pm, July 25, 2023
get element by id and hide it

1:47 pm, July 25, 2023
check if a file exists with php

3:19 pm, July 25, 2023
Core Class - Basic Core Structure

3:35 pm, July 25, 2023
Change link target with JQuery

3:41 pm, July 25, 2023
dropdown change input box on select

7:05 pm, July 25, 2023
compare non equality function

7:09 pm, July 25, 2023
sqlite check table name exists

7:57 pm, July 25, 2023
check if something is an array

8:00 pm, July 25, 2023
foundation accordion for version 6.x

10:28 pm, July 25, 2023
php return json header and content

12:22 am, July 26, 2023
Get Current Page URL PHP

12:31 am, July 26, 2023
php print an array nicely

12:39 am, July 26, 2023
basic for loop

1:18 am, July 26, 2023
assign array to variables in a loop

1:19 am, July 26, 2023
load the latest single item only

1:19 am, July 26, 2023
jquery document ready

1:22 am, July 26, 2023
target data attribute with css

1:25 am, July 26, 2023
loop through object json javascript

1:27 am, July 26, 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...

You could also follow me on twitter. I have a couple of youtube channels if you want to see some video related content. RuneScape 3, Minecraft and also a coding channel here Web Dev.

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