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 'SOAP'

Roll on Rest On Ruby On Rails

June 28th, 2006 · No Comments · SoftwareDev

It’s good to hear Rails 1.2 is all about embracing REST. Working with Ajax has helped me really appreciate the benefits of REST, and it all fits in with the Rails mindset quite nicely. Right now, we have URLs like

/user/update/5

whereas REST would have it as

/user/5

and then POST in the details – the nature of the [...]

[Read more →]

Tags: ···

Ajax Programming Patterns – Podcast 1 of 4: Web Service Patterns

March 31st, 2006 · 3 Comments · Links, Podcast, SoftwareDev

Whereupon a new podcast series begins …

As promised, a new series of Ajax pattern podcasts. This is the first of four podcasts on the Ajax programming patterns.

In this 73 minute podcast, we look at the seven patterns of web services as they relate to Ajax clients.

RPC Service Expose web services as Remote Procedural Calls [...]

 
icon for podpress  Standard Podcast: Play Now | Play in Popup | Download

[Read more →]

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

18 New Ajax Programming Patterns

September 16th, 2005 · 4 Comments · HumansAndTech, Links, SoftwareDev

I’ve uploaded full text for 18 new Ajax patterns, completing a first-cut draft for all Programming Patterns content, which will be one part of the book. This section bridges the gap between the very basics of Ajax – XMLHttpRequest, DOM, etc – and the high-level stuff like widgets and visual effects. For instance, how do [...]

[Read more →]

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