List Views

Total Items found in Views is 277548.
An advanced collection of page views
document ready wordpress jquery

7:56 am, April 2, 2024
ES5 vs ES6 Object Example

7:59 am, April 2, 2024
count the elements in an array

8:16 am, April 2, 2024
turn on or off error reporting php

8:31 am, April 2, 2024
style page numbers [fixed]

8:34 am, April 2, 2024
show the year with js

8:36 am, April 2, 2024
inline fancybox modal testing

8:49 am, April 2, 2024
function to create a uid from html

8:58 am, April 2, 2024
jquery enable and disable attribute

9:11 am, April 2, 2024
select onchange

9:16 am, April 2, 2024
tools i still want to create

9:43 am, April 2, 2024
loop through object json javascript

9:53 am, April 2, 2024
Quick Links

10:05 am, April 2, 2024
react hello world with variable name

10:24 am, April 2, 2024
form elements australian state list

10:32 am, April 2, 2024
get the href value using jquery

10:32 am, April 2, 2024
Complex Arrow Function Example

10:32 am, April 2, 2024
add an outline to everything!

10:40 am, April 2, 2024
wordpress get home url

10:41 am, April 2, 2024
fancybox modal popup example

10:41 am, April 2, 2024
check if a file exists with php

10:46 am, April 2, 2024
php save csv from array to file

10:46 am, April 2, 2024
wp register plugin settings admin

10:47 am, April 2, 2024
flex shorthand css

10:56 am, April 2, 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...

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
Don't look to be the next Facebook, try to solve a real problem instead.
Unknown
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