List Views

Total Items found in Views is 281387.
An advanced collection of page views
use an emoji on your list items ul li

5:13 am, January 20, 2025
github logo background png css

5:14 am, January 20, 2025
lorem ipsum

5:14 am, January 20, 2025
hide the third row in a table with css

5:14 am, January 20, 2025
Chat GPT slick slider code testing

5:17 am, January 20, 2025
fancybox load iframe inline

5:17 am, January 20, 2025
Dropdown Box with Searchable Text

5:17 am, January 20, 2025
Flickity - autoPlay with Loop

5:17 am, January 20, 2025
truncate string using jquery

5:18 am, January 20, 2025
form elements australian state list

5:19 am, January 20, 2025
using the :user-valid CSS pseudo-class

5:19 am, January 20, 2025
Viewport width and height calculations

5:19 am, January 20, 2025
git pull changes from a repository

5:21 am, January 20, 2025
using let and const example

5:34 am, January 20, 2025
style page numbers [fixed]

5:38 am, January 20, 2025
show post content on template wordpress

5:38 am, January 20, 2025
CSS Grid Frame Work

5:39 am, January 20, 2025
loop through $_GET in php

5:39 am, January 20, 2025
Simple Line chart with Chart.js

5:39 am, January 20, 2025
Nginx Server Block with Rewrite

5:41 am, January 20, 2025
twitter json feed testing

5:41 am, January 20, 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
Interesting...

Me
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