List Hits

Total Items found in Hits is 570454.
A Collection of Hits...
php get file and save it

6:49 am, March 17, 2023
Complex Arrow Function Example

6:11 am, March 17, 2023
flems embed in url

5:31 am, March 17, 2023
https

4:48 am, March 17, 2023
python import and print url

2:04 am, March 17, 2023
chevron up

12:51 am, March 17, 2023
Alpine JS Testing

11:05 pm, March 16, 2023
log the console log output to a div

10:24 pm, March 16, 2023
Tools

9:49 pm, March 16, 2023
date

6:23 pm, March 16, 2023
date

3:01 pm, March 16, 2023
date

2:38 pm, March 16, 2023
date

2:34 pm, March 16, 2023

2:31 pm, March 16, 2023
date

2:27 pm, March 16, 2023
validate email address from string

2:23 pm, March 16, 2023
date

2:23 pm, March 16, 2023
get tomorrows date with javascript

2:22 pm, March 16, 2023
Ibiza Sensations by Luis del Villar

2:00 pm, March 16, 2023
Ibiza Sensations by Luis del Villar

12:52 pm, March 16, 2023
Ibiza Sensations by Luis del Villar

12:48 pm, March 16, 2023
Ibiza Sensations by Luis del Villar

12:42 pm, March 16, 2023
Ibiza Sensations by Luis del Villar

12:42 pm, March 16, 2023
Ibiza Sensations by Luis del Villar

12:41 pm, March 16, 2023
ATV

8:04 am, March 16, 2023
Archaeology/Level up table Referrer

6:07 am, March 16, 2023
Site Widget Controls

4:44 am, March 16, 2023
turn on or off error reporting php

4:35 am, March 16, 2023
Moving the cursor on iPhone 11

4:34 am, March 16, 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...

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