List Views

Total Items found in Views is 215675.
An advanced collection of page views

10:59 pm, September 28, 2022
flex shorthand css

7:37 pm, September 28, 2022
js check the length of a string

6:33 pm, September 28, 2022
Core - File Structure

5:51 pm, September 28, 2022
for loop with a 5 increment

5:47 pm, September 28, 2022
meta description tag

4:50 pm, September 28, 2022
xcopy backup full directory windows bat

4:20 pm, September 28, 2022
add this

2:17 pm, September 28, 2022
show response headers from file get contents

12:51 pm, September 28, 2022
human_filesize php

12:49 pm, September 28, 2022
sqlite basic sql and loop results

10:28 am, September 28, 2022
simple usage for php password_hash

10:04 am, September 28, 2022
Easy Meta Tags

9:58 am, September 28, 2022
basic for loop odd numbers

5:26 am, September 28, 2022
get the last letter of a string

3:14 am, September 28, 2022
CSS Grid - Basic Columns

12:48 am, September 28, 2022
border box reset

12:20 am, September 28, 2022
Whois Lookup

8:39 pm, September 27, 2022
Get Current Page URL PHP

7:46 pm, September 27, 2022
Do While Loop

7:18 pm, September 27, 2022
scrollbar replacement simplebar

5:35 pm, September 27, 2022
add a class to a div with an id javascript

5:24 pm, September 27, 2022
Use Recursion to Count Down

3:40 pm, September 27, 2022
Use Recursion to Return a Range Array

3:29 pm, September 27, 2022
php substr return part of a string

3:23 pm, September 27, 2022
Find Disk Space Usage using DU

2:35 pm, September 27, 2022
Site Widget Controls

1:53 pm, September 27, 2022
Lynx Titan

1:50 pm, September 27, 2022
Google Fonts Multiple includes

1:49 pm, September 27, 2022
Standing at the GE RS3 and Golden Rocks

1:48 pm, September 27, 2022
New World - Why to Join a Faction

1:47 pm, September 27, 2022
random number using rand

1:35 pm, September 27, 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
time you enjoyed wasting is not wasted time
Unknown
Random CSS Property

unset

The unset CSS keyword resets a property to its inherited value if the property naturally inherits from its parent, and to its initial value if not. In other words, it behaves like the inherit keyword in the first case, when the property is an inherited property, and like the initial keyword in the second case, when the property is a non-inherited property.
unset css reference