List Code

Total Items found in Code is 1035.
This is a collection of various code tests and descriptions on how to use them. Primarily HTML, CSS, Javascript and PHP.
Top viewed in Code
205 validate a url using php with FILTER_VALIDATE_URL 204 Facebook HTML for Sharing a Link 204 header type json 204 simple table stripe striping 203 Applied Accessibility - Access Keys 203 SQLite - load a game from games, that has not been processed - AI 203 To make Ubuntu do nothing when laptop lid is closed 203 Use destructuring assignment to swap the values of a and b 203 adding a new line in javascript 203 append a query string to all url's on a page 203 use javascript to open a link in a new tab or window 202 Using Node to get a Web Dev Environment with livereload up and running 202 add something to the start of an array with unshift 202 tinymce remove auto p tags setting 201 change file permissions to -rw-rw-r-- 201 validate email address from string 200 Content Editable 200 add chevrons to a ul list 200 globe svg testing (broken) 200 php save csv from array to file 200 twitter icon font awesome 199 add something to the end of an array with push 198 a reusable function that extracts the Gemini API functionality 198 css grid container with 4 auto columns 198 php strip non numbers from string - remove all non-numeric characters from a string 198 transform rotate a hexagon in css 197 down chevron and styles 197 php get the file modified time with filemtime 196 load a random item from sqlite table 196 simple usage for php password_hash 195 Use Sweet Alert rather than alert! 195 blocking all ips in a range 195 defining a variable inside a function without using var will create a global variable 194 php check if a class exists 194 php check if url is valid with filter_var 193 list a functions variables or arguments 193 🔗How to add a Link in HTML? 192 All Minecraft Mobs List in Table Format 192 Auto Changing Image URL 192 read and sort directory contents in php 191 certbot add a certificate for one domain 190 csv read example 190 save string to file php 189 matrix test video no sound mp4 188 check the server method post or get using php 188 show all connections on linux command line 187 hide the third row in a table with css 187 random emojis copy and paste 187 using arrow functions to convert small functions into one line statement functions 187 using strlen to check the length of a string and do something about it
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...

You could also follow me on twitter. I have a couple of youtube channels if you want to see some video related content. RuneScape 3, Minecraft and also a coding channel here Web Dev.

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

max-block-size

The max-block-size CSS property specifies the maximum size of an element in the direction opposite that of the writing direction as specified by writing-mode. That is, if the writing direction is horizontal, then max-block-size is equivalent to max-height; if the writing direction is vertical, max-block-size is the same as max-width.
max-block-size css reference