List Views

Total Items found in Views is 290202.
An advanced collection of page views
add a moving chevron to your href link

11:37 pm, October 1, 2023
What's the Point of Docker?

11:37 pm, October 1, 2023
Twitter Post Fetcher Script

11:37 pm, October 1, 2023
windows robocopy /? help and usage

11:37 pm, October 1, 2023
Fast and Furious 2022

11:37 pm, October 1, 2023
image Checkbox Replacement for Forms

11:36 pm, October 1, 2023
Google Font Embed - Play Gaming Font

11:36 pm, October 1, 2023
Welcome Widget Card - Toggle

11:36 pm, October 1, 2023
RS3 Slayer - Aviansie

11:36 pm, October 1, 2023
how to embed google fonts icons

11:36 pm, October 1, 2023
my default text shadow css

11:36 pm, October 1, 2023
chevron up

11:36 pm, October 1, 2023
flems embed in url

11:36 pm, October 1, 2023
Tools

11:36 pm, October 1, 2023
function causing slow load time

11:36 pm, October 1, 2023
tools i still want to create

11:35 pm, October 1, 2023
Custom JS Tabs - No Jquery or Jquery UI

11:35 pm, October 1, 2023
more complex responsive tables css

11:35 pm, October 1, 2023
mysql to sqlite notes

11:35 pm, October 1, 2023
add chevrons to a ul list

11:35 pm, October 1, 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...

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
“If you just sit and observe, you will see how restless your mind is. If you try to calm it, it only makes it worse, but over time it does calm, and when it does, there’s room to hear more subtle things. You see so much more than you could see before. It’s a discipline; you have to practice it.”
Steve Jobs
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