List Views

Total Items found in Views is 215675.
An advanced collection of page views
Do While Loop

11:34 am, November 2, 2021
convert a string to uppercase with php

11:16 am, November 2, 2021
Nginx Server Block with Rewrite

10:39 am, November 2, 2021
wordpress get template directory

10:37 am, November 2, 2021
github logo background png css

10:33 am, November 2, 2021
css using perspective for transforms

10:26 am, November 2, 2021
easy twitter embed code

10:03 am, November 2, 2021
form submit override with javascript

9:45 am, November 2, 2021
linux list all drives and partitions

9:42 am, November 2, 2021
using multiple text shadow

9:41 am, November 2, 2021
stop overscrolling on responsive ios

9:41 am, November 2, 2021
mithril testing

8:42 am, November 2, 2021
linux mount a drive manually

7:53 am, November 2, 2021
show the browsers name in javascript

7:51 am, November 2, 2021
xcopy backup full directory windows bat

7:43 am, November 2, 2021
target 1st td in a table with css

7:38 am, November 2, 2021
Thieving training : 1 - 99

7:27 am, November 2, 2021
jquery page search [testing]

7:25 am, November 2, 2021
Generate a random title from an array

6:40 am, November 2, 2021
keyframe animations css

6:32 am, November 2, 2021
simple usage for php password_hash

6:32 am, November 2, 2021
page load timer class

6:00 am, November 2, 2021
creating a button creator in javascript

5:52 am, November 2, 2021
git pull changes from a repository

5:37 am, November 2, 2021
get last month as a number with php

5:35 am, November 2, 2021
lorem ipsum

5:05 am, November 2, 2021
jquery accordion

4:43 am, November 2, 2021
sqlite check table name exists

4:42 am, November 2, 2021
php countries array

4:23 am, November 2, 2021
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
I'm a big believer in energy and the secret and that sort of thing.
Unknown
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