Search
Search Utilities
Search Utilities by entering your search text above.
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
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...

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
“We ought to take outdoor walks in order that the mind may be strengthened and refreshed by the open air and much breathing.".
Seneca
Random CSS Property

transition-timing-function

The transition-timing-function CSS property sets how intermediate values are calculated for CSS properties being affected by a transition effect.
transition-timing-function css reference