Website Tricks and Treats
Posted: Tuesday, March 06, 2007 4:33:29 PM | 977 Views
And we're off! One of the major incentives in writing my own blogging software was to get more up to date in some of the technologies and techniques I'd fallen behind on. Along the way I've touched quite a few:
- XHTML/CSS Layouts
- 2.0 .NET Framework and fancy stuff like masterpages.
- URLRewriting, which was new to me but around for a while.
- RSS feed creation.
and on and on.
So as I've developed I've made notes of those Google searches I spent time digging through to get something to work in hopes that I can help out some other poor sap one day.
It's been a fun journey and after I get some more things cleaned up I'll get to posting.
So for today's tip, I present you some help in getting your silly little favicon.ico to show up in your browser with one simple tag:
<link rel="shortcut icon" href="favicon.ico" />
Dynamic Drive also has a fancy online FavIcon Generator you can use to create your icon.
User Comments