Archive for the ‘Web Design’ Category

Hex Hub HTML Color Codes

Saturday, February 3rd, 2007

Color is been a very critical issues when your really into web design. Mixing colors of matching fore color and background color is a non-trivial matter and must take serious care.

Hex Hub HTML Color Codes gives a very convenience way to help you choose your color. It list the color with html codes, and color names as well with difference series.

For example, if your blog is about technical articles you will like to choose color from “warms“.

No tags for this post.

Web Badges / Buttons tutorial by ZwahlenDesign

Tuesday, January 30th, 2007

UbuntuRedhatopensuseFreeBsdgentoo

Do you like to put those beautiful badges, buttons on your blog? To show your support on certain projects ,It looks cool anyway right?


Zwahlendesign
gives a very light tutorial on how to create those badges, the standard width and height in pixels to follow and it does provide a lots of badges at his blog too.

No tags for this post.

How to add favicon to your website?

Sunday, January 28th, 2007

WPBE faviconhat is favorite icon (favicon)? Did you discover that most of the website have favicon? Observe your browser where you enter url address, you can see a tiny icon with size 16×16. If you are using firefox, when you drag the icon over your bookmark toolbar, the icon will tag along too, how cool is that?

Wordpress by Examples have favicon too, usually favicon is a icon file with 16×16 name favicon.ico under parent directory of the web. But nowadays browser seems to support any size of favicon. You can find our favicon.ico at HERE in size 32×32 pixels.

Good and Bad favicon design
IMHO, a good favicon shouldn’t have any background color, if your icon is not in square shape like del.icio.us or LBE.

Examples of non-transparent favicon, http://wordpress.com/ , http://www.tuxmachines.org/
You will never discover that icon is not transparent until you drag over to your bookmark toolbar or observed at the tab.

Examples of transparent favicon, http://www.debian.org/ , http://www.shoutcast.com/ .
How nice!

How to create favicon ?
I should say, how to create a transparent favicon. Is it difficult to do that? Yes if do it with photoshop in windows or mac platform. Refers the steps for photoshop at here.

To do that in GIMP, it is pretty simple, make sure your image do not have any color background (delete the layer with white background by default), and save as favicon.ico and you are ready to upload to your server.

Add the code bellow into your <head> tag:

<link href='/favicon.ico' rel='icon'/>
<link href='/favicon.ico' rel='shortcut icon'/>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />

It seems that you can locate your favicon.ico at other location even at other server, and favicon is not a “keyword” name, you can name your favicon to any favorite name.

WP tips: You can edit your header at Presentation > Theme Editor > Header.

No tags for this post.