List Hits

Total Items found in Hits is 528783.
A Collection of Hits...
my default text shadow css

4:46 pm, October 6, 2022
add chevrons to a ul list

4:46 pm, October 6, 2022
Core Class - Basic Core Structure

4:45 pm, October 6, 2022
Generate a Random User Name

4:45 pm, October 6, 2022
Install PHP without Apache on Ubuntu

4:44 pm, October 6, 2022
get the value from a textarea element

4:44 pm, October 6, 2022
Create a Complex JSX Element

4:42 pm, October 6, 2022
download icon svg

4:42 pm, October 6, 2022
pi hole and hassio

4:41 pm, October 6, 2022
javascript page redirect

4:41 pm, October 6, 2022
bootstrap styled buttons

4:40 pm, October 6, 2022
bootstrap list group card with footer

4:40 pm, October 6, 2022
list items matching a category title

4:40 pm, October 6, 2022
parallax js scroll testing

4:40 pm, October 6, 2022
how to embed google fonts icons

4:39 pm, October 6, 2022
use an emoji on your list items ul li

4:38 pm, October 6, 2022
box shadow example(s) - drop shadow

4:33 pm, October 6, 2022
PHP/SQLite - Load Random Item

4:33 pm, October 6, 2022
random string generator guid

4:30 pm, October 6, 2022
explode a string into an array

4:29 pm, October 6, 2022
ES6 Nested Object Example

4:27 pm, October 6, 2022
Generate a random title from an array

4:27 pm, October 6, 2022
php save csv from array to file

4:27 pm, October 6, 2022
git pull changes from a repository

4:24 pm, October 6, 2022
jquery check if a sub element exists

4:24 pm, October 6, 2022
Auto Create HTML Code Snippets

4:22 pm, October 6, 2022
jquery document ready

4:22 pm, October 6, 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

@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