Go Back   WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 10-12-2009, 05:32 AM   #1
HyperActive Warrior
 
Tristan Lee's Avatar
 
Join Date: Feb 2009
Posts: 178
Thanks: 0
Thanked 17 Times in 8 Posts
Default How do you create a favicon?

Hi, I've been wanting to create a favicon to my site but have no idea how to do this?

Does anyone know how or can help me out?

Thanks.

Tristan Lee is offline   Reply With Quote
Old 10-12-2009, 07:40 AM   #2
Coding Expert !! :D
War Room Member
 
pdjsolutions's Avatar
 
Join Date: May 2009
Location: India
Posts: 178
Thanks: 14
Thanked 15 Times in 12 Posts
Contact Info
Send a message via ICQ to pdjsolutions Send a message via AIM to pdjsolutions Send a message via Yahoo to pdjsolutions Send a message via Skype™ to pdjsolutions
Default Re: How do you create a favicon?

Well, its pretty simple.

You need a square image [ for your site frombottomup.com you can cut out the man in the header and use that ]
and then go here,

Dynamic Drive- FavIcon Generator

And then just follow those steps.

If you need further help PM me. I can help you out with the whole process.

Prateek.
PDJSolutions.

pdjsolutions is offline   Reply With Quote
Old 10-12-2009, 08:53 AM   #3
HyperActive Warrior
 
Tristan Lee's Avatar
 
Join Date: Feb 2009
Posts: 178
Thanks: 0
Thanked 17 Times in 8 Posts
Default Re: How do you create a favicon?

Hi Prateek.

I don't think I can cut out the man because part of the "F" is in the way...


Tristan Lee is offline   Reply With Quote
Old 10-12-2009, 10:17 AM   #4
HyperActive Warrior
 
Join Date: May 2008
Location: USA
Posts: 249
Blog Entries: 22
Thanks: 9
Thanked 29 Times in 27 Posts
Default Re: How do you create a favicon?

Open the graphic in your favorite editor, crop it, and save. That is what you will upload to the favicon generator. Once you have the favicon.ico file, place it in the public_html folder of your web server. It should appear automatically in the browser (sometimes you have to clear history and cookies, exit the browser, and try again for it to appear in Internet Explorer). Keep in mind that you can also have a different favicon.ico file for each subdirectory or subdomain on your website. You are only limited by your creativity and imagination.

awesometbn is offline   Reply With Quote
Old 10-13-2009, 10:27 PM   #5
Warrior Member
 
Join Date: Oct 2009
Location: Providence, UT
Posts: 8
Thanks: 0
Thanked 1 Time in 1 Post
Social Networking View Member's Twitter Profile 
Default Re: How do you create a favicon?

If you don't have a graphics program that can create good .ico files, there's a shareware program (after 30 days, you just have to wait when you start it up) called IconEasel. Google it and try it out.

Utah web design - Bridgerland Web Development, LLC
Logan, Utah
SEO, web design, web programming, web hosting
bridgerlandweb is offline   Reply With Quote
Old 10-22-2009, 08:19 PM   #6
Hamsa
War Room Member
 
Join Date: Jun 2009
Location: New Zealand
Posts: 189
Thanks: 95
Thanked 25 Times in 17 Posts
Default Re: How do you create a favicon?

Hi

You may want to try free online tool to create favicons

FavIcon from Pics -- free favicon.ico for your website (animated, static, text, iPod icons)

Have a Productive Day:)
Usha is offline   Reply With Quote
Old 10-24-2009, 11:12 AM   #7
Webweaver
 
devilishsaint's Avatar
 
Join Date: Aug 2009
Posts: 119
Thanks: 4
Thanked 2 Times in 2 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile 
Default Re: How do you create a favicon?

i create it from this website.

devilishsaint is offline   Reply With Quote
Old 10-27-2009, 09:36 AM   #8
Warrior Member
 
buncoh's Avatar
 
Join Date: Mar 2008
Location: Planet Earth
Posts: 5
Thanks: 0
Thanked 1 Time in 1 Post
Default Re: How do you create a favicon?

My way:

Photoshop - open new document 100x100px
Then, just pun a letter. Let say 'Y' for YourDomain.c0m
with a black background and a white letter. That should be fine.
change the image size to 16 x 16 px.
Save as 'favicon.GIF'

upload the favicon.GIF file to your root directory. (your website)
apply this code:
Code:
<LINK REL="SHORTCUT ICON" HREF="favicon.gif">
to your index.html/php

I got nothing to do with my signature.
buncoh is offline   Reply With Quote
Old 10-27-2009, 01:41 PM   #9
Warrior Member
War Room Member
 
carbee57's Avatar
 
Join Date: Feb 2007
Location: New York , USA.
Posts: 8
Thanks: 0
Thanked 2 Times in 2 Posts
Social Networking View Member's YouTube Profile
Contact Info
Send a message via Skype™ to carbee57
Arrow Re: How do you create a favicon?

If you plan on creating a lot of favicons you may want to try Axialis. It's probably the best icon creation tool on the market. It's not that expensive, I think about $50 USD. It's also on a free trial basis as well. You can create icons from scratch or use some existing ones to modify. If you want something completely custom create your own graphic in an image editor first and Axialis will create your icon. If you don't have an image editor you can download a really good one for free called GIMP Welcome to GIMP.COM. It's open source.

Good Luck.

www.homebusinessresearch.com
Home Business help and resources.
carbee57 is offline   Reply With Quote
Old 10-27-2009, 02:05 PM   #10
Selling Online Since 1998
War Room Member
 
