List Views

Total Items found in Views is 177466.
An advanced collection of page views
How to Add Comments in JSX

2:33 am, July 3, 2023
Create a Simple JSX Element

2:33 am, July 3, 2023
python Install Beautiful Soup

2:33 am, July 3, 2023
loop through $_GET in php

2:32 am, July 3, 2023
try catch test

2:31 am, July 3, 2023
test php bundle write

2:31 am, July 3, 2023
sqlite check table name exists

2:31 am, July 3, 2023
sqlite basic sql and loop results

2:31 am, July 3, 2023
simple php ip blocker

2:31 am, July 3, 2023
pretty printing json with php

2:30 am, July 3, 2023
php save csv from array to file

2:30 am, July 3, 2023
php print an array nicely

2:30 am, July 3, 2023
php html template class system

2:30 am, July 3, 2023
php countries array

2:30 am, July 3, 2023
php check if a class exists

2:30 am, July 3, 2023
php basic page router

2:30 am, July 3, 2023
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

@media

The @media CSS at-rule can be used to apply part of a style sheet based on the result of one or more media queries. With it, you specify a media query and a block of CSS to apply to the document if and only if the media query matches the device on which the content is being used.
@media css reference