List Hits

Total Items found in Hits is 664558.
A Collection of Hits...
chevron up

2:55 am, November 14, 2022
csv read example

2:55 am, November 14, 2022
basic for loop

2:54 am, November 14, 2022
Find Disk Space Usage using DU

2:53 am, November 14, 2022
Change link target with JQuery

2:30 am, November 14, 2022
jquery page search [testing]

2:25 am, November 14, 2022
adding react to a website in 3 steps

2:25 am, November 14, 2022
checking for spam comments function

2:24 am, November 14, 2022
parallax js scroll testing

2:24 am, November 14, 2022
simple usage for php password_hash

2:22 am, November 14, 2022
get the current url in javascript

2:22 am, November 14, 2022
get text between tags

2:21 am, November 14, 2022
OSRS Notes

2:21 am, November 14, 2022
Date Conversion PHP

2:21 am, November 14, 2022
check if a variable is undefined or NULL

2:21 am, November 14, 2022
using clamp js to clamp lines of text

2:21 am, November 14, 2022
list group card item template

2:21 am, November 14, 2022
Archaeology/Level up table

2:20 am, November 14, 2022
react hello world with variable name

2:20 am, November 14, 2022
rounded click me button with icon

2:16 am, November 14, 2022
Site Widget Controls

2:11 am, November 14, 2022
adding an item to an array with php

2:11 am, November 14, 2022
form elements australian state list

2:10 am, November 14, 2022
white space break word css

2:08 am, November 14, 2022
opener

2:08 am, November 14, 2022
my old hunter in wow

2:08 am, November 14, 2022
open

2:08 am, November 14, 2022
open sans @import embed font quick

2:08 am, November 14, 2022
prevent default click event on link

2:08 am, November 14, 2022
table border collapse

2:03 am, November 14, 2022
count the elements in an array

2:03 am, November 14, 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
I believe that in order to better your knowledge base, it takes a lot of failing in order to succeed. I don't consider anything a failure as long as you get back up and you learn from your own mistakes.
Unknown
Random CSS Property

unset

The unset CSS keyword resets a property to its inherited value if the property naturally inherits from its parent, and to its initial value if not. In other words, it behaves like the inherit keyword in the first case, when the property is an inherited property, and like the initial keyword in the second case, when the property is a non-inherited property.
unset css reference