List Hits

Total Items found in Hits is 610338.
A Collection of Hits...
get element by id with javascript

2:00 pm, April 22, 2024
show the current date in javascript

1:57 pm, April 22, 2024
get element by id and hide it

1:54 pm, April 22, 2024
template

1:48 pm, April 22, 2024
Making an image responsive using css

1:41 pm, April 22, 2024
wordpress block grid code

1:34 pm, April 22, 2024
animate css

1:24 pm, April 22, 2024
imp

1:15 pm, April 22, 2024
adding

1:04 pm, April 22, 2024
loop through $_GET in php

12:51 pm, April 22, 2024
extract a wordpress menu using its id

12:36 pm, April 22, 2024
sqlite basic sql and loop results

12:36 pm, April 22, 2024
the

12:32 pm, April 22, 2024
js check the length of a string

11:58 am, April 22, 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
You want to be the best, you MUST put the long yards in! Nothing comes easy in life so stop wishing and start DOING! So many people would rather bitch and moan than help themselves. Dont be one of those negative drainers, start today, make a small change and keep going forwards with this attitude!
Unknown
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