Search
Search Articles
Search Articles by entering your search text above.
Minecraft
Minecraft Loading Performance Mods Fabric and Forge

So i decided to spend a bit of time changing to 1.19.4 Minecraft with loader mods to make it a bit faster. I tested a version with Forge but it seemed to run really slowly on my current world so i swi..

2:04 am, April 24, 2023
code thoughts
generate a random username function thoughts

I was looking though some of my functions to make more useful web tools from them and i came across the function for generating a username.  I think originally i created this function to generat..

12:34 am, November 30, 2022
windows
Windows Reinstall Again - 2022 Edition

Following up from this post, where i listed all my old apps, it seems that i have just as many useless apps installed and i feel like the system could be running better again.  Note: Adobe, its ..

10:36 pm, October 31, 2022
Bootstrap
Added Bootstrap Nightshade Again

I did have a toggle dark mode switch on the top right of this site.  But i noticed when i loaded in the page it would flash white and then load in the dark mode. This is really annoying when lo..

12:21 am, February 23, 2022
Tools and Utilities
tools i still want to create

This is my inspiration list, or when i have a tool idea, i should add it here so next time i have nothing better to do, create one of these tools. Once created i will move the tool link over to this c..

12:03 am, December 13, 2021
Tools and Utilities
Tools

Here is a collection of the tools i have created and also a list of the tools i still want to create.    SEO Tools   SEO Keyword Research This tool allows you to type in a keyword ..

1:22 am, December 9, 2021
how to
How to do a simple landing page from scratch

Here is my process to create a super simple but responsive and slick looking landing page. Create a HTML File Create a html file called index.html as this is the file used by most web servers as the..

4:28 am, October 2, 2018
css
CSS Margin and Padding Framework Generator - How to use it

I used to just write this manually, but this generator is much easier than manually typing these margin and padding values. So what this does is generate css for each step so if i do the default se..

5:06 am, September 17, 2018
Utilities
How to Convert text string to lower case

Here is a small tool that converts uppercase or sentence case strings to lower case. Just paste in the string and your set. I also added a small video on how to use the tool (yes its just me copy..

5:08 am, September 5, 2018
Utilities
How to Extract image links from youtube videos

Sometimes it can be useful to know how to extract the image links from youtube videos, so i have created a tool that can do just that.  All you need to do is paste the youtube video link in an..

6:41 am, September 3, 2018
code
How to make your code look nice

This one is just in case you don't like using the tab button or maybe you have inherited some code that is just a big mess. Using the Code Beautifier Tool you can just paste in the code, and it adds ..

5:24 am, August 28, 2018
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
All of humanity's problems stem from man's inability to sit quietly in a room alone, wrote Blaise Pascal.
Unknown
Random CSS Property

::after (:after)

In CSS, ::after creates a pseudo-element that is the last child of the selected element. It is often used to add cosmetic content to an element with the content property. It is inline by default.
::after (:after) css reference