November 24th, 2007How To Create A Favicon

A Favicon is a little custom icon that appears next to a web site’s URL in the address bar of a web browser. And when I say little, I mean 16 pixels by 16 pixels. So if you like a good design challenge try your hand at this one.

favicon

All you need to add a Favicon to your site is a Windows Icon (.ico) file called favicon.ico that you upload to the main directory of your website.

Download The Plugin
if you use Photoshop You’ll need the Windows Icon (ICO) file format Photoshop Plugin to export to the .ico file format. You can download the plugin from Telegraphics. The plugin reads and writes ICO files in 1, 4 and 8-bit Indexed and 24-bit RGB modes, and also reads and writes 32-bit “XP” icons (with 8-bit alpha channel). Make sure to install the plugin before you begin this tutorial.

Let’s Begin
Because 16 x 16 is such a small canvas area, it can be very difficult to be creative. So instead start your project with a canvas set at 64 x 64 (always use even multiples when you plan on resizing files). Do this by selecting File>New, and opening a new canvas that is 64 x 64 pixels in size.

faviconThe Design
If you already have a logo you should reduce it to the 16 x 16 size to see if it holds up. If it doesn’t look good at this size, work with the 64 x 64 canvas and try creating a simple design that incorporates colors from your web site’s palette.

When you’re ready to test the design select Image>Image Size menu and enter 16 x 16. Click on Resample Image and choose “Bicubic Sharper” from the drop-down menu (CS only for this step). This is the best setting for making sure that an image doesn’t blur as it’s being resized.

If you feel the icon is not quite what you wanted, just keep tweaking it until it is perfect. At this tiny size it can take a few tries before you get it right.

Saving The Custom Icon
Go to File>Save As and make sure you name the file favicon.ico. Under Format you must choose Windows Icon (ICO) from the pulldown menu. This format will only be available in Photoshop after you download and install the plugin. In the next step you’ll need to upload this new file to the /root/images/ folder of your website, so it’s a good idea to navigate and save it to that location on your hard drive now.

favicon

Next Step - Put The Code

Open header.php at your wordpress template and put a tag
<link rel=”shortcut icon” href=”http://www.agushalim.com/images/favicon.ico” />
as follows in the <head>…</head> section

The Code

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.org/xfn/11">
...
...
<link rel="shortcut icon" href="http://www.agushalim.com/images/favicon.ico" />
...
...
</head>

Once you’ve added this code, upload all of your modified pages.

Final Step - Testing
If your new Favicon does not show up right away, try refreshing the page — or put a ‘?’ at the end of the url, which will trick a browser into thinking the page is new and not cached.

Troubleshooting

  • Browser Issues: Microsoft IE 6 for Windows will not display the favicon until the URL has been added to the favorites, and Safari for the MAC will not display an updated favicon until the browser cache has been cleared. But choosing ‘empty cache’ from the menu won’t help because Safari stores favicons in a separate cache. You must empty the icon cache yourself. Look for it in User>Library>Safari>Icons.
  • File Format Not Available: The Windows Icon (ICO) file format will not be available until you have downloaded and installed the plugin, and then Quit and Restarted Photoshop.

November 24th, 2007Web 2.0 Logo Generator

web design logo - web 2.0 logo generator and free logosIf you need a simple concept and free logos, you can try Web 2.0 Logo Generator from Simwebsol.com and web2.0stylr.com. The design is quite simple and the logo is in the form of icon in text mode.

They provides different features to make it easier for our logo making. But the interesting part for me is the feature from Simwebsol.com can make reflection and also change the Proximity, further we can choose DPI. The result can be saved in the form of PNG, JPG and GIF

web2.0stylr.com - web 2.0 logo generator and free logosSimWebsol.com - web 2.0 logo generator and free logos
Well for my own preference, I prefer Simwebsol.com because it has more functions. If you like it you can use this web tools.

So, what do you think?


© 2007 Make Money Online | Powered by Wordpress