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

A Few Ajax Gotchas At Jalecode

September 9th, 2005 · 2 Comments

Andrew Sutherland offers a few Ajax Gotchas/Tips. I’ll add some comments. Escape content with encodeURIComponent() which is superior to escape. XMLHttpRequest’s readyState tells you how far the request has progressed. MM: If you’re confused about readyState’s transition from 0 to 4, you have good reason to be. Read the recent posting and comments on David Flanagan’s blog, and […]

[Read more →]

Tags: HumansAndTech · Links · SoftwareDev

A Fading Habit

September 8th, 2005 · 1 Comment

I’ve noticed that I’ve recently habitualised the Yellow Fade Technique, or what the Ajax patterns refer to as One-Second Spotlight. The typical Fade example is a form field. When you change it, the field is suddenly highlighted, then gradually fades back to its original form. This tells the user that “the computer” knows something’s happened, and […]

[Read more →]

Tags: HumansAndTech · Links · SoftwareDev

Reading Open-Source Code

September 8th, 2005 · 2 Comments

Dave Crane looks into some Scriptaculous code. The main point is that Scriptaculous is easy for novice JS programmers to use, but the source code would be difficult, for novices at least, to understand. Which raises these questions: So, going back to the bigger picture, here’s something for the authors of JavaScript libraries to […]

[Read more →]

Tags: Links · SoftwareDev

DHTML Super Mario Bros!!!

September 1st, 2005 · 5 Comments

Ajax, AjaxPatterns, DHTML, Gaming, Patterns, Web Super Maryo Bros in pure Javascript - check it out! Just like DHTML Lemmings, only Japanese and based on a game I was once much more obsessed with! Quick pattern mining: The dominant pattern in any Ajaxian arcade game is Sprite. Some cute use of Popup on the initial page. I […]

[Read more →]

Tags: HumansAndTech · Links · SoftwareDev