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 March 2008

Cross-Domain Communication with IFrames

March 31st, 2008 · 2 Comments

This article explains iframe-to-iframe communication, when the iframes come from different domains. That you can do this effectively is only now becoming apparent to the community, and is now used in production by Google, Facebook, and others, and has powerful implications for the future of Ajax, mashups, and widgets/gadgets. I’ve been investigating the technique and […]

[Read more →]

Tags: Links · SoftwareDev

Dogfooding considered solipsistic

March 4th, 2008 · 1 Comment

Jeff Attwood encourages developers to eat their own dogfood: I’ve found that much of the best software is the best because the programmers are the users, too. It is UsWare. It behooves software developers to understand users, to walk a mile in their shoes. If we can bridge the gap between users and ourselves– even if only […]

[Read more →]

Tags: HumansAndTech · SoftwareDev

Fixing nightly Shindig build

March 4th, 2008 · No Comments

Update: Instead of the following, which assumes you're running containers off the filesystem, you should really run them off the web server. So the recommended way to run Shindig's sample container is "jetty:run-war" (not documented in the README, but my alert colleague located it on the mailing list). Then point to http://localhost:8080/gadgets/files/container/sample2.html. I checked out the [...]

[Read more →]

Tags: SoftwareDev