Software As She’s Developed

Mahemoff’s Podcast/Blog - Web, Programming, Usabilty from the Author of ‘Ajax Design Patterns’ (AjaxPatterns.org)

Software As She’s Developed header image 4

Entries from November 2005

HTTP Streaming: An Alternative to Polling the Server

November 4th, 2005 · 8 Comments

If Ajax apps are to be rich, there must be a way for the server to pass new information to the browser. For example, new stock quotes or an instant message someone else just sent you. But the browser’s not a server, so the server can’t initiate an HTTP connection to alert the browser. The […]

[Read more →]

Tags: Links · SoftwareDev

Basics of Ajax 2 of 3: Web Remoting (XMLHttpRequest etc) (Podcast)

November 2nd, 2005 · 4 Comments

Ajax Basics 2 of 3 This is the second of three podcasts on the basic Ajax patterns. Podcast 1: Display Patterns and the DOM. Podcast 2: Web Remoting - XMLHttpRequest, IFrame Call, HTTP Streaming. Podcast 3: Dynamic Behaviour - Events and Timing. Podcast 2: Web Remoting (XMLHttpRequest, IFrame, HTTP Streaming) This 75 minute podcast covers web remoting concepts and the […]

[Read more →]

Tags: Links · Podcast · SoftwareDev