List Views

Total Items found in Views is 277548.
An advanced collection of page views
php mysql table exists function

1:28 am, September 20, 2022
sqlite check table name exists

1:32 am, September 20, 2022
turn on or off error reporting php

1:32 am, September 20, 2022
Enabling SSH on Ubuntu

1:32 am, September 20, 2022
get element by id and hide it

1:38 am, September 20, 2022
Applied Accessibility - Access Keys

1:39 am, September 20, 2022
submit a form with javascript onclick

1:39 am, September 20, 2022
jquery clone and append elements

1:42 am, September 20, 2022
pi400 how to take a screen shot

1:44 am, September 20, 2022
Video Placeholder Image HTML

1:46 am, September 20, 2022
table border collapse

1:50 am, September 20, 2022
How to add jquery to squarespace site

1:52 am, September 20, 2022
tinymce remove auto p tags setting

1:53 am, September 20, 2022
jquery check if a sub element exists

1:55 am, September 20, 2022
show errors in php with toggle

1:56 am, September 20, 2022
white space break word css

1:56 am, September 20, 2022
ES6 Nested Object Example

1:59 am, September 20, 2022
load random videos module using template

2:00 am, September 20, 2022
Auto Changing Image URL

2:01 am, September 20, 2022
bootstrap list group card with footer

2:01 am, September 20, 2022
count the elements in an array

2:01 am, September 20, 2022
list group card template

2:02 am, September 20, 2022
card counting example from fcc

2:03 am, September 20, 2022
bootstrap alert template

2:04 am, September 20, 2022
explode a string into an array

2:05 am, September 20, 2022
load the latest single item only

2:05 am, September 20, 2022
easy twitter embed code

2:13 am, September 20, 2022
css prefers-color-scheme example

2:13 am, September 20, 2022
drop shadow text class easy drop shadow

2:15 am, September 20, 2022
make any element editable

2:19 am, September 20, 2022
design nice block header

2:23 am, September 20, 2022
Create a Complex JSX Element

2:25 am, September 20, 2022
making var_dump look nice

2:25 am, September 20, 2022
share to twitter html link only

2:27 am, September 20, 2022
lorem ipsum

2:31 am, September 20, 2022
using let and const example

2:50 am, September 20, 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...

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
Many of life's failures are people who did not realize how close they were to success when they gave up.
Thomas A. Edison
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