There are 2 news about browser on /., maybe the new War of Browser will come soon…

Firefox Seeks Full Page Ad in New York Times
这说明两件事:第一、FF就要出1.0了;第二、Mozilla社区还在惦记着IE(真的或者假的)。

IE Shines On Broken Code
Aha, who says that /. is always against M$?

— from Slashdot

5 Rules of Data Normalization

  1. Eliminate Repeating Groups – Make a separate table for each set ofrelated attributes, and give each table a primary key.
  2. Eliminate Redundant Data – If an attribute depends on only part of amulti-valued key, remove it to a separate table.
  3. Eliminate Columns Not Dependent On Key – If attributes do notcontribute to a description of the key, remove them to a separate table.
  4. Isolate Independent Multiple Relationships – No table may containtwo or more 1:n or n:m relationships that are not directly related.
  5. Isolate Semantically Related Multiple Relationships – There may bepractical constrains on information that justify separating logically related many-to-manyrelationships.
  6. Optimal Normal Form – a model limited to only simple (elemental)facts, as expressed in ORM.
  7. Domain-Key Normal Form – a model free from all modification anomalies.

IP Address Locator
Bingo, I don’t like to install a yucky tool just to find the IP address location – that’s it!

Bending the Matrix
A good design for web page navigation bar.

— from del.icio.us