List Views

Total Items found in Views is 216793.
An advanced collection of page views
adding a new line in javascript

3:22 am, August 1, 2022
js check the length of a string

3:15 am, August 1, 2022
card counting example from fcc

3:13 am, August 1, 2022
count the elements in an array

3:12 am, August 1, 2022
install cmatrix on mac m1

3:12 am, August 1, 2022
form elements australian state list

3:11 am, August 1, 2022
Windows Emoji Shortcut

3:03 am, August 1, 2022
Use Recursion to Count Down

2:58 am, August 1, 2022
Facebook HTML for Sharing a Link

2:56 am, August 1, 2022
Nginx Server Block with Rewrite

2:53 am, August 1, 2022
Search Duplicating Bugs

2:47 am, August 1, 2022
google map with overlay data

2:46 am, August 1, 2022
inline form field padding

2:44 am, August 1, 2022
duplicate a line in vscode shortcut

2:44 am, August 1, 2022
FCC - Basic: Profile Lookup

2:44 am, August 1, 2022
function to create a uid from html

2:42 am, August 1, 2022
osrs fairy ring codes

2:39 am, August 1, 2022
get yesterdays date with javascript

2:37 am, August 1, 2022
list group bootstrap template

2:36 am, August 1, 2022
page load timer class

2:36 am, August 1, 2022
scrollbar replacement simplebar

2:32 am, August 1, 2022
testing chartjs

2:32 am, August 1, 2022
inline fancybox modal testing

2:30 am, August 1, 2022
How to make your code look nice

2:29 am, August 1, 2022
pi hole and hassio

2:29 am, August 1, 2022
tinymce remove auto p tags setting

2:28 am, August 1, 2022
javascript add class to element

2:27 am, August 1, 2022
tiny mce editor tinymce

2:25 am, August 1, 2022
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


Me
Random CSS Property

appearance (-moz-appearance, -webkit-appearance)

The appearance CSS property is used to display an element using platform-native styling, based on the operating system's theme. The -moz-appearance and -webkit-appearance properties are non-standard versions of this property, used (respectively) by Gecko (Firefox) and by WebKit-based (e.g., Safari) and Blink-based (e.g., Chrome, Opera) browsers to achieve the same thing. Note that Firefox and Edge also support -webkit-appearance, for compatibility reasons.
appearance css reference