List Views

Total Items found in Views is 202380.
An advanced collection of page views
Forster Cam Log's

11:07 am, September 9, 2024
Fast and Furious 2022

11:07 am, September 9, 2024
KruXoR - October 2022 - Newsletter

11:07 am, September 9, 2024
slick slider section quick add

11:08 am, September 9, 2024
Source on Overwolf ASCII Art

11:10 am, September 9, 2024
react hello world with variable name

11:11 am, September 9, 2024
check if something is an array

11:12 am, September 9, 2024
wp register plugin settings admin

11:14 am, September 9, 2024
compare non equality function

11:15 am, September 9, 2024
change this to a list group - other items

11:15 am, September 9, 2024
Alpine JS Testing

11:15 am, September 9, 2024
php redirect

11:16 am, September 9, 2024
show post content on template wordpress

11:16 am, September 9, 2024
generate a random color rgb code with php

11:16 am, September 9, 2024
Primordial Life 3.21 Windows Application

11:17 am, September 9, 2024
open sans @import embed font quick

11:19 am, September 9, 2024
php print an array nicely

11:22 am, September 9, 2024
RS3 Leveling Progress - Maxed!

11:22 am, September 9, 2024
css responsive max and min targets @media

11:24 am, September 9, 2024
Prevent Object Mutation

11:28 am, September 9, 2024
explode a string into an array

11:38 am, September 9, 2024
using gzdeflate on a string php

11:42 am, September 9, 2024
foundation make row full width

11:46 am, September 9, 2024
get current url with php

11:46 am, September 9, 2024
pulse map dots

11:48 am, September 9, 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
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

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