List Views

Total Items found in Views is 185730.
An advanced collection of page views
Leaflet Quick Start Example

12:32 pm, October 5, 2021
twitter social sharing meta tags

11:53 am, October 5, 2021
jquery clone and append elements

10:40 am, October 5, 2021
target 1st td in a table with css

10:28 am, October 5, 2021
uniqid random string

10:22 am, October 5, 2021
codemirror htmlmixed textarea

9:59 am, October 5, 2021
js check the length of a string

9:44 am, October 5, 2021
Find Disk Space Usage using DU

9:33 am, October 5, 2021
tinymce remove auto p tags setting

8:28 am, October 5, 2021
convert all images into base64 encoded

8:13 am, October 5, 2021
show the browsers name in javascript

8:08 am, October 5, 2021
a page with two images

7:45 am, October 5, 2021
jqueryui includes css and js

7:24 am, October 5, 2021
basic for loop

7:23 am, October 5, 2021
show the year with js

6:59 am, October 5, 2021
transform rotate a hexagon in css

6:57 am, October 5, 2021
Prevent Object Mutation

5:30 am, October 5, 2021
flex align center vertical horizontal

5:30 am, October 5, 2021
using multiple text shadow

5:00 am, October 5, 2021
making var_dump look nice

4:46 am, October 5, 2021
get last month as a number with php

4:41 am, October 5, 2021
using gzdeflate on a string php

4:26 am, October 5, 2021
Farming Allotment patch locations

4:16 am, October 5, 2021
Creating an NFT - bbyalienyodi

3:55 am, October 5, 2021
human_filesize php

3:55 am, October 5, 2021
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
Treasure every moment that you have and treasure it more because you shared it with someone special, special enough to spend your time...and remember that time waits for no one.
Unknown
Random CSS Property

@charset

The @charset CSS at-rule specifies the character encoding used in the style sheet. It must be the first element in the style sheet and not be preceded by any character; as it is not a nested statement, it cannot be used inside conditional group at-rules. If several @charset at-rules are defined, only the first one is used, and it cannot be used inside a style attribute on an HTML element or inside the <style> element where the character set of the HTML page is relevant.
@charset css reference