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

Entries from February 2006

General-Purpose Systems in the Age of the Long Tail

February 20th, 2006 · 1 Comment

Imagine a tool that does lots of things, and another that does one thing really well. And imagine both of them are free. Long Tail theory suggests the specialised tool wins, right? No, maybe not. If the general-purpose thing does an okay job, many will prefer it instead. Why? Because there’s a premium […]

[Read more →]

Tags: HumansAndTech

Quiz: What Does URI Stand For?

February 17th, 2006 · No Comments

I got bitten with this in the RESTful Services pattern. What does URI stands for? (A) Universal Resource Identifier (B) Uniform Resource Identifier (C) Universal Resource Indicator (D) Uniform Resource Indicator The most up-to-date answer is actually the second choice above - it’s the title of this RFC. But the RFC explicitly mentions an earlier paper which uses the first choice. So […]

[Read more →]

Tags: SoftwareDev

I Was Referred to AjaxPatterns.org

February 17th, 2006 · No Comments

I had a funny story the other day: Someone referred me to Ajax Patterns. While researching a number of patterns, I contacted relevant developers for their take, as reflected in the pattern-specific acknowledgements. I have to say I’m very grateful for everyone’s help and most people have given me plenty of detail. While researching one pattern […]

[Read more →]

Tags: General

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

Ajax Patterns in the Pattern Community Radar

February 4th, 2006 · No Comments

I’m pleased that AjaxPatterns.org seems to have entered the pattern community radar in the past couple of months (or maybe earlier, but that’s the impression I’m getting) … Workshop on Ajax Patterns Ralph Johnston (of GoF Design Patterns fame) runs a regular patterns reading group/workshop and they’ve been looking at the Ajax patterns. Fortunately, they release the […]

[Read more →]

Tags: SoftwareDev