Astyle Visual CSS Editor

CSS (Cascading Style Sheets) allows you to separate the representation definitions of such structured documents as HTML, XHTML, XML from their content, which is an effective principle in the design of web sites. Astyle is a free CSS editor for developers with many features.

Read the rest of this entry »

Fav Icon Tutorial

Place favicon.ico file in root directory of your web host (public_html or www) and add following code into head section of your web page.

<link rel="Shortcut icon" href="/favicon.ico">
</link>

OR

<link rel="icon" href="http://www.url/favicon.ico" type="images/x-icon" />

Read the rest of this entry »