List Views

Total Items found in Views is 280108.
An advanced collection of page views
log the console log output to a div

12:34 am, December 26, 2022
RS3 Soul Cape and where to get it

12:34 am, December 26, 2022
How to use default props in React

12:33 am, December 26, 2022
checking for spam comments function

12:30 am, December 26, 2022
check if a file exists with php

12:26 am, December 26, 2022
flems embed in url

12:24 am, December 26, 2022
KruXoR Site Updates June 2022

12:24 am, December 26, 2022
Search Duplicating Bugs

12:15 am, December 26, 2022
atom editor useful keyboard shortcuts

12:14 am, December 26, 2022
fancybox image popout easy

12:13 am, December 26, 2022
Video Notes: Stop Being the Nice Guy

12:10 am, December 26, 2022
Added Bootstrap Nightshade Again

12:09 am, December 26, 2022
Make the Welcome Text box Smaller

12:08 am, December 26, 2022
RS3 Slayer - Ganodermic Creatures

12:07 am, December 26, 2022
highlight a button with an animation css

12:05 am, December 26, 2022
Top 10 Terraria Houses

12:03 am, December 26, 2022
add user to sudo group in ubuntu

9:15 pm, December 23, 2022
add a user to a group

4:20 pm, December 23, 2022
More Comment Spam and What to do with it

10:14 pm, December 21, 2022
Applied Accessibility - Tab Index

2:14 pm, December 21, 2022
Clean Windows Setup

10:13 am, December 21, 2022
Use Sweet Alert rather than alert!

9:55 am, December 21, 2022
Crafting - 1 - 99 guide

8:30 am, December 21, 2022
drop shadow text class easy drop shadow

4:21 am, December 21, 2022
foundation make row full width

3:37 am, December 21, 2022
Mac Apps

1:46 am, December 21, 2022
php print an array nicely

10:43 pm, December 20, 2022
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
Why did Odeo fail? Lack of Focus
Evan Williams, co-founder of Twitter and Blogger, failed with his first startup, Odeo. What went wrong with Odeo? Williams' first startup was a podcasting company that failed due to a lack of focus. He learned that it's important to stay focused and adapt to changes in the market.
Odeo
Random CSS Property

clamp()

The clamp() CSS function clamps a value between an upper and lower bound. clamp() enables selecting a middle value within a range of values between a defined minimum and maximum. It takes three parameters: a minimum value, a preferred value, and a maximum allowed value. The clamp() function can be used anywhere a <length>, <frequency>, <angle>, <time>, <percentage>, <number>, or <integer> is allowed.
clamp() css reference