List Hits

Total Items found in Hits is 610361.
A Collection of Hits...
prevent default click event on link

2:04 am, April 17, 2024
how to unzip in linux

1:59 am, April 17, 2024
chevron right

1:50 am, April 17, 2024
add new random image with button

1:10 am, April 17, 2024
check url hash using javascript

12:57 am, April 17, 2024
fancybox image popout easy

12:57 am, April 17, 2024
parallax js scroll testing

12:52 am, April 17, 2024
save string to file php

12:49 am, April 17, 2024
New World - Why to Join a Faction

12:40 am, April 17, 2024
zoom background of element when active

12:37 am, April 17, 2024
KruXoR Site Updates June 2022

12:37 am, April 17, 2024
RS3 Divination locations 1-99

12:37 am, April 17, 2024
adding react with JSX using babel

12:25 am, April 17, 2024
RS3 Soul Cape and where to get it

12:21 am, April 17, 2024
generate a new SSH key on mac for git

11:58 pm, April 16, 2024
loop to arr.length or array length

11:58 pm, April 16, 2024
Create Strings using Template Literals

11:26 pm, April 16, 2024
write to file php

11:10 pm, April 16, 2024
jquery page search [testing]

10:50 pm, April 16, 2024
bogan

10:45 pm, April 16, 2024
Console Tips and Tricks

10:42 pm, April 16, 2024
install cmatrix on mac m1

10:39 pm, April 16, 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
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

url()

The url() CSS function is used to include a file. The parameter is an absolute URL, a relative URL, a blob URL, or a data URL. The url() function can be passed as a parameter of another CSS functions, like the attr() function. Depending on the property for which it is a value, the resource sought can be an image, font, or a stylesheet. The url() functional notation is the value for the <url> data type.
<url> css reference