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

Rails JSON, JSON Rails

July 13th, 2007 · 4 Comments

Man, JSON has come out of nowhere! I first came across it amid the Javascript hype in early '05, now it's everywhere. Not only in your Ajax apps, but in the On-Demand Javascript APIs of the world. Sharing an ethic of simplicity with Rails, it's not surprising these technologies have come closely together, with JSON support [...]

[Read more →]

Tags: Links · SoftwareDev

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

March 31st, 2006 · 3 Comments

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

[Read more →]

Tags: Links · Podcast · SoftwareDev

New Ajax Demos

September 16th, 2005 · No Comments

Further to the previous post on new Ajax programming patterns, it's also worth noting there's a new bunch of corresponding online Ajax demos too. Being programming patterns, they tend to be "pure refactorings" rather than enhancements, thus the user experience is mostly the same - you have to look under the covers to see what's [...]

[Read more →]

Tags: HumansAndTech · Links · SoftwareDev

18 New Ajax Programming Patterns

September 16th, 2005 · 4 Comments

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: HumansAndTech · Links · SoftwareDev