HTML-Advisor
Mostly practical advices

Posts Tagged ‘content’

SWFObject – embedding FLASH using valid HTML/XHTML or JavaScript

Saturday, May 31st, 2008

SWFObject is a small Javascript file used for embedding Adobe Flash content. The script can detect the Flash plugin in all major web browsers (on PC and Mac) and is designed to make embedding Flash movies as easy as possible. It is also very search engine friendly, degrades gracefully, can be used in valid HTML [...]

What is RSS and Atom feeds?

Saturday, August 11th, 2007

RSS stands for both “Rich Site Summary” and “Really Simple Syndication” but it always refers to the same technology.
What problem does RSS solve?
Most people are interested in many websites whose content changes on an unpredictable schedule. Examples of such websites are news sites, community and religious organization information pages, product information pages, medical websites, and [...]

  • XML
  • Aug 11th, 2007
  • 0

Benefits of Using Unordered Lists

Friday, August 4th, 2006

The List Concept
When marking up content which could be defined in some way as a list, you should consider using an unordered list (<ul>) for presentation. Not only does it improve the readability of your HTML code, it also applies meaning to content which would otherwise have none.
Underused and maligned
Many sites avoid using unordered lists [...]