List Views

Total Items found in Views is 226560.
An advanced collection of page views
human_filesize php

1:39 pm, February 6, 2023
Forster Cam Log's

1:45 pm, February 6, 2023
Crafting - 1 - 99 guide

2:01 pm, February 6, 2023
twitter social sharing meta tags

2:04 pm, February 6, 2023
IP Address

2:10 pm, February 6, 2023
asp classic get a url and display it

2:12 pm, February 6, 2023
truncate string using jquery

2:53 pm, February 6, 2023
Robocopy Options /? help

2:55 pm, February 6, 2023
using the kbd html tag

2:56 pm, February 6, 2023
using switch in a function

3:01 pm, February 6, 2023
list items matching a category title

3:04 pm, February 6, 2023
tinymce remove auto p tags setting

3:07 pm, February 6, 2023
parallax js scroll testing

3:16 pm, February 6, 2023
simple file cache and check in php

3:18 pm, February 6, 2023
uniqid random string

3:22 pm, February 6, 2023
Quicksand font quick install

3:23 pm, February 6, 2023
testing equality

3:25 pm, February 6, 2023
read and sort directory contents in php

3:26 pm, February 6, 2023
load the latest single item only

3:37 pm, February 6, 2023
Custom 12 Grid using CSS Grid

3:48 pm, February 6, 2023
Default Parameters for Functions

3:59 pm, February 6, 2023
youtube embed iframe

3:59 pm, February 6, 2023
Date Conversion PHP

4:06 pm, February 6, 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
“If you just sit and observe, you will see how restless your mind is. If you try to calm it, it only makes it worse, but over time it does calm, and when it does, there’s room to hear more subtle things. You see so much more than you could see before. It’s a discipline; you have to practice it.”
Steve Jobs
Random CSS Property

env()

The env() CSS function can be used to insert the value of a user agent-defined environment variable into your CSS, in a similar fashion to the var() function and custom properties. The difference is that, as well as being user-agent defined rather than user-defined, environment variables are globally scoped to a document, whereas custom properties are scoped to the element(s) on which they are declared.
env() css reference