List Views

Total Items found in Views is 215675.
An advanced collection of page views
Use Recursion to Return a Range Array

8:58 am, October 14, 2024
Use the parseInt Function with a Radix

8:57 am, October 14, 2024
verify the google recapture server php

8:57 am, October 14, 2024
Viewport width and height calculations

8:57 am, October 14, 2024
Install PHP without Apache on Ubuntu

8:57 am, October 14, 2024
bootstrap list group card with footer

8:57 am, October 14, 2024
css grid for layouts and how to use it

8:57 am, October 14, 2024
convert all images into base64 encoded

8:57 am, October 14, 2024
Making Images Retina Display Friendly

8:57 am, October 14, 2024
Invalid argument supplied for foreach()

8:57 am, October 14, 2024
make labels or badges look better

8:57 am, October 14, 2024
adding react to a website in 3 steps

8:57 am, October 14, 2024
Changing an array declared with const

8:57 am, October 14, 2024
css using perspective for transforms

8:56 am, October 14, 2024
log the console log output to a div

8:56 am, October 14, 2024
rotate an element when its hover

8:56 am, October 14, 2024
zoom background of element when active

8:56 am, October 14, 2024
how to copy the folder path in finder

8:56 am, October 14, 2024
box shadow example(s) - drop shadow

8:56 am, October 14, 2024
change file permissions to -rw-rw-r--

8:56 am, October 14, 2024
sqlite fetchArray into another array

8:55 am, October 14, 2024
adding an item to an array with php

8:55 am, October 14, 2024
Spam IP Database and delete button

8:55 am, October 14, 2024
extract youtube image from video url

8:55 am, October 14, 2024
Sweet Alert 2 Methods and Examples

8:55 am, October 14, 2024
wp register plugin settings admin

8:55 am, October 14, 2024
Making an image responsive using css

8:55 am, October 14, 2024
Monitoring Visible Objects on Screen

8:55 am, October 14, 2024
dropdown change input box on select

8:55 am, October 14, 2024
stop overscrolling on responsive ios

8:55 am, October 14, 2024
generate a new SSH key on mac for git

8:55 am, October 14, 2024
using the :user-valid CSS pseudo-class

8:55 am, October 14, 2024
show the browsers name in javascript

8:55 am, October 14, 2024
set active class based on url value

8:55 am, October 14, 2024
simple file cache and check in php

8:55 am, October 14, 2024
linux list all drives and partitions

8:55 am, October 14, 2024
logo tickers marquee slow scrolling

8:55 am, October 14, 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

Please dont do this! 😜


Unknown Web Developer
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