List Views

Total Items found in Views is 185730.
An advanced collection of page views
Use Recursion to Return a Range Array

4:38 am, February 14, 2022
sqlite basic sql and loop results

4:37 am, February 14, 2022
human_filesize php

4:37 am, February 14, 2022
php list all the functions in a class

4:35 am, February 14, 2022
using switch in a function

4:35 am, February 14, 2022
get the last letter of a string

4:32 am, February 14, 2022
php check if url is valid with filter_var

4:27 am, February 14, 2022
windows 10 snipping experience

4:27 am, February 14, 2022
compare non equality function

4:26 am, February 14, 2022
check if a ul contains a ul li

4:24 am, February 14, 2022
globe svg testing (broken)

4:22 am, February 14, 2022
Find Disk Space Usage using DU

4:21 am, February 14, 2022
HTML Code Snippits

4:19 am, February 14, 2022
Factorio Blueprint Books

4:16 am, February 14, 2022
how to json encode an array in php

4:15 am, February 14, 2022
loop through object json javascript

4:13 am, February 14, 2022
apache redirect to https ssl from normal

4:13 am, February 14, 2022
php mysql table exists function

4:12 am, February 14, 2022
read and sort directory contents in php

4:10 am, February 14, 2022
compare equality function

4:08 am, February 14, 2022
chevron left

4:07 am, February 14, 2022
ES5 vs ES6 Object Example

4:05 am, February 14, 2022
show all methods (functions) in a class

4:03 am, February 14, 2022
OSRS Notes

4:03 am, February 14, 2022
basic for loop

4:02 am, February 14, 2022
Lynx Titan

4:01 am, February 14, 2022
Laptop Thoughts and Options Jul 2021

3:57 am, February 14, 2022
select onchange

3:53 am, February 14, 2022
js check the length of a string

3:53 am, February 14, 2022
right align something in its element

3:53 am, February 14, 2022
css grid for layouts with no rows

3:53 am, February 14, 2022
check if something is an array

3:48 am, February 14, 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...

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

env()

The env() CSS function can be used to insert the value of a user agent-defined environment variable into your CSS, in a similar fashion to the var() function and custom properties. The difference is that, as well as being user-agent defined rather than user-defined, environment variables are globally scoped to a document, whereas custom properties are scoped to the element(s) on which they are declared.
env() css reference