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 2

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)

Click to download the Podcast. You can also subscribe to the
feed if you want future podcasts automatically downloaded - check out the
podcast FAQ at http://podca.st.

This 75 minute podcast covers web remoting concepts and the following specific patterns:

  • XMLHttpRequest Call Use XMLHttpRequest objects for browser-server communication. (05:00)
  • IFrame Call Use IFrames for browser-server communication. (31:45)
  • HTTP Streaming Stream server data in the response of a long-lived HTTP connection. (47:00)


Please ignore this bit, I’m claiming My Odeo Channel (odeo/bdd768d9acefcad9)

Listen Now:


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

Categories: Links · Podcast · SoftwareDev

Tags:

4 responses so far ↓

  • 1 Software As She’s Developed - HTTP Streaming: An Alternative to Polling the Server // Nov 4, 2005 at 6:19 am

    […] he browser poll the server every few seconds. But that’s not the only solution. The recent podcast on Web Remoting includes a discussion of the HTTP Streaming pattern. By continuing […]

  • 2 DerelictMan // Nov 4, 2005 at 1:35 pm

    Just wanted to say that I love your show. Very informative for someone like me who doesn’t have enough hours in the day to keep up with all the latest re: AJAX and similar things. I’m on the road an hour every day and with your show I can fill that time doing something productive and interesting. Keep up the great work.

    P.S. Those “earcons” were pretty loud compared to the volume level of the rest of the podcast. Every time the Pole Position one played it scared the bejeesus outta me because I wasn’t expecting it. ;)

  • 3 mahemoff // Nov 6, 2005 at 5:01 am

    DerelictMan, Thanks for the feedback. No earcons on the latest podcast, thankfully. But some kind of audio delineator will be back when I have the time to experiment …

  • 4 Stuart // Sep 5, 2006 at 6:17 am

    Thanks for these - it has been really helpful in getting started.
    One question if I may (possibly very dumb), you mention a “gottcha” in this podcast (about the 24 minute mark to be exact) whereby when remoting using web services, you may need to change the Content-Type to text/html. Any idea how you actually do this (change this setting), with a .Net web service (or in Visual Studio 2005)?

Leave a Comment