List Views

Total Items found in Views is 226563.
An advanced collection of page views
convert all images into base64 encoded

3:26 am, November 21, 2022
Sweet Alert 2 Methods and Examples

3:22 am, November 21, 2022
Get Current Page URL PHP

3:22 am, November 21, 2022
old browser check with javascript

3:20 am, November 21, 2022
install atom editor on ubuntu

3:15 am, November 21, 2022
Google Fonts Multiple includes

3:15 am, November 21, 2022
What is Core?

3:12 am, November 21, 2022
Generate Sub menu using Core

3:11 am, November 21, 2022
update value of element using javascript

3:11 am, November 21, 2022
get text between tags

3:09 am, November 21, 2022
verify the google recapture server php

3:07 am, November 21, 2022
Tools

3:05 am, November 21, 2022
using let and const example

3:03 am, November 21, 2022
Thieving training : 1 - 99

3:02 am, November 21, 2022
twitter social sharing meta tags

3:01 am, November 21, 2022
generate random username function in php

3:00 am, November 21, 2022
loop through object json javascript

2:58 am, November 21, 2022
how to find what version pi you are using

2:55 am, November 21, 2022
Objects in javascript

2:53 am, November 21, 2022
using foundation 6.4 xy grid basics

2:53 am, November 21, 2022
get current class name with get_class

2:52 am, November 21, 2022
material design icons google font

2:50 am, November 21, 2022
Factorio Blueprint Books

2:37 am, November 21, 2022
adding react to a website in 3 steps

2:37 am, November 21, 2022
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
A.A. Milne’s Winnie-the-Pooh: “If you live to be a hundred, I want to live to be a hundred minus one day so I never have to live without you.”
A.A. Milne
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