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 […]
Ajax Programming Patterns - Podcast 1 of 4: Web Service Patterns
March 31st, 2006 · 3 Comments
Tags: Links · Podcast · SoftwareDev
Mix ‘06 and Ajax Design Principles
March 23rd, 2006 · No Comments
‘Tis Goud reports from Mix ‘06, Microsoft’s web bash currently happening in Vegas. One of the presentations focused on the most important thing about Ajax: Usability. The session started with referencing two sites with information on: Usabillity Patterns, Michael Mahemoff Usabillity Guidelines, Thomas Baekdal Thomas’s guidelines were the first […]
Tags: SoftwareDev
Dynamic Favicons
March 16th, 2006 · 25 Comments
Favicons should ideally be easy to manipulate, as easy as manipulating the web page's UI. (Favicons are the little website icons you see in the address bar, browser tabs, etc.) For example, a chat app like Meebo could signal that your buddy's trying to contact you, a mail app like GMail could indicate You [...]
Tags: HumansAndTech · Links · 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, [...]
Tags: HumansAndTech · Links · Podcast · SoftwareDev
An Ajax Framework a Day!
November 29th, 2005 · No Comments
Today's Ajax framework is JsRia. Yesterday's was ZK, with the Backbase entries updated too. In the past week, there were Smartclient, Ajax JSP Taglib, Ajax JSF Framework, Cajax. Here's the diff. The week prior to that saw introduction of XOAD, Rialto, and Lotus Notes info. Have the Ajax frameworks entered the enlightened age of singularity? (I've [...]
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 [...]
Tags: SoftwareDev
Advanced Feature Wishlist for Ajax Frameworks
November 6th, 2005 · 2 Comments
Looking at the best practice/process patterns gave me some ideas for Ajax frameworks. Here's a few thoughts. I know some frameworks already do some of these things, though most don't, and none do all of them. Logging frameworks should provide a sensible default, ie log to a div, but allow for more flexiblity on the logging strategy, as [...]
Tags: SoftwareDev
8 New Ajax Patterns (Diagnosis and Testing)
November 6th, 2005 · 1 Comment
Cool! The Best Practices/Processes Patterns are now complete. They are the final eight Ajax Patterns for now - "final" in the sense of "the list is not yet finalised". The patterns had been sitting there unattended for about four months now. More details on the new patterns later, but here's a quick summary ... First, there's a [...]
Tags: Links · SoftwareDev
Basics of Ajax 2 of 3: Web Remoting (XMLHttpRequest etc) (Podcast)
November 2nd, 2005 · 4 Comments
Ajax Basics 2 of 3 This is the second 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 - Events and Timing. Podcast 2: Web Remoting (XMLHttpRequest, IFrame, HTTP Streaming) This 75 minute podcast covers web remoting concepts and the [...]
Tags: Links · Podcast · SoftwareDev
Mocks, Stubs, Dependency Injection, and … XMLHttpRequest
October 31st, 2005 · No Comments
"A Mock Is Not So Stupid After All!" Dave Crane's been talking about Mocking the Server-Side: A Mock Object is a stand-in for the real thing. Few modern programs are really standalone, and enterprise apps require a very complex context in order to operate; containers, databases, directories, web services, etc. This can make testing difficult, [...]
Tags: Links · SoftwareDev
