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

Ajax Programming Patterns - Podcast 4 of 4: Performance Optimisation Patterns

July 8th, 2006 · No Comments

The fourth and final podcast in this series of Ajax Programming Patterns. As always, the patterns are online at AjaxPatterns.org and covered in the book too, now available at Amazon. This 33-minute podcast covers seven patterns of Performance Optimisation: Browser-Side Cache Maintain a local cache of information. Guesstimate Instead of grabbing real data from the […]

[Read more →]

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

Guard Clause Considered Helpful

April 3rd, 2006 · 1 Comment

Apparently, PragDave recently questioned the conventional wisdom about GOTO considered harmful (does this mean all "X considered harmful" articles will be retrospectively struck off the record?). Ivan Moore's given an example as to why the rule of "a single exit point" sucks, and I agree. Another reason for multiple exit points is guard clauses. Code units, [...]

[Read more →]

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

Basics of Ajax 3 of 3: Events and Much More (Podcast)

March 4th, 2006 · 2 Comments

Ajax Basics 3 of 3 This is the final 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 - User Actions (Events), Timing, Ajax App, Web Service, On-Demand Javascript, Richer Plugin Podcast 3: User Actions (Events), Timing, Ajax App, [...]

[Read more →]

Tags: HumansAndTech · Links · Podcast · SoftwareDev

Ajax Lite Versus Ajax Deluxe

February 16th, 2006 · 3 Comments

Harry Fuecks suggests there are two types of Ajax apps: HTML++ and Client/SOA. This is something I've noticed too, and it cuts right across the Ajax architecture, impacting on the user-interface, the physical architecture (browser-server separation) and the abilities of the developers involved. The "Ajax App" pattern addresses this as a decision. It's the root pattern [...]

[Read more →]

Tags: HumansAndTech · Links · SoftwareDev

The Contractors Who Waste Time

February 9th, 2006 · 2 Comments

Carlos Viellas has been watching contractors waste time (emphasis mine): As I see it, there are two positive incentives: peer pressure in justifying rates, and collecting good contacts and references. In the situations we have been witnessing, those pale next to doing whatever is possible to extend the contract, which more often than not are some [...]

[Read more →]

Tags: SoftwareDev

“Proving” a Technology

January 12th, 2006 · 1 Comment

... a blog entry in which I define the term "proving". I'm defining it here because I needed to link to a definition and couldn't find a suitable URL to point to. A few years ago, we were in a meeting when an architect explained to the project manager "we'll be spending the first few weeks [...]

[Read more →]

Tags: SoftwareDev

Server-Centric versus Browser-Centric

November 17th, 2005 · 2 Comments

James Strachan: Is Ajax gonna kill the web frameworks?: So is the web application of the future going to be static HTML & JavaScript, served up by Apache with Ajax interacting with a bunch of XML based web services (maybe using SOAP, maybe just REST etc)? If so, do we really need a web [...]

[Read more →]

Tags: SoftwareDev