PDA

Bekijk Volledige Versie : Hoe komt dit en waarom? (nieuwsgierig)



ThePostman
29/01/04, 19:01
Kijk op de gratis/gesponsorde hosting sub-forum zie ik deze icon verschijnen in de adres balk:

chester
29/01/04, 19:25
...is een explorer-tik...

Bestandje heet favicon.ico. Stop hem in je root map van je site. Normaal gesproken zou deze moeten verschijnen...ook in je favorieten...werkt echter maar half.

Het vult je log-files wel lekker als hij er niet is...

microsh*t ;)

paulmatthijs
29/01/04, 19:38
niks explorertik, dit is gewoon een feature van browsers. mozilla kan het ook gewoon aan (alleen opera niet echt geloof ik). check www.favicon.com maar eens.

het zou op zich wel netjes zijn om er iets anders neer te zetten dan de standaard vbulletin favicon.

superior-is
29/01/04, 19:50
Chester heeft imho wel gelijk ook. Explorer kan nog niet zo ontzettend lekker omgaan met de favicon i.t.t. mozilla.

chester
30/01/04, 00:29
dat bedoelde ik ook....het soms-wel-soms-niet effect... omdat hij zij dat hij het maar in bepaalde delen zag... ;)

Domenico
30/01/04, 14:13
Ok, iemand die zich geroepen voelt om een wht favicon te fabriceren misschien?

YSK-Media
09/08/04, 19:31
Leuke favicon nu ;)

Ber|Art
09/08/04, 19:59
Leuke favicon nu Wat er nu is, is algemeen, dit wordt veel vaker gebruikt!

ronaldlokers
09/08/04, 20:02
mja, internet explorer kijkt volgens mij standaard al of die icon er is, volgens mij moet je normaal nog iets in je bron zetten bij de meta-tags. Maar nu weet ik iig waar die hits naar favicon.ico vandaan komen :p

Ber|Art
09/08/04, 20:02
Ok, iemand die zich geroepen voelt om een wht favicon te fabriceren misschien?Hier een goede hulp :) http://www.html-kit.com/e/favicon.cgi

MediaServe
09/08/04, 20:08
Sleep voor de grap maar eens een paar keer het icoontje naast de adresbalk naar het adres. Dan krijg je ook de favicon te zien. :)

Ber|Art
09/08/04, 20:31
Hier alvast twee mogelijkheden

http://www.ber-art.nl/images/wht1.gif
http://www.ber-art.nl/images/wht2.gif
http://www.ber-art.nl/images/wht3.jpg

//EDIT: drie mogelijkheden

Erik H.
10/08/04, 11:40
@ BerArt : ik ga voor de 1e

HBCS
10/08/04, 12:39
ik ga voor de 1e
lekker strak

ThePostman
10/08/04, 13:34
Ik voor de 1ste en 3de :) (en stiekem ook voor de 2de :p)

ardjan
10/08/04, 14:30
Er staat nu een ;-)-smilie toch?
Of is dat een tik van mijn browser? :P

superior-is
10/08/04, 14:34
Die tweede is gewoon van wired.com, maar eerlijk gezegd vind ik ze allemaal niet zo geweldig.

Ber|Art
10/08/04, 16:01
Ik zal er nog een paar meer maken :)

Ber|Art
10/08/04, 16:32
Hier twee nieuwe: (16x16 pixel gif's)

http://www.ber-art.nl/images/whtfavicon1.gif
http://www.ber-art.nl/images/whtfavicon2.gif

Beter? ;)

ThePostman
10/08/04, 20:46
Hoezo laat ik me vervelen ;) Doe je leuk hoor :) Ziet er allemaal leuk uit.

Maar hoe stel je zoiets in dan?

Ber|Art
10/08/04, 20:50
The steps to putting a favicon.ico on your website are:

Create a 16px X 16px, 16 colour image with either a .bmp or .gif extension.

Your graphics editor should have a setting for 16 colours. It needs to be 16px X 16px, anything other than this will be ignored by browsers most times. Another option is to download a free icon editor and make your own through that.

Convert your image to the .ico format if it's .bmp or .ico.

You can't just rename the image extension - it HAS to be converted with a special program or it won't work. Use an icon converter, then save the converted file as favicon.ico. If you are creating several icons to use, call each one something different - but remember it needs to have the .ico extension. Upload your favicon.ico into the root directory of your website.

The root directory is where your main index.html page is. Browsers look for the favicon.ico here. If you're providing a link in your pages to the icon, then you can store them wherever you wish - in a folder just for icons, on another server, as long as you provide the path/url to where it is so browsers know where to look for it. Insert a link to it in all your pages that you wish to use the favicon.

If you have called your icon favicon.ico and you uploaded it into your root directory, you don't NEED to put any code in your pages. However, sometimes the favicon won't show for some browsers, so to put a link in might be a wise thing to do. You will also need to put a link in if you want to use something other than a file called favicon.ico or if your site is a subdomain or a free hosted site (ie: not your own domain name). This is because you need to tell the browser to look for THAT image for that page in THAT folder. Put this piece of code somewhere between the <head></head> tags on your pages:

<LINK REL="SHORTCUT ICON" HREF="http://www.yourdomain.com/name_of_icon.ico">

If you have a 'secure' site, you will need to provide the path using https:

<LINK REL="SHORTCUT ICON" HREF="https://www.yourdomain.com/name_of_icon.ico">

That's about it. If you've gone through these steps, you can try bookmarking your page to see if the favicon shows up. Of course, if you already HAVE the page bookmarked, it won't show - as your browser checks for the favicon at the time of bookmarking. You will find if you remove your site from favourites and add it again, it probably won't work still, as there will be traces of the bookmark left somewhere on your computer so it won't check. The best way to test it in this case is to get a friend to do it.

Suc6 ;)

Grumpy
10/08/04, 20:51
Is al eerder gezegd... 2e post nog wel.


Origineel geplaatst door chester
Bestandje heet favicon.ico. Stop hem in je root map van je site. Normaal gesproken zou deze moeten verschijnen...ook in je favorieten...werkt echter maar half.

edit: ... zie dat van Ber-art :)

ThePostman
10/08/04, 20:56
Oke tnx ik ga uitproberen :)