Gareth Lennox

Tag Archives: ajax

Ajax-enabled user interfaces

There have been lots of people writing about ajax recently, and more importantly about ajax accessibility. Keeping it simple, I want to focus on what happens when a user has javascript off, or the browser doesn’t support the XMLHttpRequest object. Now this may seem obvious, but your interface should work without javascript enabled. Maybe it […]

Keeping a session alive

One of the problems we found with people using our content management system was that, frequently, they would take very long editing a page, causing the session to time out, thereby losing their changes. We could have written code to catch the timout session, and somehow not lose their changes, but we decided on a […]