List Views

Total Items found in Views is 179778.
An advanced collection of page views
vimeo thumbnail generator

1:02 am, February 21, 2022
how to json encode an array in php

1:02 am, February 21, 2022
Generate Random Fractions with JavaScript

1:02 am, February 21, 2022
design nice block header

1:02 am, February 21, 2022
fancybox modal popup example

1:00 am, February 21, 2022
meta refresh reload page

12:59 am, February 21, 2022
RS3 Divination locations 1-99

12:56 am, February 21, 2022
Tools

12:55 am, February 21, 2022
detect window scroll position jquery

12:55 am, February 21, 2022
jquery document ready

12:53 am, February 21, 2022
jquery toggle menu testing

12:52 am, February 21, 2022
make labels or badges look better

12:52 am, February 21, 2022
load content with jquery

12:52 am, February 21, 2022
set active class based on url value

12:51 am, February 21, 2022
Top 10 Terraria Houses

12:50 am, February 21, 2022
digital clock with jquery

12:50 am, February 21, 2022
spin rotate an element on mouse over [css]

12:47 am, February 21, 2022
get element by id with javascript

12:47 am, February 21, 2022
Sweet Alert 2 Methods and Examples

12:45 am, February 21, 2022
json loop load elements

12:43 am, February 21, 2022
php save csv from array to file

12:41 am, February 21, 2022
Idea: Google Font Dropdown Selector Code

12:40 am, February 21, 2022
atom on mac and synchronise settings

12:39 am, February 21, 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 just sit and observe, you will see how restless your mind is. If you try to calm it, it only makes it worse, but over time it does calm, and when it does, there’s room to hear more subtle things. You see so much more than you could see before. It’s a discipline; you have to practice it.”
Steve Jobs
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