Well its another slow day here. I just lost my last post due to a browser mal-function. So now everytime I finish a paragraph I'll be hitting the save button, even if it is a little clunky.
I've been tinkering with the website most of the morning, checking out statistics from yesterday and trying to figure out how some things work. I'll be tinkering with it for the next week or so until I have everything figured out and the site starts to look a little better, there are still some graphical bugs that need to be worked out.
Today my project was to eliminate all the errors I was getting. I was continually getting error 404 for the file "favicon.ico". I had a pretty good idea of what the file was and what was requesting it, but I did some research anyway. My main resource was
The Site Wizard.
The favicon.ico had its beginnings with Internet Explorer 5. It allowed web publishers to attach an icon to their website so that when a user bookmarked their site the icon would show up in the users bookmark menu. Cool idea because it allows you to make your site stand out.
I was continually getting errors because my main browser,
Mozilla Firefox, attempts to download the file for every page it downloads so it can display the icon in the address bar. Solution: create a custom icon file named favicon.ico.
To create one you will need an icon creator of some sort. There are several online I'm sure, just search in Google for "favicon.ico". If you want to use a graphics program to create an icon file, you could try
the GIMP. Your file needs to be either 16x16 pixels or 32x32 pixels, and in either 16 colors or 256 colors. Those are some general guidelines. I noticed there were other settings in GIMP's icon export tool.
So now I have a custom icon for my site and I'm hoping to see far fewer errors in the next couple days.
Look out for information on submitting sites to search engines very soon!