List Hits

Total Items found in Hits is 574119.
A Collection of Hits...
php mysql table exists function

12:27 pm, January 7, 2023
show errors in php with toggle

12:27 pm, January 7, 2023
php return json header and content

12:27 pm, January 7, 2023
php html template class system

12:27 pm, January 7, 2023
RS3 Dailies Lists

12:27 pm, January 7, 2023
Get the documentURI with JS

12:27 pm, January 7, 2023
document placeholder for a4 in portrait

12:26 pm, January 7, 2023
animated duck on footer

12:26 pm, January 7, 2023
how to decode xml in php

12:26 pm, January 7, 2023
white space pre-wrap formatting

12:26 pm, January 7, 2023
fancybox load iframe inline

12:25 pm, January 7, 2023
form elements australian state list

12:25 pm, January 7, 2023
ES5 vs ES6 Object Example

12:25 pm, January 7, 2023
favicon code meta tag

12:24 pm, January 7, 2023
Changing an array declared with const

12:23 pm, January 7, 2023
Complex Arrow Function Example

12:23 pm, January 7, 2023
Monitoring Visible Objects on Screen

12:23 pm, January 7, 2023
Install PHP without Apache on Ubuntu

12:23 pm, January 7, 2023
Testing

12:23 pm, January 7, 2023
css grid for layouts and how to use it

12:23 pm, January 7, 2023
flexbox layout template

12:22 pm, January 7, 2023
git pull changes from a repository

12:22 pm, January 7, 2023
Multidimensional Array

12:22 pm, January 7, 2023
How to add jquery to squarespace site

12:21 pm, January 7, 2023
share to twitter html link only

12:21 pm, January 7, 2023
Leaflet Quick Start Example

12:20 pm, January 7, 2023
random emojis copy and paste

12:19 pm, January 7, 2023
del

12:19 pm, January 7, 2023
MySQL to Sqlite converter

12:19 pm, January 7, 2023
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
therock Somewhere along this crazy road I learned (often times the hard way) the most important things I can do is be authentic, trust my gut, be the hardest worker in the room, celebrate the mistakes, be a grateful man and always remember that it's nice to be important, but it's more important to be nice.
The Rock
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