Trello uses an icon font and so can you!
This is something that I had considered doing a few months back, but put on the back burner. And now, here is an awesome article exploring the benefits of using a custom font as your icon set, rather than a sprite map. And the article includes some great tools to help you get started.
Rackspace Cloud Files and php
overlooked resources: favicon.ico and robots.txt
I’ve been doing a lot of development work on a fun new project and suddenly feel like using my blog to document some of the tools I am enjoying.
First up, I’m cleaning up the nagging error.log messages for things like favicon.ico and robots.txt
Here is a handy favicon generator at favicon.cc
This one was pretty easy to use. It has a full color picker, with transparency, easy right click delete, and you can drag your work around to fix the alignment and centering with a nice preview of what it might look like in an address bar. I quick click on Download Favicon and you are done. Or, if you want to save your work and return to it later you can register. (You can also make animated icons. But, please, don’t…)
The other item is the robots.txt file. You can get some handy information fromĀ http://www.robotstxt.org/, where you will learn (or be reminded) that the robots.txt is optional and in no way secures your site or guarantees a search engine won’t index content you ‘disallow’.
So why would you use it? It might be helpful to request search engines not download and index all of your images (to save bandwidth), especially if having searchable images doesn’t help customers find you. Another handy use of the robots.txt file is on your test servers so that search engines don’t end up making error pages searchable, or exposing information that isn’t ready to be released.
In all cases the robots.txt file is a polite suggestion, and if you really want to keep prying eyes out, you better use firewalls or the .htaccess (or whatever your server uses) to properly restrict access.
print “Hello World”;
As a first post on a site for a life-long technologist, what could be better than an homage to your first program?