Technical problems with the Web

From Nick Jenkins
Revision as of 03:58, 8 February 2006 by Nickj (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Javascript as a browser technology

  • Problem: JavaScript is very useful, but it can be a security hole, and it can turned off, and each browser has a different-enough implementation of JavaScript to be very annoying.
  • Result: JavaScript is therefore much less useful and less liked than it could be.
  • Possible partial solutions: XForms? Standards compliance?

HTTPS incompatible with virtual hosting

  • Problem: cannot have multiple HTTPS virtual hosts on one IP address on the standard HTTPS port.
  • Result: hard to host SSL sites.
  • Solution: need to change the HTTPS protocol to support virtual hosting.

Design of Frames sucks

  • Problem: frames require multiple HTML pages, instead of one HTML page that includes everything needed to show the page.
  • Result: unnecessarily harder to write pages that would benefit from frames.