RT,习作之一。
之前在博客一直都是发些技术类的文章,以后我也会发一些设计类的作品。
Here’s some other articles that you will definitely find useful.
We love finding and sharing freebies with our readers, especially icons. We do this so you can focus on doing what’s important, instead of spending all your time searching the internet. In this article, we’ve rounded up 20 sets of freshly created free icons. If you don’t have an immediate need for them, I’m sure you can find a place for them in your icon library.
Here’s some other articles that you will definitely find useful.
原文: 20套免费图标 | 知更鸟
转载http://domety.com/archives/135/
首先是准备一张ico图标,你可以从网上搜索,不过最好是按照自己的想法制作一个自己的图标,如果你不会作图,可以找身边的朋友帮你做个。我的做法是先用photoshop做一个48*48的png格式的图标,然后再转换成ico格式。目前已经有很多网站提供在线转换ico图标的服务,比如这个网站http://tools.dynamicdrive.com/favicon/,它转换的效果不错,而且还支持同时包含32*32和48*48大小的图标
然后把图标上传到网站的根目录(图标文件的文件名一定要是favicon.ico),这时候,一般来说你的图标应该可以显出效果了。可能你不想把favicon放在网站的根目录下,而是其它文件夹里(比如images目录下),这样也是可以的,不过你需要在每个网页的头部<head></head>之间添加一句代码 (更多…)