List Views

Total Items found in Views is 299308.
An advanced collection of page views
get the value from a textarea element

1:02 am, September 8, 2025
css prefers-color-scheme example

1:03 am, September 8, 2025
RS3 Herb Locations

1:03 am, September 8, 2025
bootstrap basic grid layout

1:04 am, September 8, 2025
header type json

1:04 am, September 8, 2025
php validate email function

1:04 am, September 8, 2025
php get file and save it

1:05 am, September 8, 2025
sqlite escape string

1:05 am, September 8, 2025
php return json header and content

1:05 am, September 8, 2025
write to file php

1:05 am, September 8, 2025
php redirect

1:05 am, September 8, 2025
How to Add Comments in JSX

1:05 am, September 8, 2025
convert json string to a php array

1:05 am, September 8, 2025
php save csv from array to file

1:05 am, September 8, 2025
how to json encode an array in php

1:05 am, September 8, 2025
save string to file php

1:06 am, September 8, 2025
echo the page id from wordpress

1:06 am, September 8, 2025
how to decode xml in php

1:06 am, September 8, 2025
sqlite fetchArray into another array

1:06 am, September 8, 2025
get the current week as a number with php

1:06 am, September 8, 2025
extract variables from url string php

1:06 am, September 8, 2025
My Favourite Atom Packages (Plugins) 2020

1:06 am, September 8, 2025
using flexbox to align elements in a row

1:08 am, September 8, 2025
jquery document ready

1:08 am, September 8, 2025
center mode slick zoom testing

1:08 am, September 8, 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
I believe that success can be measured in the number of uncomfortable conversations you're willing to have.
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