List Views

Total Items found in Views is 215675.
An advanced collection of page views
making the search page nicer

5:14 pm, April 29, 2024
random emojis copy and paste

5:13 pm, April 29, 2024
stop overscrolling on responsive ios

5:08 pm, April 29, 2024
redirect www to non www

5:07 pm, April 29, 2024
scroll left animation

5:07 pm, April 29, 2024
detect window scroll position jquery

5:06 pm, April 29, 2024
scroll to top html css and js

5:04 pm, April 29, 2024
foundation responsive tables

5:01 pm, April 29, 2024
enable dark mode in tinymce

4:45 pm, April 29, 2024
simple php ip blocker

4:36 pm, April 29, 2024
Get Current Page URL PHP

3:59 pm, April 29, 2024
basic for loop odd numbers

3:39 pm, April 29, 2024
random number using rand

3:35 pm, April 29, 2024
Auto Changing Image URL

3:17 pm, April 29, 2024
php print an array nicely

3:14 pm, April 29, 2024
RS3 Soul Cape and where to get it

2:55 pm, April 29, 2024
using gzdeflate on a string php

2:36 pm, April 29, 2024
page scroll indicator research

2:34 pm, April 29, 2024
Enabling SSH on Ubuntu

2:28 pm, April 29, 2024
git pull changes from a repository

2:10 pm, April 29, 2024
meta keywords tag

2:05 pm, April 29, 2024
change the window title

2:03 pm, April 29, 2024
Laptop Thoughts and Options Jul 2021

1:29 pm, April 29, 2024
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
"We're tight-fisted with property and money, yet think too little of wasting time, the one thing about which we should all be the toughest misers.”
Seneca
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