List Views

Total Items found in Views is 229023.
An advanced collection of page views
ken burns slow image zoom

12:11 am, November 20, 2023
add paging to wp list query

12:11 am, November 20, 2023
mysql to sqlite notes

12:14 am, November 20, 2023
gallery carousel center mode

12:14 am, November 20, 2023
prevent default click event on link

12:15 am, November 20, 2023
Radial Click Effect

12:16 am, November 20, 2023
Windows Reinstall Again - 2022 Edition

12:16 am, November 20, 2023
CSS Grid Frame Work

12:16 am, November 20, 2023
simple table stripe striping

12:16 am, November 20, 2023
install cmatrix on mac m1

12:16 am, November 20, 2023
How do Self-Closing JSX Tags Work?

12:16 am, November 20, 2023
flexbox layout template

12:16 am, November 20, 2023
digital clock with jquery

12:17 am, November 20, 2023
Lato font quick install

12:17 am, November 20, 2023
weird search results being recorded

12:17 am, November 20, 2023
jquery page search [testing]

12:17 am, November 20, 2023
generating all css colours with php?

12:17 am, November 20, 2023
Footer Design and Redesign

12:18 am, November 20, 2023
globe svg testing (broken)

12:18 am, November 20, 2023
Oswald Font Quick Embed

12:18 am, November 20, 2023
center mode slick zoom testing

12:18 am, November 20, 2023
flex align center vertical horizontal

12:19 am, November 20, 2023
PHP/SQLite - Load Random Item

12:19 am, November 20, 2023
download icon svg

12:19 am, November 20, 2023
twitter social sharing meta tags

12:19 am, November 20, 2023
use an emoji on your list items ul li

12:19 am, November 20, 2023
load random videos module using template

12:19 am, November 20, 2023
adding pagination to custom wp_query

12:19 am, November 20, 2023
load from fields array php class function

12:20 am, November 20, 2023
Bootstrap 4 Center menu items in a navbar

12:20 am, November 20, 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

@charset

The @charset CSS at-rule specifies the character encoding used in the style sheet. It must be the first element in the style sheet and not be preceded by any character; as it is not a nested statement, it cannot be used inside conditional group at-rules. If several @charset at-rules are defined, only the first one is used, and it cannot be used inside a style attribute on an HTML element or inside the <style> element where the character set of the HTML page is relevant.
@charset css reference