List Hits

Total Items found in Hits is 487337.
A Collection of Hits...
Wagragobilly (RURAL PLACE)

3:53 pm, August 2, 2025
javascript basic test array and loop

3:53 pm, August 2, 2025
pre

3:53 pm, August 2, 2025
Powerpa (PARISH)

3:53 pm, August 2, 2025
Custom 12 Grid using CSS Grid

3:52 pm, August 2, 2025
old browser check with javascript

3:52 pm, August 2, 2025
show the browsers name in javascript

3:52 pm, August 2, 2025
Billinudgel Creek (CREEK)

3:52 pm, August 2, 2025
still more comment spam

3:52 pm, August 2, 2025
count the elements in an array

3:52 pm, August 2, 2025
basic for loop odd numbers

3:52 pm, August 2, 2025
show errors in php with toggle

3:52 pm, August 2, 2025
bootstrap basic grid layout

3:52 pm, August 2, 2025
Avery Park (RESERVE)

3:52 pm, August 2, 2025
list items matching a category title

3:51 pm, August 2, 2025
Change link target with JQuery

3:51 pm, August 2, 2025
weird search results being recorded

3:51 pm, August 2, 2025
Animal Crossing House Design's

3:51 pm, August 2, 2025
Get The Current Month As A Number

3:51 pm, August 2, 2025
fancybox modal popup example

3:51 pm, August 2, 2025
CSS

3:51 pm, August 2, 2025
St Germains Creek (CREEK)

3:51 pm, August 2, 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 ought to take outdoor walks in order that the mind may be strengthened and refreshed by the open air and much breathing.".
Seneca
Random CSS Property

clamp()

The clamp() CSS function clamps a value between an upper and lower bound. clamp() enables selecting a middle value within a range of values between a defined minimum and maximum. It takes three parameters: a minimum value, a preferred value, and a maximum allowed value. The clamp() function can be used anywhere a <length>, <frequency>, <angle>, <time>, <percentage>, <number>, or <integer> is allowed.
clamp() css reference