Day: May 13, 2005

  • Web App Golden Rules (Part 1)

    Rules for a great web application: (in no particular order) Use CSS. Try as hard as you can to eliminate all presentation specific information from your html. Abstract the presentation layer! Use DOM. Try as hard as you can to eliminate all client side interactivity from your html. Abstract the interactivity layer! Use a text…