List Views

Total Items found in Views is 222765.
An advanced collection of page views
php check if a class exists

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

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

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

6:27 am, December 1, 2022
human_filesize php

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

6:26 am, December 1, 2022
header type json

6:26 am, December 1, 2022
get the current month as a number

6:25 am, December 1, 2022
get last month as a number with php

6:25 am, December 1, 2022
get current url with php

6:25 am, December 1, 2022
get current class name with get_class

6:25 am, December 1, 2022
generating all css colours with php?

6:24 am, December 1, 2022
function to create a uid from html

6:24 am, December 1, 2022
for loop with a 5 increment

6:24 am, December 1, 2022
extract youtube image from video url

6:23 am, December 1, 2022
extract variables from url string php

6:23 am, December 1, 2022
explode a string into an array

6:23 am, December 1, 2022
csv read example

6:22 am, December 1, 2022
count the elements in an array

6:22 am, December 1, 2022
copy file

6:22 am, December 1, 2022
convert json string to a php array

6:22 am, December 1, 2022
convert all images into base64 encoded

6:21 am, December 1, 2022
convert a string to uppercase with php

6:21 am, December 1, 2022
checking for spam comments function

6:21 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

james clear
Random CSS Property

content-visibility

The content-visibility CSS property controls whether or not an element renders its contents at all, along with forcing a strong set of containments, allowing user agents to potentially omit large swathes of layout and rendering work until it becomes needed. Basically it enables the user agent to skip an element's rendering work (including layout and painting) until it is needed — which makes the initial page load much faster.
content-visibility css reference