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 October 2005

Ajax, not “AJAX”: A User-Centered Definition

October 12th, 2005 · 6 Comments

Many equate Ajax to “Is it using XMLHttpRequest?”, which I think is taking the acronym too literally. There’s a reason why I’ve learned to say “Ajax” rather than “AJAX”: the term is user-centric, not techno-centric, and best defined in terms of what it gives users rather than how you deliver it. And what it gives […]

[Read more →]

Tags: HumansAndTech · Links · SoftwareDev

Agile: Not Just an Attitude

October 10th, 2005 · No Comments

Agile is a big theme these days. Not surprising that it should be a big part of “Web 2.0″, since Web 1.0 is often attributed as an inspiration. Paul Scrivens reminds us of 37Signals’ association with agile principles. Similarly, the agile manifesto was mentioned in a Web Essentials talk last week (I think Kelly Goto’s […]

[Read more →]

Tags: Links · SoftwareDev

New Patterns: XMLHttpRequest Call and IFrame Call

October 10th, 2005 · 2 Comments

Full drafts are now online for the two big Web Remoting patterns: XMLHttpRequest Call and IFrame Call. There are also a couple of new demos to illustrate GETting and POSTing with both call types: XMLHttpRequest Example, IFrame Example. A few extracts follow, but first, let me ask you: Do you know of any public IFrame remoting […]

[Read more →]

Tags: HumansAndTech · Links · SoftwareDev

Flock: A Tribute to Unusability of Firefox Extensions?

October 9th, 2005 · 4 Comments

You’ve probably noticed the buzz around Flock, a browser built on Firefox. Information’s limited, but it seems to pick up on the “social” buzzword - tagging, annotations, RSS etc. Thing is, all of these things are possible in Firefox too via extensions. But extensions haven’t really taken off, and the reason is, quite frankly, poor […]

[Read more →]

Tags: HumansAndTech · SoftwareDev

Tag Me, Tagyu

October 9th, 2005 · 1 Comment

Tagyu (via Lifehacker) accepts a URL (or some text) and gives you some tags. Tags for AjaxPatterns: ajax javascript programming web Tags for SoftwareAs.com: ajax tech webdesign design blog webdev web_2.0 Consarn it! It actually did a good job! I was hoping something off the mark. […]

[Read more →]

Tags: General

Chat: The “Hello World” of Ajax?

October 6th, 2005 · No Comments

Day Barr: Chat is not quite the Hello World of Ajax, but it’s one of the simplest yet useful things I could do. I didn’t learn very much by writing an Ajax Hello World example and it’s completely pointless As many are learning, an Ajax “Hello World” is pretty easy, provided […]

[Read more →]

Tags: HumansAndTech · Links · SoftwareDev

Another DHTML “Game”

October 6th, 2005 · No Comments

A new DHTML boxing “game” from the Man In Blue. Not quite DHTML Lemmings or Super Maryo World, but still more fun than it should be. A bit like the Ruby On Rael thing in reverse. Also from the same presentation is an eerily lifelike OSX clone (Firefox-only). More evidence that Ajax might be useful […]

[Read more →]

Tags: HumansAndTech · Links · SoftwareDev

Ajax can *Improve* Performance Too

October 5th, 2005 · 6 Comments

Recent Ajax apps like Kiko are sluggish according to Alexander Kirk’s “Rise of Slow Ajax Applications (via AjaxDeveloper): Pages get more voluminous because so much code has to be loaded to the browser (which makes the browser slow again) so you could just begin to use the application. This somehow reminds me of all […]

[Read more →]

Tags: HumansAndTech · Links · SoftwareDev