List Views

Total Items found in Views is 184226.
An advanced collection of page views
header type json

6:26 am, December 1, 2022
how to decode xml in php

6:26 am, December 1, 2022
human_filesize php

6:26 am, December 1, 2022
making var_dump look nice

6:27 am, December 1, 2022
page load timer class

6:27 am, December 1, 2022
php basic page router

6:28 am, December 1, 2022
php check if a class exists

6:28 am, December 1, 2022
php countries array

6:28 am, December 1, 2022
php get file and save it

6:29 am, December 1, 2022
php html template class system

6:29 am, December 1, 2022
php list all the functions in a class

6:29 am, December 1, 2022
php mysql table exists function

6:30 am, December 1, 2022
php print an array nicely

6:30 am, December 1, 2022
php return json header and content

6:30 am, December 1, 2022
php substr return part of a string

6:30 am, December 1, 2022
pretty printing json with php

6:30 am, December 1, 2022
random number using rand

6:30 am, December 1, 2022
read and sort directory contents in php

6:31 am, December 1, 2022
show all methods (functions) in a class

6:32 am, December 1, 2022
show errors in php with toggle

6:32 am, December 1, 2022
simple php ip blocker

6:32 am, December 1, 2022
simple usage for php password_hash

6:32 am, December 1, 2022
sqlite basic sql and loop results

6:33 am, December 1, 2022
sqlite check table name exists

6:33 am, December 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


Bajo
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