List Views

Total Items found in Views is 213193.
An advanced collection of page views
javascript window.onload

2:26 am, November 6, 2023
compare non equality function

2:26 am, November 6, 2023
json jquery ajax request

2:26 am, November 6, 2023
mithril testing

2:28 am, November 6, 2023
wordpress category list sorting custom

2:28 am, November 6, 2023
Privacy

2:28 am, November 6, 2023
jquery check if a sub element exists

2:30 am, November 6, 2023
Leaflet Quick Start Example

2:31 am, November 6, 2023
video embed no controls

2:32 am, November 6, 2023
backdrop-filter: blur(10px);

2:35 am, November 6, 2023
RS3 Post 99 Leveling Log

2:35 am, November 6, 2023
globe svg testing (broken)

2:35 am, November 6, 2023
check box highlight text area css

2:39 am, November 6, 2023
get text between tags

2:39 am, November 6, 2023
design nice block header

2:41 am, November 6, 2023
using clamp js to clamp lines of text

2:41 am, November 6, 2023
Viewport width and height calculations

2:42 am, November 6, 2023
css :active pseudo-class usage

2:43 am, November 6, 2023
easy section wrap in foundation

2:44 am, November 6, 2023
logo tickers marquee slow scrolling

2:44 am, November 6, 2023
landscape image document placeholder

2:46 am, November 6, 2023
header type json

2:48 am, November 6, 2023
adding an item to an array with php

2:48 am, November 6, 2023
Get Current Page URL PHP

2:48 am, November 6, 2023
using let rather than var

2:50 am, November 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
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