List Utilities

Total Items found in Utilities is 7.
A Collection of Web Utilities
IP Address
IP Address Lookup Geo Location

This tool allows you to look up the location of an ip address using geo location data. You can add a custom ip addres or use the one that this tool has located.

3:29 am, April 6, 2023
date and time
generate date time id stamp

This should take the current date and time and generate a unique id from it, this is based on the sites time zone. So maybe slightly off to your own timezone.  Timezone: 'Australia/Sydney' Form..

12:13 am, January 11, 2023
number formatting
restyle and shorten number

Format a number 1k 1mil etc Takes a number like 1000000 and converts it into 1mil. I also have a version of this that adds an abbr tag to the output in case you want to see the exact value.  1m..

5:27 am, December 5, 2022
file extention
Return a file extention from a string

This is a limited function, and it has an issue where if there is more than one . in the string it may return not the file extention, but it basically extracts the ".txt" or the end part after the dot..

5:37 am, December 2, 2022
unique id
create a unique id from a html string

Type in a string or a html string and this utility will produce a unique and url safe id from it, so it strips out all the spaces and other characters that urls and browsers generally dont like. ..

2:48 am, December 1, 2022
number calculations
calculate a percentage difference based on two numbers

This calculation takes two numbers, the Total Value and the Difference from the Total Value and returns the Difference and the Difference as a Percentage. I still cant remember why i made this functi..

2:30 am, November 30, 2022
user name generation
Generate a Random Username - Version 1

This utility will generate a random username every time its run it uses an array of random names and can also apply a prefix to the username.  This will generate 10 usernames randomly each time ..

8:55 am, November 29, 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...

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
In this case my anchor this week becomes driving almost 2hrs outside of Atlanta to one of my favorite hard core gyms in the world.. MetroFlex aka The Dungeon. The gym owners turn the heat way up so it becomes a fun sweat box and the gym members just watch from afar and leave me alone. I happily drive myself long distances to find MY ANCHOR. Our anchor allows us to have balance, focus and be as productive as possible. And if you're in the middle of a heavy set and your headphones start to fall off your head, like mine did here.. well.. f*ck the headphones. Let em break and fall. You can always get a new pair, but the iron ain't ever gonna lift itself.
Unknown
Random CSS Property

outline-style

The outline-style CSS property sets the style of an element's outline. An outline is a line that is drawn around an element, outside the border.
outline-style css reference