List Views

Total Items found in Views is 277548.
An advanced collection of page views
animated duck on footer

11:23 pm, August 24, 2025
Quick Embed - Google Font - Inter

11:24 pm, August 24, 2025
Lato font quick install

11:24 pm, August 24, 2025
jquery toggle menu testing

11:24 pm, August 24, 2025
tinymce remove auto p tags setting

11:24 pm, August 24, 2025
How to Pass an Array as Props in React

11:24 pm, August 24, 2025
Facebook HTML for Sharing a Link

11:25 pm, August 24, 2025
css accordion basics

11:26 pm, August 24, 2025
box shadow example(s) - drop shadow

11:26 pm, August 24, 2025
Wordpress Use the settings API

11:26 pm, August 24, 2025
chevron right

11:27 pm, August 24, 2025
dropdown change input box on select

11:27 pm, August 24, 2025
pi hole and hassio

11:27 pm, August 24, 2025
KruXoR Site Updates June 2022

11:27 pm, August 24, 2025
enable dark mode in tinymce

11:28 pm, August 24, 2025
validate email address from string

11:30 pm, August 24, 2025
simple file cache and check in php

11:30 pm, August 24, 2025
Javascript Objects Notes

11:33 pm, August 24, 2025
top bar overflow issues [fixed]

11:34 pm, August 24, 2025
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
The mind must be given relaxation; it will arise better and keener after resting. As rich fields must not be forced-for their productiveness, the have no rest, will quickly exhaust them constantlabor will break the vigor of the mind, but if it is released and relaxed a little while, it will recover its powers
Seneca
Random CSS Property

@charset

The @charset CSS at-rule specifies the character encoding used in the style sheet. It must be the first element in the style sheet and not be preceded by any character; as it is not a nested statement, it cannot be used inside conditional group at-rules. If several @charset at-rules are defined, only the first one is used, and it cannot be used inside a style attribute on an HTML element or inside the <style> element where the character set of the HTML page is relevant.
@charset css reference