List Views

Total Items found in Views is 227783.
An advanced collection of page views
php save csv from array to file

12:13 am, June 19, 2023
backdrop-filter: blur(10px);

12:13 am, June 19, 2023
javascript isset equivalent

12:12 am, June 19, 2023
add new random image with button

12:11 am, June 19, 2023
python import and print url

12:11 am, June 19, 2023
slick slider section quick add

12:08 am, June 19, 2023
css font style italic

12:08 am, June 19, 2023
php basic page router

12:08 am, June 19, 2023
material design icons google font

12:07 am, June 19, 2023
linux mount a drive manually

12:07 am, June 19, 2023
function to create a uid from html

12:06 am, June 19, 2023
Moving the cursor on iPhone 11

12:04 am, June 19, 2023
Sweet Alert 2 Methods and Examples

12:03 am, June 19, 2023
favicon code meta tag

12:02 am, June 19, 2023
Mega Menus Collection

12:02 am, June 19, 2023
fancybox v3.4 - Mixed gallery

12:02 am, June 19, 2023
box shadow example(s) - drop shadow

12:00 am, June 19, 2023
simple usage for php password_hash

11:59 pm, June 18, 2023
php countries array

11:58 pm, June 18, 2023
linux list all drives and partitions

11:58 pm, June 18, 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
In this case my anchor this week becomes driving almost 2hrs outside of Atlanta to one of my favorite hard core gyms in the world.. MetroFlex aka The Dungeon. The gym owners turn the heat way up so it becomes a fun sweat box and the gym members just watch from afar and leave me alone. I happily drive myself long distances to find MY ANCHOR. Our anchor allows us to have balance, focus and be as productive as possible. And if you're in the middle of a heavy set and your headphones start to fall off your head, like mine did here.. well.. f*ck the headphones. Let em break and fall. You can always get a new pair, but the iron ain't ever gonna lift itself.
Unknown
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