Category Archives: JavaScript

Internet-Free Web Applications

[Note: Some slightly technical content, but there are also posts that are less technical if that is of more interest.]

Update – I’ve published a lower level guide to Gears over on my other site: you can view Part 1 here.

Broken Cable The opportunities presented by allowing users to access web applications off-line are huge. In situations where internet access is unavailable, or where connectivity can disappear without warning (such as with certain providers in Ireland), providing a consistent experience to users is important. Simply saying, “you can’t do work now” is not enough for users that rely on an application.
Read More »

What Date is it? Web App Usability & Date Input

Allowing users to enter information in an easy a way as possible is an important part of any web application. With many web apps depending on date or time data, considering how best to ensure usability requires consideration in the web design & development process. Before looking at what affects your choice of input method, I’ll give some examples of the options you can choose between.
Read More »