List Views

Total Items found in Views is 178991.
An advanced collection of page views
KruXoR - October 2022 - Newsletter

12:16 pm, July 31, 2023
transform rotate a hexagon in css

12:10 pm, July 31, 2023
using gzdeflate on a string php

12:02 pm, July 31, 2023
pi400 how to take a screen shot

11:57 am, July 31, 2023
fancybox modal popup example

11:53 am, July 31, 2023
chevron up

11:50 am, July 31, 2023
fancybox image popout easy

11:45 am, July 31, 2023
search bug Above

11:34 am, July 31, 2023
detect window scroll position jquery

11:25 am, July 31, 2023
Top 10 Terraria Houses

11:21 am, July 31, 2023
function causing slow load time

11:15 am, July 31, 2023
round number with js

11:02 am, July 31, 2023
get file name from path name in php

11:00 am, July 31, 2023
for loop with a 5 increment

11:00 am, July 31, 2023
add chevrons to a ul list

10:50 am, July 31, 2023
get text between tags

10:50 am, July 31, 2023
jquery page search [testing]

10:39 am, July 31, 2023
react basic hello world

10:37 am, July 31, 2023
CSS Filter Generator from Hex Code

10:33 am, July 31, 2023
css :active pseudo-class usage

10:25 am, July 31, 2023
card counting example from fcc

10:24 am, July 31, 2023
add a gtag.js pdf click event

10:23 am, July 31, 2023
animate css

10:20 am, July 31, 2023
table scroll responsive foundation

10:15 am, July 31, 2023
A short unsplash image url

10:14 am, July 31, 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...

Subscribe to weekly updates about things i have added to the site or thought interesting during the last week.

You could also follow me on twitter or not... does anyone even use twitter anymore?

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


James Clear
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