List Views

Total Items found in Views is 185730.
An advanced collection of page views
add some foundation tabs working example

12:33 am, November 20, 2023
RS3 Quick Daily Run Logs

12:32 am, November 20, 2023
get current url with php

12:31 am, November 20, 2023
set transparent menu over background image

12:31 am, November 20, 2023
inline fancybox modal testing

12:31 am, November 20, 2023
Testing Playwrite on for Node

12:30 am, November 20, 2023
Tools

12:30 am, November 20, 2023
set active class based on url value

12:29 am, November 20, 2023
enable dark mode in tinymce

12:29 am, November 20, 2023
php countries array

12:29 am, November 20, 2023
check url hash using javascript

12:29 am, November 20, 2023
highlight a button with an animation css

12:29 am, November 20, 2023
Javascript Objects Notes

12:29 am, November 20, 2023
add click event to multiple link items

12:29 am, November 20, 2023
dropdown section

12:28 am, November 20, 2023
adding an item to an array with php

12:28 am, November 20, 2023
table border collapse

12:27 am, November 20, 2023
codemirror htmlmixed textarea

12:26 am, November 20, 2023
Latest from Code Widget

12:25 am, November 20, 2023
list items matching a category title

12:25 am, November 20, 2023
jquery check if a sub element exists

12:24 am, November 20, 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


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