Software As She’s Developed

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

Software As She’s Developed header image 4

Entries Tagged as 'Streaming'

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

July 13th, 2006 · 6 Comments · SoftwareDev

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: ······

Portable Comet? It’s the IFrame, Stupid!

June 6th, 2006 · 11 Comments · SoftwareDev

Comet Takes to IE Like a Fish Takes to Acid

Comet - or HTTP Streaming, if you will - is a little sensitive when it comes to portability, and I'll give you four guesses which major browser is causing the grief? Yeah, IE makes it difficult for two reasons: (a) IE's XMLHttpRequest component doesn't tell [...]

[Read more →]

Tags: ········

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

March 5th, 2006 · 9 Comments · HumansAndTech, Links, Podcast, SoftwareDev

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 [...]

 
icon for podpress  Standard Podcast [56:35m]: Play Now | Play in Popup | Download

[Read more →]

Tags: ·········

SAG Ajax Patterns Review 1 – XHR Call, IFrame Call, HTTP Streaming

March 4th, 2006 · No Comments · Links, SoftwareDev

A little while back, I mentioned that some people in the patterns community have been noticing the Ajax Patterns. In particular, there have been a series of discussions about the patterns by the Software Architecture Group in the University of Illinois Computer Science Dept (home of Netscape forerunner Mosaic btw). The SAG is led by [...]

[Read more →]

Tags: ·······

HTTP Streaming: An Alternative to Polling the Server

November 4th, 2005 · 8 Comments · Links, SoftwareDev

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: ·········

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

November 2nd, 2005 · 4 Comments · Links, Podcast, SoftwareDev

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 following [...]

 
icon for podpress  Standard Podcast [75:36m]: Play Now | Play in Popup | Download

[Read more →]

Tags: ·············