Over the last few weeks,
I built a PHP application that overlays Approve 71 banners on profile pictures.
The actual application is hosted in an iframe
and lives on a server in a different domain, eq.dm,
than the main server at approvereferendum71.org.
This works fine in most browsers.
Then we started getting reports that it wasn't working in IE8 on Win7 RC1.
The iframe content was blank.
Poking around, I found the problem with the Fiddler proxy.
The landing page on eq.dm was supposed to stick some information into the PHP session,
then redirect to a second page at the same site.
The second page was in an endless loop, redirecting …continue.
Title: Defensive Design for the Web
Author: 37 Signals
Rating: ★ ★ ★ ½
Publisher: New Riders
Copyright: 2004
Pages: 246
Keywords: programming, web
Reading period: 23 December, 2007 - 9 January, 2008
This book contains 40 usability guidelines for websites,
ranging from
Eliminate the Reset button and
disable the Submit button after it's clicked to
Give an error message that's noticeable at a glance to
Be upfront about item unavailabiity.
The topics include error messages, clear instructions,
friendly forms, overcoming missing pages, helpful help,
obstacles to conversion, and search.
When I state them that baldly, they sound obvious.
But they're not.
The 37 Signals guys have amply illustrated each guideline
with examples of sites that violated the guideline,
and …continue.