List Views

Total Items found in Views is 184213.
An advanced collection of page views
Top viewed in Views
37 Whois Lookup 37 Windows 10 on a 32 Gig eMMC Drive with Updates - Solved 37 Windows Emoji Shortcut 37 Windows is now trying to upsell on the volume mixer icon 37 Windows is now trying to upsell on the volume mixer icon 37 Windows is now trying to upsell on the volume mixer icon 37 Writing Arrow Functions with Parameters 37 Writing Arrow Functions with Parameters 37 Your Hardware Enablement Stack (HWE) is supported until... 37 Your Hardware Enablement Stack (HWE) is supported until... 37 Your Hardware Enablement Stack (HWE) is supported until... 37 a google font like muli - mulish and embed code 37 a page with two images 37 a page with two images 37 access hacker news json firebase api via jquery 37 accessing part of a variable using its index 37 accessing part of a variable using its index 37 add a class to a div with an id javascript 37 add a class to a div with an id javascript 37 add a class to a div with an id javascript 37 add a class to a div with an id javascript 37 add a class to a div with an id javascript 37 add a class to a div with an id javascript 37 add a comment recording system for posts [idea] 37 add a comment recording system for posts [idea] 37 add a divider to your dropdown nav toggles 37 add a gtag.js pdf click event 37 add a gtag.js pdf click event 37 add a gtag.js pdf click event 37 add a jquery date picker to your text box 37 add a jquery date picker to your text box 37 add a jquery date picker to your text box 37 add a live reloading server with one npm command 37 add a moving chevron to your href link 37 add a tag to wordpress header from a plugin 37 add a toast alert when logging in with half moon 37 add a toast alert when logging in with half moon 37 add a toggle with jquery and change the class 37 add a user to a group 37 add a user to a group 37 add a user to a group 37 add a user to a group 37 add a user to a group 37 add chevrons to a ul list 37 add chevrons to a ul list 37 add chevrons to a ul list 37 add click event to multiple link items 37 add click event to multiple link items 37 add hero title to category listing page [not done] 37 add paging to wp list query
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
For a long time it had seemed to me that life was about to begin - real life. But there was always some obstacle in the way, something to be gotten through first, some unfinished business, time still to be served, or a debt to be paid. Then life would begin. At last it dawned on me that these obstacles were my life.
Alfred D. Souza
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