List Hits

Total Items found in Hits is 528786.
A Collection of Hits...
Viewport width and height calculations

2:13 pm, September 22, 2022
change the window title

2:07 pm, September 22, 2022
add a user to a group

1:57 pm, September 22, 2022
keyframe animations css

1:21 pm, September 22, 2022
adding pagination to custom wp_query

1:09 pm, September 22, 2022
Padding

12:49 pm, September 22, 2022
code

12:41 pm, September 22, 2022
back

12:41 pm, September 22, 2022
Document

12:37 pm, September 22, 2022
https

12:34 pm, September 22, 2022
https

12:33 pm, September 22, 2022
code

12:32 pm, September 22, 2022
back

12:26 pm, September 22, 2022
code

12:24 pm, September 22, 2022
Document

12:14 pm, September 22, 2022
code

12:14 pm, September 22, 2022
https

12:12 pm, September 22, 2022
get last month as a number with php

12:01 pm, September 22, 2022
Generate Sub menu using Core

11:40 am, September 22, 2022
using foundation 6.4 xy grid basics

11:38 am, September 22, 2022
add a jquery date picker to your text box

11:37 am, September 22, 2022
compare equality function

11:31 am, September 22, 2022
wordpress show page content on template file

11:31 am, September 22, 2022
RS3 Most Efficient Skilling Methods - Table

11:30 am, September 22, 2022
del

11:30 am, September 22, 2022
Whois Lookup

11:08 am, September 22, 2022
Top 10 Terraria Houses Referrer

10:50 am, September 22, 2022
RS3 Best AFK training all skills Referrer

10:47 am, September 22, 2022
how to json encode an array in php

9:55 am, September 22, 2022
chevron right

9:15 am, September 22, 2022
php save csv from array to file

9:00 am, September 22, 2022
Arch

8:32 am, September 22, 2022
https

8:03 am, September 22, 2022
material design icons google font

8:01 am, September 22, 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
therock Somewhere along this crazy road I learned (often times the hard way) the most important things I can do is be authentic, trust my gut, be the hardest worker in the room, celebrate the mistakes, be a grateful man and always remember that it's nice to be important, but it's more important to be nice.
The Rock
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