HTML-Advisor
Mostly practical advices

Archive for August, 2007

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

Hide Email with JavaScript / jQuery

Sunday, August 5th, 2007

Why should you hide your email address from site visitors? Don’t you want your visitors to email you?
Well, yes you do, but many webmasters make the mistake of prominently displaying there email address on each web page only to find that they are inundated with spam.
However you cannot simply remove your email address as [...]

Firebug extension

Saturday, August 4th, 2007

Firebug integrates with Firefox to put a wealth of development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page.
Firebug features:
Just the way you like it
Firebug is always just a keystroke away, but it never gets in your way. You can open Firebug [...]

HTML Validator

Saturday, August 4th, 2007

HTML Validator is a Mozilla extension that adds HTML validation inside Firefox and Mozilla. The number of errors of a HTML page is seen on the form of an icon in the status bar when browsing. The details of the errors are seen when looking the HTML source of the page.
The extension is based on [...]

Web Developer extension

Saturday, August 4th, 2007

The Web Developer extension adds a menu and a toolbar to the browser with various web developer tools. It is designed for Firefox, Flock, Mozilla and Seamonkey, and will run on any platform that these browsers support including Windows, Mac OS X and Linux.
It is created by Chris Pederick in order to handle dozens of [...]