List Views

Total Items found in Views is 280108.
An advanced collection of page views
Kahlil Gibran on Marriage

1:12 am, December 17, 2024
pretty printing json with php

12:40 am, December 17, 2024
rounded click me button with icon

12:36 am, December 17, 2024
check column exists in table sqlite

12:16 am, December 17, 2024
python getting started notes

11:43 pm, December 16, 2024
Multidimensional Array

11:31 pm, December 16, 2024
chocolatey command line for windows

11:12 pm, December 16, 2024
CSS Grid - Basic Columns

11:06 pm, December 16, 2024
get the last letter of a string

11:01 pm, December 16, 2024
Applied Accessibility - Access Keys

10:58 pm, December 16, 2024
console dir usage

10:48 pm, December 16, 2024
Mac Useful Keyboard Shortcuts

10:48 pm, December 16, 2024
check if a ul contains a ul li

10:44 pm, December 16, 2024
Core - File Structure

10:41 pm, December 16, 2024
show the current date in javascript

10:38 pm, December 16, 2024
apache redirect to https ssl from normal

10:33 pm, December 16, 2024
How to make your code look nice

10:21 pm, December 16, 2024
using the disk free space function in php

10:19 pm, December 16, 2024
json jquery ajax request

10:03 pm, December 16, 2024
purple partyhat price info feb 21

9:52 pm, December 16, 2024
Kruxor Moving from Bootstrap to CSS Grid

9:50 pm, December 16, 2024
simple table stripe striping

9:48 pm, December 16, 2024
how to unzip in linux

9:48 pm, December 16, 2024
card counting example from fcc

9:47 pm, December 16, 2024
image Checkbox Replacement for Forms

9:42 pm, December 16, 2024
flex to align pagination in list format

9:36 pm, December 16, 2024
jquery document ready

9:34 pm, December 16, 2024
mouse outline svg

9:34 pm, December 16, 2024
copy file

9:33 pm, December 16, 2024
get element by id and hide it

9:30 pm, December 16, 2024
the next steps after maxing in runescape

9:27 pm, December 16, 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
“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

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