List Views

Total Items found in Views is 229023.
An advanced collection of page views
search bug Above

12:25 am, January 10, 2023
update value of element using javascript

12:27 am, January 10, 2023
assign array to variables in a loop

12:28 am, January 10, 2023
submit a form with javascript onclick

12:31 am, January 10, 2023
getting the site title vs the page name

12:37 am, January 10, 2023
copy file

12:39 am, January 10, 2023
php substr return part of a string

12:47 am, January 10, 2023
loop to arr.length or array length

1:00 am, January 10, 2023
rs3 rune crafting leveling stats

1:03 am, January 10, 2023
Do While Loop

3:28 am, January 10, 2023
mouse outline svg

3:42 am, January 10, 2023
set the html of an element javascript

3:56 am, January 10, 2023
wordpress get home url

3:58 am, January 10, 2023
add this

4:02 am, January 10, 2023
get last month as a number with php

4:03 am, January 10, 2023
IP Address

4:08 am, January 10, 2023
Use Sweet Alert rather than alert!

4:15 am, January 10, 2023
get the current month as a number

4:23 am, January 10, 2023
js check the length of a string

5:12 am, January 10, 2023
linux list all drives and partitions

5:14 am, January 10, 2023
start ssh and add key git

5:44 am, January 10, 2023
uniqid random string

6:11 am, January 10, 2023
using gzdeflate on a string php

7:02 am, January 10, 2023
how to unzip in linux

7:06 am, January 10, 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 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

repeating-radial-gradient()

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