List Hits

Total Items found in Hits is 532287.
A Collection of Hits...
Sweet Alert 2 Methods and Examples

11:34 pm, March 19, 2024
how to copy the folder path in finder

11:34 pm, March 19, 2024
Enabling SSH on Ubuntu

11:34 pm, March 19, 2024
add click event to multiple link items

11:34 pm, March 19, 2024
duplicate a line in vscode shortcut

11:34 pm, March 19, 2024
Change link target with JQuery

11:34 pm, March 19, 2024
Use Recursion to Count Up

11:34 pm, March 19, 2024
dropdown section

11:33 pm, March 19, 2024
slick slider section quick add

11:33 pm, March 19, 2024
atom on mac and synchronise settings

11:33 pm, March 19, 2024
Video Placeholder Image HTML

11:33 pm, March 19, 2024
twitter json feed testing

11:33 pm, March 19, 2024
Forster Cam Log's

11:32 pm, March 19, 2024
down chevron and styles

11:32 pm, March 19, 2024
flems embed in url

11:32 pm, March 19, 2024
landscape image document placeholder

11:32 pm, March 19, 2024
copy file

11:32 pm, March 19, 2024
load json data url with jquery

11:31 pm, March 19, 2024
bootstrap alert template

11:31 pm, March 19, 2024
add user to sudo group in ubuntu

11:31 pm, March 19, 2024
How to add jquery to squarespace site

11:31 pm, March 19, 2024
mithril testing

11:31 pm, March 19, 2024
css using perspective for transforms

11:31 pm, March 19, 2024
Laptop Thoughts and Options Jul 2021

11:30 pm, March 19, 2024
Lato font quick install

11:30 pm, March 19, 2024
New World - Why to Join a Faction

11:30 pm, March 19, 2024
php basic page router

11:30 pm, March 19, 2024
my default text shadow css

11:30 pm, March 19, 2024
Load fancybox modal on hash check

11:29 pm, March 19, 2024
table scroll responsive foundation

11:29 pm, March 19, 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
“If you just sit and observe, you will see how restless your mind is. If you try to calm it, it only makes it worse, but over time it does calm, and when it does, there’s room to hear more subtle things. You see so much more than you could see before. It’s a discipline; you have to practice it.”
Steve Jobs
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