List Views

Total Items found in Views is 184212.
An advanced collection of page views
validate email address from string

9:41 am, January 29, 2024
css using perspective for transforms

9:42 am, January 29, 2024
Use Recursion to Count Up

9:42 am, January 29, 2024
Enabling SSH on Ubuntu

9:42 am, January 29, 2024
windows robocopy /? help and usage

9:42 am, January 29, 2024
wp register plugin settings admin

9:43 am, January 29, 2024
redirect www to non www

9:43 am, January 29, 2024
get element by id with javascript

9:43 am, January 29, 2024
Get Current Page URL PHP

9:44 am, January 29, 2024
bold the numbers in a ol li list

9:44 am, January 29, 2024
Alpine JS Testing

9:44 am, January 29, 2024
Top RS3 Quests to Complete

9:44 am, January 29, 2024
jquery jqueryui vue script includes

9:44 am, January 29, 2024
list group bootstrap template

9:44 am, January 29, 2024
border box reset

9:45 am, January 29, 2024
jquery check if a sub element exists

9:45 am, January 29, 2024
change the window title

9:45 am, January 29, 2024
loop through $_GET in php

9:46 am, January 29, 2024
form elements australian state list

9:46 am, January 29, 2024
Generate a Random User Name

9:46 am, January 29, 2024
easy twitter embed code

9:46 am, January 29, 2024
js check the length of a string

9:46 am, January 29, 2024
select onchange

9:47 am, January 29, 2024
compare non equality function

9:47 am, January 29, 2024
pi400 how to take a screen shot

9:48 am, January 29, 2024
Custom JS Tabs - No Jquery or Jquery UI

9:48 am, January 29, 2024
get current class name with get_class

9:48 am, January 29, 2024
change file permissions to -rw-rw-r--

9:48 am, January 29, 2024
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
The problem with hoarding is you end up living off your reserves. Eventually, you’ll become stale. If you give away everything you have, you are left with nothing. This forces you to look, to be aware, to replenish. . . . Somehow the more you give away, the more comes back to you.
Paul Arden
Random CSS Property

clamp()

The clamp() CSS function clamps a value between an upper and lower bound. clamp() enables selecting a middle value within a range of values between a defined minimum and maximum. It takes three parameters: a minimum value, a preferred value, and a maximum allowed value. The clamp() function can be used anywhere a <length>, <frequency>, <angle>, <time>, <percentage>, <number>, or <integer> is allowed.
clamp() css reference