List Views

Total Items found in Views is 216789.
An advanced collection of page views
still more comment spam

1:44 am, November 27, 2023
flems embed in url

1:44 am, November 27, 2023
testing chartjs

1:44 am, November 27, 2023
more complex responsive tables css

1:44 am, November 27, 2023
jquery toggle menu testing

1:44 am, November 27, 2023
Find Disk Space Usage using DU

1:43 am, November 27, 2023
uniqid random string

1:42 am, November 27, 2023
json test objects (or arrays)

1:41 am, November 27, 2023
prevent default click event on link

1:40 am, November 27, 2023
add years as options to select dropdown

1:40 am, November 27, 2023
split a string into links using the comma

1:39 am, November 27, 2023
page scroll indicator research

1:38 am, November 27, 2023
log the console log output to a div

1:37 am, November 27, 2023
wordpress block grid code

1:37 am, November 27, 2023
show the current date in javascript

1:37 am, November 27, 2023
check if an item id exists in javascript

1:37 am, November 27, 2023
console dir usage

1:37 am, November 27, 2023
simple javascript no library accordion

1:37 am, November 27, 2023
Spam IP Database and delete button

1:37 am, November 27, 2023
css responsive max and min targets @media

1:36 am, November 27, 2023
CSS Drawing - Beach Scene

1:35 am, November 27, 2023
timeline class and function

1:34 am, November 27, 2023
imgur upload from php

1:33 am, November 27, 2023
hide the third row in a table with css

1:30 am, November 27, 2023
Javascript Objects Notes

1:29 am, November 27, 2023
inline fancybox modal testing

1:28 am, November 27, 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

:only-child

The :only-child CSS pseudo-class represents an element without any siblings. This is the same as :first-child:last-child or :nth-child(1):nth-last-child(1), but with a lower specificity.
:only-child css reference