Adventures As Me


Web page design notes

Written 06 Jul 2004

Via Jon Lim how Mozilla and Safari render web pages. Good tips (extrapolated) to remember:

  • Limit external resources (scripts, css, etc)
  • Inline whatever becomes the page background
  • Place the requests to external resources at the top, rather than the bottom of the document.

Related Posts