List Hits

Total Items found in Hits is 490427.
A Collection of Hits...
php check if a class exists

10:35 am, July 27, 2025
check if a ul contains a ul li

10:35 am, July 27, 2025
try catch test

10:35 am, July 27, 2025
pi400 how to take a screen shot

10:35 am, July 27, 2025
count the elements in an array

10:35 am, July 27, 2025
chocolatey command line for windows

10:35 am, July 27, 2025
php check if a class exists

10:34 am, July 27, 2025
php print an array nicely

10:34 am, July 27, 2025
css grid for layouts with no rows

10:34 am, July 27, 2025
ip address

10:34 am, July 27, 2025
Circular Quay (TRIG. STATION)

10:34 am, July 27, 2025
Install PHP without Apache on Ubuntu

10:34 am, July 27, 2025
fancybox image popout easy

10:34 am, July 27, 2025
Maxwell Gully (GULLY)

10:34 am, July 27, 2025
jquery clone and append elements

10:34 am, July 27, 2025
count the elements in an array

10:34 am, July 27, 2025
Beaky Bay (BAY)

10:34 am, July 27, 2025
Morisset Peninsula (PENINSULA)

10:33 am, July 27, 2025
python import and print url

10:33 am, July 27, 2025
Charles Bay (BAY)

10:33 am, July 27, 2025
Enabling SSH on Ubuntu

10:32 am, July 27, 2025
Osborne Park (RESERVE)

10:32 am, July 27, 2025
using let rather than var

10:32 am, July 27, 2025
using scroll-behavior: smooth css

10:32 am, July 27, 2025
Use Recursion to Count Up

10:32 am, July 27, 2025
border-radius

10:32 am, July 27, 2025
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...

You could also follow me on twitter. I have a couple of youtube channels if you want to see some video related content. RuneScape 3, Minecraft and also a coding channel here Web Dev.

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
"We're tight-fisted with property and money, yet think too little of wasting time, the one thing about which we should all be the toughest misers.”
Seneca
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