List Views

Total Items found in Views is 280108.
An advanced collection of page views
php redirect

12:45 am, July 9, 2024
target 1st td in a table with css

12:45 am, July 9, 2024
box shadow example(s) - drop shadow

12:51 am, July 9, 2024
getType function for js

2:18 am, July 9, 2024
write to file php

2:35 am, July 9, 2024
Running Windows on pi400 notes

2:37 am, July 9, 2024
twitter icon font awesome

2:40 am, July 9, 2024
Find Disk Space Usage using DU

3:07 am, July 9, 2024
wordpress get template directory

3:10 am, July 9, 2024
add a user to a group

3:11 am, July 9, 2024
RS3 Dungeoneering Leveling Log

3:42 am, July 9, 2024
truncate string using jquery

4:11 am, July 9, 2024
New World - Why to Join a Faction

4:19 am, July 9, 2024
RS3 Slayer - Feral Dinosaurs

5:41 am, July 9, 2024
flexbox layout template

6:18 am, July 9, 2024
wordpress get site url

6:31 am, July 9, 2024
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
When i was a little kid, I was really scared of the dark. But then I came to understand, dark just means the absence of photons in the visible wavelength -- 400 to 700 nanometers. Then i thought, well, its really silly to be afraid of a lack of photons. Then i wasn't afraid of the dark anymore after that.
Elon Musk
Random CSS Property

contain

The contain CSS property allows an author to indicate that an element and its contents are, as much as possible, independent of the rest of the document tree. This allows the browser to recalculate layout, style, paint, size, or any combination of them for a limited area of the DOM and not the entire page, leading to obvious performance benefits.
contain css reference