List Views

Total Items found in Views is 281387.
An advanced collection of page views
get current url with php

8:43 am, January 29, 2024
check if a file exists with php

8:43 am, January 29, 2024
javascript get content from element

8:43 am, January 29, 2024
loop through object json javascript

8:43 am, January 29, 2024
add chevrons to a ul list

8:42 am, January 29, 2024
codemirror htmlmixed textarea

8:41 am, January 29, 2024
css prefers-color-scheme example

8:41 am, January 29, 2024
wordpress main nav dropdown fix

8:40 am, January 29, 2024
change favicon with jquery

8:40 am, January 29, 2024
turn on or off error reporting php

8:38 am, January 29, 2024
windows 10 snipping experience

8:38 am, January 29, 2024
getType function for js

8:37 am, January 29, 2024
play a sound every # of seconds

8:37 am, January 29, 2024
tools i still want to create

8:37 am, January 29, 2024
using switch in a function

8:37 am, January 29, 2024
mouse outline svg

8:36 am, January 29, 2024
How to Pass an Array as Props in React

8:36 am, January 29, 2024
Console Tips and Tricks

8:35 am, January 29, 2024
list group card template

8:34 am, January 29, 2024
round number with js

8:34 am, January 29, 2024
Changing an array declared with const

8:34 am, January 29, 2024
commit and push changes to git repo

8:34 am, January 29, 2024
css grid for layouts with no rows

8:33 am, January 29, 2024
Testing

8:33 am, January 29, 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...

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
“If you just sit and observe, you will see how restless your mind is. If you try to calm it, it only makes it worse, but over time it does calm, and when it does, there’s room to hear more subtle things. You see so much more than you could see before. It’s a discipline; you have to practice it.”
Steve Jobs
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