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

XML Descriptors, Be Gone!

October 4th, 2006 · 3 Comments

Dion posted a story about Nokia's new mobile widgets. This will be very cool if it's as good as it sounds. However, what got me was the XML-based config - three separate files for config, skin, and widgets. The widget config: PLAIN TEXTXML: <widget name="Example widget" version="0.1">     <info>     <creator>       <user>username</user>       <date>7.6.2006 12:00</date>   [...]

[Read more →]

Tags: SoftwareDev

Ajax Programming Patterns - Podcast 3 of 4: “DOM Population” and “Code Generation and Reuse” Patterns

June 25th, 2006 · 1 Comment

The third podcast in this series of Ajax Programming Patterns. The 29-minute podcast covers five patterns. As with the previous podcast, there is reason for concern about the audio quality herein. Firstly, three patterns on DOM population - taking server response data and displaying it or storing it in the DOM: XML Data Island Retain [...]

[Read more →]

Tags: Links · Podcast · SoftwareDev

Ajax Programming Patterns - Podcast 2 of 4: Browser-Server Dialogue Patterns

June 20th, 2006 · 3 Comments

Continuing from the previous podcast (*cough* 12 weeks ago), more programming patterns. Unfortunately, this recording (and the next one) went pear-shaped. Sorry. I do, however, recommend them to those of you who've been wondering what an Ajax talk would have sounded like in crackly 1930s recording technology, and one in which the speaker has a [...]

[Read more →]

Tags: Links · Podcast · 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