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
173 list a functions variables or arguments 172 hide the third row in a table with css 172 javascript window.onload 171 Auto Changing Image URL 171 tinymce remove auto p tags setting 170 Generate a random title from an array 170 pi400 how to take a screen shot 170 some date formatting just day just month just year 170 using attr in css to get content from html 169 Left Fixed nav with right fluid content 169 matrix test video no sound mp4 169 random emojis copy and paste 168 basic for loop odd numbers 168 show all connections on linux command line 167 ES6 Nested Object Example 167 JS Using typeof to check on string types 167 php get the file modified time with filemtime 166 how to display a php file as html with php 166 php check if a class exists 165 CSS Improve Compatibility with Browser Fallbacks 165 Regions of New Zealand - In Dropdown Form 165 check the server method post or get using php 165 explode a string into an array 165 get the current url in javascript 165 targeting the printed version of a page with media print 163 Using Marker to add a Triangle to List Items 163 certbot add a certificate for one domain 163 foundation old grid format 163 php strip non numbers from string - remove all non-numeric characters from a string 163 return a state name from an australian postcode 162 php save csv from array to file 162 stop overscrolling on responsive ios 162 toggle div function with chevron up down toggle 162 wordpress get home url 161 get the current post id from content.php 161 jqueryui includes css and js 161 save string to file php 161 using arrow functions to convert small functions into one line statement functions 161 using strlen to check the length of a string and do something about it 160 add a class to a div with an id javascript 160 block ip address ranges on ubuntu linux with UFW 160 load a page as a menu in wordpress 160 php list all the functions in a class 160 start ssh and add key git 159 Generate Sub menu using Core 159 add an outline to everything! 159 clear a input field when it looses focus using onblur 159 count the elements in an array 159 jquery jqueryui vue script includes 159 write to file php
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
“If you just sit and observe, you will see how restless your mind is. If you try to calm it, it only makes it worse, but over time it does calm, and when it does, there’s room to hear more subtle things. You see so much more than you could see before. It’s a discipline; you have to practice it.”
Steve Jobs
Random CSS Property

appearance (-moz-appearance, -webkit-appearance)

The appearance CSS property is used to display an element using platform-native styling, based on the operating system's theme. The -moz-appearance and -webkit-appearance properties are non-standard versions of this property, used (respectively) by Gecko (Firefox) and by WebKit-based (e.g., Safari) and Blink-based (e.g., Chrome, Opera) browsers to achieve the same thing. Note that Firefox and Edge also support -webkit-appearance, for compatibility reasons.
appearance css reference