Talk:HTTP Streaming
Spam and editing
problems. Ajax Patterns has suffered from several
spam attacks lately. There are also some problems saving edits. I'm
currently (Nov-Dec 2008) the server to rectify these problems. Thanks for
your patience during this time.
- Michael Mahemoff, AjaxPatterns.org.
- Michael Mahemoff, AjaxPatterns.org.
From Ajax Patterns
Archived Version
There's an archived version of this pattern available, taken from the Ajax Pattern book draft, showing roughly how it appeared before the page became publicly editable.
There's an archived version of this pattern available, taken from the Ajax Pattern book draft, showing roughly how it appeared before the page became publicly editable.
what techniques will make IE enter a "busy" "page loading" state (IE icon spinning around, status bar, &c), and what techniques will avoid this?
Contents |
Ajax/Javascript Programming and Usability in "Ajax Design Patterns" Book |
[edit]
Disadvantage with Proxy Servers with caching ability
If there is a proxy between browser and real server, which has "caching abilities", that is incoming packets from Server may be cached (buffered) in Proxy server and then wholy flushed onto the browser joined all together, this will prevent the browser asynchronously receiving packets from server via this technology and thus browser will not be able to receive a particular data from the server by this way.
Time your website with
WebWait - from the creator of AjaxPatterns.org
