List Views

Total Items found in Views is 179438.
An advanced collection of page views
checking if your windows pc has a TPM

11:30 pm, September 25, 2022
Objects in javascript

11:27 pm, September 25, 2022
CSS Filter Generator from Hex Code

11:25 pm, September 25, 2022
Efficient OSRS Maxing Guide

11:23 pm, September 25, 2022
css grid for layouts and how to use it

11:22 pm, September 25, 2022
Input Suggestions using a datalist

11:22 pm, September 25, 2022
change favicon with jquery

11:22 pm, September 25, 2022
adding a new line in javascript

11:20 pm, September 25, 2022
target data attribute with css

11:19 pm, September 25, 2022
emoji data - version 1.0

11:19 pm, September 25, 2022
add a jquery date picker to your text box

11:15 pm, September 25, 2022
wordpress category list sorting custom

11:14 pm, September 25, 2022
checking for spam comments function

11:13 pm, September 25, 2022
check length of element jquery

11:12 pm, September 25, 2022
check box highlight text area css

11:11 pm, September 25, 2022
load random videos module using template

11:11 pm, September 25, 2022
tools i still want to create

11:10 pm, September 25, 2022
json test objects (or arrays)

11:10 pm, September 25, 2022
Idea: Google Font Dropdown Selector Code

11:08 pm, September 25, 2022
fancybox image popout easy

11:08 pm, September 25, 2022
load from fields array php class function

11:08 pm, September 25, 2022
add some foundation tabs working example

11:08 pm, September 25, 2022
Testing Playwrite on for Node

11:07 pm, September 25, 2022
Core Class - Basic Core Structure

11:07 pm, September 25, 2022
adding pagination to custom wp_query

11:07 pm, September 25, 2022
Top 10 Terraria Houses

11:07 pm, September 25, 2022
center mode slick zoom testing

11:07 pm, September 25, 2022
flems embed in url

11:06 pm, September 25, 2022
style page numbers [fixed]

11:06 pm, September 25, 2022
fix view page for search links [reported]

11:06 pm, September 25, 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
There is a qualitative and quantitative difference between a day that begins with a little exercise, a book, meditation, a good meal, a thoughtful walk, and the start of a day that begins with a smartphone in bed.
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