Closed (sort of)
TEOM as you know it has been closed. I will keep it up for reference but it no longer will receive tutorial updates.
There are plans for a completely new site. If you'd like to be notified once the other site is up, simply subscribe to my mailing list.
Thanks for the support throughout all these years :)
XHTML + CSS
Adding a Favicon

The favicon (favorite icon) is the little image that appears on the address bar and on the browser’s favorites list.
Once you’ve made your icon (a 16×16 px image), name it favicon.ico and place it on the highest level of your site, which is the same directory as the main index page.
Another thing you can do is add the following piece of code between the head tags of your pages:
<link rel="shortcut icon" href="favicon.ico">Although this piece of code is recommended by many sites, I’ve never had any problems with only placing the favicon.ico file in my main directory, at least not with the latest versions of Firefox, Opera and (ugh) Internet Explorer. It is probably a good practice for old browsers, though.
· Apr 02, 2006 ·