List Views

Total Items found in Views is 185730.
An advanced collection of page views
Mac Useful Keyboard Shortcuts

3:18 am, September 25, 2023
submit form with javascript

3:17 am, September 25, 2023
highlight a button with an animation css

3:14 am, September 25, 2023
Changing an array declared with const

3:08 am, September 25, 2023
split a string into links using the comma

3:04 am, September 25, 2023
How to Pass an Array as Props in React

3:03 am, September 25, 2023
document placeholder for a4 in portrait

3:03 am, September 25, 2023
Some New String tools

2:58 am, September 25, 2023
php get file and save it

2:57 am, September 25, 2023
check if a file exists with php

2:53 am, September 25, 2023
Adding HTML Templates into TinyMCE Editor

2:52 am, September 25, 2023
RS3 Combat Bars

2:49 am, September 25, 2023
Latest from Code Widget

2:47 am, September 25, 2023
OSRS Notes

2:45 am, September 25, 2023
Privacy

2:44 am, September 25, 2023
add some foundation tabs working example

2:43 am, September 25, 2023
RS3 Dungeoneering Leveling Log

2:43 am, September 25, 2023
load from fields array php class function

2:42 am, September 25, 2023
Random Links for December 2022

2:41 am, September 25, 2023
emoji data - version 1.0

2:39 am, September 25, 2023
js check the length of a string

2:33 am, September 25, 2023
add click event to multiple link items

2:33 am, September 25, 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
Treasure every moment that you have and treasure it more because you shared it with someone special, special enough to spend your time...and remember that time waits for no one.
Unknown
Random CSS Property

content-visibility

The content-visibility CSS property controls whether or not an element renders its contents at all, along with forcing a strong set of containments, allowing user agents to potentially omit large swathes of layout and rendering work until it becomes needed. Basically it enables the user agent to skip an element's rendering work (including layout and painting) until it is needed — which makes the initial page load much faster.
content-visibility css reference