List Views

Total Items found in Views is 184223.
An advanced collection of page views
loop through object json javascript

4:10 am, April 11, 2022
bootstrap form basic

4:10 am, April 11, 2022
FCC - Basic: Profile Lookup

4:11 am, April 11, 2022
set active class based on url value

4:12 am, April 11, 2022
chevron up

4:14 am, April 11, 2022
cycle color using background

4:14 am, April 11, 2022
jquery jqueryui vue script includes

4:26 am, April 11, 2022
random emojis copy and paste

4:26 am, April 11, 2022
jquery document ready

4:31 am, April 11, 2022
card.html template

4:31 am, April 11, 2022
header type json

4:31 am, April 11, 2022
link to an external stylesheet

4:32 am, April 11, 2022
javascript add class to element

4:32 am, April 11, 2022
Lynx Titan

4:36 am, April 11, 2022
twitter icon font awesome

4:37 am, April 11, 2022
Bootstrap Darkmode Switch

4:46 am, April 11, 2022
search within files in a directory

4:47 am, April 11, 2022
google map with overlay data

4:54 am, April 11, 2022
Archaeology/Level up table

4:59 am, April 11, 2022
bold the numbers in a ol li list

5:01 am, April 11, 2022
foundation responsive tables

5:03 am, April 11, 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
For a long time it had seemed to me that life was about to begin - real life. But there was always some obstacle in the way, something to be gotten through first, some unfinished business, time still to be served, or a debt to be paid. Then life would begin. At last it dawned on me that these obstacles were my life.
Alfred D. Souza
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