MemberCon's Avatar
 
Join Date: Oct 2009
Location: Orange County, CA
Posts: 17
Thanks: 0
Thanked 2 Times in 1 Post
Social Networking View Member's Twitter Profile  View Member's YouTube Profile
Default Re: How do you create a favicon?

To be as backwards compatible as possible, I like to use the good old favicon.ico file. I would use the meta-tag method, as buncoh suggested above, but old/non-standard browser and programs may just blindly look at domain.com/favicon.ico , so I like to have it there also.

If you create favicons in Photoshop, there is a great, free plugin at Telegraphics - Free plugins for Photoshop & Illustrator...and other software . It is at the top of the list on that page, in the section named "ICO (WINDOWS ICON) FORMAT" There are various formats of the plguin, depending on your platform/OS/version of Photoshop.

The plugin comes with installation instructions, but basically you just drop one file into your Photoshop Plug-ins\File Formats folder, restart Photoshop, and you can now save as .ico

How we sell content, subscriptions and memberships - Lessons learned and money made: Membercon.com
MemberCon is offline   Reply With Quote
Old 10-27-2009, 07:04 PM   #11
Selling Online Since 1998
War Room Member
 
MemberCon's Avatar
 
Join Date: Oct 2009
Location: Orange County, CA
Posts: 17
Thanks: 0
Thanked 2 Times in 1 Post
Social Networking View Member's Twitter Profile  View Member's YouTube Profile
Default Re: How do you create a favicon?

Hi Tristan, I threw together a quick 16x16 favicon of the man in your logo. It's at http://www.membercon.com/images/bottom_up_favicon.ico

How we sell content, subscriptions and memberships - Lessons learned and money made: Membercon.com
MemberCon is offline   Reply With Quote
Old 10-31-2009, 01:44 AM   #12
Warrior Member
 
Join Date: Jul 2009
Posts: 16
Thanks: 0
Thanked 1 Time in 1 Post
Default Re: How do you create a favicon?

A Favicon is a little custom icon that appears next to a website's URL in the address bar of a web browser. They also show up in your bookmarked sites, on the tabs in tabbed browsers, and as the icon for Internet shortcuts on your desktop or other folders in Windows.

ryxin is offline   Reply With Quote
Old 11-04-2009, 02:06 PM   #13
HyperActive Warrior
War Room Member
 
pdrw07's Avatar
 
Join Date: Jun 2008
Location: Jakarta
Posts: 278
Blog Entries: 1
Thanks: 50
Thanked 62 Times in 29 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via Skype™ to pdrw07
Default Re: How do you create a favicon?

i created from this site: FavIcon from Pics -- free favicon.ico for your website (animated, static, text, iPod icons)
its very easy, just follow the steps

pdrw07 is offline   Reply With Quote
Old 11-10-2009, 12:55 AM   #14
Banned
War Room Member
 
Join Date: Oct 2009
Posts: 226
Thanks: 19
Thanked 26 Times in 19 Posts
Default Re: How do you create a favicon?

Besides of creating your favicon, you have to upload it to your site.
Just to remind you that some CMS have already built-in tool for upload favicons.
So you can upload appropriate images through appropriate back-end input form.
You can check it within CMS administration tools/menus.

For example, in Drupal you can find that tool by going to
Administer>Site Building>Themes then click to Configure (next to appropriate theme) and upload your image to Upload icon image input form (favicon is shortcut icon in Drupal)
mark z is offline   Reply With Quote
Old 11-11-2009, 11:20 AM   #15
Warrior Member
 
Join Date: Nov 2009
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: How do you create a favicon?

I usually search for an icon at iconfinder.com and use it as favicon. I`ve never made one but there are lots of free programs you can use.

AnticGod is offline   Reply With Quote
Old 11-11-2009, 02:51 PM   #16
aka Avenuegirl
War Room Member
 
Jill Carpenter's Avatar
 
Join Date: Feb 2008
Location: Right where I want to be...
Posts: 5,419
Blog Entries: 23
Thanks: 1,337
Thanked 1,862 Times in 1,078 Posts
Social Networking View Member's Myspace Profile  View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via Skype™ to Jill Carpenter
Default Re: How do you create a favicon?

Quote:
Originally Posted by MemberCon View Post
Hi Tristan, I threw together a quick 16x16 favicon of the man in your logo. It's at http://www.membercon.com/images/bottom_up_favicon.ico
Hey! you may have a business there!

I like to install a favicon plugin for wordpress. It has a bunch of favicons in it to choose from, but I created my own and stuck it in there.

I recently got a logo done with the nerds - took my image, shrunk it down to a favicon, added the file to the plugin by replacing one of the current images and done!

You could do some replacement favicons to go with this plugin.

Jill Carpenter is offline   Reply With Quote
Old 11-11-2009, 03:21 PM   #17
HyperActive Warrior
War Room Member
 
nuwav's Avatar
 
Join Date: Feb 2009
Location: London, UK
Posts: 222
Thanks: 94
Thanked 51 Times in 18 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile 
Contact Info
Send a message via Skype™ to nuwav
Default Re: How do you create a favicon?

I have a tutorial on my blog thats shows you how to create a favicon
How to create a favicon

nuwav is offline   Reply With Quote
Old 11-11-2009, 03:47 PM   #18
Warrior Member
 
Join Date: Nov 2009
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: How do you create a favicon?

Hello triston lee,

You want to create the favicon, I can create a best favicon for you with free cost,

Thanks,

morgano1132 is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk

Tags
create, favicon

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 06:18 AM.