List Views

Total Items found in Views is 215675.
An advanced collection of page views
Monitoring Visible Objects on Screen

3:17 pm, September 1, 2022
document ready wordpress jquery

3:09 pm, September 1, 2022
generating all css colours with php?

3:05 pm, September 1, 2022
extract variables from url string php

3:03 pm, September 1, 2022
Prevent Object Mutation

2:55 pm, September 1, 2022
get yesterdays date with javascript

2:51 pm, September 1, 2022
Testing

2:47 pm, September 1, 2022
css responsive max and min targets @media

2:42 pm, September 1, 2022
Whois Lookup

2:37 pm, September 1, 2022
show the year with js

2:35 pm, September 1, 2022
round number with js

2:34 pm, September 1, 2022
get current class name with get_class

2:34 pm, September 1, 2022
parallax js scroll testing

2:33 pm, September 1, 2022
how to decode xml in php

2:31 pm, September 1, 2022
php return json header and content

2:23 pm, September 1, 2022
compare equality function

2:22 pm, September 1, 2022
my default text shadow css

2:19 pm, September 1, 2022
add user to sudo group in ubuntu

2:12 pm, September 1, 2022
RS3 Summoning Quick Oblesque

2:12 pm, September 1, 2022
convert json string to a php array

2:07 pm, September 1, 2022
Enabling SSH on Ubuntu

2:07 pm, September 1, 2022
Some New String tools

2:01 pm, September 1, 2022
RS3 Slayer - Aviansie

2:01 pm, September 1, 2022
purple partyhat price info feb 21

2:00 pm, September 1, 2022
RS3 Divination Leveling Log

2:00 pm, September 1, 2022
RS3 Herb Locations

2:00 pm, September 1, 2022
RS3 Construction Log

2:00 pm, September 1, 2022
RS3 Hunter Leveling Logs and Notes

2:00 pm, September 1, 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
For a long time it had seemed to me that life was about to begin - real life. But there was always some obstacle in the way, something to be gotten through first, some unfinished business, time still to be served, or a debt to be paid. Then life would begin. At last it dawned on me that these obstacles were my life.
Alfred D. Souza
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