Adding a website icon
Finally – I figured out how to get rid of that ugly website icon. The one that just looks like a little page with the corner turned over. After some Googling, I found out that the little icon is actually called a “favicon”, short for “favorites icon”. I made a really simple, silly one using Inkscape, I didn’t really care too much what it was, I just didn’t want that ugly default one. So now it’s just a purple star on a light blue background (it should be showing at the top of the web browser right now). I saved it as a .xpm file, then converted it to .ico format using a little command line program called xpm2wico. It took me a while to figure out that for it to work, I had to name the file favicon.ico. All I had to do then was upload it to the main directory on my website. Easy peasy.