Monthly Archive for October, 2007

Graphics - PNG Versus GIF

In this tip I will explore the two main choices of graphic format that can be used on the Web to represent simple graphics, schemas or logos:

  • GIF (Graphics Interchange Format) was developed in the late 1980’s and it is still widely used.
  • PNG (Portable Network Graphics) was developed around 1995, became a W3C recommendation in 1996, and has been widely implemented in most Web browsers as soon as 1998.

GIF

The GIF format is a format which compresses files using an algorithm called LZW, which keep traces of the colors and helps to reduce the size of the file.

Continue reading ‘Graphics - PNG Versus GIF’

XHTML Friends Network

Xhtml Friends Network

XFN™ (XHTML Friends Network) is a simple way to represent human relationships using hyperlinks. In recent years, blogs and blogrolls have become the fastest growing area of the Web. XFN enables web authors to indicate their relationship(s) to the people in their blogrolls simply by adding a 'rel' attribute to their href tags, such as:

a href="http://malagent.com" rel="friend met"

Continue reading ‘XHTML Friends Network’