List Views

Total Items found in Views is 281387.
An advanced collection of page views
lorem ipsum

6:39 pm, January 17, 2022
js check the length of a string

6:38 pm, January 17, 2022
for loop with a 5 increment

6:13 pm, January 17, 2022
RS3 Divination Leveling Log

5:59 pm, January 17, 2022
drop shadow text class easy drop shadow

5:40 pm, January 17, 2022
add new random image with button

5:14 pm, January 17, 2022
renew all SSL certificates with certbot

5:10 pm, January 17, 2022
python getting started notes

4:11 pm, January 17, 2022
wordpress get home url

4:05 pm, January 17, 2022
javascript basic test array and loop

3:53 pm, January 17, 2022
get element by id and hide it

3:52 pm, January 17, 2022
wordpress category list sorting custom

3:26 pm, January 17, 2022
jquery enable and disable attribute

2:56 pm, January 17, 2022
change the window title

2:48 pm, January 17, 2022
list group card template

2:14 pm, January 17, 2022
compare non equality function

2:04 pm, January 17, 2022
layout homepage

1:55 pm, January 17, 2022
New World - Why to Join a Faction

1:44 pm, January 17, 2022
php print an array nicely

1:34 pm, January 17, 2022
wordpress get site url

1:19 pm, January 17, 2022
purple partyhat price info feb 21

12:50 pm, January 17, 2022
Use Recursion to Count Up

12:48 pm, January 17, 2022
Best Atom Plugins 2019

12:43 pm, January 17, 2022
python import and print url

12:07 pm, January 17, 2022
Core - File Structure

11:58 am, January 17, 2022
bootstrap basic grid layout

11:56 am, January 17, 2022
check if a ul contains a ul li

11:55 am, January 17, 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...

You could also follow me on twitter. I have a couple of youtube channels if you want to see some video related content. RuneScape 3, Minecraft and also a coding channel here Web Dev.

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