Feeds:
Posts
Comments

Archive for March, 2010

Add Icon to Url

To add an icon or image simple locate a website which generates favicon.ico images. Once you have the .ico file which is the small version of your image that will placed in the browser before your url, download the file to your root web file on your selected server.

Add this code to you index.html or main file:

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

This code should be placed in the <head> tag of your file.

Read Full Post »

CS5 preview

This is an amazing video which capture the abilities of the new feature in the adobe photoshop cs5. The content aware fill is exciting news watch the video.

http://www.youtube.com/watch?v=NH0aEp1oDOI

Read Full Post »

CSS Opacity

Here is an article which explians in detial the use of opacity with css code.

an example

<p style=”background-color:#f30;opacity : 0.5;”>
This paragraph is blue with an opacity of 0.5.
</p>

http://webdesign.about.com/od/styleproperties/p/blspopacity.htm?nl=1

Read Full Post »

Follow

Get every new post delivered to your Inbox.