List Views

Total Items found in Views is 229023.
An advanced collection of page views
form submit override with javascript

3:48 am, August 27, 2024
embed and use a ttf font font face

4:32 am, August 27, 2024
youtube embed iframe

4:35 am, August 27, 2024
Quick Links

5:36 am, August 27, 2024
python url to text with beautiful soup

5:40 am, August 27, 2024
prevent default click event on link

6:29 am, August 27, 2024
tools i still want to create

6:31 am, August 27, 2024
border box reset

6:39 am, August 27, 2024
Simple Line chart with Chart.js

6:46 am, August 27, 2024
Mac Useful Keyboard Shortcuts

6:54 am, August 27, 2024
Top 10 Terraria Houses

7:10 am, August 27, 2024
pi400 how to take a screen shot

7:18 am, August 27, 2024
animate css

8:43 am, August 27, 2024
site update incoming before and after

8:51 am, August 27, 2024
copy file

9:32 am, August 27, 2024
get the current url in javascript

9:40 am, August 27, 2024
Default Parameters for Functions

9:41 am, August 27, 2024
Easy Meta Tags

9:46 am, August 27, 2024
for loop with a 5 increment

9:48 am, August 27, 2024
wordpress get home url

9:49 am, August 27, 2024
Mining 1-99

10:00 am, August 27, 2024
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


James Clear
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