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

Two-Way Web: Can You Stream In Both Directions?

July 13th, 2006 · 5 Comments

Update (couple of hrs later): I mailed Alex Russell (the guy who named Comet and knows plenty about it), it sounds like he’s been investigating this whole area and he’s sent me his views. We know about Comet (AKA Push, HTTP Streaming) and its ability to keep streaming info from server to browser. How about streaming […]

[Read more →]

Tags: SoftwareDev

Comet: It’s Ajax for “Push” (Podcast)

March 5th, 2006 · 8 Comments

Here’s a podcast about Comet - exploring the two-way web with Ajax. From my Ajaxian post earlier today: Alex Russell has coined a term for a flavour of Ajax that’s been getting more attention of late. Comet describes applications where the server keeps pushing - or streaming - data to the client, instead of having the browser […]

[Read more →]

Tags: HumansAndTech · Links · Podcast · SoftwareDev

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