List Hits

Total Items found in Hits is 535064.
A Collection of Hits...
install atom editor on ubuntu

2:33 pm, May 15, 2024
pi400 how to take a screen shot

2:36 pm, May 15, 2024
youtube embed iframe

2:45 pm, May 15, 2024
wordpress get site url

2:54 pm, May 15, 2024
top bar overflow issues [fixed]

2:55 pm, May 15, 2024
javascript update item in object

3:29 pm, May 15, 2024
New World - Why to Join a Faction

3:35 pm, May 15, 2024
conj

3:41 pm, May 15, 2024
count the elements in an array

3:56 pm, May 15, 2024
How to Add Comments in JSX

3:59 pm, May 15, 2024
Creating an NFT - bbyalienyodi

4:00 pm, May 15, 2024
jqueryui includes css and js

4:01 pm, May 15, 2024
show views list function

4:02 pm, May 15, 2024
php get file and save it

4:02 pm, May 15, 2024
Farming Allotment patch locations

4:10 pm, May 15, 2024
Quick Embed Figtree Font

4:13 pm, May 15, 2024
Testing AI in Notion

4:13 pm, May 15, 2024
sqlite escape string

4:14 pm, May 15, 2024
github logo background png css

4:14 pm, May 15, 2024
css html vertical center

4:14 pm, May 15, 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