List Views

Total Items found in Views is 222765.
An advanced collection of page views
get element by id with javascript

5:45 am, April 20, 2023
human_filesize php

4:53 am, April 20, 2023
react basic hello world

4:47 am, April 20, 2023
IP Address

4:45 am, April 20, 2023
Do While Loop

4:44 am, April 20, 2023
foundation make row full width

4:41 am, April 20, 2023
Custom 12 Grid using CSS Grid

4:29 am, April 20, 2023
header type json

4:08 am, April 20, 2023
dropdown change input box on select

4:07 am, April 20, 2023
Use Recursion to Count Down

3:53 am, April 20, 2023
load the latest single item only

3:49 am, April 20, 2023
target data attribute with css

3:39 am, April 20, 2023
Get the documentURI with JS

3:22 am, April 20, 2023
list items matching a category title

3:22 am, April 20, 2023
youtube embed iframe

3:10 am, April 20, 2023
ES5 vs ES6 Object Example

3:07 am, April 20, 2023
simple table stripe striping

2:20 am, April 20, 2023
assign array to variables in a loop

1:51 am, April 20, 2023
check if something is an array

1:42 am, April 20, 2023
Nginx Server Block with Rewrite

1:38 am, April 20, 2023
Clean Windows Setup

1:18 am, April 20, 2023
stop overscrolling on responsive ios

1:15 am, April 20, 2023
jqueryui includes css and js

12:57 am, April 20, 2023
sqlite basic sql and loop results

11:56 pm, April 19, 2023
fancybox v3.4 - Mixed gallery

11:30 pm, April 19, 2023
Quick Links

11:20 pm, April 19, 2023
Prevent Object Mutation

11:10 pm, April 19, 2023
flexbox layout template

11:05 pm, April 19, 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
If you work on something a little bit every day, you end up with something that is massive.
Kenneth Goldsmith
Random CSS Property

repeating-linear-gradient()

The repeating-linear-gradient() CSS function creates an image consisting of repeating linear gradients. It is similar to linear-gradient() and takes the same arguments, but it repeats the color stops infinitely in all directions so as to cover its entire container. The function's result is an object of the <gradient> data type, which is a special kind of <image>.
repeating-linear-gradient() css reference