List Views

Total Items found in Views is 277548.
An advanced collection of page views
Making Images Retina Display Friendly

4:10 am, January 1, 2025
site update incoming before and after

4:10 am, January 1, 2025
Making an image responsive using css

4:10 am, January 1, 2025
How to make your code look nice

4:10 am, January 1, 2025
svg carret right css class

4:10 am, January 1, 2025
Radial Click Effect

4:10 am, January 1, 2025
RS3 Summoning Quick Oblesque

4:13 am, January 1, 2025
bootstrap alert template

4:14 am, January 1, 2025
sqlite check table name exists

4:17 am, January 1, 2025
Auto Create HTML Code Snippets

4:17 am, January 1, 2025
form submit override with javascript

4:22 am, January 1, 2025
Dropdown Box with Searchable Text

4:22 am, January 1, 2025
image Checkbox Replacement for Forms

4:23 am, January 1, 2025
get the current month as a number

4:26 am, January 1, 2025
python import and print url

4:26 am, January 1, 2025
box shadow example(s) - drop shadow

4:27 am, January 1, 2025
Use Recursion to Count Down

4:32 am, January 1, 2025
sqlite fetchArray into another array

4:35 am, January 1, 2025
php mysql table exists function

4:40 am, January 1, 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
“We ought to take outdoor walks in order that the mind may be strengthened and refreshed by the open air and much breathing.".
Seneca
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