 |
 |
hOw tO cReaTe thiS iCon fOr yA WebsitE ???
|
 |
|
 |
|
Forum Regular
Join Date: Jun 2003
Location: Earth
Status:
Offline
|
|
Does anyone knows how to create your own icon for your website using Mac ????
Plsssss

|
17" widescreen LCD, 1GHz PowerPC G4,
1GB DDR266 SDRAM, 80GB Ultra ATA HD,
NVIDIA GeForce4 MX, 64MB DDR video memory
|
| |
|
|
|
 |
|
 |
|
Grizzled Veteran
Join Date: Nov 2003
Location: Hebburn, UK
Status:
Offline
|
|
You can use http://www.iconfactory.com/iconbuilder.asp or somethign else (use google).
Then save what you make as favicon.ico and include the following in your head tags:
Code:
<link rel="Shortcut Icon" href="/favicon.ico" type="image/x-icon" />
where favicon.ico is saved in the root of your web site - you can obviously change this.
AFAIK that's all there is to it. I'm not sure, but I think you can use gif's etc as well instead of a .ico - if you can, then change the above link element accordingly.
|
|
|
| |
|
|
|
 |
|
 |
|
Grizzled Veteran
Join Date: Nov 2003
Location: Hebburn, UK
Status:
Offline
|
|
|
|
|
|
| |
|
|
|
 |
|
 |
|
Forum Regular
Join Date: Jun 2003
Location: Earth
Status:
Offline
|
|
thanks a lot...
do i have to save the file name as "favicon.ico" ???
is it a MUST ? or i can save as other filename??
|
17" widescreen LCD, 1GHz PowerPC G4,
1GB DDR266 SDRAM, 80GB Ultra ATA HD,
NVIDIA GeForce4 MX, 64MB DDR video memory
|
| |
|
|
|
 |
|
 |
|
Registered User
Join Date: Jul 2003
Location: San Jose
Status:
Offline
|
|
aaahhhhhh, the powers of a search
|
|
|
| |
|
|
|
 |
|
 |
|
Clinically Insane
Join Date: Nov 1999
Status:
Offline
|
|
Originally posted by hunkhuang:
thanks a lot...
do i have to save the file name as "favicon.ico" ???
is it a MUST ? or i can save as other filename??
You can use another name, but if you do then you'll need to put this into the HEAD of all your HTML files:
Code:
<link rel="shortcut icon" href="url-of-icon">
|
|
You are in Soviet Russia. It is dark. Grue is likely to be eaten by YOU!
|
| |
|
|
|
 |
|
 |
|
Senior User
Join Date: Apr 2001
Location: Palo Alto, CA
Status:
Offline
|
|
Note that apache has to be set up to serve the ico's... not all are by default.
why the annoying lowercase uppercase topic?
|
|
|
| |
|
|
|
 |
|
 |
|
Forum Regular
Join Date: Jun 2003
Location: Earth
Status:
Offline
|
|
 lowercase and uppercase... annoying? I find it attractive..
Well, i tried 1000 times but just couldn't work well... and yes, i think i'm using apache kind of server... do you know how to do the settings??
plzzz 
|
17" widescreen LCD, 1GHz PowerPC G4,
1GB DDR266 SDRAM, 80GB Ultra ATA HD,
NVIDIA GeForce4 MX, 64MB DDR video memory
|
| |
|
|
|
 |
|
 |
|
Occasionally Useful
Join Date: Jun 2001
Location: Liverpool, UK
Status:
Offline
|
|
Originally posted by hunkhuang:
lowercase and uppercase... annoying? I find it attractive..
yes, annoying.
|
|
"Have sharp knives. Be creative. Cook to music" ~ maxelson
|
| |
|
|
|
 |
|
 |
|
Grizzled Veteran
Join Date: Jun 2001
Location: Melbourne, Australia
Status:
Offline
|
|
Originally posted by hunkhuang:
lowercase and uppercase... annoying? I find it attractive..
one word for ya - bauhaus
|
|
Computer thez nohhh...
|
| |
|
|
|
 |
|
 |
|
Occasionally Useful
Join Date: Jun 2001
Location: Liverpool, UK
Status:
Offline
|
|
word 
|
|
"Have sharp knives. Be creative. Cook to music" ~ maxelson
|
| |
|
|
|
 |
|
 |
|
Senior User
Join Date: Apr 2001
Location: Palo Alto, CA
Status:
Offline
|
|
yes, i think i'm using apache kind of server... do you know how to do the settings??
You have to put a line in your apache configuration file, httpd.conf, so it feeds .ico files with the right MIME type...
AddType image/x-icon .ico
|
|
|
| |
|
|
|
 |
|
 |
|
Forum Regular
Join Date: Jun 2003
Location: Earth
Status:
Offline
|
|
Sorry but i'm stupid.
Can you please more detail on this?? I totally don't understand it..

|
17" widescreen LCD, 1GHz PowerPC G4,
1GB DDR266 SDRAM, 80GB Ultra ATA HD,
NVIDIA GeForce4 MX, 64MB DDR video memory
|
| |
|
|
|
 |
|
 |
|
Senior User
Join Date: Apr 2001
Location: Palo Alto, CA
Status:
Offline
|
|
On your webserver there is a text file titled "httpd.conf" - this is the configuration file for apache.
You have to edit it with a text editor. Just open it and where you see a bunch of lines that start "AddType"... insert the line for the .ico
"AddType image/x-icon .ico"
If you are using a remote webserver, just copy the file to your system, make a backup, edit it and put it back.
If your server is OS X this file is an invisible file located at:
yourharddrive/private/etc/httpd/httpd.conf
To edit it you must first make invisible files visible (use Tinkertool).
And you must have admin privs.
You can use most textediors to edit. BBEdit, Texedit, Textedit...
I recommend making a copy of it first as a backup.
(Last edited by barbarian; Feb 7, 2004 at 10:00 PM.
)
|
|
|
| |
|
|
|
 |
|
 |
|
Registered User
Join Date: Jul 2003
Location: San Jose
Status:
Offline
|
|
i've had a little bit to drink tonight, but let's see if i get this right. if you're running apache on osx, you don't need tinkertool to edit. open up 'terminal' and type "sudo pico /etc/httpd/httpd.conf". enter your admin password to access the file, then scroll towards the end of the file and you should see a list of "addtype" statements. add the new statement anywhere in this list and you should be good to go.
resave the file with the same name and restart apache. BOOM, icons in the nav bar.
|
|
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |
|