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

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

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