One of the things that I've been trying to do with Mimino.Org has been to try to see exactly how professional and thorough a web presence you can build only leveraging free services on the Internet. I haven't spent ANY money on Mimino.Org beyond domain registration.
Yesterday I came another two steps closer: I figured out how to replace Blogger's favicon (the little icon that shows up in the location bar of you browser when your at the site) with my custom favicon and I figured out how to get rid of Blogger's Navbar (the bar that shows up at the top of your blog).
Why would you want to do these things? Well, to make your website look as professional as possible. Blogger's favicon, after all, is pure advertising and Blogger's navbar, though it does have search functionality, also has advertising. On both counts, it would be nice to have the choice.
To replace the favicon, just paste the following into the HTML template of your blog:
<link href='http://your.favicon.url' rel='icon' type='image/png'/>
It goes after this line:
<title><data:blog.pageTitle/></title>
Don't forget to edit the favicon tag with your favicon's URL and your favicon's image type. (See the Wikipedia article on faviocons for more information.)
Turning off the navbar is just as easy. Just past the following line into your blogger HTML template:
#navbar-iframe { display: none !important; }
It goes just before this line:
/* Variable definitions
Oh, and how do you display html code for display in Blogger? While writing this post I had to figure that out too. Just replace all the
<'s and >'s in the HTML with >'s and <'s.
Finally, what's IT.Mimino.Org? it's Mimino.Org Information Technologies, a new service I'm going to launch. The idea is that these kinds of "Guerilla Information Technologies" (Catchy phrase, huh?) are probably useful for many small businesses and non-profit organizations.
IT.Mimino.Org will help people set up and run their IT services almost for free (without sacrificing functionality or professionalism).
That's the idea anyway. Stay tuned